/*

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/

*/





/* Form Styling */

.custom input, .custom textarea { background: #f9f9f9; border: 1px solid #bbb; -moz-border-radius: 2px; -webkit-border-radius: 2px; }

.custom input:focus, .custom textarea:focus { border-color: #888; }

.custom input.button, .custom input[type=submit], .custom #commentform input.form_submit { background: #fff url(images/bg-input.png) bottom repeat-x; padding:5px 15px; text-shadow: 0 1px 0 #fff; color:#222; width: auto; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #bbb; font-weight: normal; }

.custom input.button:hover, .custom input[type=submit]:hover, .custom #commentform input.form_submit:hover { background: #fff url(images/bg-input_active.png) top repeat-x; border: 1px solid #aaa; cursor: pointer; }

.custom input.button:active, .custom input[type=submit]:active, .custom #commentform input.form_submit:active { border: 1px solid #888; }



.custom .menu li {

float:none;

text-align: left;

}

.custom .menu a, .menu .current ul a, .menu .current-cat ul a {

	background: transparent;

	color: #908b6f;

}

.custom .menu, .menu a, .menu li ul {

	border: none;

}

.custom .menu a:hover {

	background: #aca77b;

	color: #fff;

}



body {

	background: #443e35 url(images/bgr12.jpg) no-repeat fixed center top;

	color: #b9b4ad;


	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;

}



p {

font-size: 14px;

line-height: 26px;

}



#header_area .page {

	background: transparent;

}

.full_width > .page {

	background: transparent;

}

.headline_area h1, .headline_area h2 {

	color: #908b6f;

	letter-spacing: 15px;

	text-transform: uppercase;

	border-bottom: 1px solid #908b6f;

	padding-bottom: 5px;

	font-weight: normal;

}

.post_box {

	padding-left: 25px;

}

#logo {

	border-bottom: 1px solid #908b6f;

	padding-bottom: 15px;

}

#fc_id_544 {

	background: transparent;

}

img.alignnone, img.block {

	padding: 10px;

	border: 1px solid #908b6f;

background: #9f9c8a;

}















/*------------ FRONT_PAGE CSS ----------------*/

@charset "utf-8";

/* CSS Document */

.custom .clear {clear:both;height:0;overflow:hidden} .custom a img {border:0}a{outline:none}



/* Body */

.custom #wrapper {text-align:center}

.custom #container {width:760px; margin:0 auto; text-align:left}



/* Structure */

.custom .div-13 {float:left; width:33%}



.custom #header_front{float:left;width:100%;clear:both;}

	.custom .sep-link {height:1px; overflow:hidden; background:#65615d; margin:7px 0 10px; width:125px}

.custom #content{margin:30px auto; width:620px;}

.custom #content_home{margin-bottom:70px;float:left;clear:both;width:760px;}

.custom #footer_front{margin-top:70px; width:100%;}

	.custom #footer-tl, .custom #footer-tr, .custom #footer-bl, .custom #footer-br {height:23px; float:left; line-height:23px}

		.custom #footer-tl {border:1px solid #65615d; border-left:0 none; border-top:0 none; width:379px}

		.custom #footer-tr {border-bottom:1px solid #65615d; width:380px}



		.custom #footer-bl, .custom #footer-br {color:#65615d; font-size:11px}

			.custom #footer-bl {border-right:1px solid #65615d; width:379px; text-align:left}

			.custom #footer-br {width:380px; text-align:right}