/*  
Theme Name: Over Easy
Theme URI: http://www.woothemes.com/
Description: Over Easy by WooThemes
Version: 2.0.3
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #c9d8dd url(images/bg.png) repeat-x; /*url(images/bgr.gif) #f0eee1 repeat-x top;*/
	color: #555555;
	font: .75em Georgia, Helvetica, Arial;
	padding: 0;
	line-height:1.8em;
}
a{
	color: #0099cc; /*#FF7700;*/ /*#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
}
h2{
	color: #262625;
	font-size: 1.8em;
	font-family: Helvetica, Arial;
	letter-spacing: -1px;
	margin: 0 0 .8em
}
h2 a{
	color: #262625
}
h3{
	color: #262625;
	font-size: 1.6em;
	font-family: Helvetica, Arial;
	margin: 0 0 1em
}
h4{
	color: #444444;
	font-size: 1em;
	font-family: Helvetica, Arial;
	margin: 0 0 1em
}
p{
	padding: 0 0 1.5em
}
/*=== Intro ===*/
.intro {
	line-height:1.3em;
	z-index:0;
}
.intro a {
	color:#FFFFFF;
	text-decoration:underline;
}
.intro a:hover {
	color:#222222;
	text-decoration:underline;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	/*width: 940px*/
}
/*=== Header ===*/
#header {
	height:100px;
	margin:0 auto;
	position:relative;
	width:940px;
}
#header .spacer{
	float: right
}
/*- Logo -*/
#header h1{
	float: left;
	_width:414px;
}
#header h1 a{
	display: block;
	height: 50px;
}
#header h1 a:hover{
	text-decoration: none
}
#header-top-right-main {
	float: right;
	margin:20px 192px 0 0;
	width: 280px;
	position:relative;
	z-index:11;
}

#header-top-right {
	float: right;
	margin:20px 323px 0 0;
	width: 280px;
	position:relative;
	z-index:11;
}

/*=== Buttons ===*/
.btn-rounded{
	line-height: 30px;
	font-weight:bold;
	float: left;
}
.btn-rounded a{
	background: url(images/btn-rounded.png) no-repeat left;
	color: #ffffff;
	padding: 0 0 0 13px;
	display: block;
	float: left;
}
.btn-rounded a span{
	background: url(images/btn-rounded.png) 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 -*/

/*=== Translation == */

#translator {
	/*height:30px;*/
	letter-spacing:-1px;
	float:right;	
	margin:8px 0 0 0;
}
.qtrans_language_chooser { list-style-type:none; }
.qtrans_language_chooser li { float:left; margin-right:3px }

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

#nav1 {
	font-size:16px;
	font-weight:bold;
	height:30px;
	letter-spacing:-1px;
	float:right;	
	/*margin:43px 0 0;*/
	/*text-transform:uppercase;*/
}
#nav1, #nav1 ul {
	font-family:Arial,Tahoma;
	font-size:14px;
	font-weight:bold;
	padding: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

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

#nav1 li {
	background: url(images/btn-rounded-left.png) no-repeat left;
	float: left;
	line-height: 30px;
	margin: 0;
	/*padding-right:20px;*/
}
#nav1 li a{
	color: #0E5E89;
	padding-left:10px;
	text-decoration: none
}
#nav1 li a span{
	background: url(images/btn-rounded.png) no-repeat right;
	display: inline-block;
	height: 34px;
	padding: 4px 17px 0 5px;
}

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

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


/* Style drop down list */

#nav1 li ul {
	position: absolute;
	left: -999em;
	width: 150px;
	font-weight:normal;
	letter-spacing:0;
	text-transform:none;
	margin:0;
}
#nav1 li ul li {
	border: 1px solid #0195c5;
	-moz-border-radius: 0 8px 8px 8px;
	background: url(images/btn-rounded.png) no-repeat left;
	float: none;
	padding:0;
	margin-bottom:2px;
}

#nav1 li ul li a {
	padding:0 0 0 10px;
}

#nav1 li.current_page_item 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{
	/*background: #bbdef0; #F6F6F6;*/
	color: #fff;
	-moz-border-radius: 0 8px 8px 8px;
	background: url(images/btn-rounded-hover.png) no-repeat left;
}


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

#nav1 li ul li a span {
	background:none !important;
	color: #333;
}

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

#nav1 li ul li a span{
	display:inline;
	height: 30px;
	padding: 0 13px 0 0;
	font-size:12px;
}

#nav1 li ul li a {
	line-height: 24px;
	font-size: 11px;
	color: #555555;
}

#nav1 li ul li ul li a {
	border-width:0 1px 1px 0px;
}
#nav1 li ul ul {
	margin: -31px 0 0 163px;
}

