/* 
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 { 
	width: 960px;
	padding-top: 0px;
}

.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: 660px;/*480px;*/
	margin-right: 0;
}

#primary {
	width: 660px;/*480px;*/
	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;
}
.secondary h4 {
	margin-bottom: 10px;
}
/* Put bullets on lists in sidebar */
.secondary ul li {
	list-style-type: none;
}
.secondary a {
	color: #000000;
}
.secondary a, .secondary a:visited, .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/sidebar-arrow.png) no-repeat scroll 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 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;
}
a {
	text-decoration: none;
}
.entry-content a, .entry-content a:visited, .entry-content a:hover, .entry-content a:visited:hover {
	text-decoration: underline;
}
.more-link {
	font-size: 14px;
	font-weight: bold;
}

#book-scrolling-ad {
	height: 300px;
	width: 312px;
	position: fixed;
	top: 0px;
	right: 0px;
}



.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;
}

