/*
Theme Name: Impressive Webs
Theme URI: http://www.impressivewebs.com/
Description: The July 2010 redesign of Impressive Webs.
Author: Louis Lazaris
Version: 3.0 (or whatever's appended to the URL in the HTML source)
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,
a,abbr,acronym,address,big,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background: #efefef;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	width: 100%;
	margin: auto;
}

h1.single-title, h1.entry-title, h2, h3 {
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Arial, sans-serif;
	font-size: 38px;
	color: #4a4a4a;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 40px;
}

h1.single-title {
	margin-bottom: 12px;
}

body.sf h1.single-title, body.sf h1.entry-title, body.sf h2, body.sf h3, body.sf #comments h3 {
	font-size: 34px;
	line-height: 36px;
	text-transform: none;
}

h1.page-title {
	font-style: italic;
	padding: 5px 0 5px 0;
	margin: 0 0 15px 0;
	font-size: 22px;
	color: #888;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body.single .post h2, body.single .post h3 {
	font-size: 32px;
}

h2 a, h2 a:link, h2 a:visited {
	color: #4a4a4a;
	text-decoration: none;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	transition: color 0.4s linear;
}

h1 a, h1 a:link, h1 a:visited {
	color: #4a4a4a;
	text-decoration: none;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	transition: color 0.4s linear;
}

#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 20px 0;
	line-height: 150%;
}

cite {
	font-style: italic;	
}

blockquote {
	padding: 15px 20px 5px 50px;
	font-style: italic;
	border: dashed 1px #ccc;
	margin: 0 8px 15px 0;
	background: #fff url(http://cdn.impressivewebs.com/iw-theme/bg-blockquote.gif) no-repeat 15px 18px;
	clear: both;
}

blockquote p {
	margin: 0 0 15px 0;
}

blockquote.bq_classic {
	background: #f6e8e1 url(/images/classic/bg_blockquote.gif) no-repeat 17px 18px;
	padding: 12px 15px 10px 15px;
	font-size: 14px;
	margin: 0 0 12px 0;
	float: left;
	width: 329px;
	border: solid 1px #dcdcdc;
}

	blockquote.bq_classic span {
		display: block;
		float: left;
		width: 58px;
		height: 40px;
	}
	
span.link_holder {
	display: block;
	clear: both;
	text-align: right;
}

h3.classic {
	margin: 0;
	padding: 30px 0 12px 0;
}

a.nowrap, a.nowrap:link, a.nowrap:visited {
	white-space: nowrap;
}

table.post-table {
		border-collapse: collapse;
		border: solid 1px #ccc;
		margin: 0 0 20px 0;
	}
	
		table.post-table th {
			border-collapse: collapse;
			border: solid 1px #ccc;
			padding: 8px;
			font-weight: bold;
		}
		
		table.post-table td {
			border-collapse: collapse;
			border: solid 1px #ccc;
			padding: 8px;
			font-size: 13px;
		}

table.pt-other {
	width: 475px;
}

table.pt-other td, table.pt-other th {
	text-align: center;
}

ul.two-col {
	padding-top: 40px;
	width: 345px;
	overflow: hidden;
}

ul.two-col li {
	width: 166px;
	float: left;
	clear: none;
}


p code {
	color: #4584c5;
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
}

code {
	color: #4584c5;
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
}

h2 code {
	color: #aaa;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Arial, sans-serif;
	white-space: normal;
}

ol.commentlist li.comment pre {
	overflow: auto;
	background: #e4e4e4;
	padding: 0 0 20px 20px;
	margin: 0 0 15px 0;
	border-radius: 10px;
	font-family: "Courier New", Courier, monospace;
	max-height: 450px;
	word-wrap: normal;
	white-space: pre;
	clear: both;
}

ol.commentlist li.comment pre code {
	white-space: pre;
	word-wrap: normal;
	color: #222;
}

div.post h3 code {
	font-size: inherit;
}

/* LINK STYLES */

a, a:link, a:visited {
	color: #3381d6;
}

