/*  
Theme Name: Gemba Walk
Theme URI: http://creativeslice.com/
Author: Creative Slice
*/

@import url("strip.css");

body {
	font: 76% arial, sans-serif;
	text-align: center;
	color: #222;
	background: url(/wp-content/themes/gembawalk/images/background.gif) top repeat-x #88ab6f;
}

a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #627a4f;
}

input, textarea {
	padding:4px;
	font-size: 12px;
	color:#666;
}
select {
font-size: 12px;
	color:#666;
}

label {
	display:block;
	margin:5px 0;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	padding:0 20px 0 0;
	line-height:18px;
}

#wrapper {
 margin: 0 auto;
 width: 720px;
 position: relative;
}


/* ------------------------------------- Header ---------------------------- */


#header {
	height: 124px;

}
#header img {
float: left;
padding-top: 20px;
}

/* -------------------- Nav -------------------- */

#block {
background: #545454;
margin-top: 8px;
width: 460px;
height: 105px;
float: left;
margin-left: 30px;
padding-left: 8px;
}

#blockright {
padding: 24px;
text-align: right;

color: #999;
font-size: 20px;
font-style: italic;
}
#blockright a, #blockright a:visited {
color: #aaa;
}

#blockright a:hover {
color: #ccc;
}

#nav {
width: 160px;
text-align: left;
float: left;
}



#cartright {
float: right;
width: 200px;
background: #627a4f;
}


/* -------------------------- Sidebar ---------------------------- */

.sidebarnav ul, .sidebarnav li { list-style: none; }
.sidebarnav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 3px 5px;
        font-size: 12px;
background: #666;
	height: 1%;
}

.sidebarnav li a:hover, .sidebarnav .current_page_item a, .sidebarnav .current_page_item a:visited { 
	background: #88ab6f;
color: #fff;

}

.sidebarnav a:visited { 
	color: #ccc;
}


#sidebar {
background: #aac49c;
text-align: left;
padding: 10px;
margin: 10px 0;
color: #333;
}


/* -------------------------- Advisors ---------------------------- */

#advisors {
background: #aac49c;
text-align: left;
padding: 10px;
margin: 10px 0;
color: #333;
font-size: 14px;
}

#advisors h3 {
font-size: 18px;
color: #627a4f;
padding-bottom: 10px;
}

#advisors strong {
font-size: 1.1em;
}


/* ------------------------- Content --------------------- */


#content {
text-align: left;
float: left;
}

#content h4 {
font-size: 18px;
color: white;
}

#content h2 {
	font-size: 28px;
	margin: .5em 0;
color: #fff;
font-weight: normal;
}

#content h2 a {
	color:#fff;
font-weight: bold;
}

#content h2 a:hover {
	color:#ff6a00;
}

#content h3 {
font-size: 1.4em;
}
#content p {
	font-size: 1em;
	margin: .5em 0;
	line-height: 1.4em;
}

#content ul {
list-style:square;
}

#content ol {
list-style-type:decimal;
margin-left: 5px;
}

#content li {
margin-left: 30px;
padding: 2px 0;
}

#content img {
padding: 5px 10px;
}

#content strong, #content em {
color: black;
}

.alignleft {
float: left;
}
.alignright {
text-align: right;
}

small {
color: #627a4f;
}

/* --------------------------- Footer ---------------------------- */

#footer {
	
font-size: .9em;
padding: 20px;
margin: 20px 0;
color: white;
background: #627a4f;
clear: both;
}
#footer a, #footer a:visited {
color: #aac49c;
}
#footer a:hover {
color: white;
}