/*
Theme Name: DevGrow
Theme URI: http://devgrow.org/
Description: The new devgrow template.
Version: 1.2
Author: Monjurul Dolon
Author URI: http://mdolon.com/
Tags: blue, custom header, fixed width, two columns, widgets

	DevGrow v1.2
	http://devgrow.com/

	This theme was designed and built by Monjurul Dolon,
	whose blog you will find at http://mdolon.com/

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 13px;
	background: url(images/body-bg.gif) top center;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	}
a:hover {
	color: #1996d1;
	}
	
p {
	line-height: 20px;
	margin: 0 0 20px;
	}
	
.field, .post-content input, .post-content textarea {
	border: 1px solid;
	border-color: #868686 #C7C7C7 #C7C7C7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
	}
	input.field {
		margin-right: 2px;
		}
	textarea.field {
		width: 80%;
		}
	.button {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 5px;
		background: #5E5E5E;
		color: #fff;
		font-weight: bold;
		border: 0;
		}
	.button:hover {
		background: #000;
		}
	
.left, .alignleft {
	float: left;
	}
.right, .alignright {
	float: right;
	}
.half {
	width: 50%;
	}
.ml-20 {
	margin-left: 20px;
	}

.fractal {
	width: 100%;
	background: url(images/fractal.gif) repeat-y top center;
	overflow: hidden;
	}
.wrap {
	width: 960px;
	margin: 0 auto;
	}
#header {
	background: url(images/bg.gif) no-repeat top left;
	padding: 52px 0 15px;
	overflow: hidden;
	}
	#header:hover {
		background-position: -1000px 0;
		}
	#logo h1 {
		width: 180px;
		height: 30px;
		float: left;
		}
		#logo h1 a {
			display: block;
			width: 100%;
			height: 100%;
			background: url(images/logo.gif) no-repeat top left;
			text-indent: -9999em;
			border: none;
			}
		#header:hover h1 a {
			background-position: 0 -30px;
			}
	#nav {
		float: right;
		}
		#nav ul li {
			float: left;
			margin: 10px 0 0 15px;
			text-transform: uppercase;
			font-weight: bold;
			}
		#nav ul li a, #nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
			color: #a5a5a5;
			padding: 4px 6px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border: none;
			}
		#header:hover #nav ul li a {
			color: #000;
			}
		#header:hover #nav ul li a:hover, #nav ul li a:hover {
			color: #2D7BAC;
			background: #eef9ff;
			}
		#nav ul li.selected a {
			color: #fff;
			background: #5e5e5e;
			}
		#header:hover #nav ul li.selected a {
			background: #2D7BAC;
			color: #fff;
			}
			
#main {
	width: 100%;
	float: left;
	margin: 15px 0 30px 0;
	background: url(images/content-bg.gif) repeat-y top center;
	}
#content {
	width: 600px;
	padding: 0 20px 0 0;
	float: left;
	}
	.post {
		margin: 0 0 40px;
		float: left;
		width: 100%;
		}
		.post-image {
			float: left;
			margin-right: 20px;
			padding: 3px 0 15px;
			}
		.post-content {
			float: left;
			width: 600px;
			}
		.post-content.home {
			width: 460px;
			}
		.post-content h2 {
			font-size: 24px;
			margin: 0 0 5px;
			line-height: 30px;
			}
		.entry .post-content h2 {
			font-size: 28px;
			margin: 0 0 5px;
			line-height: 36px;
			}
		.page .post-content h2 {
			font-size: 28px;
			margin: 0 0 20px;
			line-height: 36px;
			}
		.post-content h3, .post-content h5 {
			font-size: 18px;
			line-height: 28px;
			margin: 0 0 15px;
			}
		.post-content .interview h3, .post-content h5 {
			background: #f4faff;
			padding: 5px;
			color: #294f6a;
			}
		.post-content h5.blue-title {
			font-size: 24px;
			border-left: 5px solid #90bade;
			padding-left: 10px;
			}
		.post-content h3 span {
			background: #A21100;
			color: #fff;
			font-weight: bold;
			padding: 3px 5px;
			margin: 0 3px 0 0;
			}
		.post-content h4 {
			font-size: 18px;
			margin: 0 0 15px;
			border-bottom: 1px dotted #ccc;
			}
		.post-content img.alignleft {
			margin: 10px 10px 10px 0;
			}
		.post-content img.alignright {
			margin: 10px 0 10px 10px;
			}
		.post-content a:link, .post-content a:visited, .post-content a:active {
			border-bottom: 1px dotted #ccc;
			font-weight: bold;
			}
		.post-content a:hover {
			background: #f8fcff;
			border-color: #c1dff5;
			}
		.post-content img.boxed {
			padding: 5px;
			border: 1px solid #eaeaea;
			background: #fff;
			}
		.post-content img.img-up {
			margin-top: -10px;
			}
		.post.entry {
			margin: 0 0 30px;
			}
		.post.entry p {
			line-height: 22px;
			}
		.post.entry p.note {
			background: #fbf9f1;
			border: 1px solid #d8d1ad;
			padding: 10px;
			line-height: 18px;
			}
		.post-meta {
			font-size: 13px;
			background: #fcfcfc;
			border: 1px solid #eaeaea;
			border-width: 1px 0;
			float: left;
			width: 100%;
			line-height: 20px;
			margin: 0;
			}
			.post-meta span {
				float: left;
				padding: 3px 8px;
				}
				.post-meta span a {
					border-bottom: 1px dotted #ccc;
					}
			.post-meta ul {
				float: right;
				}
				.post-meta ul li {
					float: left;
					}
				.post-meta ul li a {
					padding: 3px 8px;
					display: block;
					border-left: 1px solid #eaeaea;
					border-bottom: none;
					}
				.post-meta ul li a:hover {
					background: #fff;
					}
				.post-meta .comments a {
					background: url(images/comments.gif) no-repeat 6px 6px;
					padding-left: 24px;
					}
				.post-meta .comments a:hover {
					background: url(images/comments.gif) no-repeat 6px -18px;
					}
			.entry .post-meta {
				margin: 0 0 20px;
				}
		.post-content ul {
			list-style: square;
			}
		.post-content ol {
			list-style: decimal;
			}
		.post-content ul, .post ol {
			background: #f9f9f9;
			margin: 0 0 20px;
			padding: 5px 10px 10px 30px;
			}
			.post-content ul li, .post-content ol li {
				line-height: 20px;
				padding: 5px 5px 0 5px;
				}
		.post-content ul ul, .post-content ol ul, .post-content ol ol, .post-content ul ol {
			padding: 0 0 0 30px;
			margin: 0;
			background: transparent;
			}
			.post-content ul ul ul, .post-content ol ul ul, .post-content ol ol ol, .post-content ul ol ul {
				padding: 0 0 0 30px;
				margin: 0;
				}
		.post-content ul.directory, .post-content ul.directory ul {
			list-style-type: none;
			}
		.post-content ul.directory ul {
			padding: 0;
			}
		.post-content ul.directory li {
			padding: 0 0 0 24px;
			}
			.post-content ul.directory li.folder {
				background: url(images/folder.gif) no-repeat 0 2px;
				}
			.post-content ul.directory li.file {
				background: url(images/file.gif) no-repeat 2px 2px;
				}
		.post-content ul.lined li {
			border-bottom: 1px dotted #ccc;
			overflow: hidden;
			line-height: 24px;
			}
		.post-content ul.bulletless {
			list-style-type: none;
			padding: 10px;
			overflow: hidden;
			}
			.post-content ul.bulletless span {
				/*width: 30%;*/
				float: left;
				margin-right: 3%;
				}
			.post-content ul.bulletless span.c1 {
				width: 30%;
				}
			.post-content ul.bulletless .heading {
				font-size: 18px;
				}
		.post-content a.green-button {
			display: block;
			overflow: hidden;
			text-align: center;
			font-weight: normal;
			padding: 6px 6px;
			margin: 5px 20px;
			background: #5c940b;
			color: #fff;
			font-size: 18px;
			border: none;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			}
		.post-content a.green-button:hover {
			background: #69b200;
			}
		.post-content blockquote {
			margin: 0 20px 20px;
			padding: 10px;
			background: #f9f9f9;
			border-left: 5px solid #ccc;
			font-style: italic;
			}
		.post-content blockquote p {
			margin: 0 0 10px;
			}
		.post-content blockquote span {
			font-size: 16px;
			line-height: 24px;
			}
		.post-content pre {
			margin: 0 20px 20px;
			background: #eee;
			padding: 10px;
			}
		.post-content code {
			}
		.post-content img {
			margin: 0 0 10px 0;
			}
		.post-content img.aligncenter.size-full {
			clear: both;
			display: block;
			}
		.post-end-wrap {
			margin: 20px 0 0;
			background: #eee;
			padding: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			}
		.post-end {
			overflow: hidden;
			background: #efefef;
			border: 1px solid #aaa;
			padding: 10px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			}
		.post-end:hover {
			background: #f2f2f2;
			}
			.post-end h2 {
				font-size: 18px;
				border-bottom: 2px solid #dedede;
				margin: 0 20px 10px 0;
				padding: 0 0 2px;
				}
			.post-end .related ul {
				padding: 0 0 0 20px;
				list-style-type: square;
				}
			.post-end .related ul li {
				padding: 5px 0;
				}
			.post-end .related ul li a {
				background: #fff;
				padding: 2px 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				}
			.gray-line { display:block; font-size:1px; height:1px; overflow:hidden; background-color:#eaeaea; margin:25px 0; clear:both; }
			.divider { display:block; font-size:1px; height:10px; overflow:hidden; background-color:#eaeaea; margin:25px 0; clear:both; }
			.white-line { display:block; font-size:1px; height:1px; overflow:hidden; margin:25px 0; clear:both; }
			.interview .gray-line { height: 10px; }
			.interview .post-content img { margin: 15px 0; }
		.post-image a {
			border: none;
			}
			#sharing-buttons div {
				float: left;
				padding: 0 7px;
				}
			#sharing-buttons div.designfloat {
				padding-top: 14px;
				}
			#sharing-buttons div.dzone {
				padding-top: 2px;
				}
				div.vwidgetcontainer {
					background: #f2f2f2;
					}
			#sharing-buttons div.tweet {
				padding-top: 5px;
				}
			#share {
				display: block;
				clear: both;
				padding: 12px 7px 7px 7px;
				}
			#share li {
				float: left;
				margin-right: 4px;
				}
				#share li a, #share li a:visited, #share li a:active {
					border: none;
					position: relative;
					}
				#share li a img {
					position: relative;
					}
				#share li a:hover img {
					top: -2px;
					}
			#share li.last {
				margin-right: 0;
				}
			#searchsubmit {
				background: #5e5e5e;
				color: #fff;
				font-weight: bold;
				border-color: #5e5e5e;
				}
			#searchsubmit:hover {
				background: #000;
				}
				
		.post-content .dl-wrap {
			width: 100%;
			float: left;
			text-align: center;
			overflow: hidden;
			padding: 5px 0 15px;
			}
		.post-content a.download-button {
			background: #f2faff;
			border: 2px solid #c8deea;
			color: #105a85;
			padding: 6px 10px;
			line-height: 38px;
			font-size: 18px;
			margin: 0 auto;
			float: none;
			}
		.post-content a.download-button:hover {
			background: #f7fcff;
			border-color: #96cae8;
			}
				
	.pagination ul li {
		float: left;
		}
		.pagination ul li a {
			padding: 3px 5px;
			margin-right: 5px;
			border: 1px solid #eaeaea;
			background: #fcfcfc;
			font-size: 18px;
			}
		.pagination ul li a:hover {
			border-color: #1996d1;
			}
		.pagination ul li.selected a {
			border-color: #545454;
			background: #545454;
			color: #fff;
			}
			
	.post-content.body h2 {
		font-size: 24px;
		font-weight: bold;
		border-bottom: 1px dotted #ccc;
		padding-bottom: 0px;
		margin-bottom: 15px;
		}
	.large-images h3 {
		margin: 0 0 20px;
		background: #f3f3f3;
		line-height: 28px;
		display: block;
		}
		.large-images img {
			width: 588px;
			padding: 5px;
			border: 1px solid #ccc;
			display: block;
			margin: 0 0 15px 0;
			}
			