a:hover, a:active, a:focus {
	color: #e06c1f;
}

h2 a, h2 a:hover, h2 a:active, h2 a:focus {
	color: #e06c1f;
}

h1 a, h1 a:hover, h1 a:active, h1 a:focus {
	color: #e06c1f;
}

#sidebar a, #sidebar a:link, #sidebar a:visited {
	color: #555; text-decoration: none;
}

#sidebar a, #sidebar a:hover, #sidebar a:active, #sidebar a:focus {
	color: #e06c1f;
}

.comment-meta a, .comment-meta a:link, .comment-meta a:visited { color: #626262; text-decoration: none; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.comment-meta a:hover, .comment-meta a:active { text-decoration: underline; }

/* LINK SYTLES END HERE */

#wrapper {
}

	#header {
		margin: 0 auto;
		height: 122px;
		background: #00467f url(http://cdn.impressivewebs.com/iw-theme/bg-header.jpg) no-repeat center center;
		padding: 10px 0 0 0;
		min-width: 980px;
		display: none;
		position: relative;
		z-index: 1;
	}
	
		h1#home-heading {
			text-indent: -9999em;
			width: 328px;
			height: 107px;
			margin: 0 auto 0 auto;
			background: transparent url(http://cdn.impressivewebs.com/iw-theme/logo.jpg) no-repeat 0 0;
		}
		
		#home-anchor {
			display: block;
			width: 328px;
			height: 107px;
			margin: 0 auto;
		}
		
		#header h1#home-heading a, #header h1#home-heading a:link, #header h1#home-heading a:visited {
			display: block;
			height: 132px;
		}
		
		ul#logo-small {
			width: 145px;
			height: 36px;
			position: absolute;
			top: -71px;
			*top: -51px; /* IE6 & IE7 */
			left: 14px;
			z-index: 999;
			display: block;
			overflow: hidden;
		}
		
		ul#logo-small.other {
			top: -51px;
		}
		
			ul#logo-small li {
				height: 36px;
				text-indent: -9999em;
			}
				
				ul#logo-small li a, ul#logo-small li a:link, ul#logo-small li a:visited {
					display: block;
					height: 36px;
					background: transparent url(http://cdn.impressivewebs.com/iw-theme/btn-logo-small.jpg) no-repeat 0 -36px;
				}
				
				ul#logo-small li a:hover, ul#logo-small li a:active, ul#logo-small li a:focus {
					background-position: 0 0;
				}

	ul#navigation {
		background: #00467f url(http://cdn.impressivewebs.com/iw-theme/bg-border-header.gif) repeat-x 0 0;
		height: 48px;
		margin: 0 auto;
		*margin-bottom: 10px; /* IE6 & IE7 */
		text-align: center;
		min-width: 980px;
		position: relative;
	}

		ul#navigation li {
			height: 48px;
			display: inline-block;
			*display: inline; /* for IE6 & IE7 */
		}

			ul#navigation li a, ul#navigation li a:link, ul#navigation li a:visited {
				display: inline-block;
				*display: inline; /* for IE6 & IE7 */
				height: 48px;
				text-align: center;
				line-height: 48px;
				color: #fff;
				text-decoration: none;
				font-family: "Yanone Kaffeesatz", "Arial Narrow", Arial, sans-serif;
				padding: 0 15px;
				font-size: 22px;
				text-transform: uppercase;
				letter-spacing: 1px;
				-webkit-transition: color 0.4s linear;
				-moz-transition: color 0.4s linear;
				-o-transition: color 0.4s linear;
				-ms-transition: color 0.4s linear;
				transition: color 0.4s linear;
			}
			
			body.sf ul#navigation li a {
				font-size: 15px;
				letter-spacing: 1px;
			}

			ul#navigation li a:hover, ul#navigation li a:active, ul#navigation li a:focus {
				color: #7191cd;
			}

	#main {
		width: 1060px;
		margin: 0 auto;
		position: relative;
	}

		ul#collapse-expand {
			width: 112px;
			height: 11px;
			margin: 10px auto 0 auto;
		}

			ul#collapse-expand li {
				text-indent: -9999em;
				margin: 0;
				overflow: hidden;
			}

			ul#collapse-expand li a, ul#collapse-expand li a:link, ul#collapse-expand li a:visited {
				display: block;
				height: 11px;
				background: transparent url(http://cdn.impressivewebs.com/iw-theme/btn-collapse.gif) no-repeat 0 0;
				line-height: 1px;
			}

			ul#collapse-expand li a:hover, ul#collapse-expand li a:active {
				background-position: 0 -11px;
			}

			ul#collapse-expand li a.expand, ul#collapse-expand li a.expand:link, ul#collapse-expand li a.expand:visited {
				background: transparent url(http://cdn.impressivewebs.com/iw-theme/btn-expand.gif) no-repeat 0 0;
			}

			ul#collapse-expand li a.expand:hover, ul#collapse-expand li a.expand:active {
				background-position: 0 -11px;
			}

			#faux {
				overflow: hidden;
				background: transparent url(http://cdn.impressivewebs.com/iw-theme/border.gif) repeat-y 44px 0;
				margin: 30px 0 10px 0;
			}
			
			html.ie6 #faux {
				height: 1%;
				overflow: visible;
			}

			#content {
				float: left;
				width: 634px;
				padding: 0 55px 25px 15px;
			}
				
				.twitter-share-button {
					float: right;
				}
				
				#twitter-bottom .twitter-share-button {
					float: left;
				}

				.post {
					padding: 0 0 30px 0;
				}

					.article_image {
						float: left;
						border: solid 1px #ddd;
						margin: 0 20px 12px 0;
						background: #eee;
						padding: 5px;
					}

			#sidebar {
				float: left;
				width: 345px;
				font-family: Arial, Helvetica, sans-serif;
			}

			#sidebar ul li {
				margin: 0 0 20px 0;
				clear: both;
			}

				#subscribe ul li {
					float: left;
					height: 119px;
					text-indent: -9999em;
					margin: 0;
					padding: 6px 0 6px 0;
					clear: none;
					overflow: hidden;
				}

					#subscribe {
						padding-top: 14px;
					}

					#subscribe ul li a, #subscribe ul li a:link, #subscribe ul li a:visited {
						display: block;
						height: 119px;
					}

					#subscribe ul li.one a {
						background: transparent url(http://cdn.impressivewebs.com/iw-theme/btn-twitter.jpg) no-repeat 0 -119px;
						width: 100px;
					}

					#subscribe ul li.two a {
						background: transparent url(http://cdn.impressivewebs.com/iw-theme/btn-rss.jpg) no-repeat 0 -119px;
						width: 116px;
					}

					#subscribe ul li.three a {
						background: transparent url(http://cdn.impressivewebs.com/iw-theme/btn-email.jpg) no-repeat 0 -119px;
						width: 129px;
					}

					#subscribe ul li.three {
						margin-right: 0;
					}

					#subscribe ul li a:hover {
						background-position: 0 0;
					}

				#sidebar ul ul li {
					margin-bottom: 0;
				}

					#sidebar ul li h3 {
						text-transform: uppercase;
						text-align: center;
						height: 30px;
						background: #00467f;
						color: #fff;
						font-weight: normal;
						font-size: 17px;
						line-height: 32px;
					}

					#sidebar ul li h3 a, #sidebar ul li h3 a:link, #sidebar ul li h3 a:visited {
						color: #fff;
						text-decoration: none;
						display: block;
						height: 30px;
					}
					
					#sidebar ul li h3 a.h3-link, #sidebar ul li h3 a.h3-link:link, #sidebar ul li h3 a.h3-link:visited {
						display: inline;
						height: auto;
						border-bottom: dashed 1px #fff;
					}
					
					#sidebar ul li h3 a.h3-link:hover {
						color: #e06c1f;
						border-bottom: dashed 1px #e06c1f;
					}

				#search {
					text-transform: uppercase;
					height: 38px;
				}

					#search form {
						width: 360px;
						margin: 0 auto;
						color: #fff;
						padding: 4px 0 0 0;
					}

						#search form label {
							font-family: "Yanone Kaffeesatz", "Arial Narrow", Arial, sans-serif;
							font-size: 26px;
							color: #266292;
							letter-spacing: 1px;
							padding: 1px 5px 0 16px;
							display: block;
							float: left;
							overflow: hidden;
							text-align: left;
							background: transparent url(http://cdn.impressivewebs.com/iw-theme/bg-search.jpg) no-repeat 90px 0;
							height: 38px;
							line-height: 30px;
						}
						
						body.sf #search form label {
							font-size: 16px;
							font-weight: bold;
							background: transparent url(http://cdn.impressivewebs.com/iw-theme/bg-search.jpg) no-repeat 100px 0;
						}

						#s {
							border: none;
							background: none;
							width: 197px;
							padding: 0 16px 0 14px;
							font-size: 15px;
						}
						
						#s:focus {
							height: 28px;
						}
						
						#s.txt {
							font-style: italic;
							color: #b4b4b4;
						}

						#s.selected {
							font-style: normal;
							color: #222;
						}

						#searchsubmit {
							padding: 8px 0 2px 0;
							float: left;
						}

				#sidebar ul li#ads {
					margin-bottom: 0;
					padding-bottom: 6px;
				}

				/* tab styles */

				#sidebar_tabs {
					width: 345px;
					margin: 10px 0 20px 0;
					padding: 3px 0 0 0;
					overflow: hidden;
				}

					#sidebar_tabs ul.tab {
						width: 345px;
						clear: left;
						margin: auto;
						overflow: hidden;
					}

					#sidebar_tabs ul.tabhide {
						display: none;
					}

					#sidebar_tabs ul.headers {
						padding: 0 0 0 11px;
						width: 345px;
					}

					#sidebar_tabs ul.headers li {
						float: left;
						margin: 0;
						clear: none;
					}

					#sidebar_tabs ul.headers li h2 a,
					#sidebar_tabs ul.headers li h2 a:link,
					#sidebar_tabs ul.headers li h2 a:visited {
						font-size: 22px;
						font-weight: normal;
						display: block;
						width: 110px;
						height: 40px;
						text-align: center;
						line-height: 32px;
					}
					
					body.sf #sidebar_tabs ul.headers li h2 a {
						font-size: 18px;
						font-weight: bold;
					}

						#sidebar_tabs ul.headers li h2 a:hover {
							color: #8a8a8a;
							text-decoration: none;
						}

						#sidebar_tabs ul.headers li h2 a:hover {
							color: #8a8a8a;
							text-decoration: none;
						}
						
						#sidebar_tabs ul.headers li h2 a:active {
							text-decoration: none;
						}

						#sidebar_tabs ul.headers li h2.selected a,
						#sidebar_tabs ul.headers li h2.selected a:link,
						#sidebar_tabs ul.headers li h2.selected a:visited {
							overflow: hidden;
							background: transparent url(http://cdn.impressivewebs.com/iw-theme/btn-decent.gif) no-repeat bottom center;
						}

						#sidebar_tabs ul.headers li h2.selected a:visited {
							text-decoration: none;
						}

						#sidebar_tabs ul.headers li h2.selected a:hover {
							color: #8a8a8a;
							text-decoration: none;
						}

						#sidebar_tabs ul.headers h2 {
							width: 110px;
							height: 32px;
							text-align: center;
						}

						#sidebar_tabs ul.tab ul {
							width: auto;
							padding: 25px 0 10px 14px;
							float: left;
						}

							#sidebar_tabs ul.tab li {
								padding: 0;
							}

							#sidebar_tabs ul.tab ul li {
								background: transparent url(http://cdn.impressivewebs.com/iw-theme/bullet-decent.gif) no-repeat 0 6px;
								padding: 0 0 10px 15px;
								color: #fff;
								display: block;
								margin: 0;
							}
					
					#cool ul.body_list {
						padding-top: 20px;
						width: 345px;
						overflow: hidden;
					}
					
					#cool ul.body_list li {
						width: 166px;
						float: left;
						clear: both;
					}
					
					#sm a {
						display: block;
						margin: 0 auto;
						width: 225px;
					}

					#sm a, #sm a:link, #sm a:hover {
						-webkit-transition: opacity 0.4s linear;
						-moz-transition: opacity 0.4s linear;
						-o-transition: opacity 0.4s linear;
						-ms-transition: opacity 0.4s linear;
						transition: opacity 0.4s linear;
					}
				
					#sm a:hover {
						opacity: .7;
						filter: alpha(opacity=70);
					}
					
					#click-chart {
						padding: 0 0 20px 0;
					}
						
						#click-chart a, #click-chart a:link, #click-chart a:hover {
							-webkit-transition: opacity 0.4s linear;
							-moz-transition: opacity 0.4s linear;
							-o-transition: opacity 0.4s linear;
							-ms-transition: opacity 0.4s linear;
							transition: opacity 0.4s linear;
						}

						#click-chart a:hover {
							opacity: .8;
							filter: alpha(opacity=80);
						}
						
					#ad {
						text-align: center;
						padding: 20px 0 0 0;
					}
					
					#ad p {
						padding: 40px 0 0 0;
						text-align: center;	
					}

					/* TAB STYLES END HERE */

				legend {
					display: none;
				}
				
	#footer {
		background: #00467f;
		min-width: 980px;
		overflow: hidden;
	}
	
		#footer-inside {
			margin: 0 auto;
			padding: 20px 0 0 0;
			width: 1020px;
		}
		
			#footer-inside p {
				color: #fff;
				font-size: 12px;
				clear: both;
				font-family: Arial, Helvetica, sans-serif;
				text-align: center;
				margin: 25px 0 20px 0;
			}
		
			#footer-right {
				float: left;
				width: 680px;
				padding: 0 0 0 30px;
			}
		
				#footer-right p {
					font-size: 14px;
					clear: none;
					text-align: left;
					margin-top: 0;
				}
		
			#footer-inside h3 {
				background: transparent url(http://cdn.impressivewebs.com/iw-theme/bg-footer-title.gif) no-repeat center center;
				font-family: "Yanone Kaffeesatz", "Arial Narrow", Arial, sans-serif;
				color: #fff;
				text-align: center;
				font-size: 25px;
				font-weight: normal;
				text-transform: uppercase;
				margin: 0 0 30px 0;
				letter-spacing: 1px;
			}
			
			body.sf #footer-inside h3 {
				font-size: 14px;
				font-weight: bold;
			}

			#footer-inside ul {
				width: 310px;
				float: left;
				border-bottom: solid 1px #336b99;
			}

			#footer-inside ul li {
				height: 32px;
				line-height: 32px;
			}
			
				#footer-inside ul li a, #footer-inside ul li a:link, #footer-inside ul li a:visited {
					display: block;
					height: 32px;
					color: #fff;
					text-decoration: none;
					border-top: solid 1px #336b99;
					padding: 0 0 0 15px;
				}
				
				#footer-inside ul li a:hover {
					background: #266292;
				}

