/*
Theme Name: Buzzscripts  Main Theme
Theme URI: http://www.buzzscripts.com/
Description: The Offical Buzzscripts theme.
Version: 1.6
Author: Admin
Author URI: http://www.buzzscripts.com/
*/

/* DEFAULT */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:100;font-style:normal;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1;color:black;background:white;}
ol, ul {list-style:none;}
table {border-collapse:separate;}
caption,th,td{text-align:left;font-weight:normal;}

/* REGULAR CODING */

body{font-family:Arial, Helvetica, sans-serif;font-size:13px;background:#eeede5;color:#6e605d;}
b{color:#b83d3d;}

/* STRUCTURE */

#container{
	margin: 0px auto;	
}

#login{
	height:40px;
	overflow:hidden;
	background:#271d1b;
}

#header{
	background:#271d1b;
	height:90px;
	border-bottom:#3c2b27 8px solid;
	overflow:visible;
}

#nav-main{
	background:#eeede5;
	height:45px;
}

#sub-header{
	background:#f6f5ed;
	height:100px;
}

#content-box{
	background:#fff;
}

#holder{
	width:950px;
	margin:0 auto;
	padding:10px 0;
}

#left-panel{
	float:left;
	width:650px;
}

#right-panel{
	margin:0 0 0 650px;
}

#footer{
	border-top:#e5e3d6 8px solid;
	background:#eeede5;
	height:100px;
}

/* LOGIN */

#login .content{
	width:920px;
	margin:0 auto;
}

#login form{
	background:#3c2b27;
	float:right;
	padding:3px 6px 6px 6px;
}

#login form p{
	float:left;
	margin:0 5px 0 0;
}

#login form p.submit{
	padding:13px 0 0 0;
}

#login form label{
	font-size:11px;
	display:block;
	color:#fff;
	margin:0 0 3px 0;
}

#login .login-txt{
	height:15px;
	font-size:11px;
	width:115px;
	letter-spacing:1px;
	padding:2px 5px 0 5px;
	border:#b7b1b0 solid;
	border-width:0 1px 1px 1px;
}

#login .login-btn{
	background:#f8f8f8;
	border:#b7b1b0 solid;
	border-width:0 1px 1px 1px;
	padding:0 0 2px 0;
	width:50px;
	font-size:11px;
	height:18px;
}
	
/* HEADER */

#header .content{
	width:890px;
	padding:0 20px 0 0;
	margin:0 auto;
}

#beaker-hol{
	width:234px;
	float:right;
}

/*#beaker{
	width:234px;
	height:203px;
	background:url(images/beaker.png) no-repeat left top;
	float:right;
	margin:25px 0 0 0;
}*/

#beaker{
	width:234px;
	height:203px;
	background:url(images/beaker.png) no-repeat right top;
	position:absolute;
	top:65px;
}

#logo{
	background:url(images/logo.jpg) no-repeat left bottom;
	height:94px;
	width:338px;
	padding:0px 0 0 0;
}

#logo h1{
	display:none;
}

/* NAVIGATION */

#nav-main .content{
	width:950px;
	margin:0 auto;
}

#nav-main ul{
	padding:0 15px;
}

#nav-main ul li{
	float:left;
}

#nav-main ul li a{
	float:left;
	line-height:45px;
	padding:0 25px 0 15px;
	text-decoration:none;
	color:#6e605d;
}

#nav-main ul li a:hover, #nav-main ul li a.current_page_item{
	background:url(images/nav_hover.gif) no-repeat left 50%;
}
.current_page_item {
	background:url(images/nav_hover.gif) no-repeat left 50%;
}


/* SUB HEADER */

#sub-header .content{
	width:920px;
	padding:0 15px;
	margin:0 auto;
}

#sub-header h2{
	font-size:32px;
	padding:20px 0 5px 0;
}

#sub-header b{
	font-weight:100;
}

/* CONTENT */

#content-box .content{
	padding:15px;
	line-height:1.5;
}

h2.blue-com{
	background:url(images/quote_blue.gif) no-repeat left 60%;
	padding:0 0 0 50px;
	font-size:38px;
}

