/* 
Custom CSS Styles for Marketing-Results.com.au implemented blogs
Author Name: Marketing Results
Author Site: http://www.marketing-results.com.au
Style Name: Marketing Results
Style URI:
Version: 1.0
Comments:
 */

body {
	font-size: 10px;
}
/* Remove padding from top of page */
#page {
	width: 800px;
	padding-top: 0px;
}
#header {
	width: 800px;
	height: 181px;
	background-color: #fff;
	background-image: url(../../images/headers/geelongs-gym.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #ddd;
}
body.men #header {
	background-image: url(../../images/headers/geelongs-gym-men.jpg);
}
body.women #header {
	background-image: url(../../images/headers/geelongs-gym-women.jpg);
}
h1.blog-title, #header h1 a {
	color: #0079C2;
}
#header .description {
	color: #7AC142;
}
ul.menu {
	left: 0;
}
ul.menu li a {
	background-color: #7AC142;
	color: #FFF;
}
ul.menu li a:hover, ul.menu li.current_page_item a {
	background-color: #0079C2;
	color: #FFF;
}
ul.menu li.current_page_item a:hover {
	background-color: #00669F;
	color: #FFF;
}
.content {
	/*background-image: url(images/sidebar-bg.jpg);*/
	background-image: url(../../images/content_bg.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0 0 10px 20px;
}
.content a, .secondary a {
	color: #0033FF;
	text-decoration: underline;
}
/* Reduce the width of the main column */
body.columns-two #primary-wrapper {
	width: 510px;
	margin-right: 0;
}
body.columns-two #page {
	width: 800px;
}
#primary {
	width: 520px;
	padding: 0;
}
/* Increase the font size of the menu items */
.menu {
	font-size: 1.2em;
}
/* Increase the font size of the post meta items */
.entry-meta {
	font-size: 1.2em;
}
/* Increase the font size of the post */
.entry-content {
	font-size: 1.3em;
}
/* Increase the font size of the sidebar */
.secondary {
	font-size: 1.2em;
}
/*Increase spacing between search and heading*/
#search {
	padding-bottom:30px;
}
.secondary h4 {
	margin-bottom: 10px;
}
/* Put bullets on lists in sidebar */
.secondary ul li {
	list-style-type: none;
}
.secondary a {
	color: #000000;
}
#primary a:hover, #primary a:visited:hover, .secondary a:hover, .secondary a:visited:hover {
	text-decoration: none;
}
.secondary ul, .secondary ol {
	margin: 0;
}
.secondary ul li, .secondary ol li {
	margin: 0px;
	/*background:transparent url(images/sidebar-dashed.gif) repeat-x scroll left bottom;*/
	padding:0 0 1px;
}
.secondary ul li a {
	/*background: transparent url(/images/bullet_air01.png) no-repeat scroll 3px 4px;*/
	background: transparent url(../../images/arrow_bullet.png) no-repeat 8px 9px;
	display: block;
	height: 1%;
	padding: 3px 0 5px 22px;
}
/*
.secondary ul li a:hover {
	background: #FFFFFF url(images/sidebar-arrow-hover.png) no-repeat scroll 8px 9px;
}*/
/* add spacing between blogs and sidebar */
#sidebar-1 {
	padding: 0 10px 10px 30px;
	width: 220px;
}
#dynamic-content { /* Make room for the rolling archives */
	padding-top: -5px;
}
h2 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
}
#footer {
	width: 800px;
	margin: 0 auto;
	background-color: #0169A2;
	border: solid 1px #ddd;
	border-top: none;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
p.red, strong.red, h1.red, h2.red {
	color: #cc0000;
}
div.johnsonbox {
	width: 90%;
	height: auto;
	margin: 15px auto;
	padding: 5px 10px;
	background-color: #f2f2f2;
	border: solid 2px #dddddd;
	text-align: left;
}
