/*
Theme Name: T3 Thinks
Theme URI: http://t-3.com
Description: The theme for T3's blog.
Version: 1.0
Author: Riley Dallas, Michelle Chapman, Frank Duran, Michael Bucklin
*/

form small {
	color: #000;
}

body {
	background-color: #000;
	background-image: url(images/bg_body.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height:18px;
	color: #000;
}

* {
	margin: 0;
	padding: 0;
    list-style-type: none;
}

img {border: 0;}

a {color: #0000FF;}

a:hover {text-decoration: none;}

sup {
	font: 8px/8px Arial,Helvetica,sans-serif;
	vertical-align: top;
}

.right {float: right;}

.left {float:left;}

.clear {clear:both;}

/*********************
Logo, Title, CTA Image Replacements
*********************/
.image_replace {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.image_replace_anchor {
	background-position: 0 0;
	background-repeat: no-repeat;
}

.image_replace_anchor a {
	display: block;
	text-indent: -9999px;
	outline: none;
}

#logo_t3_thinks {
	width: 214px;
	height: 77px;
	line-height: 77px;
	background-image: url(images/logo_t3_thinks.png);
	_background-image: url(images/logo_t3_thinks.jpg);
}

#logo_t3_thinks a {
	width: 214px;
	height: 77px;
	line-height: 77px;
}

/*********************
Wrapper Styles
*********************/
#wrapper {
	width: 900px;
	margin: 0 auto;
}

/*********************
Header Styles
*********************/
#header {
	padding: 3px 0 0 10px;
	height: 77px;
}

/*********************
Content Styles
*********************/
#content_top {
	width: 900px;
	height: 40px;
	background-image: url(images/bg_content_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#content_bottom {
	width: 900px;
	height: 20px;
	background-image: url(images/bg_content_bottom.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 50px 0;
}

#content {
	background-image: url(images/bg_content_repeat.png);
	background-position: 0 0;
	background-repeat: repeat-y;
	*height: 1%;
}

#content_border {
	background-image: url(images/bg_content_border.gif);
	background-position: 638px 0;
	background-repeat: repeat-y;
	*height: 1%;
}

/*********************
Left Styles
*********************/
#left {
	float: left;
	width: 406px;
	padding: 0 23px 0 30px;
}

/*Post Styles*/
.post {
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	background-image: url(images/bg_post_underline.gif);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

.post_title, .post_title h1, .post_title h2, .post_title h3, .post_title h4, .post_title h5, .post_title h6 {
	font-size: 16px;
	font-weight: bold;
}

.post_title {
	padding: 0 0 5px 0;
}

.post_title a {
	text-decoration: none;
}

.post_title a:hover {
	text-decoration: underline;
}

.post_byline {
	padding: 0 0 5px 0;
}

.post_byline a {
	text-decoration: none;
}

.post_byline a:hover {
	text-decoration: underline;
}

.post_copy {
	padding: 5px 0 15px 0;
}

.post_copy p {
	padding: 0 0 10px 0;
}

.post_copy ul {
	margin: 5px 0px 13px 0px;
}

.post_copy ul li {
	list-style-type: disc;
	font-size: 13px;
	margin: 2px 0px 2px 30px;
}

.post_copy ol {
	margin: 5px 0px 13px 0px;
}

.post_copy ol li {
	list-style-type: disc;
	font-size: 13px;
	margin: 2px 0px 2px 30px;
}

.post_copy blockquote {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 20px 5px 10px;
	margin: 10px 10px 20px 20px;
	border-left: 3px solid #000;
}

/*Post Images Styles*/
.post_copy img.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
}

.post_copy img.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
}

.post_copy img.aligncenter {
	clear: both;
	margin: 10px auto;
}

.post_copy .alignleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

.post_copy .alignright {
	float: right;
	margin: 0px 0px 0px 10px;
}

.post_copy .aligncenter {
	clear: both;
	margin: 0px auto;
}

.post_copy .wp-caption .wp-caption-text {
	color: #000000;
	text-align: center;
	font-size: 10px;
	padding:5px 10px 5px 5px;
}

.post_copy .author{
	background: #fcfcfc;
	padding: 10px;
	border: 1px solid #ccc;
}

.post_social {
	
}

.post_navigation {
	
}

.post_navigation .alignleft {
	float:left;
}

.post_navigation .alignright {
	float:right;
}

.post_navigation a {
	text-decoration: none;
}

.post_navigation a:hover {
	text-decoration: underline;
}

.cta_comments, .cta_permalink, .cta_share {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 22px;
	line-height: 22px;
	padding: 0 10px 0 28px;
	float: left;
}

.cta_comments {
	background-image: url(images/icon_comment.gif);
}

.cta_permalink {
	background-image: url(images/icon_link.gif);
}

.cta_share {
	background-image: url(images/icon_share.gif);
}

/*********************
Middle Styles
*********************/
#middle {
	float: left;
	width: 145px;
	padding: 0 17px 0 19px;
}

#middle a {
	text-decoration: none;
}

#middle a:hover {
	text-decoration: underline;
}

/*Tag List Styles*/
.tag_list {
	margin: 0 0 25px 0;
}

