/*  

	Theme Name: Step Two WP Theme
	Theme URI: http://wordpress.org/
	Description: WordPress Theme for Steptwo.com.au website redesign, using the Sandbox theme as a base
	Version: 1.5
	Author: David McDonald	
	Author URI: http://www.davidmcdonald.org

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	Sandbox theme at http://www.plaintxt.org/themes/sandbox/
*/
/* Three-column fixed width layout with two sidebars on both sides of content /sandbox-layouts/ folder */

@import url('sandbox-layouts/3c-b.css');

/* global styles */

*{
	margin: 0;
	padding: 0;
}

body{
	font: 75%/1.2 Arial, Helvetica, sans-serif;
	color: #0a0a0a;
	background: url(images/bgGreen.gif) #9c9 repeat-x top;
	width: 100%;
	padding-top: 15px;
	min-width: 990px;
	text-align: center;
}

#header h1#site-name span, #header h2#site-description, p.skip-link{
	position: absolute;
	left: -2400px;
}

a:link{
	color: #00f;
}

a:visited{
	color: #1e62dd;
}

a.noborder img{
	vertical-align: middle;
	margin-right: 0.5em;
}

/* containers */
#header{
	float: left;
	width: 100%;
	background: url(images/bgHeader.jpg) no-repeat top;
}

#containertop{
	background: url(images/bgContainerTop.jpg) no-repeat top left;
}

#container{
	width: 927px;
	padding: 0 36px 0 27px;
	background: url(images/bgContainer.jpg) repeat-y top left;
}

/* header styles */
#header h1#site-name{
	float: left;
	display: inline;
	padding: 24px 0 37px 126px;
}

#header h1#site-name a{
	float: left;
	width: 366px;
	height: 56px;
	background: url(images/siteName.gif);
}

/* main menu styles */
#menu ul{
	float: right;
	list-style: none;
	margin-right: 30px;
}

#menu ul li{
	float: left;
	width: auto;
	background: url(images/bgTabNavLeft.jpg) no-repeat left;
}

#menu ul li a{
	float: left;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	padding: 5px 25px 5px 20px;
	background: url(images/bgTabNavRight.jpg) no-repeat right;
}

.entry-content{
	float: left;
	width: 100%;
	margin-bottom: 2.5em;
}

/* previous & next links */
.alignright, div.nav-next{
	float: right;
}

/* page content styles */

#content p, #content ul, #content ol{
	margin-bottom: 1em;
}

.entry-content p, .entry-content ul, .entry-content ol{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}

.entry-content ul, .entry-content ol{
	margin: 1em 0 0.4em 3em;
}

.entry-content li{
	margin-bottom: 0.8em;
}

.entry-content li p{
	font-size: 1em;
}

#content blockquote{
	float: left;
	font-size: 1.1em;
	margin: 1.5em 2em 1em 1.3em;
	padding: 0 0.7em;
	border-left: 0.25em solid #ccc;
}

.home #content blockquote{
	margin: 0.5em 2em 1em 0.2em;
}

.single #content blockquote{
	margin-left: 0.3em;
	width: 90%;
}

.single #content blockquote p{
	padding: 0 15px;
}

#content blockquote.article{
	margin: 1.5em 0pt;
	padding: 0.7em;
	background: #f7ebeb;
	border: 2px solid #e1bebe;
}

#content blockquote h3{
	font-size: 1.5em;
	color: #333;
	margin: 0 0 0.5em;
	padding-bottom: 0.5em;
}

#content blockquote p{
	font-size: 1.1em;
	margin-bottom: 1em;
}

#content blockquote.article p{
	font-weight: bold;
}

.page #content blockquote p{
	font-weight: normal;
}

.entry-content blockquote ul, .entry-content blockquote ol,
body.home #content.home ul.block li.cats blockquote ul, body.home #content.home ul.block li.cats blockquote ol{
	font-size: 1.1em;
}

#content h2{
	font-size: 2.1em;
	font-weight: bold;
	color: #333;
	margin: 0.8em 0 0.6em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #c2c2c2;
}

#content h2.page-title{
	font-size: 2em;
}

.page #content .entry-content img{
	float: right;
	margin-left: 1.5em;
}

.page #content .entry-content blockquote img{
	float: left;
	margin: 0 1.5em 0 0;
}

body.single .sidebar p{
	padding-top: 0.8em !important;
}

#content .entry-content h3, body.home #container #content.home li h3{
	font-size: 1.5em;
	color: #333;
	margin: 1.5em 0 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #c2c2c2;
}

#content .entry-content h4{
	font-size: 1.3em;
	color: #333;
	margin: 0.4em 0 1.5em;
}

#content .entry-content hr{
	display: none;
}

/* table styles */

table{
	width: 99.8%;
	margin: 0.5em 0 2em 0;
	border-collapse: collapse;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
}

td, th{
	font-size: 1em;
	vertical-align: top;
	background: #FFE6CA;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	padding: 7px 8px;
}

#content .entry-content td ul{
	margin: 0 0 0 25px;
}