/* BuySellAds.com styles */

#sidebar div.bsap_1243167 {
	width: 270px;
	margin: 0 auto;
}

#sidebar #bsap_1250823 {
	width: 345px;
	clear: left;
}

	#sidebar #bsap_1250823 ul {
		width: 345px;
	}

	#sidebar div.bsapvariable ul.bsa_ads li a {
		padding: 10px;
		display: block;
		width: 345px;
	}

	#sidebar div.bsa_idb {
		width: 345px;
		height: 20px;
	}

	#sidebar div.bsa_idb .bsa_idl {
		line-height: 3px;
		padding: 0;
		line-height: normal;
	}

		#sidebar .bsapvariable ul.bsa_ads li {
			padding-left: 0;
		}

		#sidebar div.bsa_idb .bsa_idl a {
			width: 80px;
			float: right;
		}

#bsap_1243167 {
	padding: 20px 0 0 0;
	overflow: hidden;
}

#sidebar #bsap_1243167 a.adhere {
	width: 123px;
	height: 124px;
}

#sidebar #bsap_1243167 a.ad3, #sidebar #bsap_1243167 a.ad6, #sidebar #bsap_1243167 a.ad9 {
	margin-right: 10px;
}

#bsap_1243167 a, #bsap_1243167 a:link, #bsap_1243167 a:visited {
	-webkit-transition: opacity 0.4s linear;
	-moz-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	-ms-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
}

