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


/* #slideshow {
    position:relative;
    height:280px;
    margin-bottom: 30px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 280px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 280px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

*/


/*=== Setup ===*/


.page-template-template-blog-php #main {
    width: 960px;
}


*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(images/bgr.gif) #f0eee1 repeat-x top;
	color: #9a9a9a;
	font: 1.05em "ff-meta-web-pro", Helvetica Neue, Helvetica, Arial;
	padding: 0 0 20px;
}



 

a{
	color: #5b5b5b;
	text-decoration: none;
	
}
a:hover{
	background-color: #c1daf0;
}

input,select,textarea{
	border: #e6e6e6 1px solid;
	font-size: 12px;
	padding: 2px
}
li{
	list-style: none;
}


h2{
	font-weight: 700;
	color: #3399CC;
	font-size: 2.8em;
	line-height: 90%;
	margin: .9em 0 .8em;
	letter-spacing: -.04em;
	border-bottom: none;
}

.post h2 a {
	margin-top: 10px : 
	color: #3399CC;
	border-bottom: none;
}

h3{
	font-weight: 700;
	font-size: 2em;
	margin: 20px 0px 20px;
	line-height:90%;
}
h4{
	font-weight: 700;
	color: #444444;
	font-size: 1.5em;
	margin: 30px 0 0;
}

h5{
	font-weight: 700;
	color: #444444;
	font-size: 1.3em;
	line-height: 110%;
	margin: 0;
}

h5 i {font-wight: 100; font-style: regular;}


p{
	font-family: "ff-meta-serif-web-pro";
	padding: .5em 0 .5em 0;
	line-height: 140%;
}

br{padding: 10px;}

/*=== 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: 144px;
	position:relative;

}
#header .spacer{
	float: right
}
/*- Logo -*/
#header h1{
	float: left;
	width: 180px;
	font-weight: 700;

}

#logo {
        float: left;
	width: 180px;
}


#header h1 a{
	display: block;
	height: 144px;
}
#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 -*/

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

#nav1 {
	height:30px;
	letter-spacing:-.8px;
	float:right;	
	margin:46px 0 0;
}

#nav1, #nav1 ul {
	padding: 0;
	list-style: none; 
	line-height: 20px;
	z-index: 100;
}

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

#nav1 li {
	float: left;
	line-height: 30px;
	margin: 0 2px 0 0;
}
#nav1 li a{
	color: #3f3f3f;
	padding: 0 0 0 10px;
	text-decoration: none
}
#nav1 li a span{
	display: inline-block;
	height: 30px;
	padding: 0 10px 0 0;
}

#nav1 li a:hover,
#nav1 li.active a, 
#nav1 li.current_page_item a{
	background: url(images/btn-rounded.gif) no-repeat left;
	color: #ffffff;
	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.gif) no-repeat right; 
}


/* Style drop down list */

#nav1 li ul {
	position: absolute;
	left: -999em;
	width: 192px;
	font-weight:normal;
	letter-spacing:0;
	text-transform:none;
	border-top: 1px solid #F7F6F6;
}
#nav1 li ul li {
	border: 1px solid #F7F6F6;
	border-width:0 1px 1px;
	background: #FFF;
	float: none;
}

#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: #a5c4ff;
}

#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;
}

#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
}

#nav1 li ul li a {
	line-height: 30px;
	font-size: 17px;
	color: #a5c4ff;
	width: 180px;
}

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

#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{
	font-family: "ff-meta-serif-web-pro", Times New Roman, Helvetica Neue, Helvetica, Arial;
	font-style: italic;
	background: url(images/hl-dot.gif) repeat-x bottom;
	padding: .4em 0
}
.nav2 li a, .widget li a{
	color: #555555;
	background: url(images/ico-next.gif) no-repeat left;
	padding: 0 0 0 20px;
}
.nav2 li a:hover, .widget li a:hover{
	color: #a4b92e;
	text-decoration: none
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 0 0 10px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 620px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	margin: 50px 0 0;
	width: 320px
}
#rightcol h3{
	font-size: 16px;
	height: 2.4em;
	margin-top:10px;
}
#rightcol h3 span{
  color: black;
	background: #fff;
	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{
	font-size: 1.8em;
	margin: 0 0 20px;
	width: 940px
}

