/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
    background: url(../../../../customimages/bodybg3.gif) repeat-x;
	margin:0;
	padding:0;
}

.custom .lpbcTitle { font-size: 13px; }
.custom .lpbcDate  { font-size: 13px; }
.custom .lpbcArchive li { font-size: 13px; }
.custom .lpbcArchive ul { font-size: 13px; padding-left: 15px; }

.custom #header_area .page { padding-top: 0; }

.custom #page {
	padding-top: 0;
	margin-top:0;
}

.custom #container {
	width:1175px;
}

.menuTd
{
   background:#000; 
}

#page
{
	background:transparent;	
}

/* header */

#header {
    height: 105px;
	margin-bottom:15px;
	margin-top:15px;
}

	#header #caa-logo {
		width:402px;
		height:90px;
		float:left;
		margin-top:30px;
		background:transparent;
	}
	
	#header #caa-ad {
		padding:3px;
		background:#ffffff;
		border:1px solid #ededed;
		margin-top:30px;
		float:right;
	}

.custom .menu {
	background:#000000;
	padding: 0;
	margin:0;
}

.topicTitle .topicComment
{
    font-size:12px;
}


/*.tab a {
    padding: 14px 15px 0 15px;
}*/

.menu a {
    /*height: 28px;*/
    font-size: 14px;
}

.item a {
    padding: 10px;
}


/* footer */

.footerHR {
    width: 75%;
    height: 1px;
}

#footer {
    text-align: left;
    background: #F6F6F6;
}


.footerMenuLink {    
    font-size: 18px;
}

.custom #content_box {
	margin-bottom:30px;
}



.headline_area h2 {
    font-size: 24px;
    font-style: italic;
}

/* moved #content items to custom_functions */

#content .format_text h2 { margin: 0 0 0 0; }

.entry-title a:link, .entry-title a:visited {
color: #4D709B;
text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
color: #4D709B;
text-decoration:underline;
}

.postCat {
	font-size:11px;
	text-transform: uppercase;
	color:#636262;
}

.postCat a {
	text-decoration:none;
}

.postCat a:hover {
	text-decoration:underline;
}

.entry-content
{
    font-size: 10pt;
    /*line-height: 1.6em;*/
}

.postTable {
    padding: 30px 0 10px 0;
	background: url(../../../../customimages/dotline.gif) repeat-x;
	background-position:bottom left;
}

.headlineContentCell { padding-left: 30px; }
.postHeaderTable { padding: 7px 0 0 0; }