#bsap_1243167 a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	text-decoration: none;
	color: #222;
}

#sidebar #bsap_1243167 a.even {
	margin-right: 0;
}

#sidebar #bsap_1243167 a.odd {
	margin-right: 20px;
}

#sidebar #bsap_1243167 a {
	margin-bottom: 16px;
}

.top-sb-ad {
	width: 300px;
	height: 250px;
	margin: 15px auto 0 auto;
	padding: 0 0 25px 0;
}

/* COMMENTS STYLES COMMENT STYLES */

h3#comments {
	font-size: 24px;
	padding: 10px 0 15px 0;
	border-top: dashed 1px #ccc;
	border-bottom: none;
	font-weight: normal;
}

h3.postcomment {
	font-size: 36px;
	margin: 6px 0 2px 0;
	clear: left;
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	padding: 0 0 1px 0;
}

	.comment-author {
		width: 290px;
		padding: 0 0 15px 0;
	}
	
	#commentform {
		overflow: hidden;
		padding: 10px 0 60px 0;
		position: relative;
	}
	
		#comments #commentform p {
			padding: 0;
			margin: 0;
		}
	
		#commentform label {
			line-height: 22px;
			display: block;
			float: left;
			padding: 0 0 0 11px;
			font-size: 14px;
		}
		
		#commentform label#comment_label {
			float: none;
			padding: 0;
		}

		#commentform input {
			color: #878787;
			font-size: 14px;
			border: solid 1px #ccc;
			height: 24px;
			width: 260px;
			padding: 2px;
			float: left;
			clear: left;
			margin: 0 0 5px 0;
		}
		
		#commentform textarea {
			border: solid 1px #ccc;
			font-size: 13px;
			font-family: Arial, Helvetica, sans-serif;
			color: #5a5a5a;
			padding: 3px 0 0 2px;
			clear: left;
			width: 98%;
			min-height: 160px;
			line-height: 20px;
			clear: left;
			resize: vertical;
			-moz-resize: vertical;
		}
		
		#commentform input#submit {
			border: none;
			width: auto;
			height: auto;
			margin-top: 0;
		}
		
		div.commentmetadata {
			font-size: 14px;
		}
		
		ol.commentlist {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
		}

			ol.commentlist li.comment {
				border: solid 1px #bbb;
				margin: 0 0 15px 0;
				padding: 15px 15px 8px 15px;
				background: #fff;
				position: relative;
				word-wrap: break-word;
			}
			
			html.ie6 ol.commentlist li.comment {
				zoom: 1;
			}
			
				ol.commentlist li.comment li {
					margin-left: 25px;
				}

				ol.commentlist li.bypostauthor {
					background: #e5ecf2;
					border: solid 1px #9A9A9A;
				}			

				ol.commentlist li.pingback, ol.commentlist li.trackback {
					border: dashed 1px #ccc;
					margin: 0 0 15px 0;
					padding: 15px 15px 8px 15px;
					background: #fff;
					position: relative;
				}
				
					ol.commentlist li.pingback, ol.commentlist li.trackback p {
						clear: left;
					}
				
					ol.commentlist li.pingback .says, ol.commentlist li.trackback .says {
						display: none;
					}					
				
					ol.commentlist li.pingback .comment-author {
						float: none;
						width: 330px;
					}
					
				ol.commentlist li.comment p {
					line-height: 20px;
					clear: both;
				}
				
				ol.commentlist cite {
					font-style: normal;
					font-weight: normal;
				}
				
				ol.commentlist p cite {
					font-style: italic;
				}
				
				ol.commentlist img {
					float: left;
					margin: 0 15px 15px 0;
					border: solid 1px #ddd;
				}
				
				.reply {
					padding: 0 10px 15px 0;
					text-align: right;
				}

			.comment-meta {
				position: absolute;
				right: 15px;
				top: 15px;
			}
			
