/*
Theme Name: Caravane
Description: Brown Dark Wood 
Author: Freelance Web developer
Tags: Brown, green, family, 3 columns, widgets, big header
*/

ul, li, p, a, img, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
h1, h2, h3, h4, h5 {
	font-family: Garamond;
	color: #000;
	margin: 0;
	padding: 0;
}


body {
	background: #5c1e09 url(images/body-bg.jpg) repeat;
	font-size: 60%;
	margin: 0;
	padding: 0;
	font-family: Garamond;

}


.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.clear {
	clear: both;
}


/*--- container ----------------------------------------------------------*/

#container {
	width: 936px;
	margin: 0 auto;
	padding: 0 0 25px;
	font-family: Garamond, Verdana, Geneva, sans-serif;
	font-size: 1.8em;
	overflow: hidden;
}


/*--- header -------------------------------------------------------------*/

#header {
	height: 270px;
	background: url(images/header-bg.jpg) repeat-x 0 47px;
	margin: 0 0 15px 0;
	font-family: Garamond, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

#header div.content {
	background: url(images/header-photo.jpg) no-repeat 0 60px;
	width: 936px;
	height: 270px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

#logo {
	display: block;
	position: absolute;
	top: 12px;
	left: 3px;
}
#logo a {
	background: url(images/logo.png) no-repeat left top;
	display: block;
	float: left;
	width: 211px;
	height: 26px;
	text-indent: -9000px;
}

#header img.slogan {
	position: absolute;
	left: 24px;
	top: 221px;
}


#header div.navigation {
	position: absolute;
	right: 0;
	top: 10px;
	height: 29px;
}
#header div.navigation ul {
	list-style: none;
	float: left;
	height: 29px;
}
#header div.navigation li {
	float: left;
	display: inline;
	height: 29px;
	margin: 0 0 0 7px;
}
#header div.navigation a {
	background: url(images/main-nav-right.png) right bottom no-repeat;
	float: left;	
	height: 29px;
	line-height: 29px;
	padding: 0 10px 0 0;
	text-decoration: none;
	color: #ff9a6d;
        font-family: Garamond, Verdana;
        font-size: 150%;
}
#header div.navigation a span {
	background: url(images/main-nav-left.png) left bottom no-repeat;
	float: left;
	height: 29px;
	padding: 0 0 0 10px;
	cursor: pointer;
}

#header div.navigation a:hover {
	color: #ffffff;
	background-position: top right;
}
#header div.navigation a:hover span {
	background-position: top left;
}

#header div.navigation li.current_page_item a {
	color: #ffffff;
	background-position: top right;
	cursor: default;
}
#header div.navigation li.current_page_item a span {
	background-position: top left;
	cursor: default;
}


/*--- content ------------------------------------------------------------*/

#content {
	background: #fff;
	float: left;
	width: 506px;
	padding: 0 20px 20px;
	border: 5px solid #c1c793;
}

#content h2 {
	color: #481807;
	margin: 20px 0 15px;
	padding: 0px 0 0px 10px;
	font-size: 2.1em;
	font-weight: normal;
	border-left: 5px solid #c75420;
}
#content h3 {
	color: #481807;
	padding: 10px 0 15px; 
	font-size: 1.8em;
	font-weight: normal;
}
#content h4 {
	color: #481807;
	padding: 5px 0 7px;
	font-size: 1.6em;
	font-weight: normal;
}
#content h5 {
	color: #481807;
	padding: 5px 0 5px;
	font-size: 1.4em;
	font-weight: normal;
}
#content h2 a, #content h3 a, #content h4 a {
	color: #481807;
	text-decoration: none;
}
#content h2 a:hover, #content h3 a:hover, #content h4 a:hover {
	color: #c75420;
	text-decoration: none;
}

#content p {
	margin: 0 0 0.6em;
	line-height: 1.4em;
}
#content a {
	color: #c75420;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#content ul {
	margin: 10px 0 10px 15px;
}
#content ul li {
	margin: 2px 0;
}

#content span.info {
	display: block;
	padding: 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content span.info a {
	color: #c75420;
}
#content span.info a:hover {
	text-decoration: underline;
}

#content div.entry {
	clear: both;
}
#content div.page {
	background: url(images/post-bg.png) bottom repeat-x;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
#content div.post {
	background: url(images/post-bg.png) bottom repeat-x;
	margin: 0 0 15px;
	padding: 0 0 10px;
}

#content p.postmetadata {
	clear: both;
}