.columnHeaderText { text-transform: uppercase; font-size: 14px; color: #27292a; padding-bottom:13px; border-bottom:1px solid #d9d9d9; }
.twitter_title_link { text-transform: uppercase; font-size: 14px; color: #27292a;}
.footerColumnHeader { text-transform: uppercase; font-size: 12px; color: #27292a;}
h3  { text-transform: uppercase; font-size: 12px; font-weight: bold; color: #27292a; letter-spacing:0px;}
ul.twitter { list-style: none; font-style:italic; font-size: 16px; }
.twitter-timestamp { font-size: 10px; font-style: italic; color: #7F7F7F; text-transform:lowercase; }
.footerPagesList li { font-size: 10px; text-transform:uppercase; padding: 3px 0 0 0; list-style: none; }
/*a.footerPagesListLink:link, a.footerPagesListLink:visited, a.footerPagesListLink:active, a.footerPagesListLink:hover { }*/
.cat-item, .cat-item a  { font-size:10px; color:#636262; text-transform:uppercase; }

.pollQuestion { font-size:16px; font-weight:bold; font-style:italic; padding:30px 0px 10px; }
.wp-polls p { font-size:16px; margin-bottom:20px; font-weight:bold; font-style:italic; }
.wp-polls-ans {  } 
.wp-polls-ul li { font-size: 12px; color: #262626; padding: 5px 0 0 0; }
a.pollFooter:link, a.pollFooter:visited, a.pollFooter:active, a.pollFooter:hover {  }

a.moreLinks:link, a.moreLinks:visited, a.moreLinks:active, a.moreLinks:hover { font-size:12px; color: #6594CC; }


/* home */

.custom #header-bar {
	margin-bottom:30px;
}


/* home sidebar */

.storetitle {
		font-size:13px;
		font-style:italic;
		padding-bottom:5px;
}
	
.storeprice {
		font-size:11px;
		font-style:italic;
		color:#7f7f7f;
		float:left;
		margin-right:15px;
}

.buynow {
	float:left;
	border:none;
}

.storedivline {
	background: url(../../../../customimages/dotline.gif) repeat-x;
	margin:18px 0;
	padding:0;
	height:1px;
}


/* sidebar 2 */

.adborder {
	border:10px solid #f6f6f6;
}

.popularposts {
    padding: 10px 0;
}

	.popularposts a:hover {
		text-decoration:underline;
		color:#000000;
	}

.popularposts img {
	padding:1px;
	border:1px solid #d9d9d9;
}

.popularpostsdivline {
	background: url(../../../../customimages/dotline.gif) repeat-x;
	margin:0;
	padding:0;
	height:1px;
}

.custom li.widget {
    margin-bottom: 30px;
	float:left;
}


/* sub page sidebar 1 */

.custom #sidebar_1 {
	width:166px;
	padding-right:0px;
}

.custom #column_wrap .sidebar ul.sidebar_list {
	padding-top:0;
}

.adborder-subleft {
	padding:3px;
	border:1px solid #ededed;
}

.custom .sidebar h3 {
	padding:3px;
	border:1px solid #eaeaea;
	font-size:13px;
	color:#282828;
	font-weight:normal;
}


/* sub page sidebar 2 */

.custom #sidebars {
	width:320px;
	padding:0;
	margin:0;
}

.custom #sidebar_2 {
	width:320px;
	padding:0;
	margin:0;
}

.custom ul.sidebar_list {
	padding:0;
	margin:0;
}


/* sub page content */

/* moved .custom #content to "custom_functions" */

.custom #column_wrap {
	width:825px;
}

.custom .post_box {
	padding-top:0;
}

.custom .format_text {
    font-size: 10pt;
}

.imgborder img {
	padding:3px;
	background:#FFFFFF;
	border:1px solid #d9d9d9;
}

	
	/* news page */
	
	.lpbcArchive ul {
		margin:0;
	}
	
		.lpbcArchive li {
			margin-bottom:10px;
			line-height:18px;
			list-style-image:url(../../../../customimages/footer-arrow.png);
			list-style-type:square;
		}
	
	.lpbcArchive h4 {
                                background: #6594cc;
                                color: #ffffff;
                                font-size: 13px;
                                font-weight: normal;
                                padding: 3px 3px 3px 5px;
                                width:495px;
                                margin-bottom:8px;
                                margin-top:25px;
                                letter-spacing: 2px;
                }

	
		.lpbcArchive h4 a {
			text-decoration:none;
			text-transform:uppercase;
			color:#ffffff;
		}
	
	.lpbcDate {
		color:#919191;
		font-style:italic;
		font-size:11px;
	}
	

	/* columnists page */
	
	.columnist {
                                background: url(../../../../customimages/dotline.gif) repeat-x;
                                background-position:bottom left;
                                margin-bottom:25px;
                                float:left;
                                width:510px;
                }

	
	.custom .columnist h2 {
		font-size:16px;
		font-style:italic;
	}
	
	.custom .columnist p {
		margin-bottom:8px;
	}
	
	.custom .columnist .pic {
		padding:2px;
		border:1px solid #d9d9d9;
		float:left;
		margin:0 20px 20px 0;
	}
	
	.custom .columnist .viewall {
		padding:0;
		float:left;
		margin:0;
	}
	
	/* community page */
	
	.roundedblock {
                                padding:20px;
                                border:4px solid #d0deef;
                                -moz-border-radius: 10px;
                                -webkit-border-radius: 10px;
                                margin-bottom:45px;
                                float:left;
                                width:440px;
                                background:url(../../../../customimages/gray-gradient-bg.gif) repeat-x;
                                background-position:bottom;
                }

	
	.custom .roundedblock h2 {
		font-size:16px;
		font-style:italic;
		color:#2361A1;
	}
	
		.custom .roundedblock h2 a {
			text-decoration:none;
			color:#2361A1;
		}
		
		.custom .roundedblock h2 a:hover {
			text-decoration:underline;
			color:#2361A1;
		}
	
	.custom .roundedblock p {
		margin:8px 0 15px 0;
		line-height:18px;
	}
	
	.custom .roundedblock .regbutton img {
		float:right;
		margin:0;
	}
	
	/* american minute page */
	
	.calloutbox {
		padding:20px;
		border:1px solid #d9d9d9;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		margin:0 0 30px 30px;
		float:right;
		width:200px;
		background:url(../../../../customimages/gray-gradient-bg.gif) repeat-x;
		background-position:bottom;
		text-align:center;
	}
	
		.custom .calloutbox img {
			text-align:center;
			margin:20px 0 0 0;
		}
		
	.dotlinebox {
		padding:20px;
		background:#f6f6f6;
		border:1px solid #e2e2e2;
		margin:35px 0;
	}
	
	/* historical docs page */
	
	.doclineitem {
                                padding:15px 0;
                                background: url(../../../../customimages/dotline.gif) repeat-x;
                                background-position:bottom left;
                                float:left;
                                width:485px;
                }
                
                                .doclineitem .doctitle {
                                                float:left;
                                                width:285px;
                                                font-weight:bold;
                                }
                                
                                .doclineitem .doclinks {
                                                float:right;
                                                width:200px;
                                                text-align:right;
                                }


	/* cartoon page */
	
	.custom .wp-caption {
		background:#ffffff;
		padding:5px;
		border:1px solid #e9e9e9;
	}
	
	


/* moved post and headline area to custom_functions **/

.headline_area img.alignleft {
	margin: 0 0 30px 0;
}

.headline_area h1 {
	font-size: 24px;
	font-style: italic;
}

.custom .format_text .post_tags {
	font-size:12px;
	padding:5px;
	border:1px dotted #d9d9d9;
	margin-bottom:20px;
	background:#f6f6f6;
}

.custom .prev_next {
	padding:0;
	color:#aaa9a9;
	text-transform:none;
	letter-spacing:normal;
	font-style:italic;
	font-size:11px;
	background-image:url(../../../../customimages/prev-next-bg.gif);
	background-repeat:repeat-y;
	background-position:top;

}

.custom .post_nav .previous {
	padding:10px 30px 20px 30px;
	float:left;
	width:220px;
	background-image:url(../../../../customimages/arrow-previous.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:5px;
}

.custom .post_nav .next {
	padding:10px 30px 20px 30px;
	float:right;
	width:220px;
	background-image:url(../../../../customimages/arrow-next.gif);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:right;
	margin-top:5px;
}

.custom .post_nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#262626;
	line-height:13px;
	font-style:normal;
}



/* sub page sidebar 2 */


#email {
	width: 189px; 
	height:30px;
	font-size:14px;
	color:#9e9e9e;
	border:1px solid #a9c6e7;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

input.emailsubmit {
	width:61px;
	height:30px;
	margin-left:6px;
	background: transparent url(../../../../customimages/btnsignup.gif) no-repeat center top;
	text-indent: -1000em;
	border: 0;
	cursor:pointer;
}

#sidebar-alerts {
	width:320px;
	height:320px;
	background-image: url(../../../../customimages/sidebar-alerts-bg.gif);
	float:left;
}

	#sidebar-alerts .emailbox {
		margin:105px 0 0 35px;
	}
	
	#sidebar-alerts .fblike {
		margin:45px 0 17px 24px;
		float:left;
	}
	
	#connectgroup {
		margin-left:19px;
		float:left;
	}
	
	.connectitem {
		width:133px;
		padding:5px 0 5px 5px;
		background:#f6f6f6;
		border-right:2px solid #FFFFFF;
		border-bottom:2px solid #FFFFFF;
		float:left;
	}



