/*
THEME NAME: Outdoor Edibles
THEME URI: http://76fix.com
DESCRIPTION: Outdoor Edibles Theme
VERSION: 0.1
AUTHOR: Chucky McGunn
AUTHOR URI: http://76fix.com
TAGS: outdooredibles, outdoor edibles, plants, foraging, wildcrafting 

*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- */
 body {
 	background: url(/wp-content/themes/outdooredibles/images/background.jpg) no-repeat fixed;
 }
   
 .main-aside {	
    width:260px;
    float:right;
    position:relative;
    right:10px;
	background: url(/wp-content/themes/outdooredibles/images/asideback.gif)  ;	
	-moz-border-radius-topleft:5px ;
	-moz-border-radius-topright:5px ;
	-moz-border-radius-bottomleft:5px ;
	-moz-border-radius-bottomright:5px ;
}
.adboxnav {
	width:728px;
	margin:0px auto;
	height:16px;
	background:#ffffff;
	float:left;
}
.postanchor {
	font-size:11px;
}
.main-aside h3 {
	padding-bottom:10px;
	text-align:center;
	font-weight:bold;
}
.hentry {
font-family:Georgia;
padding-bottom:0px;
}
#branding {
	height:90px;
	margin-left:48px;
	margin-top:60px;
	padding:0px;
	float:left;
	width:auto;	
}
#header {
	padding:0px;
	background: url(/wp-content/themes/outdooredibles/images/headerbg.gif) no-repeat;
	height:191px;
	width:940px;
	margin:20px auto 0px;	
}
#blog-title a {
	color:#8EC360;
	text-decoration:none;
	font-family:georgia;	
	font-size:50px;
}
#blog-title a:hover {
	color:#69C21D;
	
}
#blog-description {
	color:#8EC360;
	font-size:13px;
	font-style:italic;
	margin-left:80px;
}
.sf-menu {
	background:#374C26;	
	float:left;
	width:940px;
	height:38px;
}
.sf-menu a {
	padding:5px 10px;
	text-decoration:none;
	
}
.sf-menu a, .sf-menu a:visited {
	color:#8EC360;
	height:22px;
	font-weight:bold;
	margin-top:7px;
	
}
.sf-menu a:hover {
	height:22px;
	
}
.sf-menu li {
	background:#374C26;
	margin-right:4px;
	border-right:1px solid #8EC360;
}

/*added headersearch for searchbar */
#headersearch {
	float:left;	
	background:#374C26  ;
	border-left:30px #374C26 solid;
	border-top:0px #374C26 solid;
	border-bottom:0px #374C26 solid;
	border-right:5px #374C26 solid;
	height:41px;	
}	
/*added */
.entry-title {
	font-family:georgia;
	font-size:24px;
	font-weight:bold;
	line-height:26px;
	margin-top:20px;
	padding:0 0 7px;
}
.headsearchbar {
	background:#374C26;
	color:#8EC360;
	margin-top:8px;	
}
.searchbutton {
	 
}
#container {
    width:620px;
    float:left;
	margin-left:10px; /*added*/
	color:#41361b;
	background: #fefefc url(/wp-content/themes/outdooredibles/images/column-box-bottom.gif) no-repeat ;
	-moz-border-radius-topleft:5px ;
	-moz-border-radius-topright:5px ;
	-moz-border-radius-bottomleft:5px ;
	-moz-border-radius-bottomright:5px ;
}
#searchbox {
	margin-top:7px;
}
#content {
	margin:0 0 0 10px;
	overflow:hidden;
	width:540px;
}
/*------------ content image margin ----------------------*/
.
/*-------------------------------------------------------------- */  

/*end of added*/

.entry-content img {
    margin: 0px 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/*
div#secondary.aside {
	background: #000;
}
*/