/*  
Theme Name: Over Easy
Theme URI: http://www.woothemes.com/
Description: Over Easy by WooThemes
Version: 1.2.6
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

/* stick footer code */
html, body, #page {height:100%;}
body > #page {height:auto; min-height:100%;}
#columns {padding-bottom:200px !important;}
#footer {position:relative; margin-top:-200px; height:200px; clear:both;}

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #ffffff url(images/background.jpg) repeat-x 50% top;
	color: #666666;
	font: 0.75em/1.8em Helvetica, Arial;
	padding: 0 0 0;
}
a{
	color: #a4b92e;
	text-decoration: none
        outline: none;
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #e6e6e6 1px solid;
	font-size: 12px;
	padding: 2px
}

li{
	list-style: none
}
h2{ 
        color: #4771a1; 
        font-size: 2.4em; 
        margin: 25px 25px 30px; 
        font-weight: normal; 
        letter-spacing: 1
}
h2 a{
	color: #4771a1;
        font-size: 1.6em;
	font-weight: normal;
        text-decoration:none
}
h3{
	color: #a8c700;
	font-size: 1.6em;
	margin: 0 0 1em;
	font-weight: normal
}
h4{
	color: #00397c;
	font-size: 1.2em;
	margin: 0 0 1em;
	font-weight: normal
}
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{
	position:relative;
	margin: 0 auto;
	width: 940px
}
/*=== Header ===*/
#header{
	height: 140px;
	position:relative;
}
#header .spacer{
	float: right
}
/*- Logo -*/
#header h1{
	float: left;
	width: 414px;
}
#header h1 a{
	display: block;
	height: 130px;
}
#header h1 a:hover{
	text-decoration: none
}

/*=== Buttons ===*/
.btn-rounded{
        background: url(images/btn-rounded.gif) no-repeat;
        width: 120px;
	line-height: 22px;
        padding: 0 0 0 8px;
	font-weight:normal;
	float: left;
}
.btn-rounded a{
	background: url(images/btn-rounded.gif) repeat-x;
	color: #4771A1;
	padding: 0 0 0 8px;
	display: block;
	float: left;
}
.btn-rounded a span{
	background: url(images/btn-rounded.gif) no-repeat right;
	height: 22px;
	padding: 0 13px 0 0;
	display: block;
	float: left;
}
.btn {
	margin:0; 
	padding:5px 10px;
	background:url(images/btn-rounded.gif) repeat-x;
	border:1px solid #98ac2b;
 	color:#4771A1;
	font-weight:normal;
}

/*=== Navigation ===*/
/*- Nav1 -*/

/*=== Page Nav ( alternative with dropdowns) == */

#nav1 {
	font-size: 1.3em;
	font-weight:normal;
	height:30px;
	float:right;	
	/*margin:43px 0 0;*/
	margin:0;
	text-transform:uppercase;
}
#nav1, #nav1 ul {
	padding: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav1 a {
	display: block;
	line-height: 30px;
	padding: 0 15px;
	z-index: 100;
}

#nav1 li {
	float: left;
	line-height: 30px;
	margin: 0 0 0 0;
}
#nav1 li a{
	color: #82B9E2;

	padding: 43px 15px 0 15px;
	text-decoration: none
}
#nav1 li a span{ /*display: inline-block; height: 30px; 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.hover a {
	color: #ffffff;
	cursor: pointer;
	background: url(images/roll.gif) repeat-x left;
}

#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{ 
	/*background: url(images/roll.gif) no-repeat right;*/
}

/* Style drop down list */

#nav1 li ul {
	position: absolute;
	left: -999em;
	width: 168px;
	font-weight:normal;	
        letter-spacing:1;
	text-transform:none;
}
#nav1 li ul li {
	/* for IE 5-7 */
  	filter: alpha(opacity=50);
	/* for IE 8 */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  	/* CSS3 standard */
  	opacity:0.6;
        border-bottom-color: #00397c; 
        border-bottom-width: 1px;
        border-top-color: #1e5b90; 
        border-top-width: 1px;
	border-style:solid;
	background: #00519b;
	float: none;
}

#nav1 li.current_page_item ul li a{
	background: #004275;
	color: #FFFFFF;
}

#nav1 li ul li a:hover,
#nav1 li ul li.active a, 
#nav1 li ul li.current_page_item a{
	background: #004275;
	color: #FFFFFF;
}

#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: #FFFFFF;
}

#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}

#nav1 li ul li a span{
	display:inline;
	height: 30px;
}

#nav1 li ul li a {
	line-height: 30px;
	font-size: 11px;
	color: #FFFFFF;
	/*width: 150px;*/
	padding-top:0;
}