#sidebar {
	width: 320px;
	float: right;
	}
	.widget {
		background: #f9f9f9;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px;
		margin: 0 0 20px;
		}
	.widget-wrap {
		background: #fcfcfc;
		border: 1px solid #ddd;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 10px;
		overflow: hidden;
		}
		.widget.no-padding .widget-wrap {
			padding: 0;
			}
		.widget.no-padding .half {
			width: 50%;
			float: left;
			}
		.widget.no-padding .half-wrap {
			padding: 10px;
			}
		.widget.no-padding .half-wrap {
			border-left: 1px solid #ddd;
			}
		.widget.no-padding .half-wrap p {
			font-size: 11px;
			line-height: 14px;
			padding: 10px 5px 0 30px;
			margin: 0;
			}
		.widget.no-padding .half-wrap.no-border {
			border: 0;
			}
	.widget h2 {
		padding: 5px 8px;
		background: #5e5e5e;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-size: 18px;
		color: #fff;
		overflow: hidden;
		}
		.widget h2 a {
			color: #888;
			border: none;
			}
	.widget.default:hover h2 {
		background: #2D7BAC;
		color: #f4fbff;
		}
		.widget.default:hover h2 a {
			color: #65b3e4;
			}
		.widget.default:hover h2 a:hover {
			color: #b4e2ff;
			}
	.widget ul {
		margin: 10px 0 0;
		}
	.widget ul li {
		margin: 0 0 0;
		display: block;
		}
		.widget ul li a {
			padding: 5px;
			display: block;
			}
		.widget ul li a:hover {
			background: #f4fbff;
			color: #2D7BAC;
			}
		.widget ul li img {
			vertical-align: middle;
			margin-right: 5px;
			}
		.widget ul li p {
			font-size: 12px;
			line-height: 16px;
			margin: 0;
			}
		.widget ul li strong {
			display: block;
			margin: 0 0 4px;
			}
		.widget ul li a:hover p {
			color: #000;
			}
	.widget a {
		color: #5e5e5e;
		}
	.widget:hover a {
		color: #000;
		}
		
	.subscribe p {
		background: url(images/rss.gif) no-repeat 2px 13px;
		}
	.subscribe a:hover h2 {
		color: #9c2100;
		background: #ffaf04;
		}
		.subscribe a:hover p {
			color: #9c2100;
			background-position: 2px -23px;
			}
	.twitter p {
		background: url(images/twitter.gif) no-repeat 2px 12px;
		}
	.twitter a:hover h2 {
		color: #2d7bac;
		background: #c8eaff;
		}
		.twitter a:hover p {
			color: #2d7bac;
			background-position: 2px -25px;
			}
			
	.ads {
		overflow: hidden;
		}
		.ads.small ul li {
			float: left;
			padding: 0 17px 20px;
			}
		.ads a {
			border: 0;
			}
			
	.sidebar-search {
		border: 1px solid;
		border-color: #868686 #C7C7C7 #C7C7C7;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		overflow: hidden;
		background: #fff;
		}
		.sidebar-search .text {
			border: 0;
			margin: 2px;
			padding: 2px;
			width: 273px;
			float: left;
			color: #a2a2a2;
			}
		.sidebar-search .search-button {
			float: right;
			}
			
	.widget .widget-posts li {
		float: left;
		width: 100%;
		padding: 5px;
		}
	.widget .widget-posts li a:link, .widget .widget-posts li a:visited, .widget .widget-posts li a:active {
		padding: 0;
		display: inline;
		border-bottom: 1px dotted #ccc;
		}
		.widget .widget-posts li img {
			float: left;
			margin: 0 10px 0 0;
			opacity: 0.8;
			-moz-opacity: 0.8;
			-khtml-opacity: 0.8; 
			filter: alpha(opacity=80);
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
			}
		.widget .widget-posts li strong {
			font-weight: bold;
			display: block;
			padding: 0 0 2px;
			margin: 0;
			line-height: 16px;
			}
		.widget-posts li span {
			font-size: 11px;
			}
		.widget-posts li span em {
			font-style: normal;
			margin: 0 5px;
			cursor: default;
			}
		.info {height: 50px; overflow: hidden; position: relative;}
		.info[class] {display: table; position: static;}
		
		.info-outer {position: absolute; top: 50%;} /* for explorer only*/
		.info-outer[class] {display: table-cell; vertical-align: middle; width: 100%; position: static}
		
		.info-inner {position: relative; top: -50%} /* for explorer only */
		.info-inner[class] {position: static;}


        .widget:hover .widget-posts li img {
                opacity: 1;
                -moz-opacity: 1;
                -khtml-opacity: 1;
                filter: alpha(opacity=100);
                filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                }
		
	.widget .friends li a:link, .widget .friends li a:visited, .widget .friends li a:active {
		height: 18px;
		display: block;
		vertical-align: middle;
		border-bottom: 1px dotted #ccc;
		}
	.widget .friends li img {
		vertical-align: text-top;
		width: 16px;
		height: 16px;
		}
	.widget .community li a {
		padding: 10px 5px;
		}
	.widget .nocom {
		margin: 10px 0 0;
		}
	.widget .community {
		margin: 5px 0 0;
		}
	.widget .community li p, .widget .community li strong {
		line-height: 18px;
		}
	.widget #fvCommunityNewsCaptchaReloadLink {
		line-height: 18px;
		}
	#newsform {
		margin: 10px 0 0;
		}
		#newsform h4 {
			font-size: 13px;
			font-weight: bold;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			background: #ccc;
			padding: 5px 8px;
			cursor: pointer;
			}
		#newsform h4:hover {
			background: #bbb;
			}
		