#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{
	/*background: url(images/page-top.png) repeat-x;*/
	height: 1%;
	padding: 0 0 10px;
	margin:0 auto;
	width:940px;
}
#columns-sidebars {
	margin:0 auto;
	padding:36px 0 0 39px;
	width:940px;
}
#rounded-main {
	margin:-25px auto 35px;
	background-color: #fff;
	width:960px;
}
/*=== 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;*/
	color: #000000;
	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;
	padding-top:23px;
}
.col5{
	float: right;
	width: 486px;
}
.col5 img{
	/*border: 10px solid #f6f5ed;*/
}
.col6{
	float: left;
	padding: 0 20px 20px 0;
	width: 290px
}
.footer-sidebar-vertical-spacer {
	width: 14px;
	float: left;
}
* html .col6{
	width: 290px;
}
#columns-sidebars .col6 {
	width: 270px;
	float: left;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0;
	width: 620px;
}
.box .bot{
	/*background: url(images/page-top.png) repeat-x;*/
	background: #ffffff url(images/menu-top-left.gif) no-repeat top left;
	clear: both;
	/*height: 10px;*/
	min-height: 10px;
	overflow: hidden;
	padding:16px 0 10px 28px;
	/*margin-bottom:10px;*/
	/*margin-top:15px;*/
	border-bottom: 1px #c0c0c0 dotted;
}

.box .top{
	/*background: url(images/page-top.png) repeat-x;*/
	background: #ffffff url(images/menu-top-left.gif) no-repeat top left;
	clear: both;
	/*height: 10px;*/
	/*min-height: 10px;*/
	overflow: hidden;
	padding:24px 0 22px 24px;
	/*margin-bottom:10px;*/
	/*margin-top:15px;*/
	border-bottom: 1px #c0c0c0 dotted;
}
#page-bot {
	margin-top:0px;
	border-bottom: 0px;
}
#post-bot {
	margin-top:0px;
	border-bottom: 0px;
}

#breadcrumb {color:#fff;padding:8px 0 6px 25px;}
#breadcrumb p {margin:0;padding:0;}
#breadcrumb a {color:#82DEFB;}

.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 .top{
	/*background: url(images/box2-bot.gif) no-repeat top*/
	background: #DAE4F4 url(images/box2_bg.png) no-repeat right top;
	height:12px;
	margin-top:-62px;
	border-left: 10px #9BD4DD solid;
}
.box2 .spacer{
	background: #DAE4F4;
	/*background: #DAE4F4 url(images/box2bottom_bg.png) no-repeat right bottom;*/
	/*border-left: 1px #c0c0c0 dotted;*/
	border-left: 10px #9BD4DD solid;
	height: 1%;
	padding: 10px 25px;
	-moz-border-radius: 0 0 25px 0;
}
/*- 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: 940px
}
.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
}
/*- Featured -*/

#featured-main {
	background: url(images/slider-bg.png);
	background-color: #DBE7F7;
	position:relative;
}

#featured {
	background: url(images/slider-bg.png);
	background-color: #DBE7F7;
}

/*- Box5 -*/
.box5{
	margin: 0 auto;
	width: 954px;
	height: 270px;
	padding-right:12px;
}
.box5 .top,.box5 .bot{
	background-color: #147FB0; /*url(images/page-top.png) repeat-x;*/
	clear: both;
	height: 0px;
	overflow: hidden
}
.box5 .bot{
	/*background: url(images/box5-bot.gif) no-repeat top*/
}
.box5 .spacer{
	height: 1%;
}
.box5 .post img {
	border:0;
}
/*- Box6 -*/
.box6{
	margin: 0 auto;
	width: 940px
}
.box6 .top,.box6 .bot{
	background: url(images/box6-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box6 .bot{
	background: url(images/box6-bot.gif) no-repeat top
}
.box6 .spacer{
	/*background: #cfdde7; /*#e5e3d1;*/
	/*height: 1%;*/
	/*height: 163px;*/
	padding: 10px 25px 0 25px;
}

.box6-footer{
	margin: 0 auto;
	width: 940px;
	height:0;
}
.box6-footer .top,.box6-footer .bot{
	/*background: url(images/box6-top.gif) no-repeat top;*/
	clear: both;
	overflow: hidden
}
.box6-footer .bot{
	/*background: url(images/box6-bot.gif) no-repeat top*/
}
.box6-footer .spacer{
	/*background: #cfdde7; /*#e5e3d1;*/
	height: 1%;
	/*padding: 10px 25px 0 25px*/
}

#footer .box6 .spacer{
	/*background-color: #057d9f;*/
	padding: 0px 25px
}

/*- Wrapper -*/
.wrapper{
	float: left;
	padding: 0 0 0 28px;
}

.award{
	position:relative;
	z-index:10;
	margin-top:-30px;
	text-align:right;
}
/*- 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
}
.search-form-div {
	float: left;
	margin-right: 10px;
}
.replace {
	background:transparent url(images/ico-search.png) no-repeat scroll 0 0;
	border:medium none;
	height:16px;
	left:866px;
	position:absolute;
	text-indent:-999px;
	top:29px;
	width:16px;
}
	
/*- 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: 105px 0 0;
	/*margin-left: -50px;*/
	width: 27px
}
/*=== Pics, Ads etc. ===*/
.ads{
	margin: 0 0 10px
}
.ads img{
	margin: 0 8px 5px 0
}
/*=== Footer ===*/
#footer {
	background:url(images/footer_bg.png) repeat-x;
	margin-top:15px;
}

