/*
Theme Name: EnglishGrammarSoft
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #282828;
	background: url(images/body.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #0975e4;
}
a:hover {
	text-decoration: none;
	color: #5e99dd;
}

a.readmore {color: #282828;}

img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.hidden {
	display: none;
}
.noimage img {
	display: none;
}

#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
	position: relative;
}

#rss {
	position: absolute;
	width: 54px; height: 69px;
	background: url(images/rss.jpg) no-repeat 0 0;
	top: 145px; left: 682px;
}

/** BEGIN header **/
#header {
	height: 166px;
}
	#header ul {
		list-style-type: none;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
		}
		#header ul li a {
			color: #ffffff;
			font-weight: bold;
			display: block;
			padding: 10px 10px 11px;
		}
		
		#header ul li a:hover {
			color:#cccccc;
		}
	#header h1 {
	    clear:both;
		padding-top: 35px;
		padding-left:10px;
	}
		#header h1, #header h1 a {
			display: block;
			color:#fdfdfd;
			font-size:25px;			
		}
		
		
		#header h2.header_tag {font-size:15px; padding-top:0px; padding-left:10px; margin-top:0px; color:#8cc1fd;}

#header .info_box {position:absolute; top:35px; left:600px; width:500px height:140px; padding-left:40px; border-left:#fdfdfd 1px dashed; background-color:#354545;}		
/** END header **/

#body {
	background: url(images/wrapper.gif) repeat-y 660px 0;
}

/** BEGIN content **/
#content {
	width: 662px;
	float: left;
}

	#content #categories {
		list-style-type: none;
		height: 34px;
	}
		#content #categories li {
			float: left;
			font-size: 0.9em;
			padding-left: 1px;
			background: url(images/divider.gif) no-repeat 0 center;
		}
		#content #categories li.f {
			padding-left: 0;
			background: none;
		}
		#content #categories li a {
			display: block;
			padding: 10px;
			color:#000000;
		}
		#content #categories li a:hover {
			color:#505050;
		}
	#content .post {
		clear: both;
		padding: 20px 0 30px;
		border-bottom: 1px solid #D4D3CF;
		margin: 0 20px 0 10px;
	}
		#content .post .l {
			float: left;
			width: 220px;
			font-size: 0.8em;
			color: #808080;
		}
			#content .post .l p {
				margin-bottom: 5px;
				padding: 0 10px;
			}
			#content .post .l img {
				margin-bottom: 10px;
				width: 200px; height: auto;
			}
			#content .post .l a {
				color: #808080;
			}
		#content .post .r {
			float: right;
			width: 392px;
			padding-right: 20px;
		}
			#content .post h2 {
				font-size: 2em;
				margin-bottom: 15px;
			}
				#content .post h2 a {
					color: #282828;
				}
			#content .post p {
				margin-bottom: 15px;
				line-height: 1.5em;
			}
			#content .post .r .details {
				padding: 1px;
				border: 1px solid #D4D3CF;
				float: left;
			}
			#content .post .r .details p {
				background: url(images/details_bg.gif) repeat-x 0 0;
				font-size: 0.8em;
				font-weight: bold;
				padding: 0 10px;
				margin: 0;
				height: 29px;
			}
				#content .post .r .details p a {
					display: block;
					float: left;
					padding: 7px 0 8px;
					margin-top: 1px;
				}

