/*
File:			custom.css
Description:	RobMaguire.com — Custom styles for Thesis theme
*/

/* MINIMAL CSS - EDITED */
.custom .search_form { float: right; }
.custom .search_form input { font-size: 1.3em; line-height: 1em; width: 15.385em; padding: 0.308em; }
.custom .search_form input:focus { background: #f2e127; }

.custom #content_box { background: none; border-top: 0.4em solid #48535B;}
.custom .prev_next, .custom #archive_info { border: none; }
.custom input.form_submit:hover { color: #111; background: #f2e127; }
.custom #multimedia_box, .custom #image_box, .custom #video_box, .custom #custom_box { background: none; border: 0; }
.custom #sidebars { border: none;}
.custom #sidebar_1 { border-right: none;}
.custom #footer { padding-bottom: 0; border-top: 0.1em dotted #ccc; }
.custom a { color: #23689F; text-decoration: none;}
.custom a:hover { color: #23689F; background: #f2e127; text-decoration: none;}
.custom #header #logo a, .custom #header #logo a:hover, .custom h2 a, .custom h2 a:hover { color: #111; }
/* END MINIMAL CSS */

.custom .sidebar ul.sidebar_list {
	padding-left:0em;
	padding-right:2em;
	}

.custom #sidebar_1 { 
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:.9em;
	line-height:1.2em;
		}

.custom #content {border-left: 0.1em dotted #ccc; margin-right:0px; margin-left:0px; padding-left:0px;}
.custom .post_box, .teasers_box, .full_width #content_box .page {margin:0 2.1em 0 2em;}


/* BACKGROUND */
body.custom { background: #44443f url('images/bg-tile.png'); }
.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #5297C9; border: 0.4em solid #395C75; }
.custom #page { background: #fff; }

		
/* TYPOGRAPHY */
.custom ol li {margin-bottom: 1em;}

.custom .headline_area h1, .headline_area h2 {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:30px;
	line-height:1.25em;
	letter-spacing: -.04em;
	color: #5297C9;} 
	
.custom .headline_area h1, .headline_area h2 a {color: #5297C9;}

.custom .format_text h2, .format_text h3 {margin:1.833em 0 0.1em 0;}


.custom #sidebars h3 {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:1.3em;
	line-height:1.3em;
	letter-spacing: -.05em;
	font-variant: normal;
	font-weight: bold; 
	margin-bottom:0.2em;
	color: #777777;}
	
.custom #sidebars h3 a {color: #777777;}

/* IMAGES + CAPTIONS */
.format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; }
.format_text .wp-caption p { font-size: 0.786em; margin-bottom: 0; text-align: center;}
.xavisys-link {display:none;}


/* HEADER */
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 40px; width: 345px; background: url('images/rmbanner.png') no-repeat; outline: none;}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0 0 0.6em 0; border-bottom: 0px;}

.custom .titleblurb {
	text-align:right;
	float:right;
	font-size:1.4em;
	text-decoration:none;
	margin-top:23px;
	}


/* COMMENTS & INTENSE DEBATE */
.custom #idc-container-parent #idc-container {width: 600px; margin-left:10px; margin-top:30px;}
.custom .headline_meta {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:.8em;
	line-height:1em;
	font-variant: normal;
	font-weight: normal; 
	font-style: normal;
	}

/* FOOTER */
.custom #footer a {
border-bottom:none;
}


/* HIDING THINGS */
.to_comments {display:none;}

.custom ul.sidebar_list { padding-top:1em; }

.custom .headline_area { margin-bottom:1em; }

/* TWITTER WIDGET */
.custom .widget_twitter .from-meta {display:none;}
.custom .widget_twitter ul { line-height:1.2em}
.custom .widget_twitter .time-meta {font-size:.8em; display:block;}


/* Subscribe Links */
.custom .sublink img {position:relative; top:3px; margin-right:5px;}
.custom .sublink  {margin-bottom: 10px; font-weight: normal;}
.custom .sublink a {text-decoration:none;}
.custom .emailbox {margin-top:0px}
.custom input, textarea {background:#FFFFFF none repeat scroll 0 0;}
.custom .subbox {margin-bottom:-10px;}


/* OLD SITE IMAGE COMPATIBILITY */
.imgright { 
	clear: right;
	float: right; 
	margin: 0 0 1.571em 1.571em;}

.imgleft { 
	clear: left;
	float: left; 
	margin: 0 1.571em 1.571em 0; }