/*  
Theme Name:    Blogopreneur 006
Theme URI:     http://www.blogopreneur.com/
Description:   Theme for Blogoprenur
Version:       1.0
Author:        Kian Ann
Author URI:    http://www.KianAnn.com/
*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/* Reset Across Browsers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, 
em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 
var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0;
	outline: 0; font-size: 100%; vertical-align: baseline;
	background: transparent;
}
html { line-height: 1; font-size: 62.5%; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; vertical-align: middle; }
caption, th, td { text-align: left; font-weight: normal; }
td, th { vertical-align: middle; } 
a img { border: none; }
em { font-style: italic; }
header, nav, section, article, aside, footer { display: block; }

/* Standard Definitions - Note: Not to be used for page layout elements, only for formatting content elements */
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { text-align: center; }
img.alignright { float: right; margin-left: 10px; }
img.alignleft { float: left; margin-right: 10px; } 
img.aligncenter { margin-left: auto; margin-right: auto; display: block; }
.padall { padding: 10px; }
.padtop { padding-top: 10px; }
.padleft { padding-left: 10px; }
.padright { padding-right: 10px; }
.padbottom { padding-bottom: 10px; }
.marginall { margin: 10px; }
.margintop { margin-top: 10px; }
.marginleft { margin-left: 10px; }
.marginright { margin-right: 10px; }
.marginbottom { margin-bottom: 10px; }
.roundedall { border-radius: 5px; } 
.roundedtopleft { border-top-left-radius: 5px; } 
.roundedtopright { border-top-right-radius: 5px; } 
.roundedbottomleft { border-bottom-left-radius: 5px; } 
.roundedbottomright { border-bottom-right-radius: 5px; } 
.boxshadow { box-shadow: 2px 2px 5px #888; }
.highlight { background-color: #ff0 }
.clear { clear: both; }
.imgbdr { border: 4px solid #ccc; }
.hidetext { text-indent: 100%; white-space: nowrap; overflow: hidden;}
blockquote { padding: 20px; background-color: #f4f4f4; border-radius: 10px; }

.postimageleft { float: left; }
.postimageright { float: right; }

/* Default Text Styles */
a:focus { outline: 1px dotted; }
hr { border:0 #ccc solid; border-top-width: 1px; clear:both; height:0; }
h1 { font-size: 25px; }
h2 { font-size: 23px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }
li { margin-left: 30px; }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote { margin-bottom: 12px; }
body { font-family: 'Droid Sans', Arial, Verdana, Helvetica, sans-serif; background-color: #fff; }

a:link,
a:visited,
a:hover { 
	color: #01387D; 
	text-decoration: underline; 
}

#container {
	font-size: 1.4em;
	margin: 0 auto; 
}
#headerwrap { 
	display: block; 
	clear: both; 
}
	header { 
		width: 940px; 
		margin: 10px auto; 
	}
		#topmenu {
			clear: both;
			height: 25px;
		}
			#topmenu ul { 
				padding: 0; 
				margin: 0;
				font-size: 0.8em;
			}
				#topmenu li { 
					list-style: none; 
					padding: 0; 
					margin: 0;
					display: block;
					float: left;
				} 
				#topmenu li a { 
					display: inline-block;
					background-color: #fff; 
					padding: 8px 20px 8px 0; 
					text-transform: uppercase; 
				}
				#topmenu li a:link, 
				#topmenu li a:visited,
				#topmenu li a:hover { 
					color: #000; 
					text-decoration: none; 
				}
				#topmenu li a:active { 
					position: relative; 
					top: 1px; 
				}
		#logo {
			margin: 0; 
			padding: 10px 0;
			clear: both; 
			color: #000;
		}
			#logo a:link,
			#logo a:visited,
			#logo a:hover {
				text-decoration: none;
				color: #000;
				
			}
			#logo img {
				display: block;
				margin-bottom: 15px;
			}
			#logo #blogtitle {
				
				font-weight: bold;
				font-size: 5em; 
				font-family: 'Droid Sans', Arial, serif;
			}
			#logo #blogdescription {
				margin: 0 0 0 3px;
			}
															  
#contentwrap { 
	display: block; 
	float: none; 
	clear: both; 
}
	#content {
		width: 940px; 
		margin: 0 auto; 
	}
		#maincontent { 
			border-top: 5px solid #D1EEFF;
			background-color: #fff;
			width: 610px;
			float: left;
			line-height: 1.7em;
		}
			.mainarticle {
				border-bottom: 5px solid #D1EEFF;
				border-right: 5px solid #D1EEFF;
				border-left: 5px solid #D1EEFF;
				padding: 25px;
			}
				.mainarticle .posttitle { 
					color: #01387D; 
					font-family: "Droid Sans", Arial, sans-serif;
					font-size: 2em;
					font-weight: normal;
					line-height: 1em;
				}
					.mainarticle .posttitle a:link,
					.mainarticle .posttitle a:visited { 
						color: #01387D; 
						text-decoration: none;
					}
					.mainarticle .posttitle a:hover { 
						color: #01387D; 
						text-decoration: none;
					}
				.mainarticle .postcontent {
					color: #222;
				}
				.mainarticle .postcontent p {
					margin-bottom: 1.7em;
				}
				.mainarticle .postcontent .wp-caption { background-color: #eee; padding: 10px; margin-bottom: 10px; }
				.mainarticle .postcontent .wp-caption p { font-size: 90%; margin: 0; padding: 0; }
				
				.mainarticle .postmeta { 
					background-image: url(images/date.png);
					background-repeat: no-repeat;
					background-position: 19px 9px; 
					text-transform: uppercase; 
					color: #333; 
					margin-bottom: 13px;
					font-size: 0.8em;
					display: inline-block;
					background-color: #eee;
					padding: 5px 25px 5px 40px;
					border-radius: 15px;
				}
					.mainarticle .postmeta a:link,
					.mainarticle .postmeta a:visited { 
						color: #333; 
						text-decoration: none;
					}
					.mainarticle .postmeta a:hover { 
						color: #333; 
						text-decoration: underline; 
					}
					.mainarticle .postmeta .numcomments {
						display: inline-block;
						padding-left: 32px; 
						background-image: url(images/numcomments.png);
						background-repeat: no-repeat;
						background-position: 15px 5px; 
					}
		#sidebar {
			width: 300px;
			float: right;
		}
		
		#sidebar .widget {
			padding: 10px;
			background-color: #fff;
			margin-bottom: 20px;
		}
			.widget ul {
				margin-top: 10px;
			}
			.widget li {
				margin: 5px 0 5px 20px;
			}
				
		.post-nav {
			padding: 15px 25px;
		}
		.post-nav .prev { float: left;}
		.post-nav .next{ float: right;}			
	
