/*  
Theme Name: ActOut_v01
Description: Theme for actout.com.au blog v01
Version: 1.0
Author: Megan 
Author URI: http://www.myth-stain.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background-color:#85BC3C;
	color: #737772;
}

h1{
	color: #719648;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	padding: 170px 20px 10px 0;
	letter-spacing: -1px
}

h2{
	color: #719648;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding: 0 20px 10px 0;
	letter-spacing: -1px
}

a{
	color: #74A331;
	font-weight: bold;
	line-height:1.2em;
	text-decoration: none;
}

a:visited{
	color: #A4C575;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #F57A1D;
	text-decoration: underline;
}

a:active{
	color: #F7B265;
	text-decoration: underline;
}

p{
	padding: 10px 0 0 0;
	color: #737772;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:1.2em;
	font-size: 13px;
}

blockquote {
padding-left: 20px;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
	background-color: #F7F3F4;
	display: block;
}

#header{
	float: left;
	width: 800px;
	height: 257px;
	background-image: url(http://www.actout.com.au/images/header_actout.jpg);
	background-repeat: no-repeat;
	display: block;
	text-align: right;
	background-color:#FFFDFE;
}

#container{
	float: right;
	width: 520px;
	margin: 0 30px 0 50px;
	background-color: #F7F3F4;
	display: block;
}

.post{
	padding: 10px;
	background-color: #F7F3F4;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 20px;
}

.post h3{
	
	padding: 0 0 10px;
	color: #737772;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:1.2em;
	font-size: 14px;

}

.entry{
	line-height: 18px;
	background-color: #F7F3F4;
	border-top: 4px solid #FFFDFE;
}

p.postmetadata{
	border-top: 4px solid #FFFDFE;
	margin: 10px 0 0 0;
	color: #737772;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 180px;
	background-color: #F7F3F4;
	margin: 0 0 0 20px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #74A331;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 1.2em;
	font-size: 14px;

}

.sidebar ul ul li a:link{
	color: #F57A1D;
	font-weight: bold;
	line-height:1.2em;
	text-decoration: none;
}

.sidebar ul ul li a:visited{
	color: #F7B265;
	font-weight: bold;
	text-decoration: none;
}

.sidebar ul ul li a:hover{
	color: #74A331;
	text-decoration: underline;
}

.sidebar ul ul li a:active{
	color: #A4C575;
	text-decoration: underline;
}

table#wp-calendar{
	width: 100%;
}

table#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #74A331;
} 

table#wp-calendar td {
	color: #F57A1D;
	font-weight: bold;
}
/*
table#wp-calendar tbody td a:link, table#wp-calendar tbody td a:visited, table#wp-calendar tbody td a:hover, table#wp-calendar tbody td a:active{
	background: #ffffff;
	padding: 3px 5px 3px 5px;
}
*/
table#wp-calendar caption {
	color: #737772;
	line-height:1.2em;
	font-size: 12px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer{
	clear: both;
	width: 800px;
	padding: 10px 0 20px 0;
	background-color:#FFFDFE;
	text-align: center;
}

#footer p{
	color: #56534E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height:1.2em;
	font-size: 10px;
}
