/*
Theme Name: The Good, The Bad & Search
Theme URI: http://www.yodel.com.au/blog/
Description: This theme has customised to suit Yodels blog: "The Good, The Bad & Search"
Version: 0.1.1
Author: Kashi Samaraweera
Author URI: http://www.yodel.com.au/
Tags: Yodel, FulfilNET, The Good, The Bad, Search, Search Engine Marketing, Social Media, Search Engine Optimisation
*/

body {
	background: #3367B5 url(images/pageShadowBack.png) center top repeat-y;
	padding: 0px 0px;
	margin: 0px 0px;
	
	font-family: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
	font-size: 9pt;
	color: #0E0E0E;
}

#page {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px;
	border: none;
}

img {
	border: none;
}

.proMoImg {
	margin: 0px 0px 0px 12px;
}
a.proMo {
	display: block;
	
	width: 278px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	background-color: #F0F0F0;
	
	border: 1px solid #F0F0F0;
	text-align: center;
	text-decoration: none;
	color: #3367B5;
	
	margin: 12px 0px 24px 12px;
}
p.proMo {
	display: block;
	
	width: 278px;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	
	margin: 16px 0px 0px 12px;
}

a.proMo:hover {
	background-color: #FFFFFF;
	border: 1px solid #F0F0F0;
	color: #559AE8;
}

/*=============================================================================================== Header */

#topDiv {
	width: 100%;
	height: 292px;
	background-image: url(images/siteBackgroundTop.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px 0px;
	padding: 0px 0px;
}

#titleDiv {
	width: 1000px;
	height: 192px;
	
	margin: 0px auto;
}
#mainSiteLogo {
	margin: 40px 0px 11px 16px;
	padding: 0px;

}

#headerContent {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
}

	/*=============================================================================================== Menu */
	#mainMenu {
		width: 510px;
		height: 66px;
		
		padding: 0px;
		margin: 1px;
		
		display: inline-block;
		float: left;
	}
	
	#mainMenu ul {
		list-style: none;
		margin: 0px 0px;
		padding: 0px 0px;
	
	}
	
	#mainMenu ul li {
		width: 102px;
		height: 66px;
	
		margin: 0px 0px;
		padding: 0px 0px;
		border: 0px;
		
		display: inline-block;
		float: left;
	}

	/*=============================================================================================== Main Search */
	#mainSearch {
		width: 390px;
		height: 46px;
		margin-top: 10px;
		display: inline-block;
		float: right;
	}
	
		
	#mainSearchBox {
		width: 400px;
		height: 36px;
	}
	
	.mainSearchTextbox {
		width: 224px;
		height: 26px;
		
		padding: 2px 8px;
		margin: 3px 0px;
		
		border: none;
		
		font: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 20px;
		color: #666666;
		
		line-height: 26px;
		vertical-align: middle;
		
		background: url(images/mainSearchBack.png) left top no-repeat;
	}

	
	.mainSearchSubmit {
		width: 108px;
		height: 36px;
		
		vertical-align: middle;
		border: none;
		background-image: url(images/mainSearchFind.png);
	}
	
#mainPage {
	width: 1000px;
	margin: 0px auto;
	
	position: relative;
	top: -32px;
	
	overflow: auto;

}

#leftPage {
	width: 614px;
	background-color: #0066CC;
}



#navPath {
	min-height: 23px;
	max-width: 600px;
	font: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
	font-size: 10pt;
	color: #1E1E1E;
	
	line-height: 23px;
	vertical-align: middle;
	
	margin: 16px 32px 16px 32px;
}

#navPath > a {
	text-decoration: none;
	color: #3367B5;
}

#navPath img {
	vertical-align: middle;
}

.followMe {
	width: 138px;
	position: absolute;
	top: 324px;
	right: 0px; 
}

.followMe span {
	background-color: #CCCC00;
}

.leftPage {
	width: 613px;
	margin: 0px 0px 0px 32px;
	
	float: left;
	
}