#content .entry-content td li{
	margin: 0;
	font-size: 14px;
}

#content .entry-content td p{
	font-size: 14px;
}

#content .entry-content td h4{
	color: #000;
	font-size: 1.2em;
	margin: 0.1em 0 1em 0;
}

 p.pdf a{
	float: left;
	color: #6b4e2e;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 10px 10px 10px 45px;
	background: url(images/pdf-icon.gif) no-repeat left;
}

/* sidebar styles for home page */
ul.block h3{
	float: left;
	width: 263px;
	font-size: 1.6em;
	font-weight: bold;
	padding: 10px 15px 15px;
	background: url(images/boxNormalTop.jpg) #e6e6e6 no-repeat top left;
}

body.home #container #content.home li h3{
	float: none;
	width: 579px;
	font-weight: normal;
	margin: 0 0 1em;
	padding: 0 0 0.5em;
	background: none;
}

ul.block li.highlight h3{
	background: none;
}

ul.block h3 a{
	color: #0a0a0a;
	text-decoration: none;
}

ul.block h3 a:hover{
	text-decoration: underline;
}

ul.block h4{
	font-size: 1.3em;
	padding: 1.3em 0 0.2em;
}

ul.block h4 a{
	color: #333;
	text-decoration: none;
}

ul.block li p{
	font-size: 1.2em;
}

ul.block p.more{
	font-size: 0.8em;
	padding-bottom: 1.5em;
}

ul.block, .sidebar ul.block ul{
	list-style: none;
}

ul.block li{
	float: left;
	margin-bottom: 25px;
}

.home #content ul.block li{
	margin: 0;
}

.sidebar ul.block li, ul.block li{
	width: 293px;
	padding-bottom: 5px;
	background: url(images/boxNormalBottom.jpg) #e6e6e6 no-repeat bottom left;
}

body.home #container #content.home li{
	width: 609px;
	margin-bottom: 1em;
	background: none;
}

body.home #container #content.home li ol li{
	width: 560px;
}

body.home #container #content.home li ol li p{
	width: 560px;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 0;
}

body.home ul.block div.textwidget, 
ul.block li.cats h4, ul.block li.cats p, ul.block li.cats ul, 
ul.block li.widget ul, body.page ul.block li.widget p, 
ul.block li.widget p,
ul.block li#execphp-156523391 p{
	float: left;
	width: 259px;
	padding: 0 15px 8px;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
}

body.home #content ul.block li.cats ul, body.home #content ul.block li.cats ol{
	float: none;
	clear: both;
	width: auto !important;
	padding: 0;
	margin: 1em 0 0.4em 3em !important;
	border: none !important;
	list-style: disc;
	font-size: 1.2em;
	line-height: 1.4em;
}

body.home #content ul.block li.cats ol{
	list-style: decimal;
}

body.home #content ul.block li.cats ul li{
	float: none;
	width: auto !important;
}

body.home #container #content.home li h4{
	width: 579px;
	font-size: 2.1em;
	font-weight: bold;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #c2c2c2;
	margin: 0.8em 0 0.4em;
	padding: 0 0 0.3em;
}

ul.block li.widget ul{
	padding-top: 10px;
}

body.page ul.block li.widget p{
	font-size: 1.1em;
	padding-top: 10px;
}

ul.block li.widget_rrm_similar_posts ul,
ul.block li#execphp-174922041 ul, #secondary ul.block li.cats ul,
#secondary ul.block li.widget ul{
	width: 249px;
	list-style: disc;
	padding-left: 25px !important;
}

.archive #secondary ul.block li.cats ul li{
	width: 249px !important;
}

#primary ul.block li.cats h4, #content ul.block li.cats h4, 
#secondary ul.block li.cats h4, #secondary ul.block li.cats ul,
#secondary ul.block li.widget ul{
	padding: 1.1em 15px 0.2em;
}

#primary ul.block li.cats p, #content ul.block li.cats p, 
#secondary ul.block li.cats p, #secondary ul.block li.cats ul,
#secondary ul.block li.cats ul li, #secondary ul.block li.widget ul li
,ul.block li#execphp-156523391 p{
	margin-bottom: 0;
	clear: both;
}

#secondary ul.block li.widget ul li a{
	width: 249px; /*display: block;*/
}

ul.block li.highlight p, ul.block li.highlight ul, ul.block li#execphp-156523391 p{
	border-right: 2px solid #ffb866;
	border-left: 2px solid #ffb866;
}

body.home #container #content.home li p{
	float: none;
	clear: none;
	width: 600px;
	border: none;
	padding: 0 0 0.9em;
	line-height: 1.4em;
}

body.home #container #content.home li li p{
	font-size: 1.02em;
}

body.home #container #content.home li table p{
	width: auto !important;
}

body.home #container #content.home li blockquote p{
	width: 580px;
}

.top{
	float: left;
	width: 293px;
	display: inline;
}

body.home #container #content{
	width: 609px;
}

ul.block ul li{
	width: 224px !important;
	padding: 0;
	border: none;
	background: none !important;
}