/* footer */

.custom #footer a {
    border-bottom: none;
    color: #555555;
    text-decoration: none;
}
.custom #footer a:hover {
    color: #111;
}

.custom #footer {
    color: #555555;
    text-align: left;
    background-color: #F6F6F6;
	padding:30px;
	float:left;
}

#col1 {
	width:120px;
	float:left;
	margin-right:30px;
}

#col2 {
	width:140px;
	float:left;
	margin-right:30px;
}

#col3 {
	width:445px;
	float:left;
	margin-right:30px;
}

#col4 {
	width:320px;
	float:left;
}

.listheader {
	font-size:12px;
	color:#272727;
	padding-bottom:10px;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:19px;
}

ul.footerlist {
	margin:0;
	padding-left:13px;
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style-image:url(../../../../customimages/footer-arrow.png);
	list-style-type:square;
}

	 .footerlist li {
		padding-bottom:10px;
		text-transform:uppercase;
	}

#footerbottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#919191;
	padding-top:15px;
	border-top:1px solid #ffffff;
	margin-top:20px;
	float:left;
	width:100%;
}

	#footerbottom a {
		color:#555555;
		text-decoration:none;
	}
	
	#footerbottom a:hover {
		color:#555555;
		text-decoration:underline;
	}


/*.custom #footer p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px; 
}*/

