﻿/*  

Theme Name: Over Easy

Theme URI: http://www.woothemes.com/

Description: Over Easy by WooThemes

Version: 1.1

Author: WooThemes

Author URI: http://www.woothemes.com/

*/



/*=== Setup ===*/

*{

	border: 0;

	margin: 0;

	padding: 0

}

body{

	background: url(images/bgr.gif) #f0eee1 repeat-x top;

	color: #555555;

	font: 12px "Arial", Helvetica, Lucinda Grande;

	padding: 0;

	line-height:1.3em;

}

a{

	color:#003366;

	text-decoration: none

}

a:hover{

	color:#4483A4;

}

input,select,textarea{

	border: #e6e6e6 1px solid;

	font-size: 11px;

	padding: 2px

}

li{

	list-style: none

}

h2{

	color: #262625;

	font-size: 1.3em;

	margin: 0 0 .2em;
padding: 10 0px;

}

h2 a{

	color: #262625

}

h3{

	color: #262625;

	font-size: 1.1em;

	margin: 0 0 1em

}

h4{

	color: #444444;

	font-size: 1em;

	margin: 0 0 1em

}
h5{
	font-size:1.3em;
	font-weight:lighter;
}
h6 {
	font-size:1.3em;
	font-weight:bold;
}

p{

	padding: 0 0 0em

}

/*=== Intro ===*/

p.intro {

	line-height:0em;

}

p.intro a {

	color:#FFFFFF;

	text-decoration:underline;

}

p.intro a:hover {

	color:#222222;

	text-decoration:underline;

}

/*=== Layout ===*/

#page{

	margin: 0 auto;

	width: 795px

}

/*=== Header ===*/

#header{


	height: 54px;

	position:relative;

	margin-top:0px;

	margin-left:0px;
	background-image:url('../../uploads/2009/03/headerbkg.jpg');
	background-repeat:no-repeat;

}

#header .spacer{

	float: right

}

/*- Logo -*/

#header h1{

	float: left;

	width: 250px

}

#header h1 a{

	display: block;

	height: 54px;

}

#header h1 a:hover{

	text-decoration: none

}



/*=== Buttons ===*/

.btn-rounded{

	line-height: 30px;

	font-weight:bold;

	float: left;

}

.btn-rounded a{

	color: #ffffff;

	padding: 0 0 0 13px;

	display: block;

	float: left;

}

.btn-rounded a span{


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

/*=== Navigation ===*/

/*- Nav1 -*/



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



#nav1 {

	font-size:14px;

	font-weight:lighter;

	height:20px;

	letter-spacing:-1px;

	float:right;	

	margin:30px 0 0;



}

#nav1, #nav1 ul {

	padding: 0;

	list-style: none; 

	line-height: 16px;

	z-index: 100;

}



#nav1 a {

	display: block;

	line-height: 16px;

	padding: 0 10px;

	z-index: 100;

}



#nav1 li {

	float: left;

	line-height: 16px;

	margin: 0 12px 0 0;
padding:0 0;

}

#nav1 li a{

	color: #3f3f3f;

	padding: 0 0 0 0px;

	text-decoration: none

}

#nav1 li a span{

	display: inline-block;

	height: 20px;

	padding: 0 10px 0 10;

}



#nav1 li a:hover,

#nav1 li.active a, 

#nav1 li.current_page_item a{

	color:#999999;

	cursor: pointer;

	text-decoration: none;

}



#nav1 li.active a span,

#nav1 li.current_page_item a span,

#nav1 li a:hover span{


	cursor: pointer;
    color: #d8e5ee;
	text-decoration: underline;

}





/* Style drop down list */



#nav1 li ul {

	position: absolute;

	left: -999em;

	font-weight:normal;

	letter-spacing:0;

	text-transform:none;

	border-top: 1px solid #F7F6F6;
z-index:999;

}

#nav1 li ul li {

	border: 1px solid #F7F6F6;

	border-width:0 1px 1px;

	background: #FFF;

	float: none;
z-index:999;

}



#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: #FFF;
z-index:999

}



#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 a:hover span {

	background:none !important;

	color: #000;
z-index:999;

}



#nav1 li:hover ul, #nav1 li.sfhover ul {

	left: auto;

}



#nav1 li ul li a span{

	display:inline;

	height: 20px;

	padding: 0 10px 0 10;
z-index:999;

}



