
/* LAYOUT */

body{
	background: url('/images/hatch.png') repeat fixed top;
	padding-top: 10px;
	color: #c0c0c0;
	text-align: center;
	font-family: Tahoma, Verdana;
	font-size: 14px;
}

h1{
	font-size: 24pt;
	margin: 0px;
}

h2{
	color:#d6cd54;
	font-size: 16pt;
	margin: 0px;
}

h3{
	margin: 0px;
	color:#579;
}


#cwcontent{
	text-align: left;
	margin: 0 auto;
	width: 900px;
	height: auto;
	float:none;
}

#cwheader{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 142px;
	height: 58px;
	background: url('/images/header.jpg') no-repeat top center;
	background-color: #1e2b1e;
	border: solid 5px #000000;
	color: #ffffff;
	
}

#cwsubheader{
	color:#d6cd54;
	float: left;
	margin-left: 4px;
	width: 880px;
	border: solid 1px #000000;
	background-color: #1e2b1e;
	padding: 5px;
	line-height: 20px;
}

#cwcontent-body{
	width: 890px;
	border: solid 5px #000000;
	margin-top: 5px;
	padding-top: 0px;
	float: left;
	vertical-align: top;
}

#cwtitling{
	float: left;
	width: 680px;
}

#cwpath{
	float: left;
	text-align: right;
	overflow: hidden;
	width: 200px;
}

#cwmenu{
	width: 200px;
	float: left;
	background-color: #1e2b1e;
}

#cwmenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#cwmenu ul li{
	margin: 0px;
	padding: 0px;
}

.main-menu li{
	background: url('/images/system/button.png');
	text-align: center;
	border-bottom: 1px dashed #000000;
	font-size: 16pt;
	font-weight: bold;
}

.main-menu li:hover{
	background-position: 0% -49px;
	background-color: #3e4b3e;
}

.main-menu{
	border: 1px dashed #000000;
	border-bottom: none;
}

.sub-menu{
	padding: 3px;
	border-bottom: 1px dashed #000000;
}

.sub-menu ul
{
	list-style: disc!important;
	margin-left: 15px!important;
	font-size: 11px;	
}

.sub-menu ul li
{
	margin-bottom: 3px!important;
}

.main-menu a{
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
 	height: 27px;
}


a{
	color: #007700;
}

a:hover{
	color: #00F400;
}

#cwmain{
	float: left;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	width: 630px;
	border-left: dashed 1px #c0c0c0;
	
}

#cwfooter{
	width: 896px;
	float: left;
	padding: 2px;
	font-size: smaller;
	text-align: center;
	background-color: #000000;
} 

/* OLD STYLES */
.FixedFont {
	font-family:Consolas, Courier New, Monospace;
	font-size: 12px;
}

 /*BLOG*/
.codeblock{
	font-family:Consolas, Courier New, Monospace;
	border: 1px dashed #ccc;
	/*margin: 10px;*/
	width: 99%;
	height: auto;
	/*max-height: 350px;*/
	overflow-x: scroll;
	background-color: #3f3f3f;
	color: #CCDCDC;
	
}


li .codeblock {
	margin-left: -30px;
}

.share-link{
	text-decoration: none;
	border: 1px dotted #c0c0c0;
	padding: 3px;
	vertical-align: top;
}

.share-link img{
	height: 16px;
	width: 16px;
	border: none;
	vertical-align: top;
}




