@import url("reset.css");
/* WP Resets ---------------------------------- */
body {
	font-size: 1em;
	background: #fff;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	color: #000;
	text-align: center;
}
/* -------------------------------------------- */

/* Links ------------------------------------ */
.clear	{
	clear: both;
	}
	
a{color:#000;text-decoration:underline;font-weight:bold;}
a:hover{color:#0520b9;}
a:visited{font-weight:bold;}

	
#header ul li a	{
	color: #000;
	display: block;
	padding: 8px 10px 7px 10px;
	font-weight: bold;
	}
	
#header ul li a:hover,
.pform a	{
	color: #0520b9;
	}
	
#header ul li.current a	{
	background: #f0f0f0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	}
#header a{text-decoration:none;}
#headline h2 a{
	background: url(images/feed.png) no-repeat top left;
	height: 16px;
	width: 16px;
	text-indent: -9999;
	}
			
#headline .hlright form a	{
	border: none;
	font-weight: normal;
	text-decoration: underline;
	}
	
#forums a,
#topics #aboutpost a	{
	font-weight: normal;
	}
	
#forums #sidebar table td.title a	{
	font-style: normal;	
	}
	



/* -------------------------------------------- */

/* Wrapper ------------------------------------ */
.wrapper	{
	width: 100%;
	float: left;
	}
/* -------------------------------------------- */

/* Header ------------------------------------- */
#header	{
	width: 950px;
	height: 88px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}
	
.header	{
	
	}
	
#header h1	{
	font-size: 35px;
	color: #047ff8;
	text-align: left;
	}
	
#header h1 span	{
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #999;
	}
	
#header .hsearch	{
	position: absolute;
	right: 0;
	top: 10px;
	}
	
#header input, 
#headline input{
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border: 1px solid #555;
	background: #414141;
	color: #999;
	padding: 3px;
	font-size: 11px;
	}


	
.pform textarea	{
	height: 150px;
	}
	
#header input:hover	{
	border: 1px solid #fff;
	background: #e4f2fd;
	}		
			
#header ul {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	font-size: 14px;
	}
	
#header ul li	{
	float: left;
	}	

/* -------------------------------------------- */

/* Headline ----------------------------------- */
#headline	{
	width: 950px;
	height: 87px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}
#headline a{text-decoration:none;}
.headline	{
	background: #047ff8 url(http://www.ecasebriefs.com/wp-content/themes/casebriefs/images/header-bg.gif) repeat-x;
	border-bottom: 1px solid #047ff8;
	}
	
#headline h2	{
	position: absolute;
	top: 10px;
	left: 0;
	text-align: left;
	font-size: 25px;
	}
	
#headline .hlright	{
	text-align: right;
	position: absolute;
	top: 16px;
	right: 0;
	}
	
#headline .hlright ul li	{
	display: inline;
	}
	
#headline .hlright form	{
	font-size: 80%;
	}
		
#headline .hlright form .register	{
	margin-bottom: 10px;
	}
#headline .hlright form .remember	{
	display: none;
	}

#headline .hlright form ul.lform input	{
	/* See Line 86 */	
	padding: 2px;
	background: #fff;
	border: 1px solid #999;
	}
	
/* -------------------------------------------- */


/* Forums ------------------------------------- */
.bbcrumb	{
	width: 950px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	font-size: 12px;
	}
	
.bbcrumb a	{
	font-weight: normal;
	}

/* -------------------------------------------- */

	
/* Forums ------------------------------------- */
#forums	{
	width: 950px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	position: relative;
	font-size: 11px;
	}
	
#forums #sidebar	{
	width: 300px;
	float: left;
	}
		
#forums #sidebar table	{
	width: 300px;
	border-collapse: collapse;
	margin-bottom: 24px !important;
	}
	
#forums #sidebar table td.title	{
	font-size: 100%;
	}
	
#forums #sidebar table td span	{
	font-size: 11px;
	display: block;
	}
	
#forums #content	{
	width: 620px;
	float: right;
	}
	
