*{

	margin: 0px;
	padding: 0px;

}

body{

	background: #95ab1c url(../_img/main-bg-tile.jpg) repeat-x;
	font: 9px/14px Arial, Helvetica, sans-serif;
	color: #5f6b12;

}

a img{

	border: none;

}

strong{

	font-size: 11px;
	color: #3a3a3a;

}

th{

	padding: 5px;
	border-bottom: 1px solid #3a3a3a;

}

td{

	padding: 5px;
	background: #b1c72c;

}

#header{

	height: 125px;

}

#logo{

	float: left;
	width: 175px;
	height: 65px;
	margin-left: 100px;
	margin-top: 30px;
	background: url(../_img/logo.gif) no-repeat;

}

#logo h1{

	margin-left: -10000px;

}

#logo h1 a{

	display: block;
	padding: 20px;

}

#strapline{

	float: right;
	margin-right: 100px;
	margin-top: 45px;
	width: 252px;
	height: 25px;
	background: url(../_img/strap.gif);

}

#strapline h1{

	display: none;

}


#container{

	clear: both;
	width: 930px;
	margin: 10px auto;

}

#sidebar{

	width: 201px;
	float: left;
	margin-top: 10px;

}

#nav ul{

	list-style: none;
	width: 201px;

}

#nav li{

	border-top: 1px solid #d0e167;	
	border-bottom: 1px solid #accb22;

}

#nav li.first{

	border-top: none;

}

#nav ul li a{

	display: block;
	padding: 8px 0px 7px 20px;
	text-decoration: none;
	color: #3a3a3a;
	text-transform: uppercase;
	font-weight: bold;

}

#nav ul li a:hover, #nav ul li a.current{

	background: #b1c72c;

}

#links{

	padding: 7px 12px;

}

#widgets ul{

	list-style: none;

}

#love{

	background: url(../_img/love-bg.gif) no-repeat;
	width: 190px;
	height: 145px;
	padding: 10px 15px;
	line-height: 12px;

}

#tests{

	background: url(../_img/test-bg.gif) no-repeat;
	margin: 10px 0px 0px 0px;
	width: 201px;
	height: 145px;
	padding: 10px 15px;
	line-height: 12px;

}

#content{

	width: 709px;
	float: left;
	margin-left: 20px;

}

#player{

	width: 702px;
	height: 350px;
	background: url(../_img/flash-placeholder.jpg) no-repeat;

}

#main{

	width: 485px;
	height: 269px;
	background: url(../_img/main-bg.jpg) no-repeat;
	float: left;
	color: #3a3a3a;
	font-size: 11px;
	line-height: 18px;

}

#main p, #login p{

	margin: 10px 30px 10px 30px;

}

#login{

	width: 220px;
	height: 269px;
	background: url(../_img/login-bg.jpg) no-repeat;
	float: left;

}

#digital{

	height: 43px;
	width: 443px;
	background: url(../_img/h1-digital.gif) no-repeat;
	margin: 10px 20px 0px 20px;

}

#title-login{

	height: 28px;
	width: 168px;
	background: url(../_img/title-login.gif) no-repeat;
	margin: 20px 20px 0px 20px;

}

#chair{

	width: 70px;
	height: 93px;
	background: url(../_img/chair.jpg) no-repeat;
	float: right;
	margin-right: 15px;

}

#toprow{

	clear: both;
	width: 930px;
	margin: 10px auto;

}

#footer{

	clear: both;
	background: #121212 url(../_img/footer-tile.jpg) repeat-x;

}

#bodytext{

	padding: 20px;
	width: 450px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	float: left;

}

#bodytext h1{

	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 1px solid #7a8a19;
	text-decoration: none;
	color: #5f6b12;

}

#bodytext h2, #bodytext h3, #bodytext h4, #bodytext h5, #bodytext h6{

	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 1px solid #7a8a19;
	text-decoration: none;
	color: #5f6b12;

}

#bodytext p{

	margin: 20px 0px;

}

