/*
Theme Name: ACT Interior
Theme URI: http://www.actonline.org/
Description: Association for Competitive Technology subblogs
Version: 1.0
Author: Jennifer Berk, Amplify Public Affairs
Author URI: http://www.amplifypublicaffairs.net
Tags: blue, fixed width, three columns
*/



/* Begin Typography & Colors */
.entry {
	line-height: 1.4em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

small {
	display: block;
	width: 100%;
	margin: 5px 0;
	padding: 2px 0;
	font-size: 0.9em;
	border-top: 1px solid #c8c8c9;
	border-bottom: 1px solid #c8c8c9;
	}
.single small {
	border: none;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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;
	}

.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;
	}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c8c8c9;
	}

.post hr {
	display: block;
	}

.postmetadata {
	padding-top: 5px;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul,
.entry ol {
	padding: 0 0 0 20px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

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 */


/* ACT */

* {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
}
a img {
	border: 0;
}
form {
	display: inline;
}
form input,
form select {
	vertical-align: middle;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.cets_embedRSS {
	list-style-type: none;
}
.cets_embedRSS li {
	margin-bottom: 10px;
}
.cets_embedRSS .post {
	border-bottom: none;
}

p, ul, ol {
	margin-bottom: 1em;
}
a {
	color: #ed0d42;
	text-decoration: none;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	color: #00529b;
}
h1 {
	font-size: 30px;
}
h2 {
	padding-top: 0.5em;
	font-size: 18px;
}
h3 {
	padding-top: 0.5em;
	font-size: 16px;
}
h4, h5 {
	padding-top: 0.5em;
	font-size: 14px;
}
h6 {
	padding-top: 0.5em;
	font-size: 12px;
}
form input.grey,
form textarea,
form select {
	border: 1px solid #c8c8c9;
}

html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	color: #414139;
	font-size: 12px;
	font-family: verdana, sans-serif;
	line-height: 1.6;
	background: #f8f8f8 url(images/background.gif) top left repeat-y;
}
#page {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	width: 982px;
	text-align: left;
}
* html #page {
	height: 100%;
}

#header {
	height: 145px;
	padding: 0 15px;
	background: url(images/header_background.gif) bottom left no-repeat;
}
#logo {
	float: left;
}
#nav_courtesy {
	float: right;
	margin-top: 23px;
	color: #ed0d42;
	font-size: 11px;
}
#nav_courtesy img {
	margin-right: 8px;
}
#nav_courtesy form {
	margin-left: 30px;
}
#nav_primary {
	clear: right;
	float: right;
	width: 668px;
	margin-top: 25px;
}
#nav_primary img {
	float: left;
}
#banner {
	clear: both;
}

#nav_persona img {
	float: left;
}
#nav_persona a {
	display: none; /* Non-homepage */
}
#nav_persona #tweets a {
	display: inline; /* Non-homepage */
}
#nav_persona #tweets {
        position: relative;
}
#nav_persona #tweets span {
        position: absolute;
}
#nav_persona #tweets span.show {
        z-index: 500;
}


#content {
	background: url(images/content_background.gif) top left repeat-y;
}
#content_top {
	height: 16px;
	background: url(images/content_background_top.gif) top left no-repeat;
}
#content_bottom {
	height: 16px;
	background: url(images/content_background_bottom.gif) top left no-repeat;
}

#main {
	display: inline;
	float: left;
	width: 420px;
	margin-left: 10px;
width: 675px; /* Non-homepage */
}
#main h1,
#main h2,
#main h3 {
	margin-bottom: 10px;
}

#sidebar ul {
	list-style-position: outside;
}
#sidebar #about-nonwidget h2 {
	color: #000000;
}

#sidebar1 {
	display: inline;
	float: right;
	width: 245px;
	margin-right: 10px;
}
#sidebar1 h2 {
	font-size: 18px;
}
#sidebar1 h2.widgettitle {
	padding-bottom: 10px;
	background: url(/wp-content/themes/act/images/sidebar_header_blue.gif) bottom left no-repeat;
}
#sidebar1 .textwidget,
#sidebar1 #calendar_wrap,
#sidebar1 .widget_rss ul {
	background: url(/wp-content/themes/act/images/sidebar_background_blue.gif) top left repeat-y;
}
#sidebar1 .widget {
	padding-bottom: 10px;
	background: url(/wp-content/themes/act/images/sidebar_footer_blue.gif) bottom left no-repeat;
}
#sidebar1 .widget p,
#sidebar1 .widget ul {
	margin: 0;
	padding: 0 10px;
}
#sidebar1 .widget li {
	padding-top: 10px;
}
#sidebar1 #wp-calendar {
	margin: 0 auto;
}
#sidebar1 .widget_rss .rsswidget img {
	display: none;
}

#sidebar2 {
	display: inline;
	float: right;
	width: 245px;
	margin-right: 15px;
display: none; /* Non-homepage */
}
#sidebar2 .textwidget,
#sidebar2 #calendar_wrap,
#sidebar2 .widget_rss ul,
#sidebar2 .widget_twitter ul,
#sidebar2 .widget_quickflickr div,
#sidebar2 .vimeosidebar div#vimeowidget {
        background: url(/wp-content/themes/act/images/sidebar_background_grey.gif) top left repeat-y;
}
#sidebar2 .widget {
	padding-bottom: 10px;
        background: url(/wp-content/themes/act/images/sidebar_footer_grey.gif) bottom left no-repeat;
}
#sidebar2 .widget.flexipages_widget {
	padding-bottom: 0;
	background: none;
}
#sidebar2 .widget p,
#sidebar2 .widget ul,
#sidebar2 .vimeosidebar div#vimeowidget {
        margin: 0;
        padding: 0 10px;
}
#sidebar2 .widget li {
	padding-top: 10px;
}
#sidebar2 .widget.flexipages_widget li {
	padding-top: 0;
}
#sidebar2 .widget_twitter .widgettitle a,
#sidebar2 .widget_quickflickr .widgettitle a,
#sidebar2 .widget_rss .widgettitle a,
#sidebar2 .vimeosidebar .widgettitle a {
	margin-left: -1000em;
}
#sidebar2 .widget_twitter .widgettitle {
	height: 84px;
	background: url(/wp-content/themes/act/images/sidebar_header_twitter.jpg) top left no-repeat;
}
#sidebar2 .widget_quickflickr .widgettitle {
	height: 84px;
	background: url(/wp-content/themes/act/images/sidebar_header_flickr.jpg) top left no-repeat;
}
#sidebar2 .widget_quickflickr ul {
	padding: 0 5px;
}
#sidebar2 .widget_quickflickr li {
	float: left;
	padding-top: 0;
}
#sidebar2 .widget_rss .widgettitle {
	height: 83px;
	background: url(/wp-content/themes/act/images/sidebar_header_podcasts.jpg) top left no-repeat;
}
#sidebar2 .vimeosidebar .widgettitle {
	height: 86px;
	background: url(/wp-content/themes/act/images/sidebar_header_vimeo.jpg) top left no-repeat;
}

#footer {
	padding-bottom: 40px;
	color: #00529b;
	font-size: 11px;
	text-align: right;
}

