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

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

/* Put bullets on lists in sidebar */
.secondary ul li {
	list-style-type: disc;
}
.secondary ul li, .secondary ol li {
	margin: 0 0 3px 5px;
}

#subscribe {
	width: 300px;
	margin: 20px auto;
	padding: 25px;
	background: #FDF9D3 none repeat scroll 0 0;
	border: 2px solid #E9E6A8;
	font-size: 1.3em;
}
#subscribe h4 {
	font-size: 20px;
	margin-bottom: 10px;
}


.entry-content {
	font-size: 1.34em;
	color: #000000;
}
.entry-content a, .entry-content a:hover {
	color: #0000EE;
	text-decoration: underline;
}
.entry-content a:visited, .entry-content a:visited:hover {
	color: #551A8B;
	text-decoration: underline;
}
.entry-content ul li, .entry-content ol li {
	padding-bottom: 10px;
}
