/* 
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:
 */


/* Remove padding from top of page */
#page { 
	padding-top: 0px;
}

#header {
	width: 800px;
	height: 110px;
	background-color: #fff;
	/*background-image: url(../../images/headers/blog_header.png)*/
	background-repeat: no-repeat;
	background-position: 0 0;
}

.content {
	/*background-image: url(images/sidebar-bg.jpg);*/
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0 0 10px 20px;
}

/* 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: 510px;
	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;
}

h3.entry-title,
h3.entry-title a {
	color: #208EBE;
}

/* Increase the font size of the post */
.entry-content {
	font-size: 1.3em;
	text-align: left;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}
/* Increase the font size of the sidebar */
.secondary {
	font-size: 1.2em;
}
.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;
	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 10px;
	width: 220px;
}

#dynamic-content { /* Make room for the rolling archives */
	padding-top: -5px;
}


h2 {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
}

#footer {
	width: 800px;
	margin: 0 auto;
	background-color: #283844;
	border: solid 1px #ddd;
	border-top: none;
}

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;
}