#footer {
	float: left;
	width: 100%;
	border-top: 1px solid #eaeaea;
	padding: 10px 0 30px;
	font-size: 12px;
	color: #666;
	}
	#footer ul li {
		float: left;
		margin-left: 10px;
		color: #ccc;
		}
	#footer small {
		text-transform: uppercase;
		color: #ccc;
		}
		

/* ---------- @ Comments -----------*/

.btc-summary {
	padding: 5px 8px;
	background: #f5f5f5;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	.btc-summary img {
		vertical-align: -10%;
		}
.fn .commentTipWrapper {
	padding-left: 0;
	padding-top: 0;
	}
.reply { float: right; }	
.reply a, .reply a:visited  {
	background:#aaa;
	color:#FFF;
	display:block;
	padding:2px 6px;
	text-align:center;
	text-decoration:none !important;
	position:relative;
	margin: 5px 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	}
.reply a:hover {
	background:#444;
	border: none;
	}

.reply a:active {
	background: #424242;
	color:#FFF;
	}
	
.commentlist {
	margin: 0 0 20px;
	}
	.commentlist li {
		margin: 0 0 10px;
		}
.comment {
	background: #f9f9f9;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	.comment #respond {
		padding: 10px;
		background: #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin: 10px;
		border: 1px solid #eaeaea;
		}
