/*  
Theme Name: Over Easy UPDATED
Theme URI: http://www.woothemes.com/
Description: Over Easy by WooThemes Originally / Updated by Ayamba
Version: 2.1.1/Ayamba
Author: WooThemes/Ayamba
Author URI: http://www.ayamba.com/
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(images/bgr.gif) #f0eee1 repeat-x top;
	color: black;
	font: .75em Arial, Helvetica, Sans-Serif;
	padding: 0 0 20px;
	line-height:1.6em;
}
a{
	color: #a4b92e;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #e6e6e6 1px solid;
	font-size: 12px;
	padding: 2px
}
li{
	list-style: none
}
h1{
	color: #262625;
	font-size: 1.8em;
	letter-spacing: -1px;
	margin: 0 0 .8em
}
h2{
	color: #262625;
	font-size: 1.3em;
	letter-spacing: -1px;
	margin: 0 0 .8em
}
h2 a{
	color: #262625
}
h3{
	color: #262625;
	font-size: 1.6em;
	margin: 0 0 1em
}
h4{
	color: #444444;
	font-size: 1em;
	margin: 0 0 1em
}
p{
	padding: 0 0 1.5em
}
/*=== Intro ===*/
.intro {
	line-height:normal;
	z-index:0;
	width: 712px;
	margin: auto;
}
.intro a {
	color:#005A3F;
	text-decoration:none;
}
.intro a:hover {
	color:#633609;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 950px
}
/*=== Header ===*/
#header{
	margin-top: 68px;
	margin-bottom: 29px;
	height: 147px;
	position:relative;
}
#header .spacer{
	float: right
}
/*- Logo -*/
#header #logo {
	background: white url(images/header_box_background.png) no-repeat top left;
	width: 294px;
	height: 147px;
	float: left;
}

#header h1 {
	text-align: center;
}
#header h1 img {
	margin-top: 35px;
}
#header h1 a{
	display: block;
	height: 76px;
}
#header h1 a:hover{
	text-decoration: none
}

/*=== Buttons ===*/
.btn-rounded{
	line-height: 30px;
	font-weight:bold;
	float: left;
}
.btn-rounded a{
	background: url(images/btn-rounded.gif) no-repeat left;
	color: #ffffff;
	padding: 0 0 0 13px;
	display: block;
	float: left;
}
.btn-rounded a span{
	background: url(images/btn-rounded.gif) no-repeat right;
	height: 30px;
	padding: 0 13px 0 0;
	display: block;
	float: left;
}

.btn {
	margin:0; 
	padding:5px 10px;
	background:url(images/btn.gif) repeat-x;
	border:1px solid #98ac2b;
 	color:#FFFFFF;
	font-weight:bold;
}


/*=== Navigation ===*/
/*- Nav1 -*/
#header #navholder {
	background: white url(images/header_box_background.png) no-repeat top left;
	width: 610px;
	height: 74px;
	float: right;
	text-align: right;
	padding: 73px 17px 0px 0px;
}

/*=== Page Nav ( alternative with dropdowns) == */

#nav1, #navquote {
	font-size:13px;
	font-weight:bold;
	height:26px;
	letter-spacing:0px;
	float:right;	
	margin:8px 0px;
	text-transform:uppercase;
}
#nav1, #nav1 ul {
	padding: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
	background: #005A3F url(images/header_nav_background.png) no-repeat top left;
}
#navquote, #navquote ul {
	padding: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
	background: #CCCCCC url(images/header_nav_background_gray.png) no-repeat top left;
	margin-left: 12px;
}

#nav1 a, #navquote a {
	display: block;
	line-height: 26px;
	padding: 0 10px;
	z-index: 100;
}

#nav1 li, #navquote li {
	float: left;
	line-height: 26px;
	margin: 0 4px 0 0;
}
#nav1 li a, #navquote li a {
	color: white;
	padding: 0 0 0 13px;
	text-decoration: none
}
#navquote li a {
	padding-right: 18px;
}
#nav1 li a span, #navquote li a span {
	display: inline-block;
	height: 26px;
	padding: 0 13px 0 0;
}