#bodytext a{

	color: #5f6b12;
	text-decoration: none;
	font-weight: bold;
	padding: 1px;

}

#bodytext h1 a{

	font-weight: normal;
	color: #5f6b12;

}

#bodytext a:hover{

	background: #5f6b12;
	color: #95ab1c;

}

#subnav{

	float: left;
	width: 201px;
	float: left;
	margin-top: 10px;

}

#subnav ul{

	list-style: none;
	width: 201px;

}

#subnav li{

	border-top: 1px solid #d0e167;	
	border-bottom: 1px solid #accb22;

}

#subnav li.first{

	border-top: none;

}

#subnav ul li a{

	display: block;
	padding: 8px 0px 7px 20px;
	text-decoration: none;
	color: #3a3a3a;
	text-transform: uppercase;
	font-weight: bold;

}

#subnav ul li a:hover, #subnav ul li a.current{

	background: #b1c72c;

}

#uploadconfirm{
	padding: 10px;
	background: #fafafa;
	border: 1px solid #f1f1f1;
	text-align: center;
	margin: 5px 0px;
	display: none;
}

#uploader{
	width: 250px;
	height: 18px;
	background: #FFF url(../refresh/_img/progress-bar.gif) repeat-x;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 10px auto;
}

#message{

	background: white;
	border: 1px solid #cecece;
	padding: 20px;

}

#message p{

	margin: 10px 0px;

}

#date{

	float: left;
	width: 488px;
	font-weight: bold;

}

#logos{

	float: left;
	width: 440px;
	margin-top: -10px;

}

#bottomrow{
	
	clear: both;
	padding-top: 90px;
	color: #656565;
	padding-bottom: 100px;
	width: 930px;
	margin: 0px auto;

}

#f1, #f2, #f3{

	float: left;

}

#f1{

	width: 350px;

}

#f2{

	width: 475px;

}

#f3{

	width: 90px;

}

.twitter{

	width: 171px;
	height: 59px;
	background: url(../_img/twitter-bg.png) no-repeat;
	margin: 0px;
	padding: 10px 30px 5px 20px;

}

.twitter2{

	width: 171px;
	height: 59px;
	background: url(../_img/twitter-bg2.png) no-repeat;
	margin: 0px;
	padding: 10px 30px 5px 20px;

}

.mir{

	text-indent:-999em; 
	overflow:hidden;

}

.input{

	padding: 2px;
	border: 1px solid #dcdcdc;
	font: 12px/14px Arial;

}

.submit{

	background: url(../refresh/_img/login.gif) no-repeat;
	width: 113px;
	padding: 12px;
	border: none;
	font: 12px/14px Arial;

}

.greensubmit{

	background: url(../_img/submit.gif) no-repeat;
	width: 113px;
	padding: 12px;
	border: none;
	font: 12px/14px Arial;

}

#login p.nomargin{

	margin-left: 20px;

}

.love-tag{

	border-bottom: 1px solid #94a723;
	margin-right: 25px;

}

.love-thumb{

	float: right;
	margin: 10px 25px 5px 5px;

}

#love h2{

	text-transform: uppercase;
	color: #3e3e3e;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px solid #b3c642;
	margin-right: 25px;
	padding-top: 4px;
	padding-bottom: 4px;

}

.inline{

	padding: 3px;
	background: #fff;
	border: 1px solid #bababa;
	float: right;
	margin: 10px 0px 10px 15px;

}

.inline img{

	display: block;

}

.toppadd{

	margin-top: 100px;

}

.usercomment{

	background: #b1c72c;
	margin: 10px;
	padding: 1px 20px;

}

.yfcomment{

	background: #b1c72c;
	margin: 10px;
	padding: 1px 20px;

}

.small{

	font-size: 9px;

}

.image_margin{

	float: right;
	margin: 0px 0px 10px 10px;
	padding: 3px;
	border: 1px solid #5c5c5c;
	background: #fafafa;

}

.postmetadata{

	padding-top: 3px;
	border-top: 1px solid #7a8a19;

}

small{

	font-size: 10px;
	line-height: 12px;

}