/*
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 #page a:hover { color:#111111; text-decoration:none; }

/* 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: 62px; width: 255px; background: url('images/top10.jpg') 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; }*/
.custom #header #logo { text-indent: -9999px; }
/*.custom #header #logo, .custom #header #tagline { display: none; }*/
.custom #header {
	padding:0;
	border: none;
}

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */


.custom #header_area {
	background-color: #4e493d;
	border-bottom: solid 3px #ccc;
	height: 180px;
}

.custom #header_area .page {
	background-color: #4e493d;
}

.custom #nav_search_area {
	height: 145px;
	width:570px;
	float: right;
}

.custom #search {
	width: 310px;
	height: 20px;
	float: right;
	margin-top: 0.5em;
	margin-bottom: 1.1em;
	margin-right: 1.1em;
}

.custom #search_image {
	margin-right: 5px;
	align: right;
}

.custom #s {
	float: right;
	font-size: 1.3em;
	width: 200px;
	margin-right: 1.3em;
}

.custom #header_image {
	float:left;
	width: 400px;
	margin-top: 0.5em;
}

.custom #header #tagline {
	float:left;
	width: 400px;
	text-align: center;
}

.custom #nav_menu {
	float:right;
	margin-right:2.2em;
	width: 350px;
}

.custom .menu { 
	text-align: right;
	border: none;
	float:right;
	margin-top: 4em;
	background-color: #4e493d;
}

.custom .menu li ul{
	border: none
}

.custom .menu a, .menu li ul{
	border: none;
	font-size: 1.3em;
	line-height: 1.385em;
	font-weight: bold;
	text-transform: none;
}

.custom ul#tabs {
	border: none;
}

.custom ul#tabs li.current_page_item, ul#tabs li.current-cat {
	background-color: #fffffe;
	border: none;
	
}

.custom ul#tabs li {
	background-color: #dddddd;
	border: none;
	margin-left: 0.25em;
	margin-right: 0.25em;

}
.custom ul#tabs li a {
	font-size:1.1em;
	font-weight:bold;
}


.custom #page {
	padding: 0.1em;
}

.custom a:hover {
	color:#1E2F3A;
	text-decoration: none;
}

.custom a {
	text-decoration: none;
}

.custom #container { 
	padding: 0.1em;
	background: #fffffe;
   
}

.custom #content_area {
	background-color: #fffffe;
}

.custom #content {
	background-color: #fffffe;
}

.custom #content_box {
	background-color: #fffffe;
}

.custom #tweetmeme_button {
	float:right;
	margin-left: 10px;
}

.custom #whats_next .icon { float:left; margin-right: 5px; }

.custom #commentform a {
	text-decoration: none;
}

.custom input#submit.form_submit  {
	display:block;
	background: url('/wp-content/themes/thesis_16/custom/images/submit-button.png');
	background-repeat: no-repeat;
	height:38px;
	width:86px !important;
}

.custom .prev_next {
	border: none;
}

.custom #subscribe_email_button {
	height:33px;
	width: 111px;
	background: url('/wp-content/themes/thesis_16/custom/images/subscribe-button.gif');
	background-repeat: no-repeat;
	border-width: 3px;
	
}


.custom .widget_flickrRSS h3 {
	height:30px;
	background: url('/wp-content/themes/thesis_16/custom/images/flickr-sidebar-title.png') left no-repeat;
	text-indent: -9999px;
}

.custom .widget_subscribe h3 {
	height:30px;
	background: url('/wp-content/themes/thesis_16/custom/images/get-updates-sidebar-title.png') left no-repeat;
	text-indent: -9999px;
}

.custom .widget_killer_recent_entries h3 {
	height:30px;
	background: url('/wp-content/themes/thesis_16/custom/images/latest-recipies-sidebar-title.png') left no-repeat;
	text-indent: -9999px;
}

.custom .widget_recent_comments h3 {
	height:30px;
	background: url('/wp-content/themes/thesis_16/custom/images/recent-comments-sidebar-title.png') left no-repeat;
	text-indent: -9999px;
}
.custom .widget_Twidget h3 {
	height:30px;
	background: url('/wp-content/themes/thesis_16/custom/images/recent-tweets-sidebar-title.png') left no-repeat;
	text-indent: -9999px;
}

