/*
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/
*/

/* 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; }

/*Header*/
.custom #header #logo a { 
	display: block;
	height: 200px; 
	width: 781px; 
	background: url('images/WMlogo.jpg') no-repeat; 
	outline: none; 
	}
	
.custom #header {
	border-bottom: 0px solid #000;
	padding-top: 1em;
	margin-left: 5em;
	padding-bottom: 0em;
	padding-left: 2em;
	}
	
.custom #tagline {display: none}
	
/*JUST Content Area (posts, page body)*/

.custom #content_box {
	background:#dae7fd url(images/dot-ddd2.gif) repeat-y scroll 69.8em 0;
	}
	
.custom #content {
	background: #fff;
	}

/*Border Around Container*/

.custom #container {
	border: 2px solid #62a40c;
	}

	
/*Comments Closed Text*/

.custom .comments_closed p {
	text-indent: -9999px;
	}
	
/*Squeeze Page formatting*/
.squeeze_page h2 {
	color: #fff;
	}
	
.squeeze_page .post_box {
	padding-top:0em;
	}	
	
.squeeze_page .headline_area {
	margin-bottom:0em;
	}
	
/*About Page List Formatting*/
.about_list {
	margin-left: 1em;
	}

	
	
/* NAVIGATION MENU */

.custom ul.menu { 
	background: #5ba001 url('images/navbg.jpg') no-repeat scroll 0 0; 
	list-style: none; 
	border:none; 
	width:94.2em;
	height: 5em;
	}

.custom ul.menu li { 
	background: none !important;
	border: none !important;
	padding-top: 1.5em;
	}

.custom ul.menu li a { 
	display: block; 
	line-height: 1em; 
	color: #000; 
	text-transform: uppercase;
	padding:.8em 1.5em; 
	text-align:center; 
	letter-spacing: .1em; 
	background: none !important;
	outline:none;
	border: none !important;
	}

.custom ul.menu li a:hover { 
	color: #000; 
	text-decoration: underline; 
	background: none !important;
	}

	
/*Image Formatting � Aligned: None*/
.custom .format_text img.block, .format_text img.alignnone, .wp-caption.alignnone {
	margin:1.3em auto 0 0;
	}
	
/*Reasons to Join in Sidebar*/
.reasons_to_join {
	background: url(images/reasonstojoin.jpg) no-repeat;
	border-bottom: 1px solid #2279f3;
	height: 633px;
	width: 220px;
	}
	
/*Testimonials*/

.test_sidebar ul li {
	border-bottom: 1px solid #2279f3;
	padding: 1em 1em 1em 0em;
	}
	
.test_sidebar li {
	list-style: none !important;
	border-bottom: 1px solid #2279f3;
	padding: 1em 1em 1em 0em;
	}
	
.test_sidebar ul {
	list-style-type: none;
	line-height:1.538em;
	}
	
.custom .format_text ul {
	margin:0 0 0 0;
	}
	
/*Main Links*/

.custom a {
	color: #126ff3;
	text-decoration: none;
	}

.custom a:hover {
	text-decoration: underline;
	}
	

	
/*Contact Form*/
.contact_form {
	border:2px solid #E91C1C;
	background: #f6edd3;
	margin-left:7em;
	margin-right:7em;
	padding:1em;
	}
	
.contact_form_home {
	border:2px solid #E91C1C;
	background: #f6edd3;
	margin-left:1em;
	margin-right:0em;
	padding:1em;
	}

.wpcf7-form {
	margin-right: 5em;
	}
	
.custom input, textarea {
	background:# none repeat scroll 0 0;
	}
	
.custom input:focus, textarea:focus {
	
	}
	
/*Images in testimonials*/
.custom img[align="left"] {
	clear:left;
	float:left;
	padding-right:.5em;
	}
	

#checkbox {
	margin: 0;
	}

.custom .format_text ul {
padding-left: 3em;
}


	
	#social_footer {
		width: 500px;
		height: 100px;
		margin-top: 1em;
		margin-left: 11em;
		}
		
		
	.pf_twitter a {
		display: block;
		background: transparent url(images/twitter.png) no-repeat;
		height: 71px;
		width: 74px;
		outline: none;
		float: left;
		}
		
	.pf_twitter a:hover {
		background-position: 0 -70px;
		}
		
		
	.pf_facebook a {
		display: block;
		background: transparent url(images/facebook.png) no-repeat;
		height: 73px;
		width: 74px;
		outline: none;
		float: left;
		}
		
	.pf_facebook a:hover {
		background-position: 0 -70px;
		}
		
		

		
		
	.pf_linkedin a {
		display: block;
		background: transparent url(images/linkedin.png) no-repeat;
		height: 73px;
		width: 74px;
		outline: none;
		float: left;
		}
		
	.pf_linkedin a:hover {
		background-position: 0 -71px;
		}
		
		
	.pf_contact a {
		display: block;
		background: transparent url(images/contact.png) no-repeat;
		height: 73px;
		width: 74px;
		outline: none;
		float: left;
		}
		
	.pf_contact a:hover {
		background-position: 0 -70px;
		}
		
	
		
		
		
	#similar-posts-div {
		float:left;
		height:153px;
		padding:1em 0 0 1em;
		width:525px;
		}
		
	#similar-posts-div ul {
		list-style: none !important;
		padding-left: .3em !important;
		}
		
	#similar-posts-div ul.similar-posts li {
		margin-bottom: .5em;
		}
		
	.similar-posts ul {
		padding-left: .7em !important;
		list-style: none !important;
		}
	
		
	.custom h5 {
		font-size: 1.25em !important;
		font-weight: normal !important;
		letter-spacing: normal !important;
		margin-bottom: .3em !important;
		}
		
	#similar-clear {
		float: left;
		clear:both !important;
		width: 510px;
		height: 50px;
		}
		
.custom #respond_intro p {
	text-align:left !important;
	}
	
.custom #respond_intro {
	text-align:left !important;
	}
	

.custom .format_text input {
	
	}
	
.custom td {
	color: #000;
	}
	
/* Tags */

.headline_meta_tags {
	float: left;
	
	}

	#picture1 a {
width: px;
height: px;
display: block;
background: transparent url(images/PICTURE1.jpg) no-repeat;
float: left;
outline: none;
margin-right: 2em;
}

#picture2 a {
width: px;
height: px;
display: block;
background: transparent url(images/PICTURE2.jpg) no-repeat;
float: left;
outline: none;
}

.custom .prev_next p {
font-size: 12px;
}

.custom .prev_next { display: none; } 

	

