/*  
Theme Name: Digg 3 Columns
Theme URI: http://www.wpdesigner.com
Description: Digg-like 3 Columns Wordpress theme created by Small Potato (WPDesigner.com). Re-released under GPL.
Version: 1.0.2
Author: Small Potato
Author URI: http://www.wpdesigner.com/
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	color: #fff;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 16px;
}

a{
	text-decoration: underline;
	color: #105cb6;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 10px 0 0; }

blockquote{
	margin: 10px 10px 0;
        padding: 23px 10px 10px 23px;
	background: #dff url(images/qt.gif) no-repeat 5px 7px;
	color: #000;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
}

blockquote p{
	padding: 0;
}

blockquote blockquote{
	margin: 10px 20px;
	background: #fff;
	color: #333;
}

blockquote blockquote p{ padding: 10px; }

code{
	background: #f9f9f9;
}

dt{
	font-weight: bold;
}

dd{
	padding: 0 0 5px 15px;
}

hr{
	clear: both;
	margin: 15px 0 5px;
	width: 100%;
	border: 0;
	height: 1px;
	text-align: left;
	background: url(images/bg_comment_bottom.gif) no-repeat;
}

small{
	font-size: 10px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#author, input#email, input#url, textarea#comment{
	border: 1px solid #cbb945;
	background-color: #fffadb;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container, #header, #menu, #menu ul li, #menu ul li a, #pagetitle, h1, #syndication, .pagewrapper, .page, .wrapper, .narrowcolumnwrapper, .narrowcolumn, .content, .post, .entry, .browse, sidebar{
	text-align: left;
	vertical-align: top;
}

#container{
	margin: 0 auto;
	width: 904px;
	padding: 10px 0 0;
}

#header{
	margin-left:3px;
	float: left;
        width:891px;
        /*background:url(http://www.stepitupwithsteph.com/wp-content/uploads/2010/04/Screen-shot-2010-04-15-at-9.44.34-AM.png) center bottom no-repeat;*/
        /*background: url(images/bg_header.gif) no-repeat left bottom;*/
	color: #333;
}

#header-img {
        border:1px solid #ccc;
        border-radius: 2em;
	-moz-boder-radius:2em;
	-webkit-border-radius: 2em;
	box-shadow: 2px 2px 5px #ddd;
	 -webkit-box-shadow:2px 2px 5px #ddd;
	 -moz-box-shadow:2px 2px 5px #ddd;
}

#pagetitle{
	clear: both;
	width: 904px;
	height: 210px;
}

#pagetitle h1{
	padding: 36px 28px 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

#pagetitle h1 a{
	text-decoration: none;
	color: #fff;
}

#syndication{
	float: left;
	padding: 15px 31px 0;
	color: #999;
}

#syndication a{ color: #666; }

#syndication a.feed{
	padding: 0 0 0 19px;
	background: url(images/feed_icon.png) no-repeat 0 1px;
}

#searchbox{
	float: right;
	padding: 10px 31px 0;
}

#searchbox input#s{
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
}

#searchbox input#searchsubmit{ height: 24px; }

.pagewrapper{
	margin: 0 0 10px;
	float: left;
	width: 904px;
	background: #fff;
	-moz-border-radius: 1em;
        -webkit-border-radius: 1em;
	color: #333;
}

.page{
	float: left;
	padding: 0 5px 5px;
}

.wrapper{ /* This wrapper class appears only on Page and Single Post pages. */
	float: left;
	width: 634px;
}

.narrowcolumnwrapper{
	margin: 5px 0 0;
	float: left;
	width: 634px;
	background: #fff repeat-y;
}

.narrowcolumn{
	float: left;
	width:634px;
	background: no-repeat left bottom;
}

.content{
	float: left;
	width: 634px;
	background:  no-repeat left top;
}

.post{
	padding: 9px 16px 15px;
	line-height: 18px;
	border:1px solid #ccc;
	border-radius: 1em;
	-moz-boder-radius:1em;
	-webkit-border-radius: 1em;
	box-shadow: 2px 2px 5px #ddd;
	 -webkit-box-shadow:2px 2px 5px #ddd;
	 -moz-box-shadow:2px 2px 5px #ddd;
	margin:0px 10px 10px 0px
	
}

.post h2{
	padding: 0 0 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
}

.post h2 a{
	text-decoration: none;
	color: #ff00a5;
	border-bottom: 1px solid #75abea;
}

.post img{
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.post img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.post img.wp-smiley{
	padding: 0;
	border: 0;
	background: none;
}

img.center-align{
  margin-left:auto;
  margin-right:auto;
  clear:both;
}

.entry{}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 9px 0 0;
}

.entry h1{
	font-size: 20px;
	line-height: 30px;
}

.entry h2{ line-height: 18px; }

.entry h3{ font-size: 14px; }

.entry h4{ font-size: 12px; }

.entry h5{ font-size: 11px; }

.entry h6{ font-size: 10px; }

.postinfo{
	font-size: 11px;
	color: #999;
}

.postinfo a{
	color: #578cca;
}

