body 
{
	margin: 30px 0px 0px 0px;
	padding: 0;
	background: #000000;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


html
{
	scrollbar-face-color: black; 
	scrollbar-arrow-color: #CCCCCC; 
	scrollbar-track-color: black; 
	scrollbar-shadow-color: ''; 
	scrollbar-highlight-color: ''; 
	scrollbar-3dlight-color: ''; 
	scrollbar-darkshadow-Color: '';	
}

h1, h2, h3 
{
	margin-top: 0;
}

h1 
{
	font-size: 1.6em;
	font-weight: normal;
}

h2 
{
	font-size: 1.6em;
}

h3 
{
	font-size: 1em;
}

ul 
{
}

a 
{
	text-decoration: none;
	color: #2C4449;
}

a:hover 
{
	border-bottom: none;
}

a img 
{
	border: none;
}

img.left 
{
	float: left;
	margin: 0 20px 0 0;
}

img.right 
{
	float: right;
	margin: 0 0 0 20px;
}

#header 
{
	width: 960px;
	margin: 0 auto;
}

/* Header */

#logo 
{
	width: 960px;
	height: 191px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

#logo h1, #logo p 
{
	margin: 0;
	color: #FFFFFF; 	
	
}

#logo span 
{
	color: #11ff00;
}

#logo h1 
{
	padding: 25px 0 0 40px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 4.8em;	
}

#logo p 
{
	text-transform: lowercase;
	padding: 4px 0 0 43px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #116600;
}

#logo a 
{
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu 
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 55px;
	padding-top: 35px;
	background: url(images/img01.jpg) repeat-x left top;
}

#menu ul 
{
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
}

#menu li 
{
	float: left;
	display: inline;
}

#menu a 
{
	height: 40px;
	margin: 0;
	/* padding: 40px 30px 0 30px; */
    padding: 40px 4px 0 35px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	/* color: #FFFFFF; */
    color: #eeff00;
}

#menu a:hover 
{
	color: #FFFFFF;
}

/* Wrapper */

#wrapper 
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img03.jpg) no-repeat left top;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border-bottom: 1px #2C4449 solid;
}

/* Content */

#content {
	float: left;
	width: 460px;
	margin: 0px 20px 20px 20px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
	border-bottom: 1px #2C4449 solid;
}

.post h1 {
	font-weight: normal;
}

.title 
{
	margin: 0;
	padding: 30px 0 4px 0px;
	font-size: 28px;
	font-weight: normal;
	color: #cc3300;
}

.title a 
{
	border-bottom: none;
    color: #cc3300;
}

.title a:hover 
{
	border-bottom: 1px dotted #000000;
}

.byline {
	margin: 10px 0px 20px 0px;
	padding: 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0px 0px;
}

/* Sidebars */

#sidebar1 {
	float: left;
	width: 230px;
}

#sidebar2 {
	float: right;
	width: 230px;
}

.sidebar {
	float: left;
	padding: 0;
	color: #737373;
}

.sidebar ul {
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	background: none;
	padding-bottom: 20px;
}

.sidebar li li {
	margin: 0px 15px;
	padding: 8px 0px;
	border-bottom: 1px #314A4F dashed;
	background: none;
}


.sidebar li h2 {
	height: 26px;
	margin: 0 15px;
	padding: 14px 15px 0px 0px;
	border-bottom: 1px #2C4449 solid;
	text-transform: capitalize;
	font-size: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #eeff00;
}

.sidebar a {
	color: #BDBDBD;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 20px 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 10px 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 0 20px;
	border-top: 1px solid #2C4449;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #737373;
}

#footer a {
	color: #BDBDBD;
}

#footer .link {
}

#footer .copyright {
}

/* ----- Added Classes ----- */

.clsTextBoxID 
{
	margin: 10px 0 0 15px;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	border: 1px solid #333333;
	background: #000000;
	font-size: 10px;
	color: #CCCCCC;
}

.clsTextBoxPW 
{
	margin: 2px 0 0 15px;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	border: 1px solid #333333;
	background: #000000;
	font-size: 10px;
	color: #CCCCCC;
}

.clsButton 
{
	margin: 2px 0 0 15px;
	padding: 2px 5px;
	height: 15px;
	background: #666666;
	border: 1px solid #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
}