/* DEMO AND DOWNLOAD BUTTON STYLES */

.button_holder {
	overflow: hidden;
}

ul.button {
	width: 175px;
	height: 31px;
	list-style: none;
	padding: 12px 0 20px 0;
	float: left;
	margin: 0 30px 0 0;
}

	body.single .post ul.button li {
		width: 175px;
		height: 31px;
		background: none;
		overflow: hidden;
		text-indent: -9999em;
		padding: 0;
	}
	
		ul.button li a, ul.button li a:link, ul.button li a:visited {
			display: block;
			height: 31px;
			background: transparent url(http://cdn.impressivewebs.com/iw-theme/btn-demo.jpg) no-repeat 0 -31px;
		}
		
		ul.button_download li a, ul.button_download li a:link, ul.button_download li a:visited {
			background-image: url(http://cdn.impressivewebs.com/iw-theme/btn-code.jpg);
		}
		
		ul.button_nc li a, ul.button_nc li a:link, ul.button_nc li a:visited {
			background-image: url(http://cdn.impressivewebs.com/iw-theme/btn-nocomment.jpg);
		}

		ul.button li a:hover, ul.button li a:active {
			background-position: 0 0;
		}

/* DEMO AND DOWNLOAD BUTTON STYLES END */

ul.body_list, body.single .post ul {
	padding: 0 0 15px 0;
}

	ul.body_list li, body.single .post ul li {
		padding: 3px 0 10px 30px;
		background: transparent url(http://cdn.impressivewebs.com/iw-theme/bullet-decent.gif) no-repeat 14px 9px;
	}
	
		body.single .post li ul {
			padding: 15px 0 0 0;
		}

.post ol {
	list-style: decimal;
	padding: 0 0 25px 20px;
	margin: 0 0 0 23px;
}

	.post ol li {
		padding: 3px 0 3px 0;
	}

/* RELATED POSTS STYLES */

#related {
	background: #fefefe;
	padding: 3px 5px 20px 5px;
	clear: left;
	border: dashed 1px #ddd;
	margin: 0 0 20px 0;
}

	#related h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: normal;
		padding: 15px 15px 10px 15px;
	}

		.post #related ul.body_list {
			padding: 3px 20px 10px 20px;
		}

			.post #related ul li {
				background: transparent url(http://cdn.impressivewebs.com/iw-theme/bullet-tabs.gif) no-repeat 0 9px;
				padding-left: 15px;
			}

			#related ul a, #related ul a:link, #related ul a:visited {
				text-decoration: none;
				color: #8a8a8a;
			}

			#related ul a:hover, #related ul a:active {
				text-decoration: underline;
			}