/* content styles for home page */
ul.block li#execphp-156523391, ul.block li.highlight{
	background: url(images/boxHighlightBottom.jpg) #ffe5c6 no-repeat bottom left;
}

ul.block li#execphp-156523391 div.textwidget, ul.block li.highlight div{
	float: left;
	background: url(images/boxHighlightTop2.jpg) no-repeat top left;
}

ul.block li#execphp-156523391 div.textwidget{
	padding: 1.5em 0 0;
	width: auto;
	border-right: none;
	border-left: none;
}

ul.block li#execphp-156523391 p{
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* content styles for content pages */
#breadcrumb, #breadcrumb a{
	color: #444;
	padding-bottom: 0.5em;
}

p.date{
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
	text-transform: capitalize;
}

.page #content p.date, .single #content p.date{
	color: #000;
	margin: 1em 0 -1.5em 0 !important;
	text-transform: uppercase;
}

.home #content p.date{
	color: #999;
	margin: 0 0 -2em 0 !important;
	text-transform: uppercase;
}

.single #content p.date{
	text-transform: none;
}

p.author{
	margin: -0.3em 0 0 0 !important;
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
}

p.post-cats{
	color: #000;
	margin: 1.5em 0 2.5em 0 !important;
	font-size: 0.9em;
}

.home p.post-cats{
	margin: 0.5em 0 !important;
	font-size: 0.9em;
}

.entry-meta{
	font-size: 0.9em;
}

.entry-date{
	border: 1px solid #c30;
	font-size: 0.9em;
}

.single .entry-meta{
	float: left;
	padding: 10px;
	border: 1px dotted #ffb660;
	background: #ffecd6;
}

.tag .entry-meta, .archive .entry-meta{
	float: left;
	width: 100%;
	margin: -0.5em 0 1.5em;
}

p.wp-caption-text{
	font-size: 1em;
	font-style: italic;
}

p.authorbio{
	font-size: 1.1em !important;
}

p.authorbio img{
	float: right;
	margin: 0 0 0.5em 0.8em;
	border: 1px solid #fff;
}

#footer p{
	font-size: 0.9em;
	color: #090909;
	line-height: 1.6em;
}

div#menu ul li, .alignleft,div.nav-previous {
	float: left;
}

/* category styles */
h3{
	font-size: 1.5em;
	font-weight: normal;
}

.archive #content h3, .search #content h3{
	font-size: 1.3em;
	font-weight: bold;
}

.archive #content p.date, .search #content p.date{
	clear: both;
	font-size: 1em;
}

/* archive by month styles */
.archive p.date, .search p.date{
	font-size: 1em;
	margin-bottom: 0.2em !important;
}

.archive .entry-content, .search .entry-content{
	margin-bottom: 0;
}

.archive p.post-cats, .search p.post-cats{
	margin: 0 0 1em 0 !important;
}

.archive h3 a, .search h3 a{
	color: #222;
	text-decoration: none;
}

/* comment styles */
#comments{
	padding-top: 2em;
	border-top: 1px dashed #ffb660;
}

form#commentform .form-label{
	margin: 1em 0 0;
}

form#commentform span.required{
	background: #fff;
	color: #f00;
}

form#commentform,form#commentform p{
	padding: 0;
}

input#author,input#email,input#url{
	width: 50%;
}

input#author,input#email,input#url,textarea#comment{
	padding: 0.2em;
}

#comments ol{
	margin: 1em 0;
	list-style: none;
}

div.comments ol li{
	float: left;
	width: 100%;
	margin: 0 0 1.5em;
	color: #393939;
	font-size: 1.2em;
}

textarea#comment{
	margin: 0 0 0.5em;
	width: 66%;
}

div.comment-author{
	font-size: 0.95em;
	margin-bottom: 1em;
	padding: 0.5em 0.5em 0.7em;
	background: #fff9f2;
	border-top: 1px solid #ffb660;
	border-bottom: 1px solid #ffb660;
}

.comment-author-admin div.comment-author{
	border-top: none;
}

.comment-author-admin{
	background: #d4f7d4 !important;
	border: 1px solid #b5e3b5;
}
 
#comments ol li p{
	line-height: 1.5em;
}

.comment-author-admin p{
	padding: 0 1em;
}

p.comment-timeout{
	margin-top: 1em;
}

p.subscribe-to-comments{
	margin-top: 1em;
}

/* share this */
a.stbutton{
	float: left;
	margin-right: 1em;
}

/* search form */
#searchform{
	float: right;
	width: 236px;
	margin-top: 62px;
}

a img, #searchform fieldset {
	border: none;
}

#menu, #comments, #respond {
	float: left;
	width: 100%;
}

ul.block h4 a:hover, .archive h3 a:hover, .search h3 a:hover {
	color: #00f;
	text-decoration: underline;
}

.home p.authorbio, .archive .post, .search .post {
	margin-top: 0.8em;
}

.entry-title, body.home #container #content.home li div, .single p.post-cats, #respond {
	clear: both;
}