#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;
        text-decoration: none
}
.nav2 li a:hover, .widget li a:hover{
	color: #a4b92e;
	text-decoration: underline
}
#rightcol .widget .textwidget ul { margin:0; padding:0; }

/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 0 0 10px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 600px
}
/*=== Right Column ===*/
#rightcol{ 
        float: right; 
        width: 320px
}
#rightcol h3{
	font-size: 1em;
	height: 1em;
	margin-top:10px;
	font-weight: normal
}
#rightcol h3 span{
	display: block;
	float: left;
	line-height: 1em;
	padding: 0 14px;
}
#rightcol .widget ul, #rightcol .textwidget {
	height: 1%;
	margin: 0 0 0;
	padding: 0 15px 0px
}
.textwidget img{
	padding-bottom: 0;
}
.textwidget p{
	padding-top: 0;
}
/*=== Left Column ===*/
#leftcol{ float: left; 
          width: 320px 
}

/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 115px;
	margin:0 0 1em;	
}
.col1 a{
	color: #555555;
	text-decoration: none
}
.col2{
	float: right;
	width: 425px
}
.col3{
	float: left;
	padding: 0 35px 0 0;
	width: 273px
}
.col3.last, .col7.last, .col6.last{
	padding-right: 0px;

}
.col3.nav2, .col6.nav2{
	background: none;
	padding: 0
}
.col3 h2{
	color: #4771a1;
	margin: 0 0 .5em;
	font-weight: normal
}
.col3 p{
	padding: 0
}
.col4{
	float: left;
	width: 335px
}
.col5{
	float: right;
	width: 415px
border: 0px
}
.col5 img{
	border: 0px;
}
.col6{
	float: left;
	padding: 20px 20px 20px 0;
	width: 220px
}
.col6 img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
}
.col6 h3 span{
        font: 1em;
	padding-top: 20px;
}

.col7{
	float: left;
	padding: 0 20px 20px 0;
	width: 460px
}



* html .col6{
	width: 290px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 30px;
	width: 600px
}
.box .top {
	clear: both;
	height: 10px;
	overflow: hidden;
}
.box .bot{

}
.box .spacer{
	height: 1%;
	padding: 15px 30px
}
#centercol .box .spacer {padding-left:20px; padding-right:0;} /* portfolio page fix */

/*- Box2 320px -*/
.box2{
	margin: 0 0 1em;
	width: 320px
}
.box2 .top,.box2 .bot{

	clear: both;
	height: 10px;
	overflow: hidden
}
.box2 .bot{

}
.box2 .spacer{
	height: 1%;
	padding: 30px 25px;
}
/*- 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 Portfolio -*/
#portfolio_header {width:915px; padding:0 0 0 25px; margin-bottom:0px;}
#portfolio_header h3 {padding-bottom:22px; margin-bottom:10px; background:url(http://www.bloomcreativeinc.com/wp-content/themes/overeasy/images/hl-dot.gif) bottom left repeat-x;}
#portfolio_header .backto {float:right; margin-top:1px;}
.box4{
	margin: 0 0 0 0;
	width: 940px
}
.box4 h2{
        margin: 14px 0 100px 29px; 
        font-weight: normal; 
        letter-spacing: 1
}
.box4 a img{
	background: #F0F0F0;
	border: 1px solid #ffffff;
	display: block;
	margin: 0 0 10px 0;
	padding: 5px;
	float:left;
	display:inline;
}
.box4 h3 a{
	font-size: 14px;
        font-weight: normal;
        margin-left: 8px;
        letter-spacing: 1;
        text-decoration: none
}
.box4 h3 a:hover{
	color: #4771A1;
	text-decoration: underline
}
.box4 .top {
	clear: both;
	/*height: 10px;*/
	height:0;
	overflow: hidden;
}

.box4 .bot{

}
.box4 .spacer{
	height: 1%;
	padding: 15px 30px
}

/*- 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: 0
}
.box5 .post img {
	border:0px;
}
.box5 h2 {
	font-size: 20px;
	color: #00397c;
	font-weight: normal;
	margin: 0 0 10px
}
.viral {
	border-top:1px dotted #e6e6e6;
	border-bottom:1px dotted #e6e6e6;
	display: block;
	width: 568px;
	margin: 10px 0 20px 0;
	padding:10px 0px 5px;
}
.viral li {float:left; _display:inline; margin-right:25px;}

#home_portfolio {
	position:relative;
}
#home_portfolio .col6 {
	width:auto;
	padding-top:0;
}
#home_portfolio .col6 img {
	margin:0;
}
#home_portfolio h3 {
	padding-top:15px;
}
#home_portfolio h3 a {
	font-size:14px;
	font-weight:normal;
	color:#a9a9a9;
}
.item-text h3 {
	clear:both;
}
.item-text h3 a {
	font-size:14px;
	font-weight:normal;
	color:#a9a9a9;
	text-decoration: none
}
.item-text h3 a:hover {
        color: #4771A1;
	text-decoration: underline
}

/*- Box6 - footer -*/
.box6{ 
    background-color: #f0f0f0; 
    width: 100%; 
    height: 218px;
    overflow: hidden; 
    padding: 0px 0px 0px 0px;
    margin-left: auto; 
    margin-right: auto
}
.box6 .top,.box6 .bot{ clear: both; overflow: hidden }
.box6 .container {margin-left: auto ; margin-right: auto}
.box6 .spacer{width: 300px; }
#footer {font-size:12px;}
#footer,
#footer a {color:#aaaaaa !important; text-decoration: none}
#footer a:hover {
	text-decoration: underline
}
#footer h4 {
	color:#444444;
}
#footer .box6 .spacer{ padding: 0px 25px }

