/* A 			{ color: #CC9900; font-family: "Trebuchet MS", verdana, arial, sans-serif; text-decoration: none; font-weight:bold; } 
A:link		{ color: #CC9900; text-decoration: none; } 
A:visited	{ color: #CC9900; text-decoration: none; } 
A:active	{ color: #FFCC00;  } 
A:hover		{ color: #FFCC00;  }  */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

/* Links */

a, a:active, a:link {
	text-decoration: none;
	color: #006193;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #fff;
	border-bottom: 1px dotted #438800;
	padding:0;
}

/* body {
	background-color: #c0c0c0;
} */

body {
	font:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;/*  12px/155% */ 
	color:#C0C0C0; 	/*	1. #5B5B5B  /2. #DBDBDB / 3. #D1D1D1 / 4. #B8B8B8 */ /* 5. #C0C0C0 */
	margin: 0; 	padding: 0; 
	background-color: #000;
	/* text-align: center; */
	text-align: left;
}

/* #page{
	background-color: #FFF;
} */

#page{
	background:#070707 url(../../images/bg.jpg) no-repeat center top;	
/* 	border-right:5px solid #1B1B1B;
	border-left:5px solid #1B1B1B; */
}


/* h1 {
	font-family: "Trebuchet MS", verdana,arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	color: #000;
} */

h1 {
	font-family:  "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 1.8em;	
/* 	font-weight: normal; */
	font-weight: normal;
	letter-spacing: -2px;
	padding: 5px 10px 5px 10px;
	overflow:visible;	
}


h2 {
	font-size: 1.7em;
	color: #895F30;
	padding: 20px 10px 5px 10px;	
}
h3 {
	font-size: 1.6em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;	
	color:#ABABAB;
}

p, dl { padding: 10px; margin: 0; }

.body {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	/* font-size: .7em;  */
	font-size: 1em;
	color: #C0C0C0; 
	margin-left:0;

}

.byline, .entryfooter, .trackbackfooter {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .7em;
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #cd9857;
}
.byline{
	clear:both;
}

.commentBody {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .8em; 
	color: #006193; 
	margin-right: 10px;
	margin-bottom: 40px;
}

.commentByLine {
	font-weight: bold;
	clear: left;
}

#blogText {
	padding:0 8px 0 8px;
}
/* headertabs */

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

#nav {
	position: absolute; 
	margin:0; padding: 0;		
	height: 40px;
	width: 900px;	
	left: 0;	top: 35px; 	
	border-bottom: 1px solid #1A1A1A;
}

#nav ul {
	float: left;
	list-style: none;
	width: 880px;		
	height: 40px;
	margin: 0 0 0 5px; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 0 8px;
	font: bold 15px/35px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #5c9a12;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #eee;
	background: none;
	border: none;
}
#nav ul li#current a {	
	color: #0077B5;	
}


/* #banner, #banner a, #banner a:hover {
	/* font-family: "Trebuchet MS", verdana,arial, sans-serif; */	
	/* font-size: 1.4em; */
	/* font-weight: bold; */
	/* background-color: #FFCC00;	 
	font: normal 36px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: white;	
	padding:5px;
	text-decoration: none;
	border-bottom:none;
} */

#header {
	position: relative;
	width: 900px;	
/* 	height: 430px;	 */
	height: 170px;
	margin: 0; padding: 0;		
	background: transparent;
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 36px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
/* 	top: 140px; left: 10px;	 */
	top: 80px; left: 10px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
	width: 400px;
	top: 140px; left: 15px;	
}

input, select, textarea {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 1em; 
	color: #000000; 
}


.menuTitle {
	font-family: verdana, arial, sans-serif; 
	font-size: .7em;
	background-color: #000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 5px;
}

.header, .header a {
	font-family: verdana, arial, sans-serif; 
	font-size: .7em;
	text-align: center;
	font-weight: bold;
}


#calendar{
	width:90%;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-family: verdana, arial, sans-serif; 
	font-size: .9em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color: #77dcf7;
}

.menuBody {
	font-family: verdana, arial, sans-serif; 
	font-size: .65em;
	text-align: left;
	padding: 2px;
	line-height: 14px;
}

.menuBody .header {
	font-size: 1em;
}

.menuBody A {
	font-family: verdana, arial, sans-serif; 
	font-size: 1em;
}

.date {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;  
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .7em; 
	color: #006193; 
	border:1px dotted #1B1B1B;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

#footer-skin {
	background:#070707;
	
}
 #footer-wrap  {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .72em;  
	font-weight:normal;
	color: #C0C0C0; 
	position:relative;
	clear:both;   
 	padding:1em 0 2.5em 0; 
	background:#070707 url(../../images/footer-top.jpg) no-repeat center top;	
	color:#555;
	width:900px; 
	display:block;

}


 /* 
 
 #footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	font: normal .72em 'Trebuchet MS', Tahoma, sans-serif;	
	background: #070707 url(../../images/footer-top.jpg) no-repeat center top;
	color: #555;
	width: 900px;
	float: left;	
	display: inline;
	border-bottom: 50px solid #070707;		
}
*/
#footer-content {	

	margin:0 auto;		
	width: 880px;
	text-align: left;		
	background:none;
}

