/*
Theme Name: TerminateTheRateBlog
Theme URI: http://www.terminatetherateblog.org
Description: TTR's Blog Theme
version: 1.0
*/

/* basics */

*{margin:0; padding:0;}


body {
	background: #fff url(images/bg.jpg) top center no-repeat;
	font-family: arial, Helvetica, verdana, times, serif;
	font-size: 8pt;
}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}

hr{
	display: none;
}

.hr{
	background: url(images/hr.jpg) no-repeat;
	height: 12px;
	margin: 5px 0 0 -5px;
	border: none;
	clear: left;
}

.hr_arch{
	background: url(images/hr.jpg) no-repeat;
	height: 12px;
	margin: 15px 0 0 -5px;
	border: none;
	clear: left;
}

.commentlist .hr{
	background: url(images/hr.jpg) no-repeat;
	height: 12px;
	margin: 20px 0 0 -20px;
	border: none;
	clear: left;
}

#sidebar .hr{
	background: url(images/hr_sidebar.jpg) no-repeat;
	height: 12px;
	margin-top: 5px;
	border: 0;
}

#links .hr{
	background: url(images/hr_short.jpg) no-repeat;
	height: 7px;
	margin-top: 5px;
	border: 1px solid #fff;
	clear: right;
	overflow: auto;
}
/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#666;
	text-decoration:none;
	border: none;
}

a:hover{text-decoration: underline; border: none;}



/* container */


#container {
	width: 970px;
	margin: 0 auto;
	background:#fff;
	color:#333;
	padding-right: 10px;
}
	
/* header */

#header {
	background: #DDD;
    width: 100%; 
	color: #000; 
	height: 90px;
	margin-left: 15px;
}

.main_logo{
	padding: 0;
	margin: 0;
}

.sponsor_sq{
	float: right;
	margin-right: 15px;
}

/* main menu */


#menu {
	background: url(images/border.jpg) bottom center no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	height:42px;
	padding: 3px 16px 5px 16px;
	color: #b4b4b4;
}

/* IE6 Only */
* html #menu {
	margin-top: -45px;
}

#menu ul li img{
	margin-bottom: -9px;
}

#menu ul {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 0 12px 0 12px;
	margin: 0;
	text-decoration: none;
	color: #1890cd;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul .uptodate{
	margin-left: 20px;
}

#menu ul .uptodate a{
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #1890cd;
}

#menu ul .uptodate img{
	margin-left: 5px;
}

#menu ul li a:hover {
	background-color: #fff;
}

/* content */

#content {
	float: left;
	width: 595px;
	overflow: hidden;
	margin: 10px 20px 0 15px;
}	

.entry_author_image {
	float: left;
	border: solid 1px #fff;
	margin: -4px 2px 0 -6px;
}

/* IE6 Only */
* html .entry_author_image { margin-left: -3px; }

.entry_author_image img {
	width: 47px;
	height: 47px;
}

#latestnews{
	width: 441px;
	height: 46px;
	background: url(images/title_latestnews.jpg) no-repeat;
}

#supporters_title{
	width: 207px;
	height: 46px;
	background: url(images/title_supporters.jpg) no-repeat;
}

#about_title_main{
	width: 273px;
	height: 46px;
	background: url(images/title_about_main.jpg) no-repeat;
}

#archives_title{
	width: 160px;
	height: 46px;
	background: url(images/title_archives.jpg) no-repeat;
}

#search_title{
	width: 271px;
	height: 46px;
	background: url(images/title_search.jpg) no-repeat;
}

#latestnews h2, #otherrecentnews h2, #officialcampaign h2, #supporters h2, #about_title h2,
#petition_title h2, #follow_title h2, #links h2, #supporters_title h2, #comments_title h2,
#haveyoursay_title h2, #archives_title h2, #search_title h2, #about_title_main h2 {
	position: absolute; left: -9000px;
}

.post {
	line-height: 16px;
	margin-left: 5px;
	overflow: hidden;
}
	
.post h2{
	font-size: 21px;
	margin-bottom: 5px;
}
	
