/*
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/
*/

#header, #footer {

padding-left:0;
padding-right:0;

}

#header{

padding-bottom:0;
padding-top:0;

}

body.custom {
    background: #d8cca9;
 
}

.custom #container {
    margin-top: 0.4em;
    margin-bottom: 2em;
    padding: 0.1em;
    background: #c1d375;
    border: 0.4em solid #fff;
}

.custom #page {
    background: #fff;
}




#header{

padding-bottom:0;
padding-top:0px;

}


.custom .rss a {
   color: #5c6839;
   text-transform: uppercase;
   padding-right: 16px;
   
}
.custom .rss a:hover {
   color: #464646;
   text-decoration: underline;
}



.custom #content img {
	background: #FFFFFF;
	
	padding: 5px 5px 5px 5px;
	border: 1px solid #ddd;
	}

.custom .sidebar h3 {
font-family: Georgia;	
color:#493328;
	font-size: 18px;
font-weight: normal;
font-variant:normal;
margin-bottom: 0.1em;
line-height:16px;
letter-spacing:-0.5px;
width: 95%;
text-transform: lowercase;

	}


/*** ABOUT BOX  *****/
#about {height:160px;margin: 20px auto 0;width: 385px;padding:10px 10px;background:#fff url(http://aggieskitchen.com/wp-content/uploads/2010/09/AggieProfileBlog-150x150.jpg) 258px 10px no-repeat;border:1px solid #fff;}
#about span {color:#846d4a;font-size:12px;font-weight:normal;}
#about p {font-size:12px;width:230px;color:#846d4a; line-height:17px;}


.custom ul.menu {
background:#473126;
border-top: 1px dotted #d8cca9;
border-bottom: 1px dotted #d8cca9;
width:1080px;
margin:0 auto;
position:relative;
z-index:1;
}

.custom .menu a {
font-size:18px;
padding:10px 25px 9px;
letter-spacing:-0.5px;
text-transform:lowercase;
font-weight:normal;
line-height:16px;
}


.custommenu {width:100%;border-bottom:0px;position:absolute;bottom:0;height:35px;z-index:5;background:#473126;}


#header{
border-bottom:none;
padding:0 0 4px; 0;
height:145px;
width:1080px;
margin:0 auto;
position:relative;
z-index:1000;
}


.custom h3 {font-family: Georgia; color: #473126; font-size: 25px; line-height: 1em; border-bottom:1px solid#ccc; margin-bottom:2px; padding:3px;}

#headercontainer {position:relative;width:1024px; margin:0 auto;}

#headerimage {width:540px;position:absolute;z-index:1000;}


/***** HEADER SEARCH FORM *******/

#headersearch {width:350px;position:absolute;top:168px;right:48px;z-index:1000;}

#headersearch input {background:#fff;height:18px;width:270px;padding-left:5px;font-size:12px;border-top:1px solid #d6d6d6;border-left:1px solid #d6d6d6;border-bottom:1px solid #adadad;border-right:1px solid #adadad;color:#846d4a;}

#headersearch span {font-size:18px;float:left;padding-right:10px;letter-spacing:0px;color:#846d4a;padding-top:2px;line-height:16px; text-transform:lowercase;}

/****** HEADER SOCIAL ICONS ******/
#headericons {position:absolute;right:0px; top:50px;width:360px;}

#headericons ul {list-style:none;}

#headericons li {float:left;display:inline;padding-right:10px;}

#amazon{

position:relative;
z-index:1000;
}
#astore{
width:600px;position:absolute;z-index:1000;}