/*- Box5 -*/
.box5{
	margin: 0 0 30px;
	width: 940px
}
.box5 .top,.box5 .bot{
	background: url(images/box5-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box5 .bot{
	background: url(images/box5-bot.gif) no-repeat top
}

.box5 .spacer{
	background: url(images/box5-bgr.gif) repeat-y top;
	height: 1%;
	padding: 15px 25px
}

.box5a .spacer{
	background: url('images/bgr-test.png') center no-repeat;
	height: 290px;
	padding: 5px;
	margin-bottom: 15px;
}
.box5 .post img {
	border:0;
}
/*- Box6 -*/
.box6{
	margin: 0 0 20px;
	width: 940px
}

.box6 .top,.box6 .bot{
	background-color: #fff;
	clear: both;
	height: 0px;
	overflow: hidden
}

.box6 .spacer{
	background: #fff;
	height: 20px;
	padding: 10px 25px
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;

}
#footer .box6 .spacer{
	padding: 15px 20px
}

/*- Wrapper -*/
.wrapper{
	float: left;
	padding: 0 0 0 20px;
	width: 600px;
	height: 350px;
}

.wrapper-feat{
	float: left;
	padding: 0 0 0 10px;
	width: 780px;
	height: 280px;
}


/*- Date -*/
.date{
	color: #898989;
	margin: -9px 0 10px 70px;
	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: 35px;
}
/*=== Pics, Ads etc. ===*/
.ads{
	margin: 0 0 10px
}
.ads img{
	margin: 0 8px 5px 0
}
/*=== Footer ===*/
#footer a{
	color: #e7e7e7;
	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
}
.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 h1 {
	line-height:100%;
	font-size: 2.2em; 	
	letter-spacing: -.04em;
	margin:10px 0 17px;
	text-decoration: none;
	border-bottom: none;
	font-weight: 700;

}

.post p wp-caption-text {
	font-size: 12pt;
}

.post a {	
 border-bottom: dotted thin #e8e8e8;
 color: #3399cc;
}

.post img {	
	border:none;
}
.post ul, .post ol{
	padding: 0 0 1.2em 0;
}
.post ul li{
	font-family: "ff-meta-serif-web-pro", "Times New Roman", Times, serif;
	color: #292929;
	background: url(images/ico-bullet.gif) no-repeat left top;
	padding: 0 0 15px 30px;
	line-height: 140%;
}
.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: "ff-meta-serif-web-pro", "Times New Roman", Times, serif; color:#777777;
	font-size: 13px;
	background:#F0EEE1 url(images/speech_bubble_grey.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;
}

.post posthead h1 { margin:20px 0; font-weight: normal; font-size:50px !important; float:right; clear:both;} 
.post subhead h1 { margin:20px 0; font-weight: normal; font-size:50px !important; float:right; clear:both;} 
.post subhead h2 { padding-left:20px; font-weight: normal; margin:5px; clear:both; float:left; margin-top:20px;}


/*=== 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/speech_bubble_grey.png) no-repeat top left;
	margin:9px 0 20px;
	padding-right: 8px;
	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 ===*/

#slider a:hover {
    background-color:transparent
}

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

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

.stepcarousel .panel{
color: #333;
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
padding: 45px;
margin: 5px; /*margin around each panel*/
width: 780px; /*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; }



.entry-page p{
width: 640px;
}


.readmore {
font-size: 14px;
font-weight: bold;
}

#twitter_div {
 font-family: "ff-meta-serif-web-pro", Times New Roman;
 font-style: italic;	
 font-size: 18px;
 color: #4d4d4d;
 text-align: left;
 line-height: 23px;
 position:relative;
 height:82px;
 margin: 15px 0 0 15px;
}

#twitter_div span {
 display: block;
 text-align: left;
}

#twitter_div a {
 border-bottom: dotted thin  #b3b3b3;
}


.twitter-timestamp  {
	font-size: .7em;
	float: right;
}

.twitter_link {
	color: green;

}


#twitter_div a:hover {
 background-color: #303d63;
 color: white;
 text-decoration: none;

}

#twitter_div span a {
 text-decoration: underline;
}

#twitter_div img {
 float: left;
 visibility: visible;
}

#twitter_div ul#twitter_update_list {
 float:left; 
 margin-left: 5px;
}


#clients {font-family: "ff-meta-serif-web-pro", Helvetica, Arial; font-size:12px;}
#clients td {/*padding:5px 14px 0 7px;*/}

/*
#twitter-bird {
background:url("/wp-content/themes/overeasy/images/bird.png") no-repeat scroll left top transparent;
height:77px;
left:-30px;
margin-top:78px;
position:absolute;
width:67px;
}*/


.center {
	text-align:center;
}

.clear {
	clear:both;
}

.box5 #post-3006 h2 {
	display:none;
}

.box5 #post-3006 {
	position: relative;
}

.box5 #post-3006 .date {
	position: absolute;
	top: 305px;
	width: 200px;
	line-height: 1.4;
}

.box5 #post-3006 p {
	line-height:160%;
	font-size: 19px;
}

.box5 #post-3006 strong {
	font-weight: 700;
}




#columns #post-3006 img {
	display:none !important;
}

#facebook-acquisition {
	height: 75px;
    line-height: 75px;
    background: #7ec0e3;
    text-align: center;
    font-family: MetaPro, sans-serif;
    color: white;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 15px;
    border-bottom: 1px solid #a1a1a1;
    position: relative;
}

#page {
	margin-top:74px;
}

#fb-span {
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}