#forums #content table	{
	width: 620px;
	border-collapse: collapse;
	margin-bottom: 24px !important;
	}
		
#forums table td	{
	text-align: left;
	padding: 5px 0;
	border-bottom: 1px solid #dadada;
	font-size: 110%;
	}
	
#forums table th	{
	padding: 5px;
	color: #333;
	font-size: 100%;
	border-bottom: 2px solid #aaa;
	}
	
#forums #sidebar table td	{
	font-style: italic;
	font-size: 90%;
	color: #333;
	padding:5px;
	}
	
#forums table td.title	{
	text-align: left;
	width: auto;
	color: #555;
	font-size: 120%;
	}
	
#forums table tbody tr:hover	{
	background: #E4F2FD;
	}	

#forums table tbody tr.bb-root{background-color:#e1e1e1;}
#forums table tbody tr.bb-root td{ padding-left:3px;}
/*#forums table.forumleft tbody tr.alt{background-color:#e1e1e1;}*/
#forums table.forumright tbody tr.alt{background-color:transparent;}
#forums table tbody tr.bb-root a{font-weight:bold;}
#forums #content table td,
#forums #content table th	{
	text-align: center;
	width: 90px;
	vertical-align: text-top;
	}

#forums #content table td.title,
#forums #content table th.title	{
	width: 200px;
	text-align: left;
	}
		
#forums #content table#sticky td	{
	background: #FFFBCC;
	padding:5px;
	}
#forums #content table#register td{text-align:left;}
#forums #content table#register th.title	{
	border-bottom: 1px solid #dadada;
	}
#forums #content .highlight	{
	padding: 5px 0;
	border-bottom: 1px solid #C6D9E9;
	}
	
#forums #sidebar .sbox	{
	margin-bottom: 24px !important;
	}
	
#forums #sidebar h2,
#forums #content h2,
#forums h3.uprofile,
#topics #aboutpost h3,
h2.post-form	{
	border-bottom: 2px solid #aaa;
	padding: 5px 0;
	margin-bottom: 5px;
	color: #333;
	font-size: 120% !important;
	}
		
#forums #sidebar .sbox ul li,
#topics #aboutpost ul li,
#forums ol li	{
	padding: 5px 0;
	border-bottom: 1px solid #047ff8;
	}
	
#forums #sidebar #useravatar	{
	text-align: left;
	height: 80px;
	clear: both;
	border-bottom: 2px solid #aaa;
	padding-bottom: 10px;
	}
	
#forums #sidebar #useravatar .avatar	{
	float: left;
	margin-right: 10px;
	}
	
#forums #sidebar fieldset	{
	font-size: 100%;
	padding: 10px;
	border-top: 1px solid #dadada;
	}
		
#forums ol,
#topics #aboutpost ul	{
	margin-bottom: 24px !important;
	}
	
#forums ol li	{
	/* See Line 376 */
	}
	
.pform	{
	border-top: 2px solid #8f8f8f;
	background-color:#f3f5f4;
	padding: 10px;
	color: #000;
	}
	
.pform h3,.pform h3 a	{
	font-size: 110%;
	margin:10px 0 5px 0;
	}
.pform small{
	font-size:90%;
	padding:5px;
}

.pform input[type='text'],.pform input[type='file']{
	width:300px;
	background-color:#FFF;
	border:1px solid #a5a5a5;
	border-top:2px solid #a5a5a5;
	margin:5px;
	font-size:100%;
	padding:5px;
	color:#7e7e7e;
}
.pform select{
	background-color:#FFF;
	border:1px solid #a5a5a5;
	border-top:2px solid #a5a5a5;
	margin:5px;
	font-size:100%;
	padding:5px;
	color:#7e7e7e;
}
.pform textarea	{
	width:95%;
	height:100px;
	background-color:#FFF;
	border:1px solid #a5a5a5;
	border-top:2px solid #a5a5a5;
	margin:5px;
	font-size:100%;
	padding:5px;
	color:#7e7e7e;
	}
