/* Thesis Print CSS */

body.custom {
    background: #fff;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #ffffff;
    border: 0.4em solid #fffff;
}

.custom #page  {
    background: #fff;
}

.custom .format_text blockquote.left, .custom .format_text blockquote.right { border-left:0px double #ddd; border-right:0px double #ddd; border-top:3px double #ddd; border-bottom:3px double #ddd; padding-left:0; padding-right:0; padding-top:0.611em; padding-bottom:0.611em }

.custom .entry-title a, .custom .entry-title { color: #1e71b8 !important; }

/*    WordPress image captioning */
.custom .format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.custom .format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.custom .format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.custom .format_text .wp-caption p { font-size: 0.786em; margin-bottom: 0; }

.captioncentered {
display: block;
text-align: center; /*centers text & image*/
margin: 10px auto; /*centers the whole div*/
padding-bottom: 1px; /*this depends of your design*/
font-size: 0.786em;
color: #000;
}

.captionleft {
display: block;
text-align: left; /*centers text & image*/
margin: 10px auto; /*centers the whole div*/
padding-bottom: 1px; /*this depends of your design*/
font-size: 0.786em;
color: #000;
}

.captionright {
display: block;
text-align: right; /*centers text & image*/
margin: 10px auto; /*centers the whole div*/
padding-bottom: 1px; /*this depends of your design*/
font-size: 0.786em;
color: #000;
}

.custom .sociable, .custom #comments, .custom ul#tabs li, .custom .headline_meta, .custom .prev_next, .custom .post_nav, .custom #footer, .custom .sidebar ul.sidebar_list, .custom #header #logo a, .custom #header #logo, .custom #header #tagline, .custom .menu, .custom #custom_box, .custom #adblock a img, .custom #adblock a:hover img, .custom .to_comments { 
display: none; 
}