#footer-content ul.col-list {
	border-top:1px solid #111;
	list-style:none;
	margin:5px 0 0 5px; 
	padding: 0;	
	width:98%;
  background-color:#070707; 
}
#footer-content ul.col-list li {
	border-bottom:1px solid #111;
	background-color:#070707; 
}
#footer-content ul.col-list li a {
	display:block;
	line-height:2em;
	font-weight:bold;
	padding:4px 0 4px 8px;
	width:98%;	
	color:#555;
	border:none;
}
#footer-content ul.col-list li a span {
	color:#444;
	font-style:italic;
	font-weight:normal;
	font-family:Georgia, 'Times New Roman', Times, serif;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color:#fff;
	text-decoration:none;
}

#footer-content .col {
	width:280px;
	padding:0 0 30px 0;			
	display:inline;
	background:#070707;
}
#footer-content .col2 {
	width:285px;
	padding:0 0 30px 0;	
	display:inline;	
	background:#070707;
}
 
#footer-content .space-sep {
	margin-right:12px;
	background:#070707;
}


/* alignment classes */
 
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


/* display and additional classes */
 .clearer { clear: both; }

.clear {
	display:inline-block;
}

.rightMenu {
	border:1px solid #1B1B1B;
	margin:8px;
}

.code {
	font-family: "courier new",courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
	padding: 4px 4px 4px 4px;
	line-height: 15px;
	margin:5px 0 5px 0;	
}

.codePrint {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	padding: 4px 4px 4px 4px;
	line-height: 15px;	
}
.center{
	text-align:center;
}
.entry{
	margin-bottom:.8em;
	padding-bottom:.3em;
	border-bottom:1px solid #1A1A1A;
}
a img{
	border: 0px;
}

.comment, .trackback, .commentAlt, .trackbackAlt{
	border: 1px solid #1A1A1A;
	padding: 10px;
	margin:10px 0;
	position:relative;

}
.commentAlt, .trackbackAlt{
background-color:#1b1b1b;

}
.comment img, .commentAlt img{
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
}

.commentBody, .trackbackBody{
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .7em; 
	color: #cd9857;; 
	margin-bottom: 10px;
}

 #relatedEntriesList {
 	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .7em; 
	color: #cd9857;
 }

.commentByLine, .trackbackByLine {
	font-style: italic;
	font-size: .7em;
}

.addCommentLink,.addTrackbackLink{
	text-align:right;
	}
#trackbacks,#comments{
	margin-top:8px;
	}
#calendar th{
	font-weight: normal;
}
.tbLink{
	font-size:1.1em;
}

.autoImage {
	float: left;
	margin: 0 5px 5px 0;
}

.byline img{
	vertical-align: top;
}

/*==================Forms======================*/
fieldset#commentForm, fieldset#sendForm{
margin:8px;
text-align:left;
}
fieldset#sendForm{
border:none;
}
fieldset#commentForm legend,fieldset#sendForm legend {
font-size: .7em;
font-weight: normal;
color: #000000;
margin: 0px 0px 0px 0px;
padding: 3px 5px 10px 5px;
}
fieldset#commentForm label,fieldset#sendForm label{
float:left;
width:110px
}
fieldset#sendForm label{
width:130px;
}
fieldset#commentForm div,fieldset#sendForm div{
clear:both;
margin-bottom:5px
}
fieldset#commentForm .longLabel{
width:260px
}
fieldset#sendForm .longLabel{
width:200px;
}
fieldset#commentForm .nofLoat,fieldset#sendForm .nofLoat{
float:none
}
fieldset#commentForm #comments,fieldset#sendForm #notes{
width:100%;
height:120px;
overflow: auto;
}
fieldset#sendForm #notes{
width:300px;
}
fieldset#commentForm img{
margin:3px auto
}
fieldset#sendForm img,fieldset#sendForm #submit{
margin-left:200px;
}
#popUpFormBody{
background:#fff;
margin:8px;
}

#nobrdr a{
	outline:none;
	text-decoration:none;
	border:none;
}

/* footer */
/*  #footer-wrap {
	position: relative;
	clear: both; 
	padding: 1em 0 2.5em 0;
	/margin-top: 30px; 
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	background: #070707 url(../images/footer-top.jpg) no-repeat center top;	
	color: #555;
	width: 900px;
	float: left;	
	display: inline;
	border-bottom: 50px solid #070707;	
}
 */
/*  #footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	color: #ABABAB;	
}
#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;		
}
#footer-content ul.col-list {
	border-top: 1px solid #111;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	border-bottom: 1px solid #111;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #555;
	border: none;
}
#footer-content ul.col-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: #fff;
	text-decoration: none;
}

#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;	
	display: inline;	
}
 */
/* 
#footer-content .space-sep {
	margin-right: 12px;
}

/* postmeta */
/* .postmeta {	
	padding: 7px 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #545454;
	border: 1px solid #111;
	background: #111;
}
 *//* .postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #444;	}
.post-info a { color: #BD4200; }
 */
/* alignment classes */
/* 
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

 */
/* display and additional classes */
/* .clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
} */

#content-wrap {
	position: relative;
/* 	clear: both; */
	width: 900px;	
	padding: 0; 		
	margin:0 0 5px 0;	 
	background:none;
	float: left;	
	display: inline;	
/* 	border-top: 1px solid #1A1A1A; */
}
#scmain {}

/* #stateContainer{margin:0 0 0 1em; padding:0;   font-size:1em;} */

h1.landingLink {z-index:9999; border:1px solid #FF0000; text-size:1.6em; }

h1.getListed {background:url(../../images/bg_grad.png)repeat center; border:5px solid #1b1b1b;}