.wpp-date {
    color: #7F7F7F;
    font-size: 11px;
    padding: 14px 0 0 0;
}

.wpp-post-title {
    color: #000000;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    padding: 0px 0 20px 0px;
}
wpp-table
{
}

.thumb  {
   padding:2px;
   border:1px solid #cccccc;
   background-color:#ffffff;
}

/* Comments section */
.custom .avatar img { padding: 6px 6px 6px 6px; border:1px solid #cccccc;  background-color:#ffffff; } /*Note on the .avatar, we cannot add it to the image directly as we will get a weird halo on the images in the comments section*/
.commentsLoggedInAsCustom { color:#000000; font-family: Arial; font-weight:normal; font-size: 12px; letter-spacing:normal;  }
.commentsIntroTableCustom { width:562px; }
.commentsIntroCustom { color:#929191; font-family: Arial; font-weight:bold; font-size: 12px; letter-spacing:normal; }
.comment_custom_text_block { padding-left: 76px; background-color:transparent;font-size: 11px; font-family: Arial; }
.custom .reply {  display: inline; margin: 0; padding:0; }
.likeDislikeSection {  display: inline; margin: 0; padding:0;  }
.custom .comment_time p {  display: inline; margin: 0; padding:0; }
.custom .comment_time { padding-right: 0; display: inline;
		                text-transform: capitalize; color:#929191; font-weight:bold; font-family: Arial; font-size: 11px; letter-spacing:normal; }
.CommentsMetaBullet { padding: 0 6px 0 6px; }
.custom .edit_comment a { text-transform: capitalize; color:#4D709B; font-weight:bold; font-family: Arial; font-size: 11px; letter-spacing:normal; }
.custom .edit_comment { text-transform: capitalize; color:#4D709B; font-weight:bold; font-family: Arial; font-size: 11px; letter-spacing:normal; }
.custom dl#comment_list { border: 0px none transparent; background-color:transparent; padding-top: -30px; }
.custom .children {  background-color:transparent; padding-top: 20px; }
#commentform input { width:129px; height:23px; border:none; padding:0; }
.custom #commentform { border:none }
/*---:[ comment area ]:---*/

.custom #wpf-wrapper { padding: 0; border:none;   }
.custom dl#comment_list { background-color: #F8F8F8; }
.custom #comments { margin-top: 4.4em;  }
.custom .comments_intro { margin-bottom: 1.1em; }
	.custom .comments_intro p { font-size: 1.2em; line-height: 1.833em; }
		.custom .comments_intro span { font-size: 1.833em; }
.custom #comment_list, #trackback_list { margin-bottom: 4.4em; }
	.custom dl#comment_list dt { padding-top: 1.8em; background-color: transparent; border: 0 none transparent; }
		.custom dl#comment_list dt span { font-size: 1.2em; line-height: 1.833em; }
		.custom dl#comment_list dt .comment_author { font-size: 11px; padding-left: 16px; border: 0 none transparent; }
			.custom .avatar img { padding: 2px 2px 2px 2px; border:1px solid #cccccc;  background-color:#ffffff; float:left; }
		.custom .comment_time { padding-right: 0; display: inline; padding-left: 0px; 
		                        text-transform: capitalize; color:#929191; font-weight:bold; font-family: Arial; font-size: 11px; letter-spacing:normal; }
		.comment_num { padding-left: 0.833em; }
			.comment_num a { font-size: 1em; line-height: 1.833em; padding: 0.083em 0.25em; }
	.custom dl#comment_list dd { padding-top: 1.1em; background-color: transparent; border: 0 none transparent; }
		.custom dl#comment_list dd p.reply a { display: inline; margin: 0; padding:0; 
		                                       text-transform: capitalize; color:#4D709B; font-weight:bold; font-family: Arial; font-size: 11px; letter-spacing:normal;  }
			.custom dl#comment_list dl dd p.reply { margin-bottom: 0;  display: inline; margin: 0; padding:0;  }
	.custom dl#comment_list dl dt, dl#comment_list dl dd { padding-top: 0; background-color: transparent; border: 0 none transparent; }
	.custom dl#comment_list dl dd .format_text { padding-left: 97px; background-color: transparent; border: 0 none transparent; font-size: 11px; font-family: Arial; }
.custom #trackback_list { padding-top: 1.1em; list-style: none; }
	.custom #trackback_list a { font-size: 1.4em; line-height: 1.571em; }
	.custom #trackback_list span { font-size: 1.2em; line-height: 1.833em; }
	.custom #comment_nav_2 { margin-top: -4.4em; margin-bottom: 4.4em; }
.custom .comments_closed { margin-top: 4.4em; margin-bottom: 2.2em; }



/*---:[ comment form styles ]:---*/
.commentsPostingTermsSentence { color:#5A5A5A; font-size: 10px; }
.commentsFormDivCustom { background-color:#F6F6F6; margin: 30px 0; border: 1px solid #D9D9D9; }
.commentsFormTitleCustom { color: #4A4A4A; font-size: 15px; font-weight: bold; padding-bottom: 25px; padding-left: 10px; }
.custom #respond { padding-bottom: 0px; margin-bottom:0px; }
.custom #respond_intro { margin-bottom: 1.1em; }
	.custom #respond_intro p { font-size: 1.7em; line-height: 1.294em; }
	.custom #cancel-comment-reply-link { font-size: 1.1em; line-height: 1em; padding: 0.545em 0.727em; border-width: 0; }
.custom .login_alert { margin-top: 4.4em; margin-bottom: 2.2em; padding: 1.1em; }
.custom #commentform { padding: 15px 15px 0 15px; }
	.custom #commentform p, .login_alert p { font-size: 1.4em; line-height: 1.571em; }
	.custom #commentform p.comment_box { line-height: 0.786em; padding-top: 8px; }
		.custom #commentform label { padding-left: 0.786em; }
		.custom #commentform textarea { height: 72px; width:400px; line-height: 1.571em; background:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:12px; border: 1px solid #D9D9D9; padding:4px; }
		.custom #commentform span.allowed { width: 97.3%; padding-top: 0.5em; padding-bottom: 0.5em; border-width: 0 0.071em 0.071em 0.071em; }
			.custom #commentform span.allowed span { font-size: 0.857em; line-height: 1.833em; padding: 0 0.583em; }
	/* Support for the highly-recommended Subscribe to Comments Plugin */
	.custom #commentform p.subscribe-to-comments { font-size: 1.4em; }
		.custom #commentform p.subscribe-to-comments label { font-size: 1em; }
		
.custom textarea {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9D9D9;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.571em;
    padding: 4px;
}

.custom code {
	background:none;
}