#footer a{
	color: #949387;
	text-decoration: underline
}
#footer img{
	position: relative;
	vertical-align:middle
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left;
	height: 35px;
	width: 614px;
	/*background-color: #057d9f;*/
	color: #a0a0a0;
	padding-top: 20px;
}
.fr{
	float: right;
	width: 266px;
	height: 35px;
	/*background: url(images/contactbg.jpg) repeat-y left;*/
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 10px;
	/*margin-right: -20px;*/
}
.fr a {
	color: #FFFFFF;
}
.fr-slider {
	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;
}

/*=== Posts ===*/

.post img {	
	/*border:8px solid #f6f5ed;*/
}
.post ul, .post ol{
	padding: 0 0 1.2em 2em;
}
.post ul li{
	color: #555555;
	background: url(images/ico-bullet.gif) no-repeat left top;
	padding: 0 0 0 20px;
}
.post ol li{
	list-style-type:decimal;
	margin: 0 0 0 20px;
}	
.post li a:hover{
	color: #a4b92e;
	text-decoration: none
}

.post blockquote {
	font-family:Georgia, Helvetica, Arial; 
	color:#777777;
	background:#F0EEE1 url(images/ico-quote.png) 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.png) no-repeat top left;
	margin:9px 5px 0;
	width:37px;
	height:14px;
}
.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: 870px;
height: 270px; /*Height should enough to fit largest content's height*/
margin-top:-96px;
}

.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: -1px 15px; /*margin around each panel*/
width: 850px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/*=== 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; }

/*=== MENU == */
#menu-bar {
	width: 705px;
	float: left;
	margin-top:23px;
}
.menu-bar-ie7 {
	width: 940px;
	float: left;
	margin-top: 44px;
}
.current_page_item { /*background: #E9F6FA none repeat scroll 0 0;*/ } /* the current Page */
.current_page_parent/* { background: #E9F6FA none repeat scroll 0 0; }  parent of the current Page */

.menu-bar-spacer {
	width: 10px;
	height: 1px;
}
.menu-bar-spacer-first {
	float: left;
	width: 10px;
}
.menu-item-top-left {
	float: left;
}
.menu-item-top-middle {
	float: left;
}
.menu-item-top-right {
	float: left;
}
.menu-item-left {
	background: url(images/menu-item-left.gif);
	width: 7px;
	height: 42px;
	float: left;
}
.menu-item-right {
	background: url(images/menu-item-right.gif);
	width: 7px;
	height: 42px;
	float: left;
}

/*>>>>> Navigation <<<<<*/
/*
a:link, a:visited  {
	color: #057d9f;
}

#nav li {
	float: left;
	margin-left: 10px;
}

#nav li a:link, #nav li a:visited  {
	color: #fff;
	background: url(images/navtile.jpg) repeat-x left bottom;
}
*/
/* Orange Tab */
/*
#nav li.buynow a:link, #nav li.buynow a:visited  {
	background: url(images/navtileorange.jpg) repeat-x left bottom;
}

#nav li.buynow a:hover  {
	background: #fff;
}

#nav li.buynow a:hover  {
	background-color: #e9f6fa;
}
*/
/* Hover for HomePage tabs */
/*
#nav li.current_page_item a:link, #home #nav li.current_page_item a:visited, #home #nav li a:hover  {
	color: #000;
	background: #e9f6fa;
}
*/
/* Hover for normal page tabs */
/*
#nav li.current_page_item a:link, #nav li.current_page_item a:visited, #nav li a:hover  {
	color: #000;
	background: #fff;
}
*/
/* Style drop down list */
/*
.sub-normal {
	background: #e9f6fa;
	border: 1px solid #dcdddd;
	display: none;
}

.sub-hover {
	background: #e9f6fa;
	border: 1px solid #dcdddd;
	display: block;
}

#nav li ul li {
	background-color: #e9f6fa;
	border-bottom: 1px solid #bed5dc;
}

#nav li ul  {
	background: #fff;
	border: 1px solid #dcdddd;
}

#nav li ul li {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

#nav li ul li a:link, #nav li ul li a:visited {
	color: #2d2d2d;
	background: none!important;
}

#nav li ul li a:hover  {
	background-color: none!important;
}
*/