/* ---[ globals ]------------------------------- */
body{ 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, "Trebuchet MS", sans-serif;
	font-size: small;
	color: #ffffff;
	background: #2c2c2c url(/images/content_bg.gif) repeat-y 50% 0;
}
a:link,
a:active,
a:visited{
	text-decoration: underline;
	color: #d20000;
}
a:hover{
	text-decoration: none;
	color: #d20000;
}
.container{
	width: 700px;
}
h1{
	font-size: 2em;
	text-align: center;
}
.clear {
	clear: both;
}

/* Network Bar */

.networkbar {
	height: 32px;
	background: #ffffff url(http://www.zensio.com/images/networkbar_bg.gif);
	color: #6eafd7;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.networkbar-content {
	width: 950px;
	padding-top: 5px;
}

.networkbar-left {
	width: 50%;
	float: left;
	text-align: left;
}

.networkbar-right {
	width: 50%;
	float: left;
	text-align: right;
}

.networkbar a {
	text-decoration: underline;
	color: #2c74bd;
	font-weight: bold;
}
		
.networkbar a:hover {
	text-decoration: none;
	color: #0e4984;
}



/* ---[ banner ]------------------------------- */
.banner{
	background: #2c2c2c url(/images/banner.gif);
	height: 150px;
}
.ad_bg{
	background: #2c2c2c url(/images/ad_bg.gif);
	height: 82px;
	padding: 14px;
}

/* ---[ main ]------------------------------- */
.main{
	text-align: left;
	padding: 0 5px 0 5px;
}

/* ---[ left bar ]------------------------------- */
.lb_container{
	width: 210px;
	margin: 0 5px 0 5px;
	float: left;
}
.lb_header{
	background: #910000 url(/images/sb_header_bg.gif);
	height: 15px;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}
.lb_content{
	background: #1e1e1e;
	padding: 10px;
}

/* ---[ navigation ]------------------------------- */
ul.navigation {
	list-style:none;
	margin: 0;
	padding: 0;
}
ul.navigation li {
	padding: 0px 10px;
}
ul.navigation a {
	display: block;
	font-weight: normal;
	color: #ffffff;
	height: 1.5em;	
	padding: .3em 0 .3em 15px;
	line-height: 1.5em;
	text-decoration: none;
}
ul.navigation a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid #d20000;
	color: #d20000;		
}

/* ---[ right bar ]------------------------------- */
.rb_container{
	width: 460px;
	margin: 0 5px 10px 5px;
	float: right;
}
.rb_header{
	background: #910000 url(/images/sb_header_bg.gif);
	height: 15px;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}
.rb_content{
	background: #1e1e1e;
	padding: 10px;
}

/* ---[ tutorial list ]------------------------- */
.tutorial {
	padding: 15px 0px 0px 23px;
}

.tutorial a:link,
.tutorial a:hover,
.tutorial a:visited,
.tutorial a:active {
	text-decoration: none;
}

.tutorial .tleft {
	float: left;
	margin-right: 10px;
	width: 75px;
}

.tutorial .tright {
	float: left;
	padding-right: 15px;
	width: 300px;
}
.tutorial .img {
	border: 1px solid #ffffff;
}
.tutorial .views {
	float: right;
	padding: 0px 20px 0px 0px;
	color: #848484;
}

/* ---[ random tutorials ]------------------------- */
.rt_stroke .img{
	border: 1px solid #ffffff;
	margin:13px;
}

/* ---[ footer ]------------------------------- */
.footer{
	font-family: Tahoma;
	font-size: 11px;
	clear: both;
	padding: 20px 0 0 0;
}