/*
Theme Name: STC Phoenix Website Template (12/2008)
Theme URI: http://www.stc-phoenix.com/
Description: The default website page theme for the STC Phoenix chapter website.
Version: 1.0
Author: Tim Slavin
Author URI: http://www.redhorsecommunications.com/
Tags: brown, custom header, fixed width, two columns

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/




/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.postmetadata {
	clear: both;
	margin: 20px 0 0 40px;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	margin: 20px 0; padding: 0 0 0 40px;
	}

.entry ol li, .entry ul li {
	margin: 10px 0; padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

html>body table tr td, html>body table th td {
 font: 12px/14px Arial, Helvetica, sans-serif;
 margin: 0; padding: 2px 0;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




/* STC Phoenix Styles */

body {
 background: #f1f1f1;
 margin: 0; padding: 0;
}
p, li {
 color: #000;
 font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
 text-align: left;
}
a {
 color: #333;
 font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
strong {
 color: #432816;
}
img {
 border: none;
 margin: 0; padding: 0;
}
form input, form textarea {
 background: #dbded6;
}

.hidden {
 display: none;
 visibility: hidden;
}

h1 {
 color: #000;
 margin: 0;
 padding: 0;
 z-index: 1;
}
#header h1 {
 background: url("images/stc-phx-logo.jpg") no-repeat transparent;
 float: left;
 height: 200px; /*logo image height*/
 margin: 2px 0 0; padding: 0;
 position: relative;
 width: 822px; /*logo image width*/
 z-index: 8;
}
h1 span { /*Hides site title if page viewed by web browser*/
 display: none;
 visibility: hidden;
}

.wide-360 .story h2, #content h2 {
 font: 18px/24px Arial, Helvetica, Verdana, sans-serif;
 clear: both;
}
.wide-360 .story h2 {
 font-size: 16px;
}
.story h3, #content h3 {
 font: bold 16px/18px  Arial, Helvetica, Verdana, sans-serif;
}
.story h4, #content h4 {
 font: bold 14px/18px  Arial, Helvetica, Verdana, sans-serif;
}
.story h2 a, .story h3 a, .story h4 a, #column-right .story h2 a, .wide-360 h2 a {
 font: 14px/18px Arial, Helvetica, Verdana, sans-serif;
 text-decoration: none;
}
.story h2 a:hover, .story h3 a:hover, .story h4 a:hover, #column-right .story h2 a:hover, .wide-360 h2 a:hover {
 color: #eee;
 text-decoration: underline;
}


/*common layout styles*/
#header, #login-links, #content, .story, .story-topic, #home-blog-description, #home-blog-links, .aktt_tweets ul, .photo-full, .photo-left, .photo-right, #column-right, #blog-headlines, #footer, #topnav {
 background: transparent;
 display: inline;
 float: left;
 margin: 0; padding: 0;
 position: relative;
 text-align: left;
 z-index: 1;
}
#frame, #login-links, #header, #content #home, #blog-headlines, #footer {
 width: 820px;
}
#content #home, #content, #blog-headlines, #footer {
 padding-left: 40px;
}
#header, #login-links {
 margin-left: -40px;
}

/*specific layout styles*/
#frame {
 margin-right: auto; margin-left: auto; /*centers page design*/
}



#login-links {
 margin: 0 40px 0 0;
 z-index: 10;
}
#login-links p, #login-links a {
 color: #999;
 font: 12px/18px  Arial, Helvetica, Verdana, sans-serif;
 margin: 3px 0 0 0; padding: 0;
 text-align: right;
}

#header {
 height: 200px;
 margin: -4px 0 8px 0;
 z-index: 10;
}

#content {
 width: 580px;
}
#content #home {
 width: 860px;
}
#content, #home {
 margin-top: 10px;
}
#content h2, #content p, #content ul li, #content h3, #content h4 {
 margin: 0; padding: 0 0 0 20px;
}
#content p {
 margin-bottom: 10px;
}
#content p {
}
#content a {
 text-decoration: underline;
}
#content a:hover {
 text-decoration: none;
}


/*Generic story styles*/
.story {
 background: #b25a44; /*8d9882*/
 background: url("images/bkg-story-foot-200.gif") no-repeat #b25a44 bottom;
 color: #fff;
 height: 175px;
 margin: 0 10px 10px 0; padding: 0;
 width: 200px;
 z-index: 0;
}
.story-topic {
 background: url("images/bkg-story-head-200.gif") no-repeat #f1f1f1;
 padding: 5px 0 0;
 width: 200px;
}
.story p, .story li, .story li a {
 color: #fff;
 padding: 0 0 1em;
 text-align: left;
}
.story a, .story h2 a {
 font-weight: normal;
 text-decoration: none;
}
.story a:hover, .story h2 a:hover {
 text-decoration: underline;
}
.story h2, .story p, .story ul li, .story ol li, .story h3, .story h4 {
 margin: 0; padding: 0 0 0 10px;
 width: 180px;
}
.story h3, .story h4 {
}
.story #home-list ul, .story ol {
 margin-top: 0 !important; margin-left: 0; padding-top: 0 !important; padding-left: 0 !important;
}
.story #home-list li {
 margin-left: 0; padding-left: 0;
 width: 95%;
}
.story a {
 color: #fff;
}
.story h2 a {
 font-weight: bold;
}
.story #breadcrumbs {
 margin-top: -30px;
}
.story .prev-next-links {
 background: #daddd6;
 height: 20px;
 margin: 20px 40px;
 padding: 10px 5px;
 width: 600px;
}

