/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #eed893 url(images/innovationbg.jpg) repeat-x left top;
	text-align: justify;
	font-family: Georgia, Garamond, Century, "Times New Roman", Times, serif;
	font-size: 13px;
	}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2, h3 {
	font-weight: normal;
	color: #5c4636;
}

h1 {
	font-size: 1.8em;
	margin: 60px 0px 15px 20px;
	color: #7a6e2e;
	text-align: left;
}
#main p { margin: 20px 0px 15px 20px; color: #49392b;}

#main h2 {
	font-size: 1.4em; margin: 20px 0px 15px 20px; color: #7a6e2e;
}
#main li { margin: 3px 0px 0px 30px; color: #5a4a3c;}
h3 {
	font-size: 1.2em;
}

.blockbg {
	background: #D9D785;
}

blockquote {
	font-style: italic;
	border: #69503d 1px dashed;
	background: #ecd68b;
	margin: 0;
	padding: 0px 20px;
	font-size: 15px;
	color: #c08334;
}
#main a {
	color: #b35103;
}
a {
	color: #b35103; text-decoration: none; 
}

a:hover {
	text-decoration: none; color: #b32c03;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

/* Header */

#header {
position: relative;
	width: 980px;
	height: 50px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerbg {
	margin: 0 auto;
	width: 849px;
	height: 250px;
	background: url() no-repeat left top;
}

/* Logo */

#logo {
position: relative;
	float: left;
	display: inline;
	width: auto;
	height: auto; 
	}

#logo h1 {
	float: left;
	margin: 0;
	padding-top: 5px;
	text-align: left;
	font-size: 3em;
	color: #feedb9;
}
#logo p { margin: 7px 0px 4px 0px; color: #feedb9; font-size: 1em; font-family: georgia, garamond, arial; float: left; text-align: left;}

/* Menu */

#menu {position: relative;
	float: right;
	height: 50px;
	width: auto; 
	margin:0;
	}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline; float: left; width: auto; position: relative;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 20px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #362a22;
	border-left: 1px solid #362a22;
	font-size: 1.2em;
	color: #feedb9;
}
#menu a:link {background: url(images/menubga.jpg) repeat-x;}
#menu a:hover {
	height: 30px;
	color: #ffffff;  background: #9c8c78 url(images/menubgb.jpg) repeat-x;
}
/* Page */

#page {
	width: 920px;
	margin: 0 auto;
}
#content { position: relative; width: 849px; margin: 0 auto; padding: 0; height: auto; border: 1px solid #645240; background: #ffffee;}
#main {
	float: left;
	width: 540px;
	padding: 10px 20px 10px 30px;
	line-height: 25px;
		
}
#right {
	float: right;
	width: 210px;
	padding: 0px 20px 20px 20px;
	}
#right p { font-size: 1.2em; text-align: left; line-height: 26px; color:#655241;}
#recent-posts .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #D9D785 1px dashed;

}

/* Footer */

#footer {
	width: 849px;
	height: 50px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	
}
p.credits {
	margin: 0;
	padding: 15px;
	font-size: 0.8em;
	color: #a67030;
}


#wrapper {
	width: 100%;
	
}

