/*
Theme Name: Wayward Camel
Theme URI: 
Description: wayward camel w/ boredom
Version: 0.1
Author: Rafael
Author URI: 
Colors: aqua: 009892, d.orange:D77C2A, l.orange: EF7F25, d.brown: B26F26, d.red: E0540E, pale.aqua: 76a5a2
*/




/* ************** ADDED TOP NAV V. II ************** */


#supernav {
   color: #009892;
   font: bold 14px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	position: absolute;
	top: 235px;
	left: 50%;
	width: 720px;
	margin: 0 0 0 -352px;
	padding: 5px 16px; /* duplicate the tab size */
	text-align: left;
	display: block;
	}

#supernav li {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	display: inline;
	}

#supernav a {
	color: #FFFFFF;
	background: #76a5a2;
	height: 19px;
	padding: 6px 14px;
   margin: 0px 5px;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 8px; 
	-moz-border-radius-topleft: 8px;
   -moz-border-radius-bottomright: 8px; 
	-moz-border-radius-bottomleft: 8px;	
	}
	
#supernav a:hover {
	color: #FFFFFF;
	background: #e0540e;
	text-decoration: none;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;	
   -moz-border-radius-bottomright: 8px; 
	-moz-border-radius-bottomleft: 8px;	
	}

#supernav .current_page_item a {
	color: #FFFFFF;
	background: #e0540e;
	text-decoration: none;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;	
   -moz-border-radius-bottomright: 8px; 
	-moz-border-radius-bottomleft: 8px;	
}








/* ************** STRUCTURE ************** */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	color: #2A4010;
	text-align: left;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright { float: right; }
.alignleft { float: left }

/* **************** HEADER *************** */

#header {
	margin: 0;
	padding: 0;
	height: 314px;
}

#header h1 { display: none; }
#header .description { display: none }

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

#content {
	float: left;
	background-color: white;
	margin: -10px 0 0 0;
	padding: 0 0 0 20px;
	width: 450px;
}

#sidebar {
	margin: -15px 0 0 490px;
	padding: 0;
	width: 194px;
}

#sidebar_bottom {
	margin: -20px 0 0 490px;
	width: 194px;
	height: 47px;
}



/* **************** FOOTER *************** */

#footer {
	text-align: center;
        color: #ffffff;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	height: 91px;
}

#footer p { 
	padding-top: 55px;
}

#footer a {
	color: #cbc8c5;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* **************** LINKS **************** */

a {
	color: #009892;
	text-decoration: none;
}

a:hover {
	color: #ef7f25;
	text-decoration: none;
}

a img   {
        border: none;
}

/* *************** HEADERS *************** */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
        color: #009892;
	font-size: 1.6em;
}

h2.pagetitle {
	text-align: right;
        font-size: 1.7em;
	color: #E0540E;
	margin-top: 0;
	padding-bottom: 0px; /* was 5px */
	margin-bottom: 0px; /* was 25px */
        text-transform: lowercase;
}

.headerspace {
	padding-bottom: 5px;
	margin-bottom: 25px;
}


/* Next's that image under the post title */

img.lefth2img {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
        font-size: 1.5em;
	padding: 3px 0 0 30px;
	color: white;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
        text-transform: lowercase;
}

.sb_header {
	background-color: #9ED063;
	height: 28px;
	width: 194px;
}

.post h2 { display: inline; }
.post small { display: block; }

.post h3 {
	font-size: 1.4em;
	padding: 0;
	margin: 15px 0 0 0;
}

.post h4 {
	font-size: 1.2em;
	padding: 0;
	margin: 15px 0 0 0;
}


/* ****************** POST ****************** */

.post {
	font-size: 1.1em;
	text-align: justify;
}

.post small {
	color: #d77c2a;
	padding-bottom: 10px;
}

.postmetadata {
	clear: both;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

.entry {}

blockquote {
	margin: 15px 30px 0 0;
	padding-left: 15px;
	border-left: 4px solid #009892;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

code {
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
	font: 1.1em 'Courier New', Courier, Fixed, Sans-Serif;
	background-color: #eeeeee;
	color: black;
}

/* ************* SIDEBAR LISTS ************** */

/* That next line puts ' � ' front of the list-items
   in the sidebar, not with IE though :p */

#sidebar ul ul li:before { content: "\00BB \0020"; color: #A7370D; }

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }

#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px; }

#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }

ol li, #sidebar ul ol li { list-style: decimal outside; }

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar a {
	color: #009892;
	padding: 2px;
	text-decoration: none;
}

#sidebar a:hover {
        color: #ef7f25;
	padding: 2px;
	text-decoration: none;
}

/* *************** SEARCHFORM *************** */

#searchform {
	margin: 0;
	padding: 0; 
	text-align: center;
}

form#searchform input:focus {
	border: 2px solid #009892;
	margin: 1px;
}

#searchform input { 
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 1px solid #009892;
	margin: 2px;
}

#searchform #s {
	width: 115px;
	padding: 2px;
}

#searchsubmit { display: none; }

/* **************** COMMENTS **************** */

h2.respond {
	clear: both;
	display: inline;
	margin-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #009892;
}

/* Forms */

form#commentform input:focus, form#commentform textarea:focus {
	border: 2px solid #009892;
	margin: 1px;
}

#commentform input, #commentform textarea { 
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 1px solid #009892;
	margin: 2px;
	width: 300px;
}

/* Comments */

.alt {
	background-color: #EEEEEE;
	border-top: 1px solid #009892;
	border-bottom: 1px solid #009892;
}

.commentlist {
	padding: 0;
	margin: 0 0 20px 0;
	text-align: justify;
}

.commentlist li {
	margin: 5px 0 3px 0;
	padding: 5px 10px 3px 10px;
	list-style: none;
}

.commentlist p { margin: 0 0 15px 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}


