/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 	Underground
	TEMPLATE CODE:		S-0006
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin: 0;	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333; 
	background: #FFF url(bg.gif) repeat-x;	
}

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CC0001; 
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}
h1 {
	font-size: 115%;
	letter-spacing: .5px;
}
h2 {
	font-size: 110%;	
	text-transform: uppercase; 		
}
h3 {
	font-size: 110%;
	color: #003366;		
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
.imgb {
	border: 0px;
	margin-left: 5px;
	margin-right: 5px;
}
.imgscr {
	border-width: 0px;
	margin-left: 10px;
	margin-right: 10px;
}


h1, h2, h3, p {
	padding: 0;		
	margin: 10px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

.code {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #CC0000;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #CC0000; 
	font-weight: bold;  
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 0px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
select {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}  
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 1px; 
	background: #FFF;
	color: #CC0000;
}
/* search form */
form.search {
	position: absolute;
	top: 5px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: 1px solid #CCC; 
	background: #FFFFFF url(headerbg.gif) repeat-x bottom left; 
	padding: 1px; 
	font-weight: bold; 
	height: 23px;
	color: #333;
	width: 60px;
}

/**********************************
  LAYOUT 
***********************************/
#wrap {
	margin: 0 auto; 
	width: 780px;
}

/* header */
#header {
	position: relative;
	margin: 0; padding: 0;
	height: 60px;
}
#header span#slogan {
	z-index: 3;
	position: absolute;
	left: 3px; bottom: 7px;
	font: bold 1.2em Verdana, Arial, Tahoma,  Sans-serif;	
	color: #FFF;	
}

#header-logo {
	position: relative;
	clear: both;
	height: 50px; 
	margin: 0; padding: 0;	
}
#header-logo #logo {
	position: absolute;
	top: 3px; left: 5px;
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color: #000;
}

/* navigation tabs */
#header ul {
	position: absolute;
   margin:0;
   list-style:none;
	right:-18px ; bottom: 3px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
}
#header #current a span {
   background-position:100% -42px;
}



/**********************************
  LAYOUT1 
***********************************/

/* cnop */
#cnop {
	position: relative;
	margin: 0;
	padding: 0;
	height: 30px;
}

/* navigation tabs */
#cnop ul {
	position: fixed;
        margin:0;
        list-style:none;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
}
#cnop li {
	display:inline;
	margin:0;
	padding:0;
}
#cnop a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#cnop a span {
   float:left;
   display:block;
   background: url(tabrighti.gif) no-repeat right top;
   padding:5px 10px 5px 5px;
   color:#FFF;
   background-color: #000000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#cnop a span {float:none;}
/* End IE5-Mac hack */
#cnop a:hover span {
	color:#FFF;
}
#cnop a:hover {
   background-position:0% -42px;
}
#cnop a:hover span {
	background-position:100% -42px;
}
#cnop #current a {
   background-position:0% -42px;
}
#cnop #current a span {
   background-position:100% -42px;
}


/* main column */
#content {
	float: right;
	margin: 0; padding: 0;
	width: 545px;	
}

#content .entry {
	text-align: justify;
}

#content h1 {
	margin: 10px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #FFF;
	text-transform: uppercase; 
	background-color: #CC0000;	
	letter-spacing: .5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 220px;
	margin: 0; padding: 0; 
	background-color: #FFFFFF; 	
}
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 105% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #333; 
	letter-spacing: 1px;	
}
#sidebar .left-box {
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;	
	background: #FFF;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2; 
	background: url(bullet1.gif) no-repeat 3px 2px;	
	padding: 3px 5px 3px 25px;
	margin: 0;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	padding: 3px 0px;	
	background: none;
}

/* footer */
.footer { 
	clear: both; 	
	border-top: 1px solid #f2f2f2;
	background: #FFF url(footerbg.gif) repeat-x;
	padding: 2px 0 10px 0; 
	text-align: center;  
	line-height: 1.5em;	
	font-size: 95%;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;		
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #CC0000; }
.comments { 
	margin: 20px 10px 5px 10px; 
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1; 	
	border-top: 1px dashed #EFF0F1;	
}

/* Calendar ------------------------------------------------------------------------- */
/* Main Table Setup Incluidng Date Number Fonts, Size and Color */

#calendar {
	margin: 10px 10px 10px 10px;
}

.mainTable {
	background-color: #FFFFFF;
	border: 0px solid #eee;
	width: 178px;
 }

.navTable {
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	width: 178px;
 }

.navTableText {
    font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: Normal;
	text-decoration: none;
	color: #003366;
	}

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 16pt;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;

	}

/* Month and Year Text Setup */
.monthYearText {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: #252216;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 11pt;
	background-color: #ddd;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesText {
    font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: Bold;
	color: #433D27;
	background-image:   url("dayBg.gif");
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #433D27;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	}

/* Color of Today's Date */
.today {
	font-weight: bold;
	background-image:   url("cdef2.gif");
    }

/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-color: #eee;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-color: #fff;
	}
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
	background-color: #D8D8D1;
	}