#nav1 li a:hover,
#nav1 li.active a, 
#nav1 li.current_page_item a,
#nav1 li.current_page_parent a,
#nav1 li.current_page_ancestor a {
	/* background: url(images/btn-rounded.gif) no-repeat left; */
	color: white;
	cursor: pointer;
	text-decoration: none;
}

#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li.current_page_parent a span,
#nav1 li.current_page_ancestor a span,
#nav1 li a:hover span{
	/* background: url(images/btn-rounded.gif) no-repeat right; */
}


/* Style drop down list */

#nav1 li ul {
	position: absolute;
	left: -999em;
	width: 168px;
	font-weight:normal;
	letter-spacing:0;
	text-transform:none;
	border-bottom: 1px solid #005A3F;
	background: none;
}
#nav1 li ul li {
	border: 1px solid #005A3F;
	border-width: 1px 1px 0px;
	background: #FFF;
	float: none;
	text-align: left;
	margin: 0px;
}

#nav1 li.current_page_item ul li a,
#nav1 li.current_page_parent ul li a,
#nav1 li.current_page_ancestor ul li a {
	background: #FFF;
}

#nav1 li ul li a:hover,
#nav1 li ul li.active a, 
#nav1 li ul li.current_page_item a,
#nav1 li ul li.current_page_parent a,
#nav1 li ul li.current_page_ancestor a{
	background: #FFF;
}

#nav1 li ul li a span,
#nav1 li ul li.active a span,
#nav1 li ul li.current_page_item a span,
nav1 li ul li.current_page_parent a span,
nav1 li ul li.current_page_ancestor a span,
#nav1 li ul li a:hover span {
	background:none !important;
	color: #005A3F;
}

#nav1 li ul li a:hover{
	background: #633609;
}
#nav1 li ul li a:hover span{
	color: white;
}

#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}

#nav1 li ul li a span{
	display:inline;
	height: 30px;
	padding: 0;
}

#nav1 li ul li a {
	line-height: 30px;
	font-size: 11px;
	color: #005A3F;
	width: 153px;
}

#nav1 li ul li ul {
	border-bottom: 1px solid #005A3F;
}
#nav1 li ul li ul li {
	border-width:1px 1px 0px;
}
#nav1 li ul ul {
	margin: -31px 0 0 167px;
}

#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}


#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav1 li:hover, #nav1 li.hover {  
	position: static;
	visibility:visible
}

html>body #nav1 li ul li { *margin-top:-2px; }

/*- Nav2 -*/
.nav2 li, .widget li{
	background: url(images/ico-next.gif) no-repeat left 10px;
	border-bottom:1px dotted #ccc;
	padding: .5em 0 .5em 20px;
	}
.nav2 li a, .widget li a{
	color: #555555;
}
.nav2 li a:hover, .widget li a:hover{
	color: #a4b92e;
	text-decoration: none
}
#rightcol .widget .textwidget ul { margin:0; padding:0; }

/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 0 0 10px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 620px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	margin: 20px 0 0;
	width: 320px
}
#rightcol h3{
	color: #ffffff;
	font-size: 1em;
	height: 2.4em;
	margin-top:10px;
}
#rightcol h3 span{
	background: #ceccbb;
	display: block;
	float: left;
	line-height: 2.4em;
	padding: 0 10px;
}
#rightcol .widget ul, #rightcol .textwidget {
	background: #f0eee1;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}