#nav1 li ul li a {

	line-height: 20px;

	font-size: 11px;

	color: #555555;

	width: 70px;
	
	font-weight:bolder;
z-index:999;

}



#nav1 li ul li ul li a {

	border-width:0 1px 1px 0px;
z-index:999;

}

#nav1 li ul ul {

	margin: -31px 0 0 71px;
z-index:999;
}



#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {

	left: -999em;
z-index:999;

}



#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {

	left: auto;
z-index:999;

}



/* IE7 Fix */



#nav1 li:hover, #nav1 li.hover {  

	position: static;

	visibility:visible;
z-index:999;

}



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

/*- Nav2 -*/

.nav2 li, .widget li{

	background: none repeat-x bottom;

	padding: 0.3em 0

}

.nav2 li a, .widget li a{

	color: #555555;

	background: url(images/ico-next.gif) no-repeat left;

	padding: 0 0 0 20px;

	font-weight:bolder;

}

.nav2 li a:hover, .widget li a:hover{

	color: #a4b92e;

	text-decoration: none

}

/*=== All Columns ===*/

#columns{

	height: 1%;

	padding-top:17px;

	padding-bottom:0px;

	padding-right:0px;

	padding-left:0px



}

/*=== Center Column ===*/

#centercol{

	float: left;

	width: 585px;

	margin:10px 0 0;
	background: #DDE4EA;

}

/*=== Right Column ===*/

#rightcol{

	float: right;
	margin: 10px 0 0;
	width: 200px;
    background:#FFFFFF;

}

#rightcol h3{

	color: #333333;

	font-size: 1.1em;

	height: 1.1em;

	margin-top:10px;

	width:195px;

}

#rightcol h3 span{

	/*background: #DDE4EA;*/

	display: block;

	float: left;

	line-height: 1.0em;

	padding-top: 0px;

	padding-bottom: 0px;

	padding-right: 0px;

	padding-left: 5px;

	color:#333333;

	width:170px;

}

#rightcol .widget ul, #rightcol .textwidget {

	background: #FFF;

	height: 1%;

	margin: 0 0 2em;

	/*padding: 7px 5px 7px*/
	
	padding-left: 5px;

}



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

	height:0px;

}

.col3.last, .col6.last{

	padding: 15 0;

	height:0px;

}

.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 #304B6Ed;

}

.col6{

	float: left;

	padding-top:10px;

	padding-bottom:0px;

	padding-right:0px;

	padding-left:16px;

	width: 180px;

	height:130px;

}

* html .col6{

	width: 180px;

}

/*=== Styling Boxes ===*/

/*- Box1 -*/

.box{

	margin: 1px;

	width: 555px;

	background-color:#FFFFFF;
	padding:14px;
}

.box .top,.box .bot{

	clear: both;

	height: 1px;

	overflow: hidden

}

.box .bot{

height:1px;

}

.box .spacer{



	height: 1%;

	padding: 0px 1px

}

/*- Box2 -*/

.box2{
   
	margin: 0 0 1em;

	width: 200px;
padding:0 0;

}

.box2 .top,.box2 .bot{

	clear: both;

	height: 0px;

	overflow: hidden

}

.box2 .bot{



}

.box2 .spacer{

	background: #FFFFFF;

	height: 1%;

	padding:5px 3px;

}

/*- Box3 -*/

.box3{

	margin: 0 0 1em;

	width: 425px

}

.box3 .top,.box3 .bot{

	clear: both;

	height: 10px;

	overflow: hidden

}

.box3 .bot{

}

.box3 .spcr{

	background: #f0eee1;

	height: 1%;

	padding: 0 20px;

	min-height:100px;

}

.box3 p{

	padding: 0

}

/*- Box4 -*/

.box4{

	position:relative;

	margin-top: 0px;

	margin-bottom: 0px;

	margin-right: 0px;

	margin-left: -40px;

	width: 876px;

	font-size: 0.1em

	

}

.box4 .spacer{

	background: #EAEAEA;

	height: 197px;

	padding-right: 0px;

	padding-left: 0px;

	padding-top: 0px;

	padding-bottom: 0px;

	overflow: hidden

}

.box4 p{

	padding: 0;

	overflow: hidden

}

/*- Box5 -*/

.box5{

	position:relative;

	margin-top: 0px;

	margin-bottom:0px;

	margin-right:0px;

	margin-left:0px;

	width: 795px;


}

