/*
Theme Name: WordPress Trial Schedule
Description: The default WordPress theme for Trial Schedule
Version: 1.6
*/



/* Begin Typography & Colors */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	background:#c8c8c8 url(images/bodyBg.jpg) repeat-x;
	cursor:default;
}
*{
	padding:0;
	margin:0;
	border:0;
}
ul{
	list-style:none;
}
a{
	text-decoration:none;
	color:#2E2E2E;
}
a:hover{
	text-decoration:none;
}
h2{
	font-size:22px;
	font-weight:bold;
	color:#F87820;
	margin-bottom:6px;
}
.hide,h2 a i,a i{
     position: absolute;
     left: -9999px;
}

/*------------------------------Page Structure
*/

#outerWrap{
	width:960px;
	margin:0 auto;	padding:0 0 31px;
	background:url(images/wrapBot.gif) no-repeat left bottom;
}

#wrap{
	width:960px;
	margin:10px auto 0;	padding:0 0 150px;
	background:url(images/mainbg.gif) repeat-y;
}

/*-------------------------Header
*/

#hdr{
	width:960px;	height:92px;
	overflow:hidden;
	background:url(images/hdr-top.gif) repeat-x;
}

#hdr h2{
	float:left;
	width:239px;	height:92px;
}
#hdr h2 a{
	width:239px;	height:92px;
	display:block;
	background:url(images/logo.gif) no-repeat;
}

#hdr span{
	float:right;
	padding:40px 20px 0 0;
	background:url(images/hdr-right.gif) no-repeat right top;
}
#hdr span a{
	width:77px;	height:25px;
	display:block;
	background:url(images/loginbtn.jpg) no-repeat;
}

#hdr span a:hover{
	background-position:0 -25px;
}

/*----------------------------Banner
*/

#banner{
	width:938px;
	height:285px;
	background:#000;
	margin:0 0 0 11px;
	overflow:hidden;
}

#banner ul{
	float:left;
	width:190px;
	height:287px;
	margin:14px 0 0;
	padding:0 17px 0 11px;
	overflow:hidden;
}

#banner li{
	border-top:1px dashed #C8C8C8;
	text-align:left;
	padding:6px 0 6px 23px;
	width:164px;
	display:block;
	background:url(images/topnavbullet.gif) no-repeat 6px 10px;
}

#banner .fst{
	border:none;
}

#banner a{
	width:167px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	display:block;
}
#banner a:hover{
	color:#D40000;
}

#banner img{
	float:right;
	width:718px;
	height:285px;
}

/*--------------------Main Content part
*/

#mainContent{
	width:920px;
	margin:26px auto 0;
	overflow:hidden;
        font-weight:normal !important;
	background:url(images/mainbodyBg.gif) repeat-y 240px 0;
}

/*-------------------Left part
*/

#sidebar{
	float:left;
	width:220px;
	overflow:hidden;

}

#search{
	width:218px;
	height:23px;
	border:1px solid #d0d0d2;
	overflow:hidden;
}

#s{
	width:184px;
	height:100%;
	float:left;
	margin:0 0 0 8px;
	padding:3px 0 0;
	overflow:hidden;
	font-size:12px;
}

#btnSubmit{
	float:right;
	width:26px;	height:23px;
	background:url(images/srch.gif) no-repeat;
	cursor:pointer;
}

.rssSubs{
	width:164spx;	height:30px;
	border-bottom:1px dashed #6c6c6c;
	margin:20px 0 0;
	display:block;
	color:#262626;
	font-size:11px;
	font-weight:bold;
	padding:0 28px;
	text-align:left;
	background:url(images/rssIcon.jpg) no-repeat;
}

.wht{
	width:220px;
	text-align:left;
	display:block;
	font-size:11px;
	color:#d40000;
	margin:6px 0 0;
}

#emailSubs label{
	font-size:11px;
	color:#262626;
	font-weight:bold;
	line-height:36px;
}

#emailInp{
	width:214px;	height:20px;
	border:1px solid #d0d0d2;
	padding:3px 2px 0;
}