/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 115px;
	margin:0 0 1em;	
}
.col1 a{
	color: #555555;
	text-decoration: underline
}
.col2{
	float: right;
	width: 425px
}
.col3{
	float: left;
	padding: 0 35px 0 0;
	width: 273px
}
.col3.last, .col6.last{
	padding: 0
}
.col3.nav2, .col6.nav2{
	background: none;
	padding: 0
}
.col3 h2{
	color: #464646;
	margin: 0 0 .5em
}
.col3 p{
	padding: 0
}
.col4{
	float: left;
	width: 335px
}
.col5{
	float: right;
	width: 415px
}
.col5 img{
	border: 10px solid #f6f5ed;
}
.col6{
	float: left;
	padding: 0 20px 20px 0;
	width: 300px
}
* html .col6{
	width: 290px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 1em;
	width: 620px
}
.box .top,.box .bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box .bot{
	background: url(images/box-bot.gif) no-repeat top
}
.box .spacer{
	background: #ffffff;
	height: 1%;
	padding: 15px 30px
}
/*- Box2 -*/
.box2{
	margin: 20px 0 1em;
	width: 320px
}
.box2 .top,.box2 .bot{
	background: url(images/box2-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box2 .bot{
	background: url(images/box2-bot.gif) no-repeat top
}
.box2 .spacer{
	background: #e5e3d1;
	height: 1%;
	padding: 10px 25px
}
/*- Box3 -*/
.box3{
	margin: 0 0 1em;
	width: 425px
}
.box3 .top,.box3 .bot{
	background: url(images/box3-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box3 .bot{
	background: url(images/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #f0eee1;
	height: 1%;
	padding: 0 20px;
	min-height:100px;
}
.box3 p{
	padding: 0
}
/*- Box4 -*/
.box4{
	color: #ffffff;
	font-size: 1.8em;
	margin: 0 0 20px;
	width: 950px
}
.box4 .top,.box4 .bot{
	background: url(images/box4-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box4 .bot{
	background: url(images/box4-bot.gif) no-repeat top
}
.box4 .spacer{
	background: #b0c730;
	height: 1%;
	padding: 5px 25px
}
.box4 p{
	padding: 0
}
/*- Box5 -*/
.box5{
	margin: 0px;
	width: 950px;
}
.box5 .top,.box5 .bot{
	background: url(images/box5-top.png) no-repeat top;
	clear: both;
	height: 33px;
	overflow: hidden;
}
.box5 .bot{
	background: none;
	/* background: url(images/box5-bot.gif) no-repeat top; */
	height: 0px;
}
.box5 .spacer{
	background: url(images/box5-bgr.gif) repeat-y top;
	height: 1%;
	padding: 0px 32px;
}
.box5 .post img {
	border:0;
}
/*- Box6 -*/
.box6{
	margin: 0px 0px 20px;
	width: 950px
}
.box6 .top,.box6 .bot{
	/* background: url(images/box6-top.gif) no-repeat top; */
	background: none;
	clear: both;
	height: 0px;
	overflow: hidden
}
.box6 .bot{
	background: url(images/box6-bot.png) no-repeat top;
	height: 13px;
}
.box6 .spacer{
	background: none;
	height: 1%;
	padding: 0px;
}
#footer .box6 .spacer{
	padding: 0px 27px;
}

/*- Wrapper -*/
.wrapper{
	float: left;
	padding: 0 0 0 20px;
}
/*- Date -*/
.date{
	color: #898989;
	margin: -15px 0 10px;
	position: relative
}
/*=== Styling Forms ===*/
/*- Search -*/
#search{
	height: 32px;
	margin: 0px;
	padding: 0 0 0 25px
}
#search input.keyword{
	background: #d5d3c4;
	border-bottom: 1px solid #fcfcfa;
	border-top: 1px solid #c4c2b5;
	border-left: 1px solid #c4c2b5;
	color: #ffffff;
	float: left;
	font-size: 11px;
	padding: 7px 5px 8px;
	width: 190px
}
	
/*- Form1 Setup -*/
.form1 div{
	margin: 0 0 15px
}
.form1 label{
	padding: 7px 0 0 15px
}

/* Form1 Textarea */
.form1 textarea{
	height: 165px;
	overflow: auto;
	width: 550px
}
/*=== Link Buttons ===*/
.btn-cat {
	margin: 1em 0 1.5em;
}
.btn-continue{
	margin: 0 0 2em;
}
.btn-general{
	background: #a4b92e;
	padding: 5px 10px;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-continue a{
	background: url(images/ico-more2.gif) no-repeat left;
	padding: 0 0 0 20px
}
.btn-arr a{
	background: #bdbbac;
	color: #ffffff;
	line-height: 25px;
	padding: 5px 10px
}
.btn-arr2{
	float: left;
	padding: 130px 0 0;
	width: 27px
}
/*=== Pics, Ads etc. ===*/
.ads{
	margin: 0 0 10px
}
.ads img{
	margin: 0 8px 5px 0
}
/*=== Footer ===*/
#footer {
	line-height: 10px;
	font-size: 10px;
	color: #005A3F;
}
#footer A, #footer .menu-footer-container LI A {
	color: #005A3F;
	text-decoration: none;
}
#footer A:hover, #footer .menu-footer-container LI A:hover {
	color: #633609;
}
#footer img{
	position: relative;
	vertical-align:middle
}
#footer .box6 .spacer .fl {
	margin: 20px 27px 6px;
}
#footer .menu-footer-container {
	margin: 20px 27px 6px;
	float: right;
}
#footer .menu-footer-container LI {
	float: left;
	border-left: 1px #005A3F solid;
	margin-right: 4px;
	padding-left: 4px;
}
#footer .menu-footer-container LI:first-child {
	border: none;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 4px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 4px;
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}