p.desc{
	width:565px;
}

a.join, a.more{
	background:#f7f6ed;
	background-image:url(images/arrow_green.gif);
	background-position:98% 50%;
	background-repeat:no-repeat;
	padding:0 20px 0 5px;
	text-decoration:none;
	color:#cd5454;
	line-height:1.6;
}

a.more{
	background:#efede3;
	padding:0 20px 0 0;
	background-image:url(images/arrow_green_2.gif);
	background-position:98% 50%;
	background-repeat:no-repeat;
}

a.join:hover, a.more:hover{
	background-position:99% 50%;
}

h3.featured{
	background:url(images/featured_green.png) no-repeat left 60%;
	font-size:22px;
	padding:0 0 0 40px;
}

.featured-box{
	background:#fcfbf8;
	border:#efebdd 1px solid;
	margin:20px 0;
	padding:10px;
}

.featured-box .back{background:url(images/featured_back.gif) repeat-y center;}

.featured-box .details{
	padding:20px 10px;
	float:left;
	width:330px;
}

.featured-box .details img{
	float:left;
}

.featured-box .details .sep{
	margin:0 0 0 140px;
	padding:20px 0 0 0;
}

.sep h4{
	font-size:28px;
	color:#271d1b;
	line-height:1;
}

a.demo{
	color:#756764;
	background:url(images/demo_btn.gif) no-repeat left top;
	text-decoration:none;
	margin:10px 0 0 0;
	padding:0 0 0 30px;
	display:block;
	width:56px;
	height:29px;
	line-height:29px;
}

a.demo:hover{
	background:url(images/demo_btn_hov.gif) no-repeat left top;
}

.featured-box .features{
	padding:20px 35px;
	margin:0 0 0 350px;
}

.features h4{
	color:#000000;
	font-size:16px;
}

.features ul li{
	list-style-type:disc;
	font-size:11px;
}

#right-panel .box{
	background:#f6f5ed;
	margin:0 0 10px 0;
	padding:15px;
}

#right-panel h3{
	color:#b83d3d;
	font-size:20px;
	padding:0 0 5px 35px;
	line-height:1.2;
	margin:0 0 5px 0;
	border-bottom:#e4e2d3 1px solid;
}
#right-panel a {color:#6e605d; }
#right-panel h3.note{background:url(images/note.gif) no-repeat left 50%}
#right-panel h3.ppl{background:url(images/ppl.gif) no-repeat left 50%}
#right-panel h3.clock{background:url(images/clock.gif) no-repeat left 50%}

#right-panel p{
	margin:0 0 20px 0;
}

#right-panel p b{
	font-weight:100;
	font-size:11px;
}

/* FOOTER */

#footer .content{
	width:920px;
	padding:0 15px;
	margin:0 auto;
	line-height:1.4;
	padding:20px;
	font-size:12px;
}

#footer a{
	color:#6e605d;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer .details{
	float:left;
}

#footer .copyright{
	float:right;
	text-align:right;
}

/* OTHER */
.news_box{
border:solid 1px #efebdd;
background-color:#fcfbf8;
width:auto;
margin-bottom:20px;
}
.news_box .news_date{
	float:left;
	background-color:#efede3;
	width:5%;
	padding:10px 15px 10px 15px;
	margin:10px 0px 10px 10px;
}

.news_box .news_content{
	background-color:#f7f6f2;
	padding:5px 5px 5px 10px;
	float:left;
	margin:10px 10px 10px 0px;
	width:84%;
	height:97px;
}

.news_date span {
	margin:0px;
	color:#c43d3d;
	font-size:14px;
	font-weight:900;
}

.news_date span strong{
	margin:0px;
	color:#000000;
	font-size:30px;
	font-weight:bolder;
}

.news_content p {
	margin:0px;
	margin-bottom:2px;
	color:#6e605d;
	font-size:14px;
	font-weight:900;
}

.news_content span {
	margin:0px;
	font-size:10px;
	color:#6e605d;
}

.news_content span ul{
	list-style-type:square;
	list-style-position:inside;
	margin-left:10px;
}