a.calEvent{
	text-decoration: none;
	color: #000;
	font-weight: Bold;
}

a.calLink {
	text-decoration: none;
}

/* LOGIN FORM ---------------------------------- */

#loginForm form {
	margin: 10px;
	padding: 0;
}

.loginInput {
	width: 100px;
	margin: 0;
	font-size: 90%;
}

#loginForm input image{
	width: 83px;
	height: 19px;
	margin: 0;
}

/* END LOGIN FORM ------------------------------ */

.hide {
	display: none;
	}

/* ADD FORM ---------------------------------- */
#addForm input{
	width: 90%;
	margin: 0;
	padding: 1px 0px;
	font-size: 90%;
	font-family: verdana, sans-serif;
}

html>body #addForm input{
	width: 99%;
	height: 12px;
	margin: 2px 0 0 0;
}

#addForm textarea{
	width: 100%;
	height: 300px;
	margin: 0 0 0 0;
	font-family: verdana, sans-serif;
	font-size: 90%;
}

html>body #addForm textarea{
	width: 98%;
	height: 300px;
	margin: 2px 0 0 0;
}

#addForm select{
	margin: 0 0 0 0;
	font-family: verdana, sans-serif;
	font-size: 90%;
}

html>body #addForm select{
	margin: 2px 0 0 0;
}

#addForm .myFile{
	height: 17px;
}

/* Start Field Sets */

#addForm fieldset{
	margin: 15px 3px 5px 3px;
	padding: 15px;
	color: #aa0000;
	border: solid 1px #ccc;
	background: #eee;
}

#addForm fieldset legend{
	padding: 2px 15px;
	color: #aa0000;
	font-weight: bold;
	border: solid 1px #ccc;
	background: #fff;
}

#addForm fieldset h3{
	border: none;
}

/* End Field Sets ----------------------------------*/

/*- Comments ------------------------------------------------------------------------------ */
.comment {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin: 0 0 15px 0;
}

.commentReply{
	margin: 0 0 20px 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}

.commentReply h3{
	padding: 2px 7px 4px 0px;
	margin: 0px;
	line-height: 17px;
	font-size: 12px;
	color: #aa0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}

.comment h3 {
	padding: 2px 7px 4px 0px;
	margin: 0px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	}

.comment p, .commentReply p{
	font-size: 11px;
}

.comment .datetime, .commentReply .datetime{
	font-size: 10px;
	color: #aaa;
	text-align: right;
	padding: 10px 0 0 0;
}

.addCommentHeader{
	text-align: center;
	font-weight: bold;
	margin: 0 0 15px 0;
	cursor: pointer; 
	cursor: hand;
}
.addCommentHeader a{
	text-decoration: underline;
	color: #a00;
}

.commentHeader{
	text-align: center;
	margin: 15px 0 10px 0;
	padding: 5px 0 5px 0;
	font-size: 120%;
	font-weight:bold;
	background: #eee;
}

#addComment{
	font-size: 11px;
}

.addcenter{
	text-align: center;
	width: 327px;
}

#addComment .myInputname{
	width: 230px;
	border: 1px solid #ccc;
	margin: 2px 0 5px 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#addComment .myInputmail{
	width: 230px;
	border: 1px solid #ccc;
	margin: 2px 0 5px 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#addComment .myInputspam {
	width: 96px;
	height: 15px;
	border: 1px solid #ccc;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#addComment textarea{
	height: 200px;
	width: 99%;
	border: 1px solid #ccc;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#quickAddComment{
	margin: 0;
}



#quickAddComment .myInputname{
	width: 230px;
	border: 1px solid #ccc;
	margin: 2px 0 5px 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#quickAddComment .myInputmail{
	width: 230px;
	border: 1px solid #ccc;
	margin: 2px 0 5px 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#quickAddComment .myInputspam {
	width: 96px;
	height: 15px;
	border: 1px solid #ccc;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#quickAddComment textarea{
	height: 200px;
	width: 99%;
	border: 1px solid #ccc;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}


.quickReply{
	height: 100px;
	width: 99%;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.note{
	font-size: 10px;
	color: #666;
	line-height: 1em;
	text-align: center;
}

#addComment .button, .button {
	font-size: 11px;
	font-weight:bold;
	padding:1px 5px;
	cursor:pointer;
}

/*- end comments ------------------------------------------------- */

.inTerraCut{
	font-size: 100%;
}

.inTerraCut a{
	font-weight: bold;
}

.searchInput{
	width: 95%;
}

.searchtext {
	 font-size: 10px;
}

#batons {
	margin: 10px;
	padding: 0;
}

#skipLinks{
	width: 150px;
	padding: 10px 0 10px 0;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	font-weight: bold;
}

.divscr {
	text-align: center;
}