/* Post Holder */
#leftnav {
	width: 172px;
	margin-top: 14px;
	padding: 0px;
	float: left;
	display:block;
	position:relative;
}
#leftnav h2 {
	background-color: #005A3F;
	text-align: center;
	line-height: normal;
	letter-spacing: normal;
	margin: 0px;
	padding: 4px 0px;
	text-transform: uppercase;
}
#leftnav H2 A {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
} 
#leftnav UL {
	margin-top: 10px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
#leftnav UL A {
	color: #005A3F;
	text-decoration: none;
}
#leftnav UL A:hover {
	color: #633609;
}
#leftnav UL.children {
	margin: 0px;
}
#leftnav UL.children A {
	color: #633609;
	text-decoration: none;
}

/*
#leftnav ul {
	list-style:none;
	margin:0;
	}
#leftnav ul li{
padding:0 10px 0 10px;
margin:2px 0;
display:block;
cursor:pointer;
background-color:#ccc;
}
#leftnav ul li ul li{
padding:0;
margin:0;
position:relative;
 
}
#leftnav ul li ul li a{
	}
#leftnav ul li a{
padding:3px 5px;
display:block;
width:150px;
background-color:#f4f4f4;
}
*/


.contentholder {
	margin: 14px 0px 18px 180px;
	border-left: 1px solid #005A3E;
	width: 704px;
	padding: 0px 0px 0px 11px;
	min-height: 750px;
}

#breadcrumb {
	padding: 12px 0px 30px;
	color: #005A3F;
	font-weight: bold;
	font-size: 16px;
	font-family: "Century Gothic", Arial, Helvetica, Sans-Serif;
}
#breadcrumb .breadcrumb_ancestor {
	color: #005A3F;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
#breadcrumb .breadcrumb_current {
	color: #633609;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 16px;
}
#breadcrumb A {
	text-decoration: none;
}

/*=== Posts ===*/

.post {
	margin-left: 28px;
	margin-top: 0px;
}
.post img {	
	border:8px solid #f6f5ed;
}
.post ul, .post ol{
	padding-left: 0px;
}
.post ul li {
	color: black;
	list-style: none;
	background: url(images/ico-bullet2.gif) no-repeat 0px 7px;
	padding-left: 7px;
}
.post ol li{
	list-style-type:decimal;
	margin: 0 0 0 20px;
}	
.post a{
	color: #005A3F;
	text-decoration: none;
}
.post a:hover{
	color: #633609;
}

.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#F0EEE1 url(images/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #E5E3D1;
	border-bottom:1px solid #E5E3D1;	
	width:80%; height:auto;
	margin:0 0 15px 10px; padding:15px 25px 0px 55px;
	display:block;
}

/*=== Comments ===*/

#comments .box3 p { padding-bottom:10px; }
#respond { margin: 1em 0 0; }