.pform input[type="text"]:hover,.pform input[type="text"]:focus,.pform select:focus,.pform select:hover,.pform textarea:focus,.pform textarea:hover{border-color:#047ff8;color:#047ff8;}
.pform input[type="submit"]{
	background-color:#a5a5a5;
	border:1px solid #FFF;
	margin:5px;
	font-size:100%;
	padding:5px;
	color:#FFF;
}
.pform .help	{
	padding: 5px;
	color: #047ff8;
	}
	
/* -------------------------------------------- */
#entry ol.post li.alt{background-color:#f3f5f4;}
/* Topic -------------------------------------- */
#topics	{
	width: 950px;
	margin: 0 auto;
	margin-top: 24px;
	text-align: left;
	position: relative;
	}
	
#topics h2	{
	font-size: 120%;
	color: #333;
	margin-bottom: 24px;
	}
	
#topics h2 span	{
	font-size: 90%;
	color:#a5a5a5;
	}
	
#topics #entry	{
	float: left;
	width: 765px;
	}
		
#topics #aboutpost	{
	width: 160px;
	float: right;
	font-size:90%;
	}
	
#topics #aboutpost h3,
h2.post-form	{
	/* See Line 361 */
	}
	
#topics #aboutpost ul	{
	/* See Line 396 */
	}
	
#topics #aboutpost ul li	{
	/* See Line 376 */
	}
		
#topics ol li	{
	display: block;
	float: left;
	width: 745px;
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #a5a5a5;
	}
	
#topics .threadauthor	{
	float: left;
	width: 210px;
	font-size: 75%;
	line-height:20px;
	}
	
#topics .threadauthor .avatar	{
	float: left;
	padding: 0;
	margin-right: 5px;
	}
	
#topics .threadpost	{
	float: left;
	width: 534px;
	height: auto;
	overflow: hidden;
	}
	
#topics .threadpost ol,
#topics .threadpost ul	{
	float: none;
	}
#topics .threadpost ol li,
#topics .threadpost ul li	{
	float: none;
	list-style-type: circle;
	padding: 2px 0;
	margin: 0px;
	margin-bottom: 5px;
	border: none;
	padding-left: 20px;
	background: url(images/bullet.png) left center no-repeat;
	}
	
#topics .threadpost ol li:last-child,
#topics .threadpost ul li:last-child	{
	margin-bottom: 10px;
	}
	
#topics .threadpost blockquote	{
	font: italic 80% Georgia;
	border-left: 5px solid #dadada;
	padding-left: 10px;
	margin: 0 0 15px 0;
	}
	
#topics .threadpost pre	{
	border-left: 5px solid #dadada;
	width: 535px;
	font-size:80%;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	}
	
#topics .threadpost p {
	font-size: 90%;
	margin-bottom: 20px;
	}	
#topics .topicpost	{
	width: 765px;
	}
	
#topics #aboutpost .admin ul	{
	display: none;
	}
#topics .poststuff{
	float:right;
	font-size:70%;
}
/* -------------------------------------------- */
#content p{padding:10px;}
#content legend{font-size:120%;font-weight:bold;}
/* Footer ------------------------------------- */
#footer	{
	width: 950px;
	font-size:70%;
	margin: 0 auto;
	margin-top: 30px !important;
	padding: 10px 0;
	border-top: 2px solid #aaa;
	}
/* -------------------------------------------- */
#pass-strength-result {
	padding: 2px;
	text-align: center;

	border: 1px solid #ccc;
	background-color: #e3e3e3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pass-strength-result.bad {
	background-color: #ffeff7;
	border-color: #c69;
}

#pass-strength-result.good {
	background-color: #effff4;
	border-color: #66cc87;
}

#pass-strength-result.short {
	background-color: #e3e3e3;
}

#pass-strength-result.strong {
	background-color: #59ef86;
	border-color: #319f52;
}
/* ADS */
.ad1{
	margin:auto;
	width:100%;
	min-height:100px;
	background-color:#e1e1e1;
	border-bottom:1px solid #CCC;
	text-align:center;
	padding:10px;
}