/* 
Theme Name: Dimensions for Success
Theme URL: http://onepresscommunity.com
Description: Simple and clean theme. A touch of grey for your site. Child theme for OnePress
Author: PushButton Labs
Author URI: http://pushbuttonlabs.com
Version: 1.0.1	

Tags: one-column, two-columns, three-columns, fixed-width, right-sidebar, left-sidebar, threaded-comments, custom-header, theme-options, sticky-post

TEMPLATE: onepress
*/


/*
 * Import default OnePress Markup
 */
@import url('../onepress/op-layout.css');
@import url('navigation.css');
@import url('widgets.css');


/*
 * Custom markup Below
 */

a,
a:link,
a:visited,
a:hover {
	text-decoration:none;
}

a:link, a:visited {color:#003e54;}

html{ background: #666}

body
{
	font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
	background: #666 url('./images/bodybg.jpg') repeat-x 0 0;
	color: #333;
}

div#wrap, div#main_wrap.layout1 div#main{width:950px;}
div#main_wrap.layout2 div#main,div#main_wrap.layout3 div#main{width:622px;} /* gotta get this right! */
div#main_wrap.layout4 div#main,div#main_wrap.layout5 div#main{width:787px;}
div#main_wrap.layout6 div#main,div#main_wrap.layout7 div#main,div#main_wrap.layout8 div#main,div#main_wrap.layout9 div#main,div#main_wrap.layout10 div#main,div#main_wrap.layout11 div#main,
div#column_wrap.layout2 div.column{width:460px;}
div#column_wrap.layout1 div.column{width:950px;}
div#column_wrap.layout3 div.column{width:302px; overflow:hidden;}

div#page{
	background: transparent url('./images/bottombg.png') no-repeat 0 100%;
	width: 950px;
	padding: 4em 0 5.5em;
	/*padding: 0 10px;*/
}

#header .bd .c, #op_navigation, #content, #footer{
	padding: 0 12px;
}

div#content{
	background: transparent url('./images/contentbg.png') repeat-y 0 0;
	padding-top: 60px;
}
div#content > .bd {
	background: transparent url('./images/content-bg-fade.png') repeat-x 0 100%;
}
/*
 * Header
 */
#header { 
	position: relative;
	background: transparent url('./images/header.jpg') no-repeat 0 0;
}

#header .bd .c { 
	height: 185px;
	padding: 0 85px;
}

#headerimg {
	text-indent: -32443px;
}

/* create a large clickable area in the header (optional) */
#headerlink a { 
	display: block; 
	position: absolute; 
	top:10px; 
	left:10px; 
	width:60%; 
	height:160px;
}

div#welcome{
	top: 15px;
	right: 20px;
	color: #eee;
	font-weight: bold;
}

div#welcome a{
	color: #fff;
	text-decoration: underline;
}

/*
 * Class for sidebars
 */


div#sidebar,div#sidebar2{
	height: 100%;
	font-size: 90%;
}

/* 
 * Featured post carousel 
 */
div#feature{
	background: #e3e3e3;
}

/* featured post header color */
div#feature ul#features h2 a { 
	color:#fff
}

/*
 * Post Body Layout
 */
body.multiple div.post{
	padding: 10px;
	padding-top: 0;
	margin-bottom: 5px;
}

body.single div.post{
	padding: 10px;
	padding-top: 0;
}

div.widget_op_content_body h2{
	font-size: 180%;
	letter-spacing: -.5px;
	font-weight: normal;
	margin: 0;
}
body.multiple div.widget_op_content_body h2 a{
	color: #640120;
	text-decoration: none;
}
body.multiple div.widget_op_content_body h2 a:hover{
	color: #990232;
	text-decoration: underline;
}

div.post_content{
	line-height: 1.3em;
}

div.post_tag span.label, div.post_category span.label { color: #333; font-weight: bold;}

div.widget_op_content_body div.post_date{
	font-size: 100%;
	padding-bottom: 10px;
	color: #666;
	text-align: right;
}

div.widget_op_content_body div.post_comments{
	padding: 5px 0;
}

div.widget_op_content_body div.post_edit{
	padding: 5px 0;
	float:right;
}

div.widget_op_content_body div.post_content a, div.widget_op_content_body div.post_tag a, div.widget_op_content_body div.post_category a{
	text-decoration: underline;
}

/*
 * Widgets 
 */

.widget .hd,
.widget .hd .hc,
.widget .ft,
.widget .ft .fc {
	/* height:6px; */
}

.widget .bd,
.widget .bd .bc {
}

.widget .hd { /* top right corner */
	width:100%;
	background-position:top right;
}

.widget .hd .hc { /* top left span */
	margin-right:6px;
	background-position:top left;
}

.widget .ft {
	width:100%;
	background-position:bottom right;
}

.widget .ft .fc {
	margin-right:6px;
	background-position:bottom left;
}

.widget .bd {
	width:100%;
	background-position:top right;
}

.widget .bd .bc {
	margin-right:6px;
	background-position:top left;
	padding:1px 0 1px 0; /* uncollapse .content margins */
}

#main .widget .s {
	padding: 5px 1em;
}

#sidebar .widget .s, #sidebar2 .widget .s{
	padding: 5px .5em;
}