/* RELATED POSTS STYLES END HERE */

form.wpcf7-form select {
	width: 275px;
	height: 26px;
}

form.wpcf7-form p {
	margin: 0 0 8px 0;
}

form.wpcf7-form input {
	height: 20px;
}

form.wpcf7-form #contact_submit {
	background: #00467F;
	color: #fff;
	border: solid 1px #9b9fa8;
	width: 100px;
	height: 24px;
	border-radius: 6px;
}

form.wpcf7-form textarea {
	font-family: Arial;
	font-size: 12px;
	width: 450px;
}

div.dp-highlighter {
	margin-top: 0;
	white-space: nowrap;
}

.nav-previous {
	float: left;
	width: 200px;
}

.nav-previous a, .nav-next a {
	text-decoration: none;
}

.nav-next {
	float: right;
	width: 200px;
	text-align: right;
	padding: 0 10px 0 0;
}

p.more {
	text-align: right;
	padding: 0 10px 0 0;
}

	p.more a {
		text-decoration: none;
	}

.box-radius {
	width: 300px;
	height: 60px;
	background: #ddd;
	border-radius: 15px;
	border: solid 1px #bbb;
	padding: 15px;
}

h5.shadow {
	text-shadow: #777 2px 2px 1px;
	font-size: 25px;
}