.tag_list_title {
	background-image: url(images/border_bottom_dotted.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	text-transform: uppercase;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
}

.tag_list_title h1, .tag_list_title h2, .tag_list_title h3, .tag_list_title h4, .tag_list_title h5, .tag_list_title h6 {
	font-size: 13px;
	font-weight: normal;
}

.tag_list_title ul {

}

.tag_list_title li {

}

/*********************
Right Styles
*********************/
#right {
	float: left;
	width: 205px;
	padding: 0 15px 0 20px;
}

#right a {
	text-decoration: none;
}

#right a:hover {
	text-decoration: underline;
}

/*T3 Callout Styles*/
#callout_t3 h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	background-image: url(images/border_bottom_dotted.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
}

#callout_t3 p {
	font-size: 13px;
	line-height: 15px;
	padding: 0 0 20px 0;
}

/*CTA Boxes*/
.cta_box {
	height: 24px;
	padding-left: 5px;
	background-image: url(images/cta_box.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 11px;
}

.cta_box a{
	display: block;
	height: 24px;
	line-height: 24px;
	color: #fff; !important;
	padding-right: 5px;
	text-align: center;
	background-image: url(images/cta_box.png);
	background-position: right 0;
	background-repeat: no-repeat;
}

.cta_box a:hover {
	text-decoration: none !important;
	color: #0000FF;
}

.cta_box:hover {
	background-position: 0 bottom;
}

.cta_box:hover a {
	background-position: right bottom;
}

.icon_rss, .icon_facebook, .icon_twitter {
	display: block;
	padding: 0 0 0 12px;
	background-position: 0 center;
	background-repeat: no-repeat;
	height: 23px;
}

.icon_rss {
	background-image: url(images/icon_rss.png);
}

.icon_facebook {
	background-image: url(images/icon_facebook.png);
}

.icon_twitter {
	background-image: url(images/icon_twitter.png);
}

/*Form Styles*/
label {
	color: #fff;
}

.field {
	height: 19px;
	padding: 5px 0 0 10px;
	background-color: transparent;
	border: none;
	background-position: right 0;
	background-repeat: no-repeat;
	font-size: 11px;
}

.field_140 {
	background-image: url(images/field_140.png) !important;
	width: 130px;
}

.field_192 {
	background-image: url(images/field_192.png) !important;
	width: 182px;
}

.cta_search, .cta_subscribe {
	color: #fff;
	font-size: 11px;
	background: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	padding: 0px;
}

.cta_search {
	height: 24px;
	line-height: 24px;
	width: 56px;
	background-image: url(images/cta_search.png);
}

.cta_subscribe {
	height: 22px;
	line-height: 22px;
	width: 67px;
	background-image: url(images/cta_subscribe.png);
}

.cta_search:hover, .cta_subscribe:hover {
	background-position: 0 bottom;
	color: #0000ff;
}

.subscribe_form {
	padding: 0 0 25px 0;
	background-image: url(images/border_bottom_dotted.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
}

/*Heading Styles*/
.heading_underline {
	background-image: url(images/border_bottom_dotted.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	text-transform: uppercase;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: normal;
}

/*List Styles*/
.twitter_heading {
	background: url(images/tweetbird.png) top left no-repeat;
	text-transform: uppercase;
	padding: 36px 0 10px 50px;
	margin: 0 0 10px -12px;
	font-size: 13px;
	font-weight: normal;
}

.twitter_list {
	padding: 0 0 25px 0;
	background-image: url(images/border_bottom_dotted.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	margin: 0 0 25px 0;
}

.twitter_list ul {
	padding: 0 0 10px 0;
}

.twitter_list ul li {
	padding: 0 0 10px 0;
	font-size: 11px;
	line-height: 13px;
	word-wrap: break-word;
}

/*********************
Footer Styles
*********************/
#footer {
	font-size: 10px;
	text-align: center;
	padding: 50px 0 0 0;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*********************
Widths and Heights
*********************/
.width_85 {width: 85px;}

.width_90 {width: 90px;}

.width_130 {width: 130px;}

.width_140 {width: 140px;}

.width_190 {width: 190px;}

.width_192 {width: 192px;}

/*********************
Margins and Paddings
*********************/
.margright_5 {margin-right: 5px;}

.padbot_25 {padding-bottom: 25px;}

.padtop_10 {padding-top: 10px;}

/*********************
Comments and Replies
*********************/

#comments {
	text-align:center;
	margin-bottom: 25px;
}

.commentlist li {
	display:block;
	border: 1px solid #ccc;
	margin-bottom: 3px;
	padding: 3px;
}

.commentlist li ul li {
	display:block;
	background: #F7F7F7;
	border: 1px solid #ccc;
	margin: 3px 3px 3px 23px;
	padding: 3px;
}

.commentlist li img {
	float: right;
}

.commentlist li .fn {
	color: #0000FF;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

.commentlist li .fn a {
	color: #0000FF;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

.commentlist li .reply a {
	color: #0000FF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

.commentlist li .reply a:hover {
	color: #0000FF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
}

.commentlist li .says {
	color: #ffffff;
}

.commentlist li a {
	color: #666666;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

.commentlist li p {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-bottom: 3px;
}

#respond p {
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-bottom: 3px;
}

#respond p a {
	color: #0000ff;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

#respond p a:hover {
	color: #0000ff;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
}

#respond #comment {
	width: 406px;
}

#respond #submit {
	margin-top: 5px;
	float: right;
}