.box5 .top,.box5 .bot{


	clear: both;

	height: 0px;

	overflow: hidden

}

.box5 .bot{


}

.box5 .spacer{


	height: 1%;

	padding: 0px 1px

}

.box5 .post img {

	border:0;

}

/*- Box6 -*/

.box6{

	margin-top: 0px;

	margin-bottom:0px;

	margin-right:0px;

	margin-left:0px;

	width: 795px;

}

.box6 .top,.box6 .bot{

	background: transparent;

	clear: both;

	height: 0px;

	overflow: hidden

}

.box6 .bot{

}

.box6 .spacer{

	background: #e5e3d1;

	height: 1%;

	padding: 0px 5px

}

#footer .box6 .spacer{

	padding: 0px 10px

}



/*- Wrapper -*/

.wrapper{

	float: left;

	padding: 0 0 0 14px;

}

/*- Date -*/

.date{

	color: #898989;

	margin: 0px 0 10px;

	position: relative

}

/*=== Styling Forms ===*/

/*- Search -*/

#search{

	height: 32px;

	margin: 0px;

	padding: 0 0 10 0px

}

#search input.keyword{

	

	border-bottom: 1px solid #fcfcfa;

	border-top: 1px solid #c4c2b5;

	border-left: 1px solid #c4c2b5;

	color:#333333;

	float: left;

	font-size: 12px;

	padding: 6px 5px 5px;

	width: 100px;

	font-weight:bold

	

}

	

/*- 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 0.8em;

}

.btn-continue{

	margin: 0 0 2em;

}

.btn-general{

	background: #a4b92e;

	padding: 4px 8px;

	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: 18px 0 0 0;

	width: 27px;

	height:179px

	

}

/*=== Pics, Ads etc. ===*/

.ads{

	margin: 0 0 10px

}

.ads img{

	margin: 0 8px 5px 0

}

/*=== Footer ===*/

#footer {
	font-size:0.75em;
}

#footer a{

	color: #949387;

	text-decoration: underline

}

#footer img{

	position: relative;

	vertical-align:middle

}

/*=== Misc. ===*/

.style1 {

	font-family:"Arial", Helvetica, Lucinda Grande, Sans-Serif;

	color:#003366;

}

.style1:hover {

	font-family:"Arial", Helvetica, Lucinda Grande, Sans-Serif;
	color:#4483A4;

}

.style2 {

font-family:"Arial", Helvetica, Lucinda Grande, Sans-Serif;

color:#FFFFFF;

}

.style3 {
	color:#003366;
}

.style3:hover {
	font-family:"Arial", Helvetica, Lucinda Grande, Sans-Serif;
	color:#4483A4;
}

.contentheading {

	font-family:"Arial", Helvetica, Lucinda Grande;

	color:#003399;

	font-weight:bolder;

}



.fix{

	clear: both;

	height: 2px;

	margin: 0x 0 0;

	overflow: hidden

}

.fl{

	float: left;

	margin-left:10px;

}

.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;

}



/*=== Posts ===*/



.post {

	padding-top:0px;

}



.post img {	

	border:0px;

}

.post ul, .post ol{

	padding: 0 0 1.1em 2em;

}

.post ul li{

	color: #555555;

	background: url(images/ico-next.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, "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;

}

.entry {

	padding-top:0px;

	padding-right:0px;

	padding-left:0px;

	padding-bottom:0px;

}



/*=== Comments ===*/



#comments .box3 p { padding-bottom:10px; }

#respond { margin: 1em 0 0; }



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



.textwidget{

	position:relative;

}



.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{

		clear: both;

background: #f0eee1;

	height: 1%;

margin: 0 0 14px;

	padding: 30px 0px 5px

}



.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;	

}



.flickr_photos{

	vertical-align:middle;

	padding: 25px 0 0 10px;

}

.subscribe img{

	vertical-align:middle;

	margin:0px 0 0px;	

}



/*=== Slider ===*/



.stepcarousel{

position: relative; /*leave this value alone*/

/*overflow: scroll; leave this value alone*/

overflow: hidden;

width: 795px;

height: 197px; /*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: 0px; /*margin around each panel*/

width: 795px; /*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; }



/* ---- JG3 BREADCRUMBS ---- */



.breadcrumbs {
padding-bottom:1em;


}

.hidden {display:none;}