.post h2 a{
	text-decoration: none;
	text-transform: none;
}
	
.post h2 a:hover{
	text-decoration: none;
}

.post small{
	color: #282828;
	font-size: 11px;
}
	
.post p{
	font-size: 12px;
}

.post a{
	text-decoration:underline;
	color: #3395c4;
	font-weight: bold;
	text-transform: uppercase;
}

.post ul {}

.post li {}

.sharing{
	float: left;
	width: 150px;
	margin-left: -10px;
}

.sharing ul li{
	display: inline;
	margin: 0 -2px 0 -2px;
	padding: 0 0 0 0;
}

.share_txt{
	float: left;
	margin: 8px 15px 0 0;
	text-decoration: none;
	color: #b4b4b7;
	font-weight: bold;
	text-transform: uppercase;
}

.share_txt a{
	text-decoration:underline;
	color: #3395c4;
}

#flickr{
	clear: both;
	background: #3995c4 url(images/flickr_bg.jpg) no-repeat;
	width: 590px;
	height: 130px;
}

#flickrinner{
	padding: 25px 0 15px 40px;
}

#flickrinner img{
	margin: 0 11px 0 11px;
	padding: 0;
	border: 4px solid #fff;
}

.entry p{
	margin: 10px 0 12px 0;
}

.entry a{
	font-weight: normal;
}

.postmetadata{
	margin-top: 20px;
}
	

.navigation {
	font-size: 12px;
	float:left;
	width:100%;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Helvetica, arial, verdana, times, serif;
	margin: 26px 0 26px 5px;
	color: #333;
}

.navigation a{
	color: #333;
	text-decoration: underline;
}

.alignleft{
	float: left;
	margin-right: 20px;
}

.alignright{
	float: left;
}

#secondaryblock{
	width: 563px;
	overflow: hidden;
	background: url(images/purpleBG.gif) repeat;
	color: #fff;
	padding: 0 12px 20px 12px;
	margin-top: 15px;
	font-size: 12px;
}

.purple_top{
	width: 587px;
	height: 4px;
	background: url(images/purple_top.jpg) repeat-x;
	margin: 0 -12px 0 -12px;
}

.purple_btm{
	width: 587px;
	height: 4px;
	background: url(images/purple_btm.jpg) bottom repeat-x;
	padding: 0 -12px 0 -12px;
	margin-bottom: 15px;
}

/* IE6 Only */
* html .purple_btm{
	margin-top: -10px;
}

.secondarylist{
	width: 47%;
	float: left;
}

.list_left{
	padding-right: 25px;
}

.secondarypost h2 a{
	font-size: 18px;
	color: #fff;
}

.secondarypost h2 a:hover{
	text-decoration: none;
}

.secondarypost .date{
	font-size: 12px;
	color: #fff;
	margin: 5px 0;
}

#otherblock{
	margin-bottom: 30px;
	width: 42%;
	float: left;
	padding: 0 35px 0 7px;
	font-size: 12px;
}

/* IE6 Only */
* html #otherblock{
	padding: 0 25px 0 7px;
}

#otherblock a{
	color: #3495c2;
}

#otherrecentnews{
	width: 167px;
	height: 25px;
	margin-top: 5px;
	background: url(images/title_otherposts.jpg) no-repeat;
}

#otherblock h3 a{
	font-size: 12px;
	font-weight: bold;
	color: #3495c2;
	text-decoration: underline;
}

.otherposts {
	margin-bottom: 5px;
	overflow: auto;
}

.otherposts h2 a{
	font-size: 12px;
	font-weight: bold;
	color: #3495c2;
}

.otherposts h2 a:hover{
	text-decoration: none;
}

.supporters_h3{
	margin-top: 0;
}

#officialcampaign{
	width: 184px;
	height: 25px;
	margin-top: 5px;
	background: url(images/title_officialcampaign.jpg) no-repeat;
}

#otherblock p{
	margin: 10px 0 0 0;
}