/** Widgets in main shouldn't have top margin **/
div#main > .bd > .bc > .s > div.widget{
	margin-top: 0;
}

/* Standard Widget Content Styles */
h2.widgettitle{
	color:#333;
	font-size: 133%;
	letter-spacing: -1px;
	margin: .2em .2em .5em;
}

h2.widgettitle a{
	text-decoration: none;
}

.widget ul{
	margin-top: .5em;
	margin-bottom: .5em;
}

.widget li{
	margin: 3px 0;
}

.widget ul a{
	text-decoration: underline;
}

.widget ul a:hover{
	text-decoration: none;
}

/*
 *  Sidebar column shading
 */
#sidebar > .hd,
#sidebar > .hd > .hc,
#sidebar > .ft,
#sidebar > .ft > .fc {
	height:5px;
}

#sidebar > .bd,
#sidebar > .bd > .bc {
	height: 100%;
}

#sidebar >.hd { /* top right corner */
	width:100%;
	background-position:top right;
}

#sidebar > .hd > .hc { /* top left span */
	margin-right:5px;
	background-position:top left;
}

#sidebar > .ft {
	width:100%;
	background-position:bottom right;
}

#sidebar >.ft > .fc {
	margin-right:5px;
	background-position:bottom left;
}

#sidebar >.bd {
	width:100%;
	background-position:top right;
}

#sidebar >.bd > .bc {
	margin-left: 3px;
}

#sidebar >.bd > .bc {
	margin-right:5px;
	background-position:top left;
	padding:1px 0 1px 0; /* uncollapse .content margins */
}



/*
 *  Sidebar2 background styling
 */
#sidebar2 .widget{
	border-bottom: 1px solid #ccc;
}
 
#sidebar2 > .hd,
#sidebar2 > .hd > .hc,
#sidebar2 > .ft,
#sidebar2 > .ft > .fc {
	height:5px;
}

#sidebar2 > .bd,
#sidebar2 > .bd > .bc {
	height: 100%;
}

#sidebar2 >.hd { /* top right corner */
	width:100%;
	background-position:top right;
}

#sidebar2 > .hd > .hc { /* top left span */
	margin-right:5px;
	background-position:top left;
}

#sidebar2 > .ft {
	width:100%;
	background-position:bottom right;
}

#sidebar2 >.ft > .fc {
	margin-right:5px;
	background-position:bottom left;
}

#sidebar2 > .bd {
	width:100%;
	background-position:top right;
}

#sidebar2 >.bd > .bc {
	margin-left: 3px;
	height:100%;
}

#sidebar2 >.bd > .bc {
	margin-right:5px;
	background-position:top left;
	padding:1px 0 1px 0; /* uncollapse .content margins */
}

/*
 *  Footer background styling
 */
div.column > .widget > .hd,
div.column > .widget > .hd > .hc,
div.column > .widget > .ft,
div.column > .widget > .ft > .fc {
	height:5px;
}

div.column > div.widget > .bd{
	border-right:1px solid #D8D8CF;
	height: 100%;
}

div.column > div.widget >.hd { /* top right corner */
	width:100%;
	background-position:top right;
}

div.column > div.widget > .hd > .hc { /* top left span */
	margin-right:5px;
	background-position:top left;
}

div.column > div.widget > .ft {
	width:100%;
	background-position:bottom right;
}

div.column > div.widget >.ft > .fc {
	margin-right:5px;
	background-position:bottom left;
}

div.column > div.widget > .bd {
	width:100%;
	background-position:top right;
}

div.column > div.widget >.bd > .bc {
	margin-left: 3px;
	height:100%;
}

div.column > div.widget >.bd > .bc {
	margin-right:5px;
	background-position:top left;
	padding:1px 0 1px 0; /* uncollapse .content margins */
}

/*
 * Search
 */
#searchform input { 
	font-family: Verdana; 
	font-size: 77%; 
	color: #999; 
}

#searchform input.submit { 
	color: #000; 
}


#tag_cloud a {
	text-transform:uppercase;
}

div.wp-caption {
   border: 1px solid #ddd;
   background-color: #f3f3f3;
   margin: 10px auto;
}


/*
 * Footer
 */
div#footer{
 width: 950px;
}

div#footer > .bd{
	padding: 0 24px 3em 0;
}
 
div#column_wrap{
	background: #e5e5da;
	padding: 2em 0;
	border-top:2px solid #E0E0DA;
	border-bottom:2px solid #8D8D8D;
	color: #666;
}

div#column_wrap div.order1{ padding-left: 0;}
div#column_wrap div.order3{ padding-right: 0;}

div.column{
	/* will need padding, etc. */
}
div.column a{
	color: #9d9d9d;
}

#footer p.signature {
	padding: 17px 0 3px;
	text-transform: uppercase;
	font-size: smaller;
	color: #ddd;
}
#footer p.signature a{color: #ddd;}

/* 
 * Wordpress Required Image and Block Alignment CSS 
 */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   clear: both;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

div.widget_op_op_search {
	position: absolute;
	margin-top: -62px;
}
#sidebar div.widget_op_op_search .s {
	background: transparent;
	float: right;
}