.clsBold
{
	color: Teal;
}

.clsSliderBox 
{
	margin: 0;
	padding: 2px 2px;
	width: 25px;
	height: 18px;
	border: 1px solid #333333;
	background: #000000;
	font-size: 10px;
	color: #CCCCCC;
}

.clsSliderResult 
{
	margin: 0;
	padding: 2px 2px;
	width: 50px;
	height: 18px;
	border: 1px solid #333333;
	background: #000000;
	font-size: 10px;
	color: #CCCCCC;
}

#fullpage 
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#fullcontent 
{
	width: 96%;
	margin: 0px 20px 20px 20px;
}

.clsCodeTextBox 
{
	margin: 0;
	padding: 2px 2px;
	width: 900px;    /* 880px */
	height: 950px;
	border: 1px solid #333333;
	background: #000000;
	font-size: 12px;
	color: #CCCCCC;
}

.clsExpandPara
{
	width: 900px;  /* 880px */
}

.clsjQueryTextBox 
{
	margin: 0;
	padding: 2px 2px;
	width: 900px;   /* 880px */
	height: 320px;
	border: 1px solid #333333;
	background: #000000;
	font-size: 12px;
	color: #CCCCCC;
}

.clsExpandTitle 
{
	margin: 0;
	font-weight: normal;
	width: 975px;  /* 880px */
}

.clsH2
{
	margin: 0;
	padding: 30px 0 4px 0px;
	font-size: 28px;
	font-weight: normal;
	color: #cc3300;
}

.clsH3
{
	font-size: 10pt;
	color: Teal;
}

.SearchTerm  /* Used by Free Link Exchange */
{
	margin: 0;
	padding: 2px 2px;
	width: 200px;
	height: 50;
	border: 1px solid #333333;
	background: #000000;
	font-size: 10px;
	color: #CCCCCC;
}

.SearchSelectBox   /* Used by Free Link Exchange */
{
	margin: 0;
	padding: 2px 2px;
	width: 100px;
	height: 50;
	border: 1px solid #333333;
	background: #000000;
	font-size: 10px;
	color: #CCCCCC;
}

.SearchSubmit    /* Used by Free Link Exchange */
{
	margin: 0;
	padding: 2px 5px;
	height: 50;
	background: #000000;
	border: 1px solid #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

/* Start Links Now */
.lp_category_tbl { width: 700px; border:1px solid black; }
.lp_link_list_tbl { width: 700px; border:1px solid black; }
.lp_category { border:0px solid black; text-align: center; }

.lp_search_text 
{ 
	font-family: arial, helvetica, sans-serif; 	
	margin: 0;
	padding: 2px 2px;
	width: 200px;
	height: 50;
	border: 1px solid #333333;
	background: #000000;
	font-size: 10px;
	color: #CCCCCC;	
}

.lp_nav_links { font-size:10pt; color: #D56E22; font-family: arial, helvetica, sans-serif;}
.lp_top_nav_lnk { font-size:10pt; color: #D56E22; font-family: arial, helvetica, sans-serif;}

.lp_search_btn 
{ 
	margin: 0;
	padding: 2px 5px;
	height: 50;
	background: #666666;
	border: 1px solid #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.lp_cat_link { font-size:10pt;  color: #D56E22; font-family: arial, helvetica, sans-serif;}
.lp_link_desc { font-size:10pt; color: black; margin-bottom: 5px; font-family: arial, helvetica, sans-serif; margin-top: 5px; }
.lp_link_title { font-size:10pt; color: #D56E22; margin-bottom: 5px; font-family:arial, helvetica, sans-serif; margin-top: 5px;}
.lp_nav { font-size:10pt; text-align: left; color: black; margin-top: 5px; font-family: arial, helvetica, sans-serif; margin-bottom: 5px;}
.lp_nav_txt { font-size:10pt; margin-bottom: 5px; color: black; font-family: arial, helvetica, sans-serif; margin-top: 5px; text-align: center;}
/* End Links Now */

/* Shop Zilla Ads */
#shopzads
{
	background-color: #000000;
	text-align: center			
}

/* Free Stuff Ads */
.freestuff
{
 text-align:center;
}