#btnSub,#submit{
	width:68px;	height:23px;
	margin:10px 0;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	color:#fff;
	background:url(images/submitBg.jpg) repeat-x;
	border:1px solid #b30000;
}

#inputBoxRgt .cmntBtn{
	margin:20px 0 0 20px;
}

/*-------------------Main part
*/

#middle{
	float:right;
	width:660px;
        font-weight:normal !important;
}

.postCont{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
        float:right;
	width:660px;
	overflow:hidden;
	margin:0 0 40px;
        font-weight:normal !important;
}

.postCont p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:hidden;
	margin:0 0 10px;
        font-weight:normal !important;
}



.postHdr{
	width:660px;
	font-size:17px;
	color:#000;
	border-bottom:4px solid #d0d0d2;
	padding:0 0 7px;
}

.entry{
	width:660px;
	padding:10px 0 20px;
	border-bottom:1px dashed #6c6c6c;
        font-weight:normal !important;
}

.entry p{
        font-weight:normal !important;
}

.postMeta{
	width:660px;
	line-height:28px;
	border-bottom:4px solid red;
	display:block;
	font-size:11px;
	color:#000;
        font-weight:normal;
}

.postMeta a{
	color:#d40000;
}

.entry p{
	overflow:hidden;
        font-weight:normal;
}
/*----------------------------For post images
*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.alignleft a,.alignright a{
	font-weight:normal;
}

/*----------------------------for post images
*/

.entry blockquote{
	width:604px;
	margin:10px auto;	padding:10px 8px;
	background:#;
	background-color:#ececed;
	display:block;
}

.entry ol,.entry ul{
	margin:10px 0;
}

.entry ol li{
	list-style:decimal;
	margin:0 0 0 24px;
}

.entry ul li{
	padding:0 0 0 21px;
	background:url(images/liBullet.gif) no-repeat left;
}

/*--------------------Footer
*/

#ftr{
	width:960px;	height:124px;
	margin:0 auto;	padding:15px 0 0;
	text-align:center;
}

#ftr a:hover{
	text-decoration:underline;
}

#ftr p,#ftr span{
	color:#262626;
	font-size:11px;
}

#ftr span{
	margin:10px;
	display:block;
}


/*-------------------widget
*/

.widget{
	margin:0 0 20px;
}
.widget h2{
	width:220px;	height:30px;
	border-bottom:4px solid #d0d0d2;
	font-size:17px;
	color:#000;
	line-height:30px;
}

.widget ul li{
	line-height:18px !important;
	border-bottom:1px dashed #6c6c6c;
	margin: 5px 0px 0px;
	padding: 3px 0px;
}

/*--------------------Comment form
*/

#commentform{
	margin:15px 0 0;
}

#respond{
	width:660px;
	overflow:hidden;
	margin:20px 0 0;
}

#respond h3{
	font-size:17px;
	color:#000;
	font-weight:normal;
}

#inputBox{
	float:left;
	width:320px;
}

#inputBox input{
	border:1px solid #d0d0d2;
	width:314px;	height:17px;
	margin:0 0 18px;	padding:3px 2px;
}
#inputBoxRgt{
	float:right;
	width:340px;
}

#inputBoxRgt textarea{
	float:right;
	width:314px;	height:150px;
	padding:3px 2px;
	border:1px solid #d0d0d2;
}

.adminComment{
	width:650px;
	border:1px solid #d0d0d2;
	padding:4px 4px;
}

.comment{
	width:660px;
	margin:10px 0 0;	padding:24px 0 0;
	background:#fff url(images/comment-top.gif) no-repeat;
}

.commentCont fieldset,.vcard,.commentmetadata,.comment p{
	border-left:1px solid #ececed;
	border-right:1px solid #ececed;
	padding:0 17px;
}

.says{
	display:none;
}

.vcard{
	padding:20px 17px 0;
	font-weight:normal;
	color:#000;
}

.fn{
	font-style:normal;
}

.comment p{
	padding:20px 17px;
	border-bottom:1px solid #ececed;
}

.commentCont h3{
	font-size:11px;
	font-weight:normal;
	color:#000;
}

.commentCont span{
	font-weight:normal;
	font-size:11px;
	display:block;
	margin:0 0 20px;
}