/*  
Theme Name: Over Easy
Theme URI: http://www.woothemes.com/
Description: Over Easy by WooThemes
Version: 1.2.4
Author: WooThemes
Author URI: http://www.woothemes.com/
*/
/* @group Reset and General HTML */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	color: #444;
	font-size: 15px;
	font-family: "Myriad Pro", "Lucida Grande", Helvetica, sans-serif;
	line-height: 1.8em;
}
a,
a:visited {
	color: #3667a9;
	text-decoration: none;
}
a:hover {
	color: #324c74;
	text-decoration: underline;
}
a:focus {
	outline: none;
}
p {
	padding: 0 0 1.2em 0;
}
strong { 
	font-weight: bold; 
	color: #111;
}
input,select,textarea {
	border: #e6e6e6 1px solid;
	font-size: 12px;
	padding: 2px;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #111;
	font-weight: bold;
	padding: 0 0 0.4em 0;
}
h2, h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5, h6 {
	font-size: 14px;
}
/* @end */
.wrapper {
	float: left;
	padding: 0 0 0 0;
}
/* @group Nav */
#nav {
	width: 1060px;
	background: #000;
	margin: 0 auto;
	padding-top: 40px;
}
#nav1 {
	background: #000;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	float: right;	
	letter-spacing: .0em;
}
#nav1, 
#nav1 ul {
	text-align: right;
	padding: 0 26px 0 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 {
	float: left;
	line-height: 30px;
}
#nav1 li a {
	color: #bbb;
	padding: 0 0 0 5px;
	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 {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/nav_nub.png') bottom no-repeat;
}
#nav1 li:hover, 
#nav1 li.hover {  /* IE7 Fix */
	position: static;
	visibility: visible;
}
/* @end */
/* @group Headers */
#header {
	background: #efefef url(images/mast_top.png) no-repeat top; /*rounded corners */
	width:  1040px;
	margin: 0 auto;
	height: 96px;
	/*position: relative;*/
}
#header h1 {
	text-indent: -9999px;
	background: transparent url(images/logo_461x87.png) no-repeat 50px 22px; /* logo */
	float: left;
	width: 511px;
}
#header h1 a {
	display: block;
	height: 100px;
}
/* @end */
#page {
	background: #fff;
	margin: 0 auto;
	padding:  36px 0 0 0;
	width: 1040px;
}
/* @group 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: #222;
	border: 1px solid #000;
 	color: #fff;
	font-weight: bold;
}
/* @group Link Buttons */
.btn-cat {
	margin: 1em 0 1.5em;
}
.btn-continue {
	margin: 0 0 2em;
}
.btn-general {
	background: #333;
	padding: 5px 10px;
	color: #fff;	
}
.btn-general a { 
	color: #fff;
}
.btn-continue a {
	padding: 0;
}
#slider_controls {
	width:  462px;
}
.btn-arr a {
	background: #bdbbac;
	color: #fff;
	line-height: 25px;
	padding: 5px 10px;
}
.btn-arr2 {
	padding-top: 12px;
	width: 27px;
}
/* @end */
/* @end */
/* @group Nav 2 */
.nav2 li, .widget li {
	background: url(images/hl-dot.gif) repeat-x bottom;
	padding: .5em 0;
}
.nav2 li a, 
.widget li a {
	padding: 0 0 0 20px;
}
.nav2 li a:hover, .widget li a:hover {
	text-decoration: none;
}
/* @end */
/* @group Columns */
#columns {
	/*height: 1%;*/	
	margin: 0 auto;
	width: 924px;
}
#centercol {
	float: left;
	width: 620px;
}
#rightcol {
	float: right;
	margin: 64px 0 0 0;
	padding-left: 20px;
	width: 284px;
	background: url('images/sidebar.png') top left repeat-y;
}
#rightcol .widget ul, 
#rightcol .textwidget {
	/*height: 1%;*/
	margin: 0 0 2em 0;
}
/* @group Sub Columns */
.col1 {
	float: left;
	width: 115px;
	margin:0 0 1em;	
}
.col1 a {
	color: #555;
	text-decoration: underline;
}
.col2 {
	float: right;
	width: 425px;
}
.col3 {
	float: left;
	padding: 0 35px 0 0;
	width: 273px;
}
.col3.last {
	padding: 0;
}
.col3.nav2, .col6.nav2{
	background: none;
	padding: 0;
}
.col3 h2 {
	color: #464646;
	margin: 0 0 .5em;
}
.col3 p {
	padding: 0;
}
.col4 {
	/*outline: 1px solid green;*/
	float: left;
	width: 465px;
}
.col5 {
	float: right;
	width: 420px;
}
.col5 h2 a {
	color:  #000;
}
.col5 img {
	border: 10px solid #f6f5ed;
}
.col5 p.slide_num {
	color: #8f8f8f;
	border-top: 1px solid #e7e7de;
	margin-top: 20px;
	padding-top: 2px;
	font-size: 12px;
}
.col5 p.case {
	text-indent: -9px;
}
.col5 p {
	padding-bottom: 10px;
}
.col5 ul {
	margin-bottom: 20px;
}
.col5 li {
	/*list-style: disc;*/
	background: url(images/bull.png) no-repeat 0 10px;
	padding: 0 0 0 12px;
}