#respond h3, #trackbacks h3 {
	font-size: 18px;
	}
	#respond input.button {
		float: left;
		}
.comment-box li {
	margin: 0 0 10px;
	}
.comment-box{
	padding: 10px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ccc;
	}
	.commentlist .comment-text {
		padding: 10px 0 0 51px;
		}
	.comment-text p {
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 10px;
		}
		.comment-text p i {
			font-size: 11px;
			font-style: normal;
			color: #888;
			background: #f9f9f9;
			}
	.commetlist li:last-child, .trackbacklist li:last-child {
		margin: 0;
		}

.commentlist .children {
	border:none;
	margin: 10px 0 0 30px;
	display: block;
	border-left: 1px dotted #ccc;
	}
	.commentlist .children li {
		margin: 0 0 10px;
		padding: 0 0 0 30px;
		background: url(images/comment-li.gif) no-repeat 0 25px;
		}
	.commentlist .children .comment-box {
		background: #f9f9f9;
		}


.commentlist .bypostauthor .comment-box {
	background: #f4f9fc;
	}
	
.commentlist code {
	background:#f2f2f2;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	width: 35px;
	height: 35px;
	}

#trackbacklist {
	margin: 0 0 20px 0;
	list-style-type: square;
	}
#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font-weight: bold;
	font-size: 14px;
	display:block;
	padding:6px 0 4px;
	}	

.says {
	display:none;
	}

.comment-author {
	overflow:hidden;
	}
		
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#9f9f9f;
	font-size:0.9em;
	text-decoration:none
	}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
	}
	
#comments h3, .pagetitle {
	font-size: 18px;
	margin: 0 0 20px;
	background: #5E5E5E;
	color: #fff;
	padding: 5px 10px;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#fbc_login.fbc_connect_button_area {
	padding: 10px 5px;
	background: #f1f1f1;
	float: right;
	width: 125px;
	position: relative;
	right: 120px;
	top: 20px;
	text-align: center;
	}
	.fbc_connect_button_area span {
		padding: 0 0 10px;
		display: block;
		}
	.fbc_connect_button_area span small {
		font-size: 12px;
		font-weight: bold;
		}
.btc-powered { margin: 20px 0 0; font-size: 11px; color: #888; }