/* @override http://www.victoriajoanna.com/blog/wp-content/themes/thesis_16b/custom/custom.css?092909-184406 */

/* @override http://www.victoriajoanna.com/blog/wp-content/themes/thesis_16b/custom/custom.css?092409-154530 */

/* @override http://www.victoriajoanna.com/blog/wp-content/themes/thesis_16b/custom/custom.css?092309-233546 */

/* @override 
	http://www.victoriajoanna.com/blog/wp-content/themes/thesis_16b/custom/custom.css?092209-223828
	http://www.victoriajoanna.com/blog/wp-content/themes/thesis_16b/custom/custom.css?091709-63755
	http://www.victoriajoanna.com/blog/wp-content/themes/thesis_16b/custom/custom.css?091709-50542
	http://www.victoriajoanna.com/blog/wp-content/themes/thesis_16b/custom/custom.css?092309-225618
*/

/*
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 #container{
		margin-top: 3em;
		padding: 0.2em; 
		background: #acd0e3; 
		border: solid #b8dcef; 
		border-width: 0.3em;	
		}

.custom #header{
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	}

.custom #logo a{
	background: url('images/vj_header.jpg') no-repeat;
	display: block;
	width: 942px;
	height: 190px;
	text-indent: -9999px;
	outline:none;
	}
	
.custom .menu{
	border-bottom: double #ddd;
	}	

.custom .menu a{
	text-transform: lowercase;
	}	
	
.custom h2.subtitle{
	margin-top: 0;
	font-weight: normal;
	margin-bottom: 1.571em;
	}

.custom #sidebars{
	}

.custom .sidebar h3{
	background: #5ab5e5;
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-variant: normal;
	text-transform: lowercase;
	border-bottom: 1px solid #6ac7f8;
	}	
	
.custom #post_content_widget_area{
	border-top: double #ddd;
	margin-right: 20px;
	padding-top: 25px;
	}

.custom #post_content_widget_area li.widget{
	width: 240px;
	padding: 0 20px 20px 20px;
	margin-right: 40px;
	float: left;
	overflow: hidden;
	margin-bottom: 0;
	}

.custom #post_content_widget_area li:last-child{
	margin-right: 0px;
	}	

.custom #post_content_widget_area li.widget .textwidget{
	}
	
.custom #post_content_widget_area li.widget .textwidget p{
	}

.custom #post_content_widget_area li.widget .testimonial{
	background: url('images/vj_blockquote.jpg') no-repeat 0% 0%;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 1.3em;
	line-height: 1.571em;
	}	
	
.custom #post_content_widget_area li.widget .testimonial em strong{
	overflow: hidden;
	color: #d03186;
	font-style: normal;
	}	
	
	
.custom hr{
	margin-bottom: 2em;
	border: 1px solid #eee;
	}

.custom p.testimonial{
	font-style: italic;
	font-size: 0.9em;
	color: #565656;
	}

/* Custom Box / Sign-up Widget */	
	
	
.custom #multimedia_box{
	background: #d03186;
	margin-top: 15px;
	padding: 2px;
	width: 288px;
	margin-left: 12px;
	}	

.custom #custom_box{
	background: #fdf4f9;
	padding: 1.1em;
	}
	
.custom #custom_box h2#newsletter_header{
	font-size: 27px;
	line-height: 1em;
	margin-bottom: 10px;
	color: #343839;
	}
	
.custom #custom_box h2#newsletter_header span.highlight{
	color: #d03186;
	}
	
.custom #custom_box ul#benefit_list{
	color: #d03186;
	font-size: 13px;
	line-height: 1.48em;
	margin-left: 1.5em;
	margin-bottom: 1em;
	}	

.custom #custom_box ul#benefit_list li{
	margin-bottom: 0.5em;
	}	
	
	
.custom #custom_box ul#input_list{
	margin-left: 1em;
	list-style-type: none;
	color: #343839;
	font-size: 1.5em;
	}		
		
.custom #custom_box ul#input_list li{
	width: 127px;
	}	

	
.custom #custom_box ul#input_list li input{
	padding: 6px;
	width: 127px;
	}	
	

.custom #custom_box ul#input_list li input{
	background: url('images/form_bg_grad.jpg') repeat-x;
 	color: #d03186;
	}
	
.custom #custom_box ul#input_list li input#submit.submit{
	background: url('images/submit.jpg') no-repeat;
	height: 33px;
	width: 90px; 
	border: none;
	position: relative;
	top: -32px;
	left: 153px;
	float: left;
	}	
	
.custom #custom_box ul#input_list li input#submit.submit:hover{
	cursor: pointer;
	}	
	
	
/* Styles for Feature Box */

.custom #feature_box{
	padding: 1em 0;
	background: #fff;
	}	
	
.custom #feature_box ul#photomontage{
	list-style-type: none;
	}	
	
.custom #feature_box ul#photomontage li{
	display: inline;
	margin-right: 5px;
	overflow: hidden;
	}

.custom #feature_box ul#photomontage li:last-child{
	margin-right: 0px;
	}
	
.custom #feature_box ul#photomontage li img{
	border: 1px solid #ccc;
	padding: 2px;
	width: 145px; 
	height: 145px;
	overflow: hidden;
	}


/* Subscription Widget  */

.custom ul#network_list{
	list-style-type: none;
	}

.custom ul#network_list li{
	display: inline;
	margin-right: 12px;
	}


/* Contact Form Submit button */

.custom #content .wpcf7 .wpcf7-form p#submit input{
	background: url('images/submit.jpg') no-repeat;
	height: 33px;
	width: 90px; 
	border: none;
	position: relative;
	text-indent: -9999px;
	}

.custom #content .wpcf7 .wpcf7-form p#submit input:hover{
	cursor: pointer;
	}


/* Comment Form Submit Button */

.custom #content #respond form#commentform p input#submit{
	background: url('images/submit.jpg') no-repeat;
	height: 33px;
	width: 90px !important;
	border: none;
	position: relative;
	text-indent: -9999px;
	}
	
.custom #content #respond form#commentform p input#submit:hover{
	cursor: pointer;
	}