/*
Theme Name: a&amp;b WebDesign Wordpress Theme
Theme URI: http://www.aandbwebdesign.com/wp-content/theme-aandbwebdesign
Description: Wordpress Themese designed specifically for a&amp;b WebDesign by  a&amp;b WebDesign
Version: 1.0
Author: Andrea Barnett
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(pics/bg.jpg) #9e6548;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#wrapper {
	background: #9e6548;
	width: 930px;
	margin: 5px auto;
	border: 5px solid #9e6548;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#contentPage, #indexPage, #content, #search, #searchPage {
	background: #f7efe3;
}

/* ------------- generic styles -------------- */
.alignleft { float: left;}
.alignright { float: right;}
.clear { clear: both;}
.ab {color: #9e6548;}

p {
	margin: 0 15px 10px;
}

h1, h2, h3 {
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
}

h2, #searchPage h2 {
	margin: 25px 20px 5px;
	color: #9e6548;
	font-size: 2em;
	}
	
h3 {
	margin: 25px 0 5px;
	padding: 5px 25px;
	background: #9e6548;
	color: #f7efe3;
	text-align: left;
	font-size: 1.7em;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	}

ul {
	margin-bottom: 25px;
}

a:link, a:visited {
	color: #9e6548;
}

a:hover {
	text-decoration: none;
}

.float_left {
	float: left;
}
/* ------- The Header -------------- */
#header {
	background: url(pics/stove.jpg) #f7efe3 no-repeat top right;
	height: 200px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#header h1 {
	color: #9e6548;
	font-size: 3em;
	padding: 35px 25px 0;
}
#header h2 {
	color: #6b4c54;
	font-size: 1em;
	padding: 0 25px;
	margin: 0;
	width: 675px;
}
#header h1 a {
	text-decoration: none;
	color: #9e6548;
}	
#header h1 a:hover {
	color: #6b4c54;
}
/* ------------- Top Navigation ------------------- */
#topnav {
	background: url(pics/nav.png) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	width: 679px;
	height: 45px;
	top: 55px;
	position: relative;
	padding-top: 13px;
}

#topnav li {
	display: inline;
	margin: 15px;
	}

#topnav li a {
	text-decoration: none;
	padding: 5px;
	color: #6b4c54;
	background: #f7efe3;
	opacity:0.7;
}

#topnav li a:hover {
	color: #f7efe3;
	background: #6b4c54;
	opacity:0.7;
}

#topnav .current_page_item a {
	color: #f7efe3;
	background: #6b4c54;
	opacity:0.7;
}

/* -------------- Blog Post Page ------------- */
.post {
	border: 1px solid #796668;
	background: #d7cec5;
	padding: 15px 20px;
	margin: 10px;
}
.post a:link {
	color: #796668;
}

.post a:visited {
	color: #796668;
}

.post a:hover {
	background: #796668;
	color: #e8f3f9;
}

.post h1 {
	font-size: 1.4em;
	color: #e8f3f9;
}

.post h1 a:link, .post h1 a:visited {
	text-decoration: none;
	background: #796668;
	color: #e8f3f9;
	padding: 5px 15px;
}




.post h2 {
	font-size: .9em;
	color: #78705b;
}

.post h5 {
	text-align: right;
	padding: 5px 15px;
}



.post ul {
	margin: 10px 60px;
}
/* ---------  Older Post - Newer Post Navigation ------ */
#postNav {
	height: 30px;
	padding: 5px 25px;
}

#postNav a {
	color: #9e6548;
}
/* ------------ content -------------- */
#content, #contentPage, #indexPage {
	float: left;
	width: 635px;
	padding: 35px;
}



#contentPage h2, #search h2 {
	margin-top: 0;
	margin-bottom: 0;

}

#contentPage h3, #search h3 {
	margin-bottom: 10px;
}

.portfolio {
	margin: 0 25px 5px 0;
}
/* ----------- Index Page ---------------- */
#indexPage ul, #contentPage ul {
	margin: 25px;
}

#indexPage li, #contentPage li {
	margin: 10px;
}
	
/*-------------Search----------------- */
#searchPage {
	width: 930px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#search {
	padding: 20px;
}

#search form {
	margin: 15px 35px;
}

#searchPage #navigation {
	margin: 15px 30px;
}

#searchPage p {
	margin: 10px 30px;
}

/* ----------- Sidebar ---------------- */
#sidebar {
	width: 205px;
	background: #9e6548;
	float: right;
	margin: 12px 0;
	color: #f7efe3;
	padding: 20px 10px;
}

#sidebar h1, #sidebar h2 {
	font-size: 1.4em;
	margin: 25px 5px 5px;
	color: #f7efe3;
}

.widgettitle {
	font-size: 1.2em;
	margin: 25px 5px 5px;
}

#sidebar li {
	list-style-type: none;
	
	}

#sidebar a {
	color: #f7efe3;
}

#sidebar a:hover {
	background: #edf6fb;
	color: #7f8792;
	text-decoration: none;
}
/* ------------- footer ----------------------- */
#footer {
	clear: both;	
	height: 40px;
	font-size: .8em;
	background: #9e6548;
	color: #f7efe3;
	text-align: center;
}

#footer p {
	padding-top: 14px;
}

#footer a {
	color: #edf6fb;
}