.custom ul.sidebar_list {
	padding-top: 2.2em;
	background-color: #fffffe;
}

.custom li.widget {
	background-color: #fffffe;
	padding-bottom: 0.5em;
	margin-bottom: 1.0em;
}

.custom li.widget ul li {
	padding-left: 1.1em;
	padding-right: 1.1em;
	
}

.custom li.widget p {
	text-align: right;
}

.custom li.widget p a {
	text-decoration: none;
}

.custom #flickrrss img {
	padding-left: 0.25em;
}

.custom #search p {
	padding-left: 0.5em;
}

.custom .home_page_subscribe {
	float:left;
	width: 300px;
	padding: 1em;
	margin-right: 0.1em;;
}

.custom .home_page_subscribe a {
	text-decoration: none;
	color:#555555;
}

.custom #subscribe {
	height: 48px;
	margin: 20px 0 20px 0;
}

.custom #subscribe ul {
	float:left;
	margin-bottom:5px;
	padding:0 0 0 17px;
	width:175px;
}

.custom #subscribe li {
	display:inline;
}

.custom #subscribe-feed a {
	background:transparent url(http://hopwild.com/test/wp-content/themes/thesis_16/custom/images/rss-32x32.png) no-repeat scroll 0 0;
	width:32px;
}

.custom #subscribe-email a {
	background:transparent url(http://hopwild.com/test/wp-content/themes/thesis_16/custom/images/e-mail-32x32.png) no-repeat scroll 0 0;
	width:32px;
}

.custom #subscribe-twitter a {
	background:transparent url(http://hopwild.com/test/wp-content/themes/thesis_16/custom/images/twitter-32x32.png) no-repeat scroll 0 0;
	width:32px;
}

.custom #subscribe li a {
	float:left;
	height:0;
	margin:0;
	overflow:hidden;
	padding:48px 0 0;
}

.custom .sidebar h3 {
	color: ;
	/*border-bottom: 1px solid;*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.custom #flickr img {
	height:75px;
	margin:1px 13px 1px 0;
	width:75px;
}

.custom #flickr h3 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.8em;
	line-height:1.385em;
	margin-bottom:0.692em;
	color:#555555;
	font-variant:small-caps;
	letter-spacing:2px;
}

.custom #footer_area {
	background-color: #4e493d;
	padding-top: 1.1em;
	padding-bottom: 1.1em;
}

.custom #footer_area .page {
	background-color: #4e493d;
}

.custom #footer_content {float:left; width: 980px; text-align:left; color:#fffffe;}
.custom #footer_content li.widget {background-color: #4e493d;}
.custom #footer_content ul.sidebar_list {background-color: #4e493d;}
.custom #footer_content ul.sidebar_list li.widget h3 {color:#fffffe;}
/*.custom #footer_content ul.sidebar_list li.widget a {color:#ffffff;}*/
.custom #footer_content ul.sidebar_list li.widget a:hover {color:#111111;}

/*
.custom #footer_left {width: 620px; float:left;}
.custom #left_widget {margin-right:1em; float:left; width:300px; background-color: #4b4c4c;}
.custom #middle_widget {float:right; width:300px; background-color: #4b4c4c;}
.custom #footer_right {width: 340px; float:right; background-color: #4b4c4c;}
.custom #footer_right ul.sidebar_list li.widget {float:right;}
*/
.custom #footer_content h3 { 
	color:#fdfafa;
	font-size: 1.3em;
	font-variant: normal;
	border-bottom: 1px solid;
}

.custom #footer_widget_1 { float:left; width:325px; }
.custom #footer_widget_2 { float:left; width:325px; }
.custom #footer_widget_3 { float:left; width:325px; }

.custom #footer .icon { float:left; margin-right: 5px; }
.custom #footer .avatar { float:left; margin-right: 13px; }

.custom #footer { border: none;	padding:0; }
.custom #footer p { font-size:1em; }
.custom #footer a { color:#fffffe; border:none; text-decoration:none;}
.custom #footer a:hover { color:#111111; border:none; }