/* @override 
	http://www.ojaigetaway.com/wp-content/themes/thesis/custom/custom.css?100208-161038
	http://www.ojaigetaway.com/wp-content/themes/thesis/custom/custom.css?041609-100426
	http://www.ojaigetaway.com/wp-content/themes/thesis/custom/custom.css?041609-100415
	http://www.ojaigetaway.com/wp-content/themes/thesis/custom/custom.css?041609-100440
	http://www.ojaigetaway.com/wp-content/themes/thesis/custom/custom.css?041609-170453
	http://www.ojaigetaway.com/wp-content/themes/thesis/custom/custom.css?041709-140418
	http://www.ojaigetaway.com/wp-content/themes/thesis/custom/custom.css?041709-140425
	http://www.ojaigetaway.com/wp-content/themes/thesis/custom/custom.css?042409-100455
*/

/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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 overwrite *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!
*/

body.custom {
    background: #7b8f70 none repeat;
	margin: 0;
	padding: 0;
	color: #353230;
}

div#sidebars {
}

.custom #container {
    margin-top: 0;
    margin-bottom: 2em;
    padding: 0em;
    background:  #FFF;  /*  #33332f;  */
    border: 0em solid  #FFF /* #AF7633; */
}

/* @group tabs */

.custom ul#tabs {
	clear: both;
	border-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
}

.custom ul#tabs li a {
	background-color: #7b8f70;
	color: #bfbebf;
	margin: 0 8px 0 0;
}

.custom ul#tabs li a:hover {
	background-color: #174209;
	color: white;
	margin: 0 8px 0 0;
	text-decoration: none;
}

.custom ul#tabs li {background: transparent;
	font: 1.1em Arial, Helvetica, Geneva, sans-serif;
	border-style: none;
	margin-top: 6px;
	margin-bottom: 6px;
}

.custom ul#tabs li.current_page_item a {
	background-color: #3f4e51;
	color: white;
	border-bottom-style: none;
}
.custom ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }

.custom ul#tabs li.rss a {
	background-color: transparent;
	color: #174209;
}



/* @end */

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

div#footer {
	text-align: center;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
}

div#feature_box {
	border-style: none;
}

a:link, a:visited {
	color: #7b8f70;
}


.custom #header { height: 150px; padding: 0; background: #99b2be none no-repeat;
	margin: 0;
	border-style: none;
	display: block;
}

div#logotype {
	background-color: transparent;
	margin: 0;
	padding: 0;
	display: inline;
	z-index: 2;
	position: relative;
	top: -84px;
}

object#so5_1.slideshow {
	display: inline;
	float: left;
	top: -7px;
}

div#sidebars h3 {
	margin: 0 0 10px;
	padding: 3px;
}

div#sidebars h3, div#sidebars h3 a {
	background-color: #3f4e51;
	color: white;
	text-transform: uppercase;
	font: normal 13px/25px Arial, Helvetica, Geneva, sans-serif;
	height: 25px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 8px;
	margin-left: 0;
}

a.rsswidget {
	line-height: 25px;
}

h3 a.rsswidget img {
	position: relative;
	top: 2px;
}

div#content.hfeed {
	background-image: none;
	border-style: none;
}

div#content_box {
	border-style: none;
	background-image: none;
}


.custom h2 a {color: #000080;}

.custom h3 {color: #111111; font-size: 1.15em;}

div#post-1.post.hentry.category-uncategorized.post_box.top {
	border-style: none;
	background-image: none;
}

#footer p:first-child
{
display:none;
}



/* resources */

#resources {
top: 20px;
width: 620px;
margin: 30px 0px 0px 20px;
padding: 0px 0px 10px 0px;
border: 0px solid #4B0082;
}



#resources h3 {
margin: 8px 0 0 10px; 
text-align: left;
padding: 0px 0 0 0;
font-size: 12px;
}

#resources h4 {
margin: 10px 0 0 0px; 
text-align: left;
padding: 0px 0 0 0;
font-size: 12px;
display: block;
}

#resources h5 {
margin: 10px 0 0 0px; 
text-align: left;
padding: 0px 0 0 0;
font-size: 10px;
display: inline;
}

#resources ul {
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	border: 2px solid #FFF;
	
}

#resources li {
	margin-left: 0px;
	padding: 0px 5px 0px 0px;
	border: 0px solid #4B0082;
	font-size: 11px;
	line-height: 16px;
	font-family : Verdana, Arial, sans-serif;
	text-indent : 0;
	list-style : none;
}