.postdate{ color: #999; }

.browse{
	border-top: 1px solid #bdbdbd;
	padding: 15px 16px;
	line-height: 18px;
}

.sidebar, .obar{
	margin: 5px 0 0 5px;
	float: right;
	width: 250px;
	line-height: 18px;
        overflow:hidden;
        color:#999;
        border:1px solid #ccc;
	border-radius: 1em;
	-moz-boder-radius:1em;
	-webkit-border-radius: 1em;
	box-shadow: 2px 2px 5px #ddd;
	 -webkit-box-shadow:2px 2px 5px #ddd;
	 -moz-box-shadow:2px 2px 5px #ddd;
}

.sidebar .as_seen_on img {
	width:100px;
	float:left;
	margin:3px;
	box-shadow: 1px 1px 3px #ddd;
	 -webkit-box-shadow:1px 1px 3px #ddd;
	 -moz-box-shadow:1px 1px 3px #ddd;
}

.sidebar div#floating{
     color:#FF00A5;
     width:220px;
     text-align:center;
     position: fixed;
     top:60px;
     margin-left:7px;
     padding:.5em;
     border:1px solid #ccc;
	border-radius: 1em;
	-moz-boder-radius:1em;
	-webkit-border-radius: 1em;
	box-shadow: 2px 2px 5px #ddd;
	 -webkit-box-shadow:2px 2px 5px #ddd;
	 -moz-box-shadow:2px 2px 5px #ddd;
     background-color:rgba(255,255,255,.9);
}

.sidebar div#floating > h3, .sidebar div#floating > h4{
    float:left;
    display:block;
    width:200px;
}

.sidebar div#floating > p {
    margin-top:0px;
    padding-top:0px;
    text-align:right;
    float:right;
    display:block;
    width:1em;
}

.obar{
	margin: 0 5px 0 0;
	float: left;
	display:none;
}

.sidebar ul, .obar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li, .obar ul li{
	margin: 5px 0 0;
	padding: 9px 16px 15px;
}

.sidebar ul li.widget_search, .obar ul li{
	padding: 15px 16px;
}

.sidebar ul li h2, .obar ul li h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	color: #999;
}

.sidebar ul ul li, .obar ul ul li{
	margin: 0;
	padding: 6px 0 3px;
	background: none;
}

.sidebar ul ul ul, .obar ul ul ul{ padding: 3px 0 0; }

.sidebar ul ul ul li, .obar ul ul ul li{
	padding: 6px 0px 3px 15px;
	background: url(images/bg_arrow_right.gif) no-repeat 0px 8px;
}

.sidebar ul ul ul ul li, .obar ul ul ul li{
	background: url(images/bg_arrow_right_2.gif) no-repeat 0px 8px;
}

/* COMMENTS TEMPLATE */

.post h3#comments, .post h3#respond{
	line-height: 27px;
	color: #e45b00;
}

.post h3#respond{
	color: #333;
}

ol.commentlist{
	margin: 0 0 11px;
	padding:0;
	list-style: none;
}

ol.commentlist li{
	padding: 13px 0;
	background: url(images/bg_comment_bottom.gif) no-repeat left bottom;
}

ol.commentlist li .commentmetadata{
	font-size: 11px;
	color: #546477;
}

ol.commentlist li .commentmetadata a{
	color: #546477;
}

form#commentform small{
	font-size: 11px;
}

.black {
   color:black;
}

#menu ul{
        margin-left:6em;
	margin-top: 0;
        margin-bottom:0;
        display:block
       
        margin-right:auto;
	padding: 0 0 0 10px;
	list-style: none;
}

#menu ul li{
	float: left;
	margin: 0 5px 0 0;
	font-size: 13px;
	font-weight: bold;
	background-color: white;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        -moz-border-radius-topright: 1em;
        -moz-border-radius-topleft: 1em;
        -webkit-border-top-right-radius: 1em;
        -webkit-border-top-left-radius: 1em;
}

#menu ul li:hover{
        background-color:#ff00a5;
}

#menu ul li ul {
       display:none;
}

#menu ul li a{
	display: block;
	padding: 14px 20px 10px;
	text-decoration: none;
	color: #ff00a5;
}

#menu ul li a:hover{
	color:white;
}

#menu ul li#quick_tips:hover > ul, #menu ul li#press_room:hover > ul{
    display: block;
	position:absolute;
	background-color:white;
	margin-left:0px;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-right-radius: 1em;
	border:1px solid #ff00a5;
    padding:0;
}

#menu ul li#quick_tips:hover > ul > *, #menu ul li#press_room:hover > ul > * {
	float:none;
	clear:both;
        border:0;
	-moz-border-radius-topright: 0em;
	-moz-border-radius-topleft: 0em;
	-webkit-border-top-right-radius: 0em;
	-webkit-border-top-left-radius: 0em;
	margin-left:0em;
	margin-top:.2em;
	padding-left:0em;
	padding-top:0em;	
}

#menu ul li#quick_tips:hover > ul > *:link{
  color:white;
}

div.services{
  width:350px;
  float:right;
  text-align:center;
}

table.testimonial tr td{
   padding-bottom:2em;
}

div.testimonial{
   float:left;
}

.clearfix{
    clear:both;
}