/*- 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 {
	background:#f0f0f0;
}
#footer  h4 {
        color: #aaaaaa;
}

#footer .wrap {
	width:940px;
	padding:10px 0 35px 0;
	margin:0 auto;
}


#footer .box6 {
	position:relative;
	height:154px;
}

#footer #footer_tagline {
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:20px;
}

#footer a{
	color: #cacaca;
	text-decoration: underline;
}

#footer img{
	position: relative;
	vertical-align:middle
}

#footer a.btn {
	display:inline-block;
	height:23px;
	padding:5px 0 0 40px;
	margin:0 0 10px 0;
	border:none;
}
#footer a.btn-facebook {
	background: url(http://www.bloomcreativeinc.com/images/facebook_ico.gif) no-repeat 0 0;
}
#footer a.btn-tweet {
	background: url(http://www.bloomcreativeinc.com/images/twitter_ico.gif) no-repeat 0 0;
}

/*=== 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 15px 10px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}

/*=== Posts ===*/

.post img {
    border:8px solid #f0f0f0;		
}
.bottomspacer {	
        margin: 0px 0px 20px 0px;
        clear: both;
}

.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 {
	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: normal;
	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/home/homegradient.jpg) no-repeat top left;
	width:405px;
	height:271px;
}
.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 0px 8px;	
}
.subscribe {
        background:#F0F0F0;	
}

/*=== 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. */
}

/*=== 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; }

/*=== Twitter == */
#twitter_div {
        border:1px solid #F0F0F0;
	margin-top: 40px;
        width: 268px
}
#twitter_div ul{
	background:none;
	clear: both;
        width: 240px
}
#twitter_div ul li{
	background:none;
	border-bottom:1px dotted #e6e6e6;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.wrap .twitter h3 {
	background: url(http://www.bloomcreativeinc.com/wp-content/themes/overeasy/images/twitter.png) no-repeat left;
}

/*=== Portfolio == */
.portfolio-meta .details a{
	background: url(images/file.png) no-repeat left;
	padding: 0 0 0 20px;
	float: left;
	margin:0 0 0 5px;
}
.fl{
	float: left;
}
.box .pic img{
	width:582px;
	height:410px;
	background: #F0F0F0;
	border: 1px solid #f1f1e9;
	display: block;
	margin: 0 10px 7px 0;
	padding: 8px;
	float:left;
	display:inline;
}

#centercol .box .pic img {margin-right:0;} /* portfolio page fix */
.box .alt img{
        width: 13%; 
	border: 1px solid #cccccc;
	display: block;
	margin: 15px 20px 40px 0;
	padding: 0px;
	float:left;
	display:inline;
}

/*=== Home Flash == */
.flash {
       margin:0 0 30px;
}

/*=== Tags on portfolio page == */
.tag_title {
	margin-bottom:52px;
}
#tag_set {
	margin-bottom:35px;
}
#tag_set .spacer {
	float:left;
	padding:0;
}
#tag_set .spacer a {
	display:block;
	float:left;
	margin-bottom:35px;
	color:#888888;
	font-size:14px;
	text-decoration:none;
	padding:5px 25px 0px 5px;
}
#tag_set .spacer a:hover {
	color:#015792;
	text-decoration:underline;
}
#tag_set .spacer a.on {
	color:#015792;
	text-decoration:underline;
}

/* subnav */
#rightcol .widget .menu {}
#rightcol .widget .menu ul {}
#rightcol .widget .menu ul li.current_page_item {
       color:#015792;
       text-decoration:underline;
}
#rightcol .widget .menu ul li.current_page_item a { 
 	color:#015792;
}

* html .clearfix {height:1%; overflow:visible;}
*+html .clearfix {min-height:1%;}
.clearfix:after{clear:both; content:"."; display:block; height:0; visibility:hidden; }
.navigation {
	display: block;
	width: 940px;
}