img.wide_image {
	background: #eaeaea;
	padding: 5px;
	border: solid 1px #d6d6d6;
	text-align: center;
	display: block;
}

img.square_image {
	display: inline;
}

a img.wide_image:hover {
	background: #e0e0e0;
}

html.ie6 img.wide_image {
	width: 544px;
}

.thumb-left {
	float: left;
	clear: left;
	margin: 0 15px 15px 0;
}

#ajax-comment-preview {
	clear: both;
	margin: 20px 0 0 0;
	float: left;
	width: 600px;
}

#commentform #acp-preview {
	margin: 5px 0 0 1px;
	border: none;
	width: 180px;
	height: 30px;
	background: transparent url(http://s3.amazonaws.com/impressivewebs/btn-preview.jpg) 0 0;
	text-indent: -9999em;
}

div.cleared {
	clear: both;
	overflow: hidden;
}

.cl {
	clear: both;
}

/* Bunch of stuff to fix IE6-only issues

html.ie6 ul#navigation li a, html.ie6 ul#navigation li a:link, html.ie6 ul#navigation li a:visited {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

html.ie6 h2 a, html.ie6 h2 a:link, html.ie6 h2 a:visited {
	font-size: 28px;
	letter-spacing: 0;
	font-weight: bold;
}

html.ie6 #search form label.search-label {
	font-size: 19px;
	font-weight: bold;
	padding: 7px 10px 0 10px;
	height: 29px;
}

html.ie6 #footer-inside h3 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;	
}

html.ie6 h1.single-title, html.ie6 h1.entry-title, html.ie6 h2, html.ie6 h3 {
	font-size: 28px;
	font-weight: bold;
}*/