/*feature story .wide-360 styles*/
.story-topic p, .wide-360 .story-topic p, #column-right .story .story-topic p {
 color: #FCD7C2;
 font: small-caps 12px/12px Arial, Helvetica, Verdana, sans-serif;
 margin: 3px 0;
 text-align: left;
 width: 180px;
}
.wide-360 {
 background: url("images/bkg-story-foot-360.gif") no-repeat #b25a44 bottom;
 height: 360px; width: 360px;
}
.wide-360 .story-topic {
 background: url("images/bkg-story-head-360.gif") no-repeat #b25a44 top;
 margin: 0; padding: 0;
 width: 360px;
}
.wide-360 p {
 padding-bottom: 10px;
 width: 340px;
}
.wide-360 .story-topic p {
 margin: 10px 0 5px; padding-bottom: 0;
}
.wide-360 h2, .wide-360 h2 a {
 font: 20px/25px  Arial, Helvetica, Verdana, sans-serif;
 width: 340px;
}
.wide-360 h2, .wide-360 p, .wide-360 ul li, .wide-360 ol li, .wide-360 h3, .wide-360 h4 {
 width: 340px;
}


.wide-780 {
 background: url("images/bkg-story-foot-780.gif") no-repeat #b25a44 bottom;
 height: 250px; width: 780px;
}
.wide-780 .story-topic {
 background: url("images/bkg-story-head-780.gif") no-repeat #b25a44 top;
 margin: 0; padding: 5px 0 0;
 width: 780px;
}
.aktt_tweets ul, .aktt_tweets ul li {
 clear: both;
 color: #fff;
 width: 550px;
}
.aktt_tweets li {
 margin: 0; padding: 0;
}
.aktt_tweets ul li a, #home-blog-description p a {
 color: #cfcfcf;
}
.aktt_tweets ul li a:hover, #home-blog-description p a:hover {
 text-decoration: underline;
}
#content #home-blog-description, #content #home-blog-description p {
 clear: left;
 margin-right: 10px;
 width: 150px;
}
#content #home-blog-links {
 width: 550px;
}
#home-blog-links form p {
 width: 250px;
}



.photo-full {
 clear: both;
 margin: 0 0 20px;
 padding: 0;
}
.photo-left {
 margin: 0 20px 20px 0;
 padding: 0;
}
.photo-right {
 float: right;
 margin: 0 0 20px 20px;
 padding: 0;
}
.photo-border {
 border: 5px solid #fff;
}

/*column right story box styles*/
#column-right {
 width: 200px;
}
#column-right .story {
 min-height: 200px;
}
#column-right .story h2, #column-right .story p, #column-right .story ul li, #column-right .story ol li, #column-right .story h3, #column-right .story h4 {
 font: 12px/14px Arial, Helvetica, Verdana, sans-serif;
 margin: 0; padding: 0 10px;
 width: 185px;
}
#column-right .story h2 {
 font: 14px/16px Arial, Helvetica, Verdana, sans-serif;
 margin-bottom: 5px;
}
#column-right .story h2 a {
 font-weight: bold;
}

#blog-headlines {
 margin: -10px 0 20px; padding: 0;
}
#blog-headlines p {
 text-align: center;
}

#footer {
 clear: both;
 height: 40px;
 margin-top: 40px;
 z-index: 10;
}
#footer p {
 color: #999;
 font: 12px Arial, Helvetica, Verdana, sans-serif;
 margin: -40px 40px 0 0;
 text-align: right;
}


/*Navigation link styles*/
#topnav, #topnav ul {
 background: #000;
 width: 200px;
 z-index: 10;
}
#topnav {
 height: 160px;
 margin: -164px 0 0 620px;
}
#topnav ul {
 background: transparent;
 margin: 6px 0 0; padding: 0;
}
#topnav li {
 border-bottom: 0px solid #FCD7C2;
 display: block;
 font: 12px/21px Arial, Helvetica, Verdana, sans-serif;
 list-style: none;
 margin: 0; padding: 0 0 0 20px;
 text-align: left;
 z-index: 100;
}
#topnav li a {
 color: #fff;
 text-decoration: none;
}
#topnav li a:hover {
 text-decoration: underline;
}


/*Community Blog Styles*/
#community-blog {
 float: left;
 margin: 0; padding: 0;
 position: relative;
}
#community-blog h2 {
 margin-bottom: 20px;
}
#community-blog h3 a {
 font: bold 16px/20px Georgia;
 text-decoration: none;
}
#community-blog h3 a:hover {
 text-decoration: underline;
}
#community-blog #headlines h4 a {
 margin: 0; padding: 6px 0;
 text-decoration: none;
}
#community-blog #headlines h4 a:hover {
 text-decoration: underline;
}
#community-blog .rss-feed {
 clear: right;
 display: inline;
 float: right;
 height: 34px;
 margin: -30px 20px 0; padding: 0;
 position: relative;
 width: 34px;
}
#community-blog #blog-box {
 background: #eee;
 border: 1px solid #aaa;
 display: inline;
 float: right;
 margin: 5px 0 5px 15px; padding: 5px;
 position: relative;
 width: 220px;
}