/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 318px;
	float: right;
}

	#sidebar #subscribe {
		background: url(images/navigation.gif) repeat-x 0 0;
		height: 34px;
		margin: 0 3px 10px 0;
		padding: 10px 0 0 88px;
		font-size: 0.9em;
		color: #6A6A6A;
	}
		#sidebar #subscribe a {
			font-weight: bold;
			color: #6A6A6A;
		}

	#sidebar #ad125x125 {
		text-align: center;
	}
		#sidebar #ad125x125 img {
			border: 0;
			margin: 5px;
		}
	#sidebar .box {
		background: url(images/horizontal.gif) repeat-x 0 bottom;
		margin-right: 3px;
		padding: 10px 15px;
	}
		#sidebar .box form {
			width: 283px; height: 30px;
			background: url(images/search.gif) no-repeat 0 0;
		}
			#sidebar .box form input {
				border: 1px solid #ffffff;
				margin: 6px;
				float: left;
				width: 207px;
			}
			#sidebar .box form button {
				float: left;
				width: 57px; height: 30px;
				text-indent: -9999px;
				border: 0;
				margin-left: 5px;
				background-color: transparent;
			}
		#sidebar .box h2 {
			font-size: 0.9em;
			text-transform: uppercase;
		}
		#sidebar .box ul {
			list-style-type: none;
			padding: 10px 0;
		}
			#sidebar .box ul li {
				font-size: 0.9em;
				padding: 5px 0;
			}
	#sidebar .l {
		width: 159px;
		float: left;
		padding-top: 10px;
	}
		#sidebar .l h2 {
			background-color: #282828;
			color: #ffffff;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
			padding: 10px;
			margin: 0 4px;
		}
		#sidebar .l ul {
			list-style-type: none;
			margin: 0 2px 10px 4px;
		}
			#sidebar .l ul li {
				background-color: #ffffff;
				padding: 8px 10px;
				border-width: 0 1px 1px;
				border-style: solid;
				border-color: #D4D3CF;
			}
	#sidebar .r {
		width: 159px;
		float: left;
		padding-top: 10px;
	}
		#sidebar .r h2 {
			background-color: #282828;
			color: #ffffff;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
			padding: 10px;
			margin: 0 8px 0 2px;
		}
		#sidebar .r ul {
			list-style-type: none;
			margin: 0 8px 10px 2px;
		}
			#sidebar .r ul li {
				background-color: #ffffff;
				padding: 8px 10px;
				border-width: 0 1px 1px;
				border-style: solid;
				border-color: #D4D3CF;
			}
	#sidebar a {color: #282828;}
	#sidebar a:hover {text-decoration:underline;}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	background: #000000 url(images/footer.gif) repeat-x 0 0;
	color: #fdfdfd;
	clear: both;
	font-size: 0.8em;
	padding: 5px 0;
}
	#footer div.center_block {
		width: 980px;
		margin: auto auto;
		text-align: left;
	}


	#footer a {
		color: #fdfdfd;
	}
	#footer a:hover {
		color: #ffffff;
	}

    #footer h1 {padding-top:20px;}
    #footer h2 {color:#a5a5a5;}	
    
    #footer ul.offer {list-style:none; margin:35px 0px 0px 60px; padding:0px;}
    
    #footer ul.offer li {border-left:#2d2d2d 1px solid; width:152px; height:100px; text-align:center; padding-left:30px; padding-right:30px; padding-top:25px; padding-bottom:25px;}
    #footer ul.offer li, #footer ul.offer li a {position:relative; float:left; clear:none; list-style:none; display:block;}
    
    #footer ul.offer li a.buy_now_button {width:134px; height:28px; background:url(images/buttons/buy_now.gif) no-repeat; background-position:0px 0px; margin-bottom:25px;}
    #footer ul.offer li a.buy_now_button:hover {background-position:-134px 0px;}
    
    #footer ul.offer li a.demo_button {width:146px; height:28px; background:url(images/buttons/demo.gif) no-repeat; background-position:0px 0px; margin-bottom:25px;}
    #footer ul.offer li a.demo_button:hover {background-position:-146px 0px;}
    
    #footer ul.offer li a.testimonials_button {width:158px; height:28px; background:url(images/buttons/testimonials.gif) no-repeat; background-position:0px 0px; margin-bottom:25px;}
    #footer ul.offer li a.testimonials_button:hover {background-position:-158px 0px;}
    
    #footer ul.offer li a.trial_button {width:131px; height:28px; background:url(images/buttons/trial.gif) no-repeat; background-position:0px 0px; margin-bottom:25px;}
    #footer ul.offer li a.trial_button:hover {background-position:-131px 0px;}
    
    #footer p.copyright {clear:both; text-align:center; padding-top:20px;}
    #footer p.copyright, #footer p.copyright a {font-size:10px; color:#565656;}
    #footer p.copyright a:hover {text-decoration:underline;}
    
    #footer h1, #footer h2 {padding-left:10px;}
/** END footer **/

/** BEGIN misc **/
#postnav {
	padding: 20px;
}
#content .post h3 {
	margin-bottom: 5px;
}
#content .post ul {
	padding-left: 15px;
	margin-bottom: 10px;
}
#content .post ul li {
	padding: 2px 0;
}
#content .post ol {
	padding-left: 20px;
	margin-bottom: 10px;
}
#content .post ol li {
	padding: 2px 0;
}
#content .post blockquote {
	padding-left: 10px;
	border-left: 2px solid #e0e0e0;
	font-style: italic;
	margin-left: 2px;
}
#comments {
	padding: 0 20px 10px 10px;
}
	#comments h2 {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 0.9em;
		padding-top: 25px;
		margin-bottom: 20px;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.sdetails {
	clear: both;
	font-size: 0.8em;
	padding-top: 20px;
}
	.sdetails p {
		margin-bottom: 5px !important;
		color: #909090;
	}

/** END misc **/

.left_dashed_border {border-left:#cccccc 1px dashed;}
ul.features {list-style-image:url(images/tick.gif); margin-left:20px; padding:0px; color:#000000;}
div.quote_box {border-top:#cccccc 1px dashed; border-bottom:#cccccc 1px dashed; padding:10px; margin-top:20px; margin-bottom:20px;}
div.quote_box p {font-size:14px; font-weight:bold; font-style:italic; color:#6b6b6b;}


h1, h2, h3 {font-size:22px; font-weight:bold;}
h2 {font-size:18px; font-weight:bold;}
h3 {font-size:16px; font-style:italic;}

p.whitesmoke_sidebar {padding:10px; margin-bottom:10px; margin-left:7px; margin-right:14px; text-align:center; background:#FFFFFF; border:#919191 1px solid;}

.type_table a {color:#000000;}
.type_table a:hover {text-decoration:underline;}

a.black_link {color:#282828; text-decoration:none;}
a.black_link:hover {color:#282828; text-decoration:underline;}

div.dashed_line {float:left; clear:both; margin-top:20px; margin-bottom:20px; width:100%; height:1px; border-bottom:#cccccc 1px dashed;}