#footerwrap { 
	margin: 50px auto 0 auto;
	background-color: #01387D; 
	display: block; 
	float: none; 
	clear: both; 
}
	footer { 
		width: 940px;
		color: #eee; 
		font-size: 0.8em; 
		padding: 10px 0;
		margin: 0 auto;
	}
		footer a:link,
		footer a:visited,
		footer a:hover { 
			color: #888; 
			text-decoration: underline; 
		}
			
			
/* Comments  */
#comments {
	margin-top: 50px;
}
#comments-title {
	font-family: "Droid Sans", Arial, sans-serif;
	padding: 10px 25px;
	font-size: 2em;
}
ol.commentlist { 
	margin-bottom: 50px;
}
	ol.commentlist li { 
		list-style: none; 
		margin: 0; 
		padding: 0;
	}
		.comment.even { 
			background-color: #fff;
		}
		.comment.odd { 
			background-color: #eee; 
		}
		.comment article { 
			border: none;
			padding: 0; 
			margin: 0; 
			min-height: 68px; 
		}
		.comment.depth-1 article { 
			padding: 15px 10px 15px 20px; 
		}
		.comment.depth-2 article { 
			padding: 15px 10px 15px 100px; 
		}
		.comment.depth-3 article { 
			padding: 15px 10px 15px 120px; 
		}
		.comment.depth-4 article { 
			padding: 15px 10px 15px 140px; 
		}
		.comment.depth-5 article { 
			padding: 15px 10px 15px 160px; 
		}
		.comment .comment-meta { 
			color: #333; 
			margin: 0; 
			padding: 0; 
		}
		.comment .comment-meta a:link,
		.comment .comment-meta a:visited,
		.comment .comment-meta a:hover { 
			color: #333; 
			margin: 0; 
			padding: 0; 
		}
		.comment .comment-meta img { 
			display: block; 
			float: left; 
			border: 3px solid #01387D;
			margin-right: 10px;
		}

/* Comment Form */
#respond { 
	background-color: #eee;
	padding: 30px; 
	color: #000; 
}
	#respond #reply-title {
		font-family: "Droid Sans", Arial, sans-serif;
		font-size: 2em;
	}
	#respond p.comment-notes {
		font-size: 0.9em; 
		color: #666;
	}
	#respond label { 
		vertical-align: top; 
		width: 15%; 
		display: inline-block;
	}
	#respond input { 
		padding: 6px; 
		width: 50%; 
		border: 1px solid #ccc; 
		outline: none; 
		margin: 0;
	}
	#respond textarea { 
		padding: 5px; 
		width: 75%;
		height: 150px;
		border: 1px solid #ccc; 
		outline: none; 
		margin: 0; 
	}
	#respond a:link,
	#respond a:visited,
	#respond a:hover { 
		text-decoration: underline;
	}
	#respond p.form-allowed-tags {
		margin-left: 15%;
		font-size: 0.9em; 
		line-height: 1.1em;
		color: #666;
	}
	#respond #submit {
		margin-left: 15%;
		border: none;
		background: linear-gradient( 90deg, #999 5%, #ddd 100% ); 
		background-color: #999;
		border-radius: 40px; 
		cursor: pointer;
		display: inline-block; 
		font-weight: bold; 
		padding: 10px 0;
		color: #333;
		width: 25%;
	}
	#respond #submit:hover { 
		background: linear-gradient( 90deg, #ddd 5%, #999 100% ); 
		background-color: #ddd; 
	}
	#respond #submit:active { 
		position:relative; 
		top: 1px;
	}
	
	
	
/* search box */
.screen-reader-text { display: none; }

/* contact form 7 */
.wpcf7 form { padding: 20px 0; }
.wpcf7 label { float: left; width: 140px; display: block; }
.wpcf7 .button { margin-left: 140px; padding: 5px 20px;  } 
.wpcf7 .textbox { width: 280px; padding: 5px; font-family: 'Droid Sans', Arial, Verdana, Helvetica, sans-serif; }
.wpcf7 textarea.textbox { width: 320px; }
.wpcf7 .captchabox { width: 100px; padding: 5px; }
.wpcf7 .wpcf7-captchac { position: relative; top: 6px; }
.wpcf7 span.wpcf7-not-valid-tip { position: static; top: auto; left: auto; color: #c00; border: 0; background: none; display: block; margin-left: 140px; }
.wpcf7 div.wpcf7-validation-errors { border: 2px solid #c00; background-color: #fee;}
.wpcf7 div.wpcf7-mail-sent-ok  { border: 2px solid #5a0; background-color: #dfa;}