#supporters{
	width: 177px;
	height: 25px;
	margin-top: 5px;
	background: url(images/title_campaignsupporters.jpg) no-repeat;
}

.rsslink{
	margin-top: 20px;
}

.rsslink img{
	float: left;
}

.rsslink h3{
	padding: 9px 0 0 0;
}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

.archivetitle{
	color: #8054a3;
	font-size: 13px;
	font-family: arial, Helvetica, verdana, times, serif;
	text-transform: uppercase;
	margin-left: 7px;
}
/* sidebar */

#sidebar {
	font-family: arial, Helvetica, verdana, times, serif;
	font-size:8pt;
	width: 330px;
	float:right;
	padding: 0;
}

#sidebar h2{
	font-family: arial, Helvetica, verdana, times, serif;
	font-weight: bold; 
	font-size: 10pt; 
	text-align: left;
	color: #7f5e99;	
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 0;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

.banner_section{
	width: 295px;
	overflow: auto;
	background: url(images/purpleBG.gif) repeat;
	color: #fff;
	padding: 0 12px 10px 12px;
	margin: 10px 0 10px 4px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}

.about_section{
	width: 295px;
	overflow: auto;
	background: url(images/purpleBG.gif) repeat;
	color: #fff;
	padding: 0 12px 10px 12px;
	margin: 10px 0 26px 4px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}


.about_section a{
	color: #fff;
}

.about_section a:hover{
	color: #fff;
}

.purple_top_sm{
	width: 300px;
	height: 4px;
	background: url(images/purple_top_sm.jpg) repeat-x;
	margin: 0 0 10px -13px;
}

.purple_btm_sm{
	width: 300px;
	height: 4px;
	background: url(images/purple_btm_sm.jpg) bottom repeat-x;
	margin: -27px 0 10px 4px;
}

/* IE6 Only */
* html .purple_btm_sm{
	margin-top: -37px;
}

#about_title{
	width: 133px;
	height: 22px;
	margin-bottom: 10px;
	background: url(images/title_about.jpg) no-repeat;
}

#petition_title{
	width: 285px;
	height: 56px;
	margin: 10px auto 0 auto;
	background: url(images/petition.jpg) no-repeat;
	cursor: pointer;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 10px;
	margin: 0;
}
	
#commentssection h3{
	font-family: arial, Helvetica, verdana, times, serif;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	color: #333;
}

#comments_title{
	width: 593px;
	height: 49px;
	background: url(images/title_comments.jpg) no-repeat;
	margin: 0 -10px;
}

#haveyoursay_title{
	width: 593px;
	height: 49px;
	background: url(images/title_haveyoursay.jpg) no-repeat;
	margin: 0 -15px;
}

#commentform{
	padding: 2px 10px 20px 15px;
}

.comment_field{
	margin-top: 10px;
}

.comment_field small{
	font-size: 11px;
}

#commentform input{
	border: 2px solid #3395c4;
	width: 400px;
}

#commentform textarea{
	border: 2px solid #66afd2;
	width: 400px;
}

#commentform #submit{
	background: url(images/form_submit_btn.jpg) no-repeat;
	width: 185px;
	height: 26px;
	border: 0;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	color: #0089ca;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, arial, verdana, times, serif;
}
	
#commentform p{
	color: #333;
}
	
#commentform a{color: #333; line-height: 14pt;}
	
#commentform h3{
	font-family: arial, Helvetica, verdana, times, serif;
	font-size: 12px;
	font-weight: 300;
	color: #333;
}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: arial, Helvetica, verdana, times, serif;
	font-size: 12px;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
}

#submit{margin:5px 5px 0 0;}

ol.commentlist {
	list-style-type: none;
}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	font-size: 12px;
}

ol.commentlist li .comment_block{
	padding-bottom: 5px;
}

ol.commentlist small a{
	font-size: 11px;
}

ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#333;}

cite {
	font-family: arial, Helvetica, verdana, times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #3395c4;
	text-transform: uppercase;
}
	