/*--- sidebar ------------------------------------------------------------*/

div.sidebar {
	float: left;
	display: inline;
	overflow: hidden;
	width: 180px;
	margin: 0 0 0 10px;
	color: #393f08;
}
div.sidebar ul {
	list-style: none;
	overflow: hidden;
}
div.sidebar a {
	color: #393f08;
	text-decoration: none;
}
div.sidebar a:hover {
	color: #c75420;
}
div.sidebar li {
	width: 180px;
	float: left;
	clear: left;
	margin: 0 0 36px;
	padding: 0;
	position: relative;
}
div.sidebar li ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
}
div.sidebar li li {
	width: 180px;
	background: none;
	margin: 0 0 1px;
	padding: 0;
}
div.sidebar li li a {
	background: url(images/widget-bg.png) 0 0 no-repeat;
	width: 155px;
	float: left;
	padding: 6px 5px 6px 20px;
	color: #393f08;
	text-decoration: none;
}
div.sidebar li li a:hover {
	text-decoration: none;
	background-position: -180px 0px;
	color: #393f08;
}

div.sidebar li li.current_page_item a {
	text-decoration: none;
	background-position: -180px 0px;
	color: #393f08;
}
div.sidebar h2 {
	display: block;
	width: 169px;
	height: 32px;
	line-height: 32px;
	background: url(images/widget-headline.png) no-repeat top left;
	color: #fef6ea;
	margin: 0 0 3px;
	padding: 0 0 0 11px;
	font-size: 1.4em;
	font-weight: normal;
}

div.sidebar li div {
	background: url(images/widget-bg.png) top left;
	padding: 0 10px 10px 15px;
}
div.sidebar li div div {
	background: none;
	padding: 0;
}
div.sidebar li div.tagCloud {
	background: url(images/widget-bg.png) top left;
	padding: 0 10px 10px 15px;
}



/*--- forms --------------------------------------------------------------*/

#searchform {
	background: url(images/widget-bg.png) left;
	margin: 0;
	padding: 5px 15px 5px 20px;
	overflow: hidden;
	float: left;
	width: 145px;
}
#searchform div {
	background: none;
	padding: 0;
}
#searchform label {
	display: none;
}
#searchform #s {
	float: left;
	background: #d9deb5;
	width: 110px;
	height: 19px;
	padding: 4px 0 0;
	margin: 0;
	color: #393f08;
	border-bottom: 1px solid #aeb292;
}
#searchform #searchsubmit {
	float: right;
	background: url(images/search-submit.png) right;
	width: 25px;
	height: 26px;
	text-indent: -9000px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}


/*--- footer -------------------------------------------------------------*/

#footer {
	background: url(images/footer-bg.jpg) repeat-x;
	height: 45px;
	color: #5a1f09;
	font-size: 2.3em;
}

#footer div.content {
	width: 936px;
	margin: 0 auto;
}

#footer a {
	color: #5a1f09;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	width: 100%;
	list-style: none;
	text-align: center;
	padding: 15px 0 9px;
}
#footer ul li {
	display: inline;
	margin: 0 10px;
}
#footer ul a {
	text-decoration: none;
	font-weight: bold;
}
#footer ul a:hover {
	text-decoration: underline;
}
#footer li.current_page_item a {
	text-decoration: underline;
	cursor: default;
}
#footer p.copy {
	text-align: center;
	font-size: 11px;
}


/*--- wordpress ----------------------------------------------------------*/

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	float: left;
	border: 1px solid #bcada6;
	padding: 2px;
	margin: 0 10px 3px 0;
}
img.alignright {
	float: right;
	border: 1px solid #bcada6;
	padding: 2px;
	margin: 0 0 3px 10px;
}
div.navigation {
	overflow: auto;
}
#comment {
	width: 90%;
}
#respond {
	margin: 20px 0 0 0;
}
#submit {
	background: #467bc9;
	color: #fff;
	padding: 3px 5px;
	cursor: pointer;
}
.linklove {
	display: none;
}
#content .cform {
	background: none;
	width: 100%;
}
#content .cform fieldset {
	background: none;
	border: none;
}
#content .cform legend {
	display: none;
}
#content .cform input {
	width: 200px;
}
#content .cform textarea {
	width: 312px;
}
#content .cform input.sendbutton {
	width: auto;
	margin: 0 83px 0 0;
	cursor: pointer;
	color: #c75420;
	font-size: 11px;
	font-weight: bold;
}


