/*
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/
*/

/* add header image */
.custom #header {
	border-bottom:none;
	width:950px;
	height:140px;
	padding-top:0;
	padding-bottom:0;
	background: url(images/header.jpg) center left no-repeat;
}

.custom #header #logo { display:none; }
.custom #header #tagline { display:none; }


/* Nav Menu */
.custom .menu {
	border-bottom:1px solid #A36000;
	border-top:1px solid #A36000;
	background-color:#5F3800;
	font-weight:bold;
	border-right:none;
	width:914px;
}

.menu a {
	letter-spacing:0;
}

.menu, .menu a, .menu li ul {
	border-top:none;
}

/* Change background color of BODY */
/*body { background-color:#afafaf; }*/ /*3F2600*/

/* don't show page titles */
/*.headline_area {
	position:absolute;
	top:-1500px;
	left:-1500px;
}*/

div#post-6 h2,
div#post-17 h2,
div#post-19 h2,
div#post-23 h2,
div#post-27 h2,
div#post-29 h2, 
div#post-57 h2 {
display:none;
}

div#buttons {
	width:660px;
	height:150px;
	margin:0 auto;
	padding:20px 0;
}

div#twobuttons {
	width:450px;
	height:150px;
	margin:0 auto;
	padding:20px 0;
}

div#buttons .twobuttons {
width:470px;
}

ul#buttons {
	margin-bottom:50px;
}

ul#buttons li {
	list-style-type: none;
	display:inline;

}


ul#buttons li a {
	list-style-type: none;
	float:left;
	margin-right:10px;
	width:195px;
	height:100px;
	display:block;
	text-indent:-9999px;
}

ul#buttons li a.qa {
	background: url(/wp-content/themes/thesis_16/custom/images/qa.jpg) no-repeat;
	outline:0;
}

ul#buttons li a.fc {
	background: url(/wp-content/themes/thesis_16/custom/images/freecon.jpg) no-repeat;
	outline:0;
}

ul#buttons li a.submit {
	background: url(/wp-content/themes/thesis_16/custom/images/submit.jpg) no-repeat;
	outline:0;
}

img.imgleft {
	float:left;
	border:solid 1px silver;
	background:#EEEEEE none repeat scroll 0 0;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0.067em;
	padding:0.567em;
	margin:0 1.571em 0.55em 0;  
}


img.photoframe {
	border:solid 1px silver;
	background:#EEEEEE none repeat scroll 0 0;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px;
	padding:4px;
}

.sidebar h3 {
	border-bottom:1px dotted #AFAFAF;
}


p.small {
font-size:12px;
line-height:16px;
text-align:justify;
color:#4f4f4f;
}

.format_text h2 {
margin-top:10px;
}

/* for contact form 7 radio buttons labels */
.format_text input, #commentform input, #commentform textarea {
width:auto;
}


/* privacy line for emails */

p.privacy {
background-color:#CFECFF;
border:1px dotted #2380BF;
font-size:11px;
line-height:15px;
margin:10px auto;
padding:5px;
text-align:justify;
width:512px;
}

/* sidebar list */
li.widget ul li {
	line-height:14px;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:0.692em;
}
	
	
/* buttons */

ul#coolbuttons {
margin:40px auto;
}

ul#coolbuttons a.button {
	padding-bottom:20px;
}

ul#coolbuttons li.blue.button {
	background-color:#0C8ACF;
	/*height:30px;
	line-height:30px;*/
	text-align:center;
	text-decoration:none;
	display:inline;
	margin:0 12px;
	padding:10px;

}

* html .blue.button { height: 5px;margin-left:30px; } /*ie6*/

ul#coolbuttons li.blue.button:hover {
	background-color:#00336F;
}

ul#coolbuttons li a.button {
	color:#FFFFFF !important;
	cursor:pointer;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	line-height:1;
	overflow:visible;
	padding:5px 7px 6px;
	position:relative;
	text-decoration:none;
	text-shadow:1px 1px 1px #000;
	width:auto;
}

ul#coolbuttons li.button {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-border-radius:5px;
	border-bottom:1px solid rgba(0, 0, 0, 0.25);
	color:#FFFFFF !important;
	cursor:pointer;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	line-height:1;
	overflow:visible;
	padding:5px 15px 6px;
	position:relative;
	text-decoration:none;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	width:auto;
}

ul#coolbuttons li.blue.button.push {
margin-left:145px;
}


div.form7 {
	background-color:#EFEFEF;
	border:1px solid #AFAFAF;
	margin:20px auto;
	padding:10px;
	width:500px;
}

div.form7 input, div.form7 textarea {
background-color:#FFFFFF;
}



#page  {
padding:2.2em 2.2em 0;
margin:20px 0;
}

p.about {
font-family:arial;
font-size:12px;
line-height:16px;
}