/*
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/
*/

.custom #header #logo a
{
outline: none;
display:block;
width:1069px;
height:175px;
background:url(http://obrag.org/obrlogo.jpg) center no-repeat;
color:#000000;
text-indent: -9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
} 

/*---:[ nav menu styles ]
#tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 1px 1px; }
.custom	#tabs li { background: #ffffcc; }
.custom	#tabs .current_page_item { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }
.custom #tabs .current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }
.custom #tabs a { display: block; line-height: 1em; color: #111; text-transform: none; letter-spacing: 1.5px; }
.custom ul#tabs li a:hover { background:#6699ff;  color:#ffffff; }
.custom #tabs .rss { padding-right: 0; background: none; border: none; float: right; }:---*/
/*---:		#tabs a:hover { color: #111; text-decoration: underline; }
		#tabs .current_page_item a, #tabs .current-cat a { cursor: text; }
		#tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }

		#tabs .rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }:---*/
.custom .teaser .format_teaser p {
  margin-top:1em;
}

.custom .attachment-medium { display: none; }

/* Linked author name */
.custom span.author a {
   color: #111}

.custom abbr.published {
   cursor: default;
   color: #111;}

.custom h1, h2, h3, h6 { font-weight: bold; }
/*---:	.custom a:hover { color: #090; }:---*/


.custom .format_text blockquote.right, .format_text blockquote.left {
    color: 04400A;
    font-size: 1.286em;
    font-style: italic;
    line-height: 1.222em;
    width: 35%;
}

.custom blockquote {
    border-left: 1px solid #DDDDDD;
    color: #050505;
}

.custom div.adblock img {
  padding: 2px;
  background-color: #FFFFFF;
}

body.custom {
    background: #f5e1b3;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.4em;
    background: #FFFCCC;
    border: 0.1em solid #996600;
}

.custom #page {
    background: #fff;
}

/* Customize Previous and Next Links */
.custom div.prev_next p {
    font-size: 1.3em;
    color: #888888;
}

.custom .cenx {text-align: center;}

.custom #header
{
background: #ffffff;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}



.custom .format_text .drop_cap {
  color: #01240E;
}

.custom input.subscribe-form-button {
    background-color: #247A12;
    color: #FFFFFF;
    margin-bottom: 150px;
    margin-left: 25px;
    width: 150px;
}

.custom .format_text input {
    width:auto;
}

.custom .sidebar ul.sidebar_list {position: relative; padding-top: 1em;}
.custom #header_widget_1 ul.sidebar_list { padding:0px; }
.custom #header_widget_1 ul.sidebar_list li.widget {position: absolute; display: block; top:0px; left:550px; width:520px; }

.custom #header #tagline
{
color:#000000;
text-indent: -9999px;
} 
/*.recentcomments*/

.custom .comments_closed p {
  display: none;
}


/* Author box */
.postauthor { background: #FFFFFF; width:613px; border-bottom: 1px solid #e1e1e0; border-right: 1px solid #e1e1e0; overflow: hidden; padding: 10px; }
.postauthor img { border: none; float: left; margin-right: 1.5em; }
.postauthor h4 { font-size: 2em; margin-bottom: 5px; }
.postauthor body {font-size: 12px;}
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; text-align:justify;}
.postauthor p.desc { font-size: 1.4em; line-height: 1.5em; }
.postauthor p.hlight { font-size: 11px; text-transform: uppercase; }
.postauthor p.hlight span { color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }

.custom div.attachment div.format_text p {
	text-align: center;
}

.custom .attachment-medium { display: none; }

/* hide meta */

.hide_meta .headline_meta {display:none;}

#image-meta {
	width:275px; 
	margin:auto;
	}

.prev-img {
	float:left;
	margin-top: 20px;
	margin-left: 120px;
}

.next-img {
	float:right;
	margin-top: 20px;
	margin-right: 120px;
}

.prev-img-text, .next-img-text {
	font-weight:bold;
	font-size: 16px;
	margin-top:86px;
	width: 80px;
	line-height:18px;
}

.prev-img-text {
    float:left;
	margin-left: 20px;
	text-align:left;
}

.next-img-text {
	float:right;
	text-align:right;
	margin-right: 20px;
}



.prev-img-text a, .next-img-text a { text-decoration:none; }

.custom #content .prev-img-text a:hover, .custom #content .next-img-text a:hover { text-decoration:none; }