cite a{color: #3f9cc7; text-decoration: underline;}


/* search */

.search_label{
	display: none;
}

#searchform{
	padding: 6px 0 6px 6px;
	margin-top: 10px;
	font-family: arial, Helvetica, verdana, times, serif;
	background: url(images/search_bg.jpg);
	width: 320px;
	height: 33px;
}

#searchform input#s{
	font-family: arial, Helvetica, verdana, times, serif;
	font-size: 16px;
	padding: 5px;
	margin: 4px;
	height: 15px;
	width: 185px;
	border: 1px solid #b097bf;
	background: #dcdcdc;
	color: #333;
	float: left;
}

#searchform input#searchsubmit{
	font-family: arial, Helvetica, verdana, times, serif;
	font-size: 12px;
	width: 99px;
	height: 27px;
	border: none;
	margin: 4px;
	background: #fff url(images/search_btn.jpg);
	text-decoration: none;
	color: #3395c4;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

#searchform #searchsubmit:hover{
	text-decoration: underline;
}

/* footer */

#footer {
	clear: both;
	width: 100%;
	margin-top:15px;
}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

.categories{
	list-style: none;
}

/* TAG CLOUD */

#fragment-1, #fragment-2, #fragment-3{
	margin: 15px 0 15px 15px;
}

#fragment-1 a{
	color: #3895c0;
	text-transform: uppercase;
	font-family: arial, Helvetica, verdana, times, serif;
	font-weight: bold;
	margin: 0 20px 0 0;
}

#fragment-2{
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	color: #3895c0;
}

#fragment-2 a{
	color: #3895c0;
}

#fragment-2 a:hover, #fragment-3 a:hover{
	text-decoration: underline;
}

.leftspacer{
	margin-left: 15px;
}

/* Follow */

#follow{
	color: #323232;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	overflow: auto;
	margin: 0 0 5px 0;
}

#follow a{
	color: #323232;
}

#follow span{
	text-decoration: underline;
}

#follow img{
	padding-right: 7px;
}

#follow ul{
	float: left;
	margin-left: 10px;
}

#follow ul li{
	margin: 5px 10px;
	display: block;
}

/* IE6 Only */
* html #follow ul li{
	margin: 5px 10px 5px 0;
}

#follow_title{
	width: 325px;
	height: 49px;
	margin-top: 5px;
	background: url(images/title_follow.jpg) no-repeat;
}

/* Links Of Interest */

#links{
	clear: both;
	color: #323232;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

#links ul{
	margin-left: 12px;
}

/* IE6 Only */
* html #links ul li ul li{
	text-indent: -17px;
}

/* IE7 Only */
*:first-child+html #links ul li ul{
	margin-left: -15px;
}

#links li ul li{
	margin-left: 5px;
	padding-bottom: 7px;
	line-height: 13px;
}

#links a{
	color: #323232;
}

#links_title{
	width: 325px;
	height: 49px;
	margin-top: 5px;
	background: url(images/title_links.jpg) no-repeat;
}

.linkcat{
	float: left;
	width: 50%;
}

#links_blogs_title{
	width: 49px;
	height: 20px;
	margin: 10px 0 0 5px;
	background: url(images/title_links_blogs.jpg) no-repeat;
}

#links_forums_title{
	width: 63px;
	height: 20px;
	margin: 10px 0 0 5px;
	background: url(images/title_links_forums.jpg) no-repeat;
}

#links_videos_title{
	width:59px;
	height: 20px;
	margin: 10px 0 0 5px;
	background: url(images/title_links_videos.jpg) no-repeat;
}

#links_others_title{
	width:59px;
	height: 20px;
	margin: 10px 0 0 5px;
	background: url(images/title_links_others.gif) no-repeat;
}



#archmonth{
	margin-top: 10px;
	padding-right: 50px;
}

.kgarchives {
	font-size: 12px;
	line-height: 24px;
}

.kgarchives h3 {
	padding: 15px 0 10px 0;
}

.kgarchives h3 a {
	color: #8253A2;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.kgarchives h3 a:hover {
	text-decoration: underline;
}