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

body.custom { background: #050301 url('images/new2.jpg') repeat 0 0; }
body.custom {
	background-attachment: fixed;
}
	.custom #container { margin-top: 2em; margin-bottom: 2em; }

		.custom #page { background: transparent; }
		
.custom #content {
	background: transparent;
}
.custom #header {
	background: transparent url('images/header.jpg') no-repeat;
	width: 957px;
	height: 130px;
}
/*#pixopoint_menu1 {
	margin: 0 0 25px;
}*/

.custom .post_box {
	padding-top: 0;
}
.custom .menu, .menu a, .menu li ul {
	background: #EFEFEF url('images/nav.jpg') repeat scroll 0 0;	
}
.custom .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover {
	background: #dcd2c9 url('images/nav-over.jpg') repeat scroll 0 0;
}
.custom .menu, .menu a, .menu li ul {
	border: 1px solid #e5ded8;
}
.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {
	background: #cccccc url('images/nav-current.jpg') repeat scroll 0 0;
}
.custom .menu a {
	padding: 1em 1.25em;
}
.custom .headline_area h1, .headline_area h2 {
	font-size:  4em;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #c2b29c;
	margin-top: 15px;
}
h1 {
	font-family: Arial Black, Arial, Helvetica;
	font-size: 2.5em;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #c2b29c;
	margin-bottom: 20px;
	}
	
.custom #footer {
	background: #352e1f url('images/footer2.jpg') repeat scroll 0 0;
	margin-top: 25px;
	height: 30px;
	padding-top: 25px;
	padding-right: 25px;
}
.custom #footer a {
	color: #5f5948;
	border-bottom: 1px solid #5f5948;
}
.custom #footer a:hover {
	color: #a59b7f;
}
.custom .jdGallery .slideElement {
	border:  3px solid #c2b29c;
	width: 98%;
	height: 98%;
}
.custom .sidebar h3 {
	background: #422d28 url('images/sidebar.jpg') repeat scroll 0 0;
	padding: 10px 0 10px 15px;
	color: #a18680;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 1em;
}
.custom li.widget p {
	color: #ECE9E6;
}
.custom .ngg-widget img {
	border:  2px solid #C2B29C;
	margin: 5px;
	padding: 1px;
}

#widgettitle entry-title {
color: #C2B29C;
margin-bottom: 1em;
font-size: 1em;
font-variant: small-caps;
letter-spacing: 2px;
}

.format_text h2, .format_text h3, .format_text h4, .format_text h5, .format_text h6 {
color:  #84A4C3;
}
.format_text h2 {
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 10px;
	text-transform: uppercase;
	border-bottom: 1px dotted;
	border-top: 1px dotted;
	border-color: #787878;
}
.format_text input, #commentform input, #commentform textarea {
	background: #ECE9E6 url('images/form-bgr.jpg') repeat-x scroll top;
	padding: 0.4em;
	width: 50%;
}
input, textarea {
	background: #ECE9E6 url('images/form-bgr.jpg') repeat-x scroll top;
	width: 80%;
}

/* Styles for the Guestbook */
.css_post_embedded {
	background: #71654A url('images/guestbook.jpg') repeat scroll 0 0;
	border: 1px dotted #A49A83;
}
.css_form_embedded {
	background: #367297 url('images/guestbook-form.jpg') repeat scroll 0 0;
	border: 1px dotted #689dbe;
	padding: 0 20px;
	width: 91%;
}
.css_navigation_totalcount {
	display:  none;
}
.css_form_text {
	font-size: 13px;
}
.css_post_message {
	font-size: 14px;
}
.css_post_header4, .css_post_header1 {
	color: #D0CABC;
	font-size: 10px;
}
.css_post_separator {
	border: 1px dotted #887D62;
	width: 100%;
}
.css_form_antispamtext {
	margin-right: 150px;
	text-align: left;
}
.css_form_antispamcontent_position {
	text-align: left;
}
.css_form_submit_position {
	text-align: right;
	padding: 20px 0 0;
}
.css_form_submit {
	background: #5F9CC1;
	border: none;
	color: #1f4e6b;
	font-size: 16px;
	height: 40px;
}
.css_form_namefield, .css_form_messagefield, .css_form_antispam_inputfield {
	color: #312f2f;
}
.css_navigation_select {
	color: #84A4C3;
}
.css_guestbook_font_color {
	color: #dcd6ca;
}
.css_form_textfieldspace {
	margin: 0 0 10px;
}
/* END Styles for the Guestbook */


#col-left {
	float: left;
	width: 290px;
}
#col-right {
	margin: 0;
	float: left;
	width: 290px;
	height: 1%;
}
#hidden {
	display: none;
}
#stat {
	float: left;
	text-align: left;
	width: 700px;
	margin-top: 150px;
}
#brown {
	color: #5F5948;
	font-size: 11px;
	text-align: right;
	margin-top: 15px;
	
}
#brown img {
	vertical-align: middle;
	border: none;
}

#address {
	color: #827962;
	float: left;
	letter-spacing: 0.5px;
	text-align: left;	
	margin: 0 0 0 20px;
	font-size: 12px;
	width: 850px;
}
#admin {
	color: #5f5948;
	margin: 0;
	float: left;	
	height: 1%;
	width: 50px;
	font-size: 12px;
}


/* LOGOS ABOVE FOOTER */
#logos { margin: 0 auto; width: 957px; }

#Box1 { background: transparent url('images/pinnacle.png') no-repeat scroll 0 0; float: left; margin-bottom: 10px;width: 130px; height: 50px; border: none;}
#Box2 { background: transparent url('images/crossroads.png') no-repeat scroll 0 0; float: left; margin-bottom: 10px;width: 130px; height: 50px; border: none;}
#Box3 { background: transparent url('images/facebook.png') no-repeat scroll 0 0; float: left; margin-bottom: 10px;width: 130px; height: 50px; border: none;}
#Box4 { background: transparent url('images/myspace.png') no-repeat scroll 0 0; float: left; margin-bottom: 10px;width: 130px; height: 50px; border: none;}
#Box5 { background: transparent url('images/singingnews.png') no-repeat scroll 0 0; float: left; margin-bottom: 10px;width: 130px; height: 50px; border: none;}
#Box6 { background: transparent url('images/gullions.png') no-repeat scroll 0 0; float: left; margin-bottom: 10px;width: 130px; height: 50px; border: none;}
#Box7 { background: transparent url('images/enlighten.png') no-repeat scroll 0 0; float: left; margin-bottom: 10px;width: 130px; height: 50px; border: none;}

#Box1:hover {
	background-position: 0 -50px;
}
#Box2:hover {
	background-position: 0 -50px;
}
#Box3:hover {
	background-position: 0 -50px;
}
#Box4:hover {
	background-position: 0 -50px;
}
#Box5:hover {
	background-position: 0 -50px;
}
#Box6:hover {
	background-position: 0 -50px;
}
#Box7:hover {
	background-position: 0 -50px;
}

hr.thin {
height: 1px;
border: 0;
color: #333;
text-align: center;
margin: 10px auto;
background-color: #333;
width: 95%;
} 


/*#divider {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2px 0px;
	background-image: url('images/divider.gif');
	background-repeat: repeat-y;
	background-position: 300px 0px;
}*/


/*.home #header { display:none; }*/