.col6 {
	float: left;
	margin-right: 36px;
	width: 284px;
}
* html .col6 {
	/* width: 274px; double check this hack in IE see if I still need it */
}
.col6.last {
	margin-right: 0;
}
/* @end */
/* @end */
/* @group Boxes */
.box {
	margin: 0 0 1em;
	width: 604px;
}
.box .top,
.box .bot {
	clear: both;
	height: 10px;
	overflow: hidden;
}
.box .spacer {
	/*background: #fff;
	height: 1%;
	padding: 15px 30px;*/
}
.box2 {
	width: 284px;
}
.box2 .top,
.box2 .bot {
	clear: both;
	height: 10px;
	overflow: hidden;
}
.box2 .spacer {
	/*height: 1%;*/
	width: 284px;
}
.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 p {
	padding: 0;
}
.box4 {
	color: #fff;
	font-size: 1.8em;
	margin: 0 0 20px;
	width: 940px;
}
.box4 .top,
.box4 .bot {
	clear: both;
	overflow: hidden;
	/*height: 10px;*/
}
.box4 .spacer {
	background: #333;
	height: 1%;
	padding: 5px 25px;
}
.box4 p {
	padding: 0;
}
.box5 {
	margin: 0 auto;
	width: 925px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 60px;
	margin-bottom: 20px;
}
.box5 .top,
.box5 .bot {
	clear: both;
	overflow: hidden;
	/*height: 10px;*/
}
.box5 .spacer {
	/*height: 1%;*/
}
.box5 .post img {
	border: 0;
}
.box6 {
	margin: 0 auto;
	width: 925px;
}
.box6 .top,
.box6 .bot {
	clear: both;
	height: 10px;
	overflow: hidden;
}
.box6 .spacer {
	/*height: 1%;*/
}
/* @end */
/* @group Forms */
#search {
	height: 32px;
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
}
#search input.keyword {
	background: #fff;
	border: 1px solid #ccc;
	border-top-color: #7c7c7c;
	border-left-color: #7c7c7c;
	color: #979797;
	float: left;
	font-size: 12px;
	padding: 3px 0 2px 6px;
	width: 239px;
	margin-top: -10px;
}	
#search .btn { /* override */
	margin: -10px 0 0 2px; 
	padding: 0;
	background: url(images/search_btn.png) no-repeat;
	border: none;
	text-indent: -9999px;
	color:  #333;
	width: 29px;
	height:  22px;
}
/* Search Results */
h3#search_header {
	background: #efefef;
	color:  #999;
	font-weight: normal;
	font-size: 20px;
	padding:  10px 0 6px 0;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 21px;
}
h3#search_header span {
	color:  #000;
	font-weight: bold;
}
h3#search_header em {
	font-style: normal;
}
.form1 div {
	margin: 0 0 15px;
}
.form1 label {
	padding: 7px 0 0 15px;
}
.form1 textarea {
	height: 165px;
	overflow: auto;
	width: 550px;
}
/* @end */
/* @group Ads and Images */
.ads {
	margin: 0 0 10px;
}
.ads img {
	margin: 0 8px 5px 0;
}
/* @end */
/* @group Footer */

#footer {
		background: #efefef url(images/mast_btm.png) no-repeat bottom; /*rounded corners */
		font-size: 14px;
		height: 80px;
		margin-top: 60px;
		margin-bottom: 80px;
}
#footer #copyright {
	width:  300px;
	color:  #888;
	font-size: 13px;
	line-height: 1.6em;
	padding: 10px 0 0 0;
}
#footer #findme {
	color:  #444;
	padding: 18px 0 0 0;
}

/* @end */
/* @group Floats and Alignment */
.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;
}
/* @end */
/* @group Posts */
.post {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
}
.post h2 a,
.post h2 a:visited {
	color:  #000;
}
.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 {
	text-decoration: none;
}
.post blockquote {
	color:#444;
	background:#efefef url(images/ico-quote.gif) no-repeat 12px 16px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width: 82%; 
	height:auto;
	margin: 0 0 15px 0; 
	padding: 10px 25px 0 55px;
	display: block;
}
.date {
	color: #777;
	font-size: 13px;
	margin: -10px 0 10px;
	position: relative;
	border-bottom: 1px solid #eee;
}
/* @end */
/* @group Comments */
#comments {
}
#comments .box3 p { 
	padding-bottom:10px; 
}
#comments h3 {
	margin-bottom: 20px;
}
.box3 .spcr {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom-color: #ccc;
	height: 1%;
	padding: 0 20px;
	min-height: 100px;
}
#respond { 
	margin: 1em 0 0; 
}
#respond h3 {
	margin-bottom: 0px;
}
/* @end */
/* @group Widgets */
.widget .widgles {
	height:  180px;
}
p.more {
	border-top: 1px solid #e7e7de;
	margin-top: 10px;
	padding: 9px 0 0 20px;
	padding-left: 0;
	font-size: 18px;
}
.widget .clients p { 
	padding-bottom: 0.5em; 
}
.widget .clients blockquote {
	text-indent: -5px;
}
.widget .clients cite {
	font-size: 12px;
	color: #8f8f8f;
	font-style: normal;
}
.widget .blog li {
	background: url('images/bull.png') no-repeat 10px 10px;
	padding: 0 0 0 2px;
	margin: 0 0 0 -22px;
}
.widget #recentcomments li {
	background: url('images/hl-dot.gif') repeat-x bottom;
	padding: .5em 0;
}
.widget #recentcomments li a {
	background:none;
}
.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: #333;
}
.widget #wp-calendar {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 240px;
}
.widget #wp-calendar thead th {
	color: #333;
}
.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: #333;	
}
.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;	
}
/* @end */
/* @group Carousel */
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 925px;
	height: 320px; /*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: 0; /*margin around each panel*/
	width: 925px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/* @end */
/* @group Threaded Comments */
div#respond {
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
	margin-top: -20px;
}
ol.commentlist li.threaded .box3 { 
	width: auto; 
	margin: 0px; 
}
ol.commentlist li.threaded .col1 { 
	width: 90px; 
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
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; 
}
/* @end */


#clientList li {
	padding: 0;
	background: none;
	border-bottom: 1px solid #eee;
}