/*=== Widget styling ===*/

.widget #recentcomments li{
	background: url(images/hl-dot.gif) repeat-x bottom;
	padding: .5em 0
}
.widget #recentcomments li a{
	background:none;
	color: #a4b92e;
	text-decoration:none;
}
.widget #recentcomments li a:hover{
	color: #a4b92e;
	text-decoration: underline;
}

.widget #searchform, .widget #calendar_wrap{
	background: #f0eee1;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}

.widget #searchform, .widget #calendar_wrap{
	clear: both;
	height: 1%;
	margin: 0 0 14px;
}

.widget #wp-calendar caption {
	font-size:1.2em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:5px;
	color:#333333;
}

.widget #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:240px;
}

.widget #wp-calendar thead th {
	color:#333333;
}


.widget #wp-calendar tfoot td {
	padding:10px 0 10px 0;
	text-align:left;
}

.widget #wp-calendar tfoot td#next {
	text-align:right;
}

.widget #wp-calendar td {
	width:auto;			
}

.widget #wp-calendar td a {
	padding:2px;
	text-decoration:underline;
}

.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(images/ico-quote.gif) no-repeat top left;
	margin:9px 0 0;
	width:37px;
	height:29px;
}
.flickr_badge_image img{
	margin: 0 3px 8px;
	padding: 0 7px 5px 0;
	float:left;
}
.flickr img{
	vertical-align:middle;
	margin:6px 0 8px;	
}
.subscribe img{
	vertical-align:middle;
	margin:6px 0 8px;	
}

/*=== Slider ===*/

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 795px;
height: 300px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 15px; /*margin around each panel*/
width: 770px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel .post H2{
	color: #005A3F;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}

/* HomeSlider */
.slider {
	position: relative; /*leave this value alone*/
	width: 712px;
	height: 530px; /*Height should enough to fit largest content's height*/
	padding: 0px;
	margin: auto;
}
#slide {
	height: 366px;
}
#slide ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 366px;
	width: 800px;
}

#slide ul li{
  float: left;
  padding: 0;
  display: block;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  width: 87px;
	border-right: 2px solid #005A3F;
	height:366px;
}

#slideHeader {
	position: relative;
	width: 712px;
	height: 30px;
}

#slideHeader H2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 357px;
	text-align: center;
	color: #005A3F;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}

#slideFooter {
	position: relative;
	width: 712px;
	height: 70px;
}

#slideFooter IMG {
	position: absolute;
	top: 0;
	left: 0;
}

/* #slide ul li a{
  display: block;
  overflow: hidden;
  height: 75px;
  width: 75px;
}

#slide #a1{
  zwidth: 210px;
}

#slide ul li img{
  position: absolute;
  zborder: 3px solid #881212;
}

#slide ul li p{
  margin: 0;
  padding: 0;
  width: 120px;
  display: block;
  margin-left: 85px;
} */


/*=== THREADED COMMENTS == */

ol.commentlist li.threaded .box3 { width:auto; margin:0px; }
ol.commentlist li.threaded .col1 { width:90px; }
ol.commentlist li.threaded .box3 .spcr { padding:10px 15px 0; margin:0; }
ol.commentlist li.threaded .children { margin-left:20px; }
ol.commentlist li.threaded .col2 { float:none; width:auto; margin-left:115px; }

/* Fixes 2.0 */
#nav1 li ul li.cat-item a { color:#555; }

/* Product Listings */
#caseMatrix {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin-top: 8px;
	color: black;
}
#caseMatrix .titleRow {
	font-weight: bold;
	background-color: #005A3F;
	color: white;
	font-size: 12px;
	white-space: nowrap;
}
#caseMatrix .titleRow .title {
	text-transform: uppercase;
	padding-left: 30px;
}
#caseMatrix TD {
	padding: 10px;
}
#caseMatrix A {
	color: black;
	text-decoration: none;
}

#caseDetails {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin-top: 8px;
	color: black;
}
#caseDetails H1 {
	color: #005A3F;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: normal;
	margin: 0px;
}	