div.fullArticleHeader {
	width: 613px;
	height: 40px;
	background: url(images/fullArticleHeader.png) left top no-repeat;
}

	.articleCat {
		display: inline-block;
		width: 146px;
		height: 34px;
		
		text-align: center;
		line-height: 34px;
		color: #000000;
		text-decoration: none;
		float: left;
		
		padding: 3px 2px 3px 0px;
	}
	
	 span.articleCat > a {
	 	text-decoration: none;
		color: #000000;
		font-weight: 400;
	}
	
	span.articleCat > a:hover {
		color: #3367B5;
	}
	
	.articleMeta {
		display: inline-block;
		height: 30px;
		
		padding: 5px 8px 0px 0px;

		float: right;
		color: #FFFFFF;
		
		line-height: 31px;
		vertical-align: middle;
	}
	
	.summaryCommentCount, .summaryCommentCount > a {
		display: inline-block;
		width: 26px;
		height: 20px;
		
		padding: 0px 4px 0px 0px;
		
		background: url(images/commentIconSmall.png) left top no-repeat;
		
		font-size: 9pt;
		font-weight: 800;
		text-align: center;
		color: #000000;
		
		line-height: 18px;
		vertical-align: middle;
		text-decoration: none;
	}

	a.tweetBtn {
		display: inline-block;
		width: 50px;
		height: 16px;
		background: url(images/tweetBtn.png) left center no-repeat;
		position: relative;
		top: 4px;
	}
	
	a.tweetBtn:hover {
		background: url(images/tweetBtnOver.png) left center no-repeat;
	}
	
	img.authorImg, .avatar-76 {
		display: inline-block;
		float: left;
		width: 76px;
		height: 76px;
		
		border: 2px solid #CCCCCC;
		margin: 8px 6px 6px 6px;
	}
	
	.blogTitle {
		display: block;
		background-color: #FFFFFF;
		overflow: auto;
	}
	.blogTitle a {
		text-decoration: none;
	}
	h1.fullArticleHeader {
		display: inline-block;
		float: left;
		width: 512px;
		min-height: 76px;
		
		font: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 20pt;
		color: #3367B5;
		line-height: 150%;
		font-weight: 400;
		vertical-align: top;
		
		border: 0px none;
		text-decoration: none;
		
		margin: 0px 0px;
	}
	
	h1.pageHeader {
		min-height: 76px;
		
		font: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 20pt;
		color: #3367B5;
		line-height: 150%;
		font-weight: 400;
		vertical-align: top;
		
		border: 0px none;
		text-decoration: none;
		
		margin: 0px 0px;
	}
		
	div.blogImage {
		width: 600px;
		margin: 12px 0px;
		
		background-color: #E2E2E2;
		
		padding: 5px 5px;
		margin: 0px 0px 0px 2px;
	}
	
	img.blogImage {
		width: 600px;
		height: 200px;
		
		margin-bottom: 3px;
	}
	
	div.blogImage > span {
		display: block;
		color: #333333;
		font-size: 8.5pt;
		line-height: 150%;
		padding: 4px 0px;
	}
	
	div.blogBody {
		margin: 0px 0px 64px 2px;
	}
	
	div.blogBody p {
		font-size: 9.5pt;
		color: #333333;
		line-height: 175%;
	}
	
	div.blogBody a {
		color: #3367B5;
	}
	
	div.shareBar {
		display: block;
		width: 600px;
		height: 34px;
		padding: 0px 5px 2px 5px;
		line-height: 38px;
		vertical-align: middle;
		background-color: #F0F0F0;
		
		font-family: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 10pt;
		color: #333333;
	}
	
	div.shareBar img {
		vertical-align: middle;
	}
	
	#comments {
		color: #333333;
	}
	
	.commentList {
		list-style-type: none;
		padding: 0px 0px;
		margin: 0px 0px;
	}
	
	.commentlist li {
		background-color: #F0F0F0;
	}

	/*=============================================================================================== Comments */	
		ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
		ol.commentlist li { background-color: #F0F0F0; height:1%; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; }
		ol.commentlist li.alt { }
		ol.commentlist li.bypostauthor {}
		ol.commentlist li.byuser {}
		ol.commentlist li.comment-author-admin {}
		ol.commentlist li.comment { }
		ol.commentlist li div.comment-author { padding:0 170px 0 0; }
		ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
		ol.commentlist li div.vcard cite.fn { font-style:normal; }
		ol.commentlist li div.vcard cite.fn a.url { color:#3367B5; text-decoration:none; }
		ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
		ol.commentlist li div.vcard img.avatar { border:2px solid #CCCCCC; left:7px; position:absolute; top:7px; }
		ol.commentlist li div.vcard img.avatar-32 {}
		ol.commentlist li div.vcard img.photo {}
		ol.commentlist li div.vcard span.says {}
		ol.commentlist li div.commentmetadata {}
		ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
		ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
		ol.commentlist li div.comment-meta a:hover { color:#000; }
		ol.commentlist li p { margin:0 0 1em; }
		ol.commentlist li ul { list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
		ol.commentlist li div.reply { background-color: #3367B5; border:1px solid #E8E8E8; color:#fff; padding:5px 10px;  text-align:center; width:36px; font: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif 8pt;}
		ol.commentlist li div.reply:hover { background:#F0F0F0; border:1px solid #E8E8E8; color:#3367B5; }
		ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
		ol.commentlist li div.reply a:hover { color:#3367B5;}
		ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
		ol.commentlist li ul.children li { }
		ol.commentlist li ul.children li.alt {}
		ol.commentlist li ul.children li.bypostauthor {}
		ol.commentlist li ul.children li.byuser {}
		ol.commentlist li ul.children li.comment {}
		ol.commentlist li ul.children li.comment-author-admin {}
		ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
		ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
		ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
		ol.commentlist li ul.children li.depth-5 {}
		ol.commentlist li ul.children li.odd {}
		ol.commentlist li.even { background:#fff; }
		ol.commentlist li.odd { background:#f6f6f6; }
		ol.commentlist li.parent { }
		ol.commentlist li.pingback { }
		ol.commentlist li.pingback.parent { }
		ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
		ol.commentlist li.thread-alt { }
		ol.commentlist li.thread-even {}
		ol.commentlist li.thread-odd {}
	a.url {
		font-family: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		color: #3367B5;
		font-size: 9pt;
		
		font-style: normal;
		text-decoration: none;
		font-weight: 800;
	}
	
	#commentform {
		padding: 16px 16px;
		background-color: #E1E8F4;
		
		border-top: 2px solid #333333;
	}
	.comment-body {
		border: 1px solid # #3300CC;
	}
		
	#commentform input[type="text"] {
		width: 290px;
		height: 32px;
		
		background: url(images/postFormBack.png) top left no-repeat;
		border: 0px none;
		
		padding: 2px 4px 2px 8px;
		margin: 0px;
		
		font: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 14px;
		color: #666666;
		
		line-height: 28px;
		vertical-align: middle;

	}
	
	#comment {
		padding: 8px 8px;
		width: 562px;
		height: 184px;
		
		font: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 12pt;
		color: #666666;

		line-height: 150%;
		overflow: auto;
		
		background: url(images/postTextBack.png) top left no-repeat;
		border: 0px none;
	}
		

/*=============================================================================================== SideBar */

.rightPage {
	float: right;
	width: 303px;
	
	margin: 0px 32px 0px 0px;
	padding: 0px 0px;
}

	div.sidebarSection {
		width: 303px;
		min-height: 256px;
		
		float: right;
	}

	.sidebarSection h4 {
		display: block;
		width: 115px;
		height: 33px;
		
		background: url(images/rightSectionHeader.png) left top no-repeat;
		margin: 0px 0px;
		padding: 3px 185px 3px 3px;
		
		text-align: center;
		vertical-align: middle;
		line-height: 33px;
		
		font-weight: 400;
	}
	
	.sidebarSection ul {
		list-style-type: none;
		text-indent: 0px;
		padding: 0px 0px 0px 7px;
	}
	
	.sidebarSection li {
		font-size: 10.5pt;
		padding: 2px 4px;
		color: #3367B5;
	}
	.sidebarSection li > a {
		text-decoration: none;
		color: #3367B5;
	}
	.sidebarSection li > a:hover {
		text-decoration: none;
		color: #0093D1;
	}

	.recentComment {
		min-height: 62px;
		background-color: #F0F0F0;
		
		position: relative;
		overflow: hidden;
		
		margin: 2px 0px;
	}
	
	.recentComment span {
		position: absolute;
		right: 8px;
		top: 8px;
		
		display: block;
		width: 234px;
		
		color: #333333;
		
		font: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 9pt;
		font-weight: 400;
	}
	
	.commentAuthor {
		position: absolute;
		top: 8px;
		left: 8px;
	}
	
	.mostRead img {
		width: 32px;
		height: 32px;
		
		display: inline-block;
		float: left;
		
		margin: 8px 0px 0px 8px;
	}
	
	.mostReadTitle {
		width: 234px;
		display: block;
		float: right;
		min-height: 32px;
		padding: 8px 8px 0px 0px;
	}
	
	
	.mostRead {
		min-height: 50px;
		background-color: #F0F0F0;
		
		overflow: auto;
		
		margin: 2px 0px;
	}
	
	.mostRead span {
		display: inline-block;
		float: right;
		
		padding: 8px 8px 8px 0px;
		
		width: 234px;
		
		color: #333333;
		
		font: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 9pt;
		line-height: 150%;
		font-weight: 400;
	}
	
	.tweets {
		width: 268px;
		display: block;
		float: right;
		min-height: 32px;
		padding: 8px 8px 8px 16px;
		margin: 1px 0px;
		
		font: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 9pt;
		line-height: 150%;
		font-weight: 400; 
		
		
		text-decoration: none;
		color: #3367B5;

		background: url(images/tweetBird.gif) 2px 12px no-repeat;
	}
	
	.tweets:hover {
		background: #F0F0F0 url(images/tweetBird.gif) 2px 12px no-repeat;
		text-decoration: underline;
		color: #3367B5;
	}
	

	ul.sponsorsList {
	
	}
	
	ul.sponsorsList > li {
		display: inline-block;
		width: 128px;
		height: 128px;
		
		background-color: #FCFCFC;
		border: 1px solid #CCCCCC;
		
		margin: 4px 4px;
		
		line-height: 120px;
		vertical-align: middle;
		
		font-family: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 11px;
		font-weight: 400;
		color: #999999;
		
		text-align: center;
	}
	
	ul.sponsorsList > li:hover {
		background-color: #F4F4F4;
		font-weight: 800;
		color: #666666;
		cursor: pointer;
	}

	.sidebarSection li>a:hover {
		text-decoration: none;
		color: #559AE8;
		text-decoration: underline;
	}
	
	.footerDiv {
		width: 100%;
		height: 180px;
		background-color: #333333;
		border-top: 2px solid #90C0D4;
		
		background: #333333 url(images/footerBack.png) center top no-repeat;
	}
	
	div.footerText {
		width: 1000px;
		margin: 25px auto 0px auto;
	}
	
	div.footerBlurb {
		display: inline-block;
		width: 380px;
		max-height: 180px;
		float: right;
		padding: 0px 0px;
		margin: 0px 0px;
	}
	
	div.footerBlurb > p {
		color: #FFFFFF;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		font-family: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 8pt;
		font-weight: 400;
		line-height: 150%;
	}
	
	div.footerBlurb > p > a {
		color: #FFFFFF;
		text-decoration: none;

		font-family: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 9pt;
		font-weight: 400;
		line-height: 150%;
	}
	
	div.footerBlurb > p > a:hover {
		color: #3367B5;
		text-decoration: underline;

		font-family: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 9pt;
		font-weight: 400;
		line-height: 150%;
	}
	
	div.footerText > img {
		display: inline-block;
		margin: 0px 32px;
		float: left;
		vertical-align: top;
	}
	
	ul.footerNav {
		list-style-type: none;
		padding: 0px 0px;
		margin: 0px 8px 0px 0px;
		
		display: 	inline-block;
		width: 208px;
		
		float: left;
		vertical-align: top;
	
	}
	
	ul.footerNav > li {
		line-height: 23px;
		vertical-align: middle;
	}

	ul.footerNav > li > h5 { 
		display: block;
		width: 192px;
		padding-left: 8px;
		height: 23px;

		text-decoration: none;

		padding: 0px 0px;
		margin: 0px 0px;
		
		font-weight: 400;
		color: #90C0D4;
		
		font-family: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 10pt;
	}
	
	ul.footerNav > li > h4 {
		display: block;
		width: 192px;
		padding-left: 8px;
		height: 23px;

		text-decoration: none;

		padding: 0px 0px;
		margin: 0px 0px;
		
		font-weight: 400;
		
		font-family: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 9pt;
		color: #79A12E;
	}
		
	
	ul.footerNav > li > a {
		display: block;
		width: 192px;
		padding-left: 8px;
		height: 23px;
		border-top: 1px solid #5E5E5F;
	
		text-decoration: none;
		color: #FFFFFF;
		
		font-family: "Andale Mono", "Trebuchet MS", "Cerdana", sans-serif;
		font-size: 9pt;
	}
	
	ul.footerNav > li > a:hover {
		background-color: #0093D1;
		color: #FFFFFF;
	}

	