html.ie6 ol.commentlist li.comment pre {
	width: 95%;
}

html.ie6 #commentform textarea {
	margin-bottom: 6px;
}

#book-image {
	margin: 10px 0 0 0;
	display: block;
	width: 160px;
	height: 207px;
	float: left;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	-moz-transition: -moz-transform .6s ease-in-out;
	-o-transition: -o-transform .6s ease-in-out;
	-ms-transition: -ms-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
}

#book-image:hover {
	-webkit-transform: rotateZ(-8deg);
	-moz-transform: rotateZ(-8deg);
	-o-transform: rotateZ(-8deg);
	-ms-transform: rotateZ(-8deg);
	transform: rotateZ(-8deg);
}

#buy-book h3 {
	margin: 0 0 20px 0;

}

#buy-book-right {
	float: left;
	margin: 0 0 0 5px;
}

#buy-book-right h4 {
	font-family: "Yanone Kaffeesatz", "Arial Narrow", Arial, sans-serif;
	font-size: 23px;
	padding: 0 0 20px 10px;
}

#buy-book-right ul.body_list li {
	padding: 3px 0 5px 30px;
}

#buy-book-right ul.body_list li a, #buy-book-right ul.body_list li a:link, #buy-book-right ul.body_list li a:visited  {
	color: #3381d6;
	text-decoration: underline;
	font-weight: bold;
}

#buy-book-right ul.body_list li a:hover {
	color: #e06c1f;
}

#commentPreview {
	clear: both;
	padding: 10px 0 0 0;
}

.displaynone {
	display: none;
}

.contact-form input {
	height: 24px;
	font-size: 16px;
	color: #555;
}

.contact-form textarea {
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #555;
	padding: 2px;
	-moz-resize: vertical;
	resize: vertical;
}

.contact-form input.pushbutton-wide {
	height: auto;
}

#contact-form-43 h3 {
	font-family: Arial, sans-serif;
    font-size: 20px;
    color: red;
}

#contact-form-43 blockquote {
	padding-bottom: 20px;
}

.update-box {
	border: solid 1px #ccc;
    padding: 12px;
    margin: 5px 0 12px 0;
}