/*
Theme Name: English Practice
Theme URI: www.englishpractice.com
Description: Custom Wordpress THeme
Version: 1.1
Author: iElectrify
Author URI: http://www.ielectrify.com
Tags: blue, custom header, fixed width, three columns, widgets

	English Practice 1.1
	 http://www.englishpractice.com


*/
*{
	margin:0;
	padding:0;
	}
	
body{
	background:url(images/background.jpg) repeat-y center top #EDEDE3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	color: #000033;
	}

a{
	color:#E32805;
	outline:none;
	}

a:hover{
	text-decoration:none;
	}
	
#container{
	width:1000px;
	margin:auto;
	}

#header{
	position:relative;
	height:120px;
	border-bottom:2px solid #EDEDE3;
	}

#header #logo a{
	padding-top:85px;
	height:0;
	width:400px;
	position:absolute;
	top:10px;
	left:10px;
	background:url(images/english_practice_logo.jpg) no-repeat 0 0;
	overflow:hidden;
	border:0 none;
	text-decoration:none;
	font-size:-10000px;
	}

#header .topnav{
	position:absolute;
	right:15px;
	top:60px;
	background:url(images/topnavbg.jpg) no-repeat top right;
	height:25px;
	}

#header .topnav div{
	background:url(images/topnavbg.jpg) no-repeat top left;
	height:25px;
	margin-right:14px;
	padding-left:14px;
	}

#header .topnav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}

#header .topnav ul li{
	float:left;
	}

#header .topnav ul li a{
	display:block;
	float:left;
	line-height:24px;
	color:#fff;
	text-decoration:none;
	padding:0 14px;
	border-left:1px solid #590F02;
	}

#header .topnav ul li a.first{
	border-left:0;
	}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	padding-left: 230px;  
	padding-right: 230px;
	background:url(images/faux_bg.jpg) repeat-y;
	border-bottom:2px solid #EDEDE3;
	}

* html .outer {
	}

.inner {
	width: 768px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
	}

* html .inner {
	width: 100%;
	}

.float-wrap {
	float: left;
	width: 760px;
	margin-left: -230px; /*** Same length as .outer padding-left but with negative value ***/
	}

* html .float-wrap {
	/*** No need for hacking IE on this layout ***/
	}

#content {
	float: right;
	width: 522px;
	position: relative; /*** IE needs this  ***/
	min-height:500px;
	height:auto !important;
	height:500px;
	}

* html #content {
	}

.contentWrap {
	padding: 5px;
	}

#content p{
	margin:10px 0;
	}
	
/**************************
LEFT COLUMN
**************************/
#leftcolumn {
	float: left;
	width: 230px;
	position: relative; /*** IE needs this  ***/
	}
	
* html #leftcolumn{
	}

#leftcolumn ul#catnav{
	list-style-type:none;
	margin:0;
	padding:0;
	}

#leftcolumn ul#catnav li a{
	display:block;
	background:url(images/catnav_bg.jpg) repeat-x;
	line-height:40px;
	color:#fff;
	padding-left:50px;
	text-transform:uppercase;
	text-decoration:none;
	position:relative;
	border-bottom:1px solid #0080C0;
	}

#leftcolumn ul#catnav li a:hover{
	background:#193469;
	}

#leftcolumn ul#catnav li a img{
	position:absolute;
	top:9px;
	left:10px;
	border:0;
	}

#leftcolumn .archivebox{
	margin:10px 0;
	padding:8px;
	}

#leftcolumn .archivebox h3{
	background:url(images/archive_icon.jpg) no-repeat left;
	padding-left:28px;
	font-size:18px;
	color:#1C3D72;
	margin:0;
	font-weight:normal;
	margin-bottom:15px;
	}

#leftcolumn .archivebox ul{
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:22px;
	}

#leftcolumn .archivebox ul li a{
	background:url(images/bullet_arrow.jpg) no-repeat left;
	padding-left:18px;
	}
.right{
	text-align:right;
	}

.leftf{
	float:left;
	}

.rightf{
	float:right;
	}
	
#leftcolumn .emailupdates .button{
	border:0;
	background:#E32805;
	color:#fff;
	padding:2px 10px;
	cursor:pointer;
	margin:10px 5px 0 0;
	}
/*************************
RIGHT COLUMN
**************************/
#rightcolumn {
	float: right; 
	width: 230px;
	position: relative; /*** IE needs this  ***/
	}

* html #rightcolumn {
	margin-right: -230px; /*** IE gets this margin. ***/
	}

#rightcolumn ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}

.searchform{
	background:#D4EFF3;
	padding:8px;
	}

.searchform h3{
	background:url(images/search_icon.png) no-repeat left;
	padding-left:28px;
	font-size:18px;
	color:#1C3D72;
	margin:0;
	font-weight:normal;
	margin-bottom:15px;
	}

.searchform form{
	margin-left:25px;
	}

.searchform form .text{
	border:1px solid #ccc;
	padding:2px;
	width:180px;
	}

.searchform .button{
	border:0;
	background:#E32805;
	color:#fff;
	padding:2px 10px;
	cursor:pointer;
	margin:10px 5px 0 0;
	}

.rssbox{
	background:#FDE9C4;
	padding:8px;
	margin-bottom:10px;
	}

.rssbox h3 a{
	background:url(images/rss_icon.jpg) no-repeat left;
	padding-left:48px;
	color:#DD4E13;
	font-size:18px;
	font-weight:normal;
	display:block;
	line-height:25px;
	text-decoration:none;
	}

#rightcolumn h2{
	color:#1B3D72;
	font-size:18px;
	margin:10px 0;
	font-weight:normal;
	}

#rightcolumn #sidebar{
	padding:8px;
	}

#rightcolumn .recentbox{
	padding:8px;
	margin-bottom:10px;
	}

#rightcolumn .recentbox h3{
	background:url(images/recent_icon.jpg) no-repeat left;
	padding-left:28px;
	color:#1C3D72;
	font-size:18px;
	font-weight:normal;
	line-height:25px;
	margin-bottom:15px;
	}

#rightcolumn .recentbox ul li a{
	display:block;
	background:url(images/bullet_arrow.jpg) no-repeat left;
	line-height:24px;
	padding-left:24px;
	}
#rightcolumn .emailupdates{
	background:#F4EABD;
	margin:0;
	padding:7px;
	}

#rightcolumn .emailupdates h3{
	background:url(images/email_icon.jpg) no-repeat left;
	padding-left:28px;
	font-size:16px;
	color:#1C3D72;
	margin:0;
	font-weight:normal;
	margin-bottom:10px;
	}

#rightcolumn .emailupdates form{
	margin-left:25px;
	}

#rightcolumn .emailupdates form .text{
	border:1px solid #ccc;
	padding:2px;
	width:180px;
	}
.brclear{
	clear:both;
	}


.post{
	padding:10px;
	margin:10px 0;
	line-height:20px;
	}

.post h2 a, .post h2{
	color:#000;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	}
	
.post h2 a {
	background:#D4EFF3;
	}

.commentsbox{
	float:right;
	width:64px;
	height:40px;
	background:url(images/comments_bg.jpg) no-repeat;
	text-align:center;
	font-size:10px;
	padding-top:6px;
	}

.commentsbox a{
	text-decoration:none;
	line-height:13px;
	}

#footer{
	padding:10px;
	text-align:center;
	font-size:10px;
	}

#comments{
	padding:5px;
	}

#comments ol{
	list-style-type:none;
	margin:0;
	padding:0;
	}

#comments ol li{
	padding:5px;
	background:#f9f9f9;
	border:1px solid #ccc;
	margin:10px 0;
	}

#comments ol li.alt{
	background:#F4EBE1;
	border:1px solid #E2ADCC;
	}

#comments .comment-info h4{
	font-size:12px;
	margin:0;
	color:#47253A;
	}

#comments .comment-info h4 span{
	font-size:10px;
	margin-left:5px;
	color:#666;
	}

#respond{
	padding:5px;
	}

#respond fieldset{
	border:1px solid #ccc;
	position:relative;
	padding:10px;
	padding-top:20px;
	}

#respond fieldset legend{
	padding:5px;
	background:#333;
	color:#fff;
	position:absolute;
	top:-10px;
	left:10px;
	font-size:15px;
	}

#respond p label{
	width:110px;
	float:left;
	display:block;
	}

#respond label span{
	color:#F00;
	}

#respond .text{
	border:1px solid #ccc;
	padding:2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	width:200px;
	}

#respond textarea{
	border:1px solid #ccc;
	padding:2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	width:300px;
	height:120px;
	}

#respond .button{
	background:#f2f2f2;
	border:1px solid #C4C4C4;
	padding:2px;
	color:#666;
	cursor:pointer;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

h2.pagetitle{
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	}

#content ul.links{
	list-style-type:none;
	margin:0;
	padding:0;
	}

#content ul.links ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:15px;
	line-height:22px;
	}
