/*  
Theme Name: Konductra
Theme URI: http://www.konductra.com/
Description: The default Konductra website skin.
Version: 1.0a
Author: Marshal Hernandez
Author URI: http://www.marshalhernandez.com/
*/


/* ---------------------------------------------------------------- 
   ------------------- PAGE SETUP   ------------------------------- 
   ---------------------------------------------------------------- */


/*	Zeroing out any browser default margins and paddings */

* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	background: #000000;
	background-image:url(images/bkgrnd_grid.png);
	}
		
html>body { } /* for modern browsers that can resize px */

#wrap {
	position: relative; /* to keep the header inside */
	height: 100%; /* to fill the window */
	width: 770px;
	margin: 0 auto; /* auto centers the div */
	text-align: left; /* after centering #wrap above we return to normal alignment */
	}

#middle {
	position: relative;
	height: auto; /* pushing the footer below content when longer then window */
	min-height: 100%; /* for modern browsers, to push the footer down to the bottom of the window */
	margin-bottom: -120px; /* height of footer */
	width: 770px;
	background: transparent url(images/kond_cols.png) repeat-y;
	}

#middle:after { /* this will keep the floats contained, for modern browsers */
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
    }

* html #wrap, * html #middle {
	height: 100%; /* for IE because it doesn't do min-height */
	}

#main {
	position: relative; /* IE float bug workaround */
	float: left;
	width: 590px; /* width of #content + #nav + shadow-margin */
	}

* html #xtra, * html #nav, * html #content {
	overflow: hidden; /* this way IE doesn't mess with our sizes */
	padding-top: 260px; /* for some mysterious reason IE needs a bit more */
	}

/*	Some block elements that influence div sizes and positioning	 */

h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	}

#tagline {
	text-indent: -9999px;
	}
	
/* ---------------------------------------------------------------- 
   ------------------- END OF PAGE SETUP   ------------------------  
   ---------------------------------------------------------------- */




/* ----------------------------------------------------------------
   ------------------- INDEX ELEMENT SETUP   ----------------------
   ---------------------------------------------------------------- */

.main_content {
	position:relative;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	font-variant: small-caps;
	background-image: url(images/main_content_bar.png);
	color: #8E8347;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B19401;
	padding-top: 2px;
	background-repeat: repeat;
	padding-right: 35px;
	padding-bottom: 0px;
	float: none;
	clear: both;
	}

.main_content_time {
	position:relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: left;
	padding-top: 2px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B19401;
	color: #CCCCCC;
	padding-right: 0px;
	padding-bottom: 0px;
	}
	
.main_content_descrip {
	position:relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	padding-top: 10px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B19401;
	color: #CCCCCC;
	padding-bottom: 12px;
	font-weight: lighter;
	padding-right: 25px;
	}
	
.main_content_more {
	position:relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: right;
	padding-top: 2px;
	color: #CCCCCC;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B19401;
	}

.main_content_posted {
	position: relative;
	font-size: 7pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4D4400;
	overflow: hidden;
	margin-bottom: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B19401;
	padding-left: 3px;
	background-color: #B19500;
	background-image: url(images/main_content_bar.png);
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
	

	
* html .main_content{
	width: 270px;
	margin-left: 2px;
	margin-bottom:-1px;
} /* IE bug fix */

* html .main_content_time{ float: left; width: 279px; margin: 1px; margin-bottom:-1px;} /* IE bug fix */
* html .main_content_descrip{ float: left; width: 265px; margin: 1px; margin-bottom:-1px; } /* IE bug fix */
* html .main_content_more{ float: left; width: 265px; margin: 1px; margin-bottom:-1px; } /* IE bug fix */
* html .main_content_posted{ float: left; width: 279px; margin: 1px; margin-bottom:25px; } /* IE bug fix */
	
.main_content_reg {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color: #FFFFFF;
	}
	
h1 a:link {
	text-decoration: none;
	}

h1 a:visited {
	text-decoration: none;
	}
	
h2 a:link {
	color: #524501
	text-decoration: none;
	}

h2 a:visited {
	text-decoration: none;
	}
h3 a:link {
	text-decoration: none;
	}

h3 a:visited {
	text-decoration: none;
	}
	
h4 a:link {
	text-decoration: none;
	}

h4 a:visited {
	text-decoration: none;
	}
	
h5 a:link {
	text-decoration: none;
	}

h5 a:visited {
	text-decoration: none;
	}
	
h6 a:link {
	text-decoration: none;
	}

h6 a:visited {
	text-decoration: none;
	}
	
p {
	color: #CCCCCC;
	text-decoration: none;
	}	

/* ----------------------------------------------------------------
   ------------------- END INDEX ELEMENT SETUP  -------------------
   ---------------------------------------------------------------- */



/* ----------------------------------------------------------------
   ------------------- #HEADER  -----------------------------------
   ---------------------------------------------------------------- */

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 240px;
	width: 100%;
	overflow: hidden;
	z-index: 3; /* to show it on top */
	background: transparent url(images/kond_top.png) no-repeat;
	}

/*	Placing the header image and making it a clickable link	 */

#header h1 a {
	text-indent: -9999px;
	display: block;
	position: relative;
	top: 50px;
	left: 15px;
	width: 550px;
	height: 190px;
	background-color: transparent;
	background-image: url(/images/kond_header_pt1.png);
	background-repeat: no-repeat;
	}
	
#promo {
	position: absolute;
	top: 50px;
	left: 565px;
	height: 190px;
	width: 190px;
	overflow: hidden;
	z-index: 4; /* to show it on top */
	background: transparent url(images/kond_header_pt2.png) no-repeat;
	}
	
/*	Placing the Promo image and making it a clickable link	 */
	
#promo h1 a {
	text-indent: -9999px;
	display: block;
	top: 50px;
	left: 565px;
	width: 190px;
	height: 190px;
	background-color: transparent;
	background-image: url(/images/kond_header_pt2.png);
	background-repeat: no-repeat;
}
	
/* ----------------------------------------------------------------
   ------------------- END OF #HEADER FORMATTING ------------------
   ---------------------------------------------------------------- */


	
/* ----------------------------------------------------------------
   ------------------- #NAV  --------------------------------------
   ---------------------------------------------------------------- */

#nav {
	position: relative;
	float: left;
	/* so that the content will not overlap with the header or footer */
	padding-top: 240px; /* height of header + a little extra */
	padding-bottom: 140px; /* height of footer + a little extra */
	width: 275px;
	margin-left: 25px;
	}
* html #nav { margin-left: 12px; } /* IE bug fix */

#nav caption {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	margin: 1.5em 15px .5em;
	}

#nav a:link {
	text-decoration: none;
	color: #8E8347;	
	}
	
#nav a:visited {
	color: #A05000;	
	text-decoration: none;
	}

#nav a:hover {
	color:#FFFFFF;
	text-decoration: none;
	}	


#nav th {
	background-color:#000000;
	border-top: 1px solid #002BFF;
	border-left: 1px solid #002BFF;
	}
	
#nav td {
	background-color:#000000;
	border-top: 1px solid #002BFF;
	border-left: 1px solid #002BFF;
	}

#nav table {
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	}


#nav tbody a:link {
	display: block;
	background: #9bf;
	color: #444;
	}
	
#nav tbody a:visited {
	display: block;
	background: #b9f;
	color: #444;
	}
	 
#nav tbody a:hover, #nav table a:active {
	display: block;
	background: #def;
	color: #444;
	}
	
#nav h3.cur_rank_score_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: small-caps;
	color: #FBD200;
	padding-top: 15px;
	padding-bottom: 8px;
	padding-left: 1px;
	}
	
#nav span.rank_table_nav {
	padding-left: 1px;
	}
	
#nav span.rank_table_nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E4201;
	background-image: url(images/rank_tab_up.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 20px;
	}
#nav span.rank_table_nav a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/rank_tab_down.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 20px;
	}
	
#nav p.score_table_nav {
	padding-left: 1px;
	}

#nav p.score_table_nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E4201;
	background-image: url(images/rank_tab_up.png);
	background-repeat: repeat-x;
	text-align: center;
	height: 20px;

	}
	
#nav p.score_table_nav a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/rank_tab_down.png);
	background-repeat: repeat-x;
	text-align: center;
	height: 20px;
	}	

#nav p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}
	
#nav p.advance_link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F18D00;
	}

#nav table.trailer{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #0000FF;
	padding: 5px;
	background-color: #000000;
	width: 267px;
	}
	
#nav table.trailer img{
	margin-right:10px;
	margin-top:5px;
	}

#nav table.trailer th {
    padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#nav table.trailer td {
    padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

	
/* ----------------------------------------------------------------
   -------------------END OF #NAV FORMATTING ----------------------
   ---------------------------------------------------------------- */	






/* ----------------------------------------------------------------
   ------------------- #CONTENT -----------------------------------
   ---------------------------------------------------------------- */

#content {
	position: relative;
	float: right;
	width: 280px;
	/* so that the content will not overlap with the header or footer */
	padding-top: 240px; /* height of header + a little extra */
	padding-bottom: 140px; /* height of footer + a little extra */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#content p.main_content_posted {
	position: relative;
	font-size: 7pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4D4400;
	overflow: hidden;
	margin-bottom: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B19401;
	padding-left: 3px;
	background-color: #B19500;
	background-image: url(images/main_content_bar.png);
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
	
#content p {
	color: #CCCCCC;
	text-decoration: none;
	padding-bottom: 10px;
	}	
	
#content a:link {
	text-decoration:none;
	color: #FFFFFF;
	}
	
#content a:visited {
	text-decoration:none;
	color: #FFFFFF;
	}
	
#content a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	}

#content h2.main_content a:link, #content h2.main_content a:visited {
		text-decoration:none;
		color: #4D4400;
		}
	
#content p.main_content_posted a:link, #content p.main_content_posted a:visited {
		text-decoration:none;
		color: #4D4400;
		}
	
/* ----------------------------------------------------------------
   -------------------END OF #CONTENT FORMATTING ------------------
   ---------------------------------------------------------------- */





/* ----------------------------------------------------------------
   ------------------- #EXTRA -------------------------------------
   ---------------------------------------------------------------- */

#xtra {
	position: relative;
	float: right;
	width: 165px;
	/* so that the content will not overlap with the header or footer */
	padding-top: 240px; /* height of header + a little extra */
	padding-bottom: 140px; /* height of footer + a little extra */
	margin-right: 15px;
	z-index:2;
	}

.xtra_searchform {
	text-align: center;
	height: 60px;
	width: 145px;
	float: none;
	padding-top: 25px;
	position: relative;
	background-image: url(images/search_bckgrnd.png);
	background-repeat: no-repeat;
	padding-left: 19px;

	}
	
#xtra a:link {
	color:#4E4201;
	text-decoration: none;
	}
	
#xtra a:visited {
	color: #001A9F;
	text-decoration: none;
	}

#xtra a:hover {
	color:#FFFFFF;
	text-decoration: none;
	}


#xtra h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4E4201;
	text-align: left;
	padding-right: 10px;
	padding-left: 20px;
	font-variant: small-caps;
	background-image: url(images/h3_bckgrnd.png);
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 4px;

	}
	
#xtra li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001A9F;
	list-style-position: inside;
	padding-right: 10px;
	padding-left: 25px;
	padding-bottom: 3px;
	list-style-type: none;
	}
	
* html #xtra li{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001A9F;
	list-style-position: outside;
	padding-right: 10px;
	padding-left: 25px;
	padding-bottom: 3px;
	list-style-type: none;
	} /* IE bug fix */
	
/* ----------------------------------------------------------------
   ------------------- END OF #EXTRA FORMATTING -------------------
   ---------------------------------------------------------------- */





/* ----------------------------------------------------------------
   ------------------- #FOOTER ------------------------------------
   ---------------------------------------------------------------- */

#footer {
	position: relative;
	width: 100%;
	height: 120px;
	background: transparent url(images/kond_botm.png) no-repeat;
	}
	
#footer a:link {
	font-size: 9px;
	color:#2E00D8;
	text-decoration: none;
	}
	
#footer a:visited {
	font-size: 9px;
	color:#2E00D8;
	text-decoration: none;
	}

#footer p {
	position: absolute; /* otherwise it gets pushed aside */
	top: 17px;
	width: 540px;
	text-align: left;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 35px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2E00D8;
	}

#footer p.footer_power{
	text-align:center;
	}


/* ----------------------------------------------------------------
   ------------------- END OF #FOOTER FORMATTING ------------------
   ---------------------------------------------------------------- */





/* ----------------------------------------------------------------
   ------------------- #PAGES  ----------------------------------
   ---------------------------------------------------------------- */
#pages {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding-right: 15px;
	padding-top: 15px;
	font-weight: lighter;
	}


#pages h2.pages_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FBD200;
	font-variant: small-caps;
	}
	
#pages p {
	color: #CCCCCC;
	text-decoration: none;
	padding-bottom: 10px;
	}

#pages p.edit_link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	padding-top: 5px;
	}

#pages p.edit_link a{
	color: #FBD200;
	}

#pages p.edit_link a:hover{
	color: #FFFFFF;
	}

#pages p.edit_link a:visited{
	color: #BB99FF;
	}


/* ----------------------------------------------------------------
   ------------------- END OF PAGES FORMATTING ------------------
   ---------------------------------------------------------------- */
   
   
   

/* ----------------------------------------------------------------
   ------------------- #ARCHIVE  ----------------------------------
   ---------------------------------------------------------------- */

#archive {
	padding-top: 15px;
	}
	
#archive h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FBD200;
	font-variant: small-caps;
	padding-bottom: 15px;
	}
	
#archive p.main_content_posted {
	position: relative;
	font-size: 7pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4D4400;
	overflow: hidden;
	margin-bottom: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B19401;
	padding-left: 3px;
	background-color: #B19500;
	background-image: url(images/main_content_bar.png);
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	}

#archive p {
	color: #CCCCCC;
	text-decoration: none;
	padding-bottom: 10px;
	}

#archive p.main_content_more a:link {
	color:#FBD200;
	}

#archive p.main_content_more a:hover {
	color:#FFFFFF;
	}

#archive p.main_content_more a:visited {
	color:#BB99FF;
	}
	
#archive a:link {
	text-decoration:none;
	color: #FFFFFF;
	}
	
#archive a:visited {
	text-decoration:none;
	color: #FFFFFF;
	}
	
#archive a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	}

#archive h3.main_content a:link, #archive h3.main_content a:visited {
		text-decoration:none;
		color: #4D4400;
		}
	
#archive p.main_content_posted a:link, #archive p.main_content_posted a:visited {
		text-decoration:none;
		color: #4D4400;
		}
	
	
/* The archive div uses the established formatting for postings
	which can be found above under INDEX ELEMENT SETUP */	


/* ----------------------------------------------------------------
   ------------------- END OF ARCHIVE FORMATTING ------------------
   ---------------------------------------------------------------- */
  
  
  

/* ----------------------------------------------------------------
   ------------------- #SEARCH ----------------------------------
   ---------------------------------------------------------------- */

#search {
	padding-top: 15px;
	}
	
#search h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FBD200;
	font-variant: small-caps;
	padding-bottom: 15px;
	}
	
#search p.main_content_posted {
	position: relative;
	font-size: 7pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4D4400;
	overflow: hidden;
	margin-bottom: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B19401;
	padding-left: 3px;
	background-color: #B19500;
	background-image: url(images/main_content_bar.png);
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	}


#search p {
	color: #CCCCCC;
	text-decoration: none;
	padding-bottom: 10px;
	}

#search p.main_content_more a:link {
	color:#FBD200;
	}

#search p.main_content_more a:hover {
	color:#FFFFFF;
	}

#search p.main_content_more a:visited {
	color:#BB99FF;
	}
	
#search a:link {
	text-decoration:none;
	color: #FFFFFF;
	}
	
#search a:visited {
	text-decoration:none;
	color: #FFFFFF;
	}
	
#search a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	}

#search h3.main_content a:link, #search h3.main_content a:visited {
		text-decoration:none;
		color: #4D4400;
		}
	
#search p.main_content_posted a:link, #search p.main_content_posted a:visited {
		text-decoration:none;
		color: #4D4400;
		}
	
	
/* The archive div uses the established formatting for postings
	which can be found above under INDEX ELEMENT SETUP */	


/* ----------------------------------------------------------------
   ------------------- END OF SEARCH FORMATTING ------------------
   ---------------------------------------------------------------- */


   
/* ----------------------------------------------------------------
   ------------------- #SINGLE  ----------------------------------
   ---------------------------------------------------------------- */

#single {
	padding-top: 15px;
	}
	
#single h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FBD200;
	font-variant: small-caps;
	padding-bottom: 15px;
	}
	
#single p.main_content_posted {
	position: relative;
	font-size: 7pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4D4400;
	overflow: hidden;
	margin-bottom: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B19401;
	padding-left: 3px;
	background-color: #B19500;
	background-image: url(images/main_content_bar.png);
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	}

	
#single p {
	color: #CCCCCC;
	text-decoration: none;
	padding-bottom: 10px;
	}

#single p.main_content_more a:link {
	color:#FBD200;
	}

#single p.main_content_more a:hover {
	color:#FFFFFF;
	}

#single p.main_content_more a:visited {
	color:#BB99FF;
	}
	
#single a:link {
	text-decoration:none;
	color: #FFFFFF;
	}
	
#single a:visited {
	text-decoration:none;
	color: #FFFFFF;
	}
	
#single a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	}

#single h3.main_content a:link, #single h3.main_content a:visited {
		text-decoration:none;
		color: #4D4400;
		}
	
#single p.main_content_posted a:link, #single p.main_content_posted a:visited {
		text-decoration:none;
		color: #4D4400;
		}
	
	
/* The archive div uses the established formatting for postings
	which can be found above under INDEX ELEMENT SETUP */

/* ----------------------------------------------------------------
   ------------------- END OF SINGLE FORMATTING ------------------
   ---------------------------------------------------------------- */





/* ------------------------------------------------------------------
   ------------------- NAV FORMATTING  -----------------------------
   ---------------------------------------------------------------- */

p.nav {
	color:#FBD200;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#single span.prev a:link {
	color:#FBD200;
	}

#single span.prev a:hover {
	color:#FFFFFF;
	}

#single span.prev a:visited {
	color:#BB99FF;
	}

#single span.next a:link {
	color:#FBD200;
	}

#single span.next a:hover {
	color:#FFFFFF;
	}

#single span.next a:visited {
	color:#BB99FF;
	}

/* ----------------------------------------------------------------
   ------------------- END OF NAV FORMATTING ------------------
   ---------------------------------------------------------------- */




/* ----------------------------------------------------------------
   ------------------- #COMMENTS  ----------------------------------
   ---------------------------------------------------------------- */

#comments {
	font-size:10px;
	padding-right: 15px;
	}

#comments p {
	padding-bottom: 10px;
	}

#comments_label {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FBD200;
	padding-bottom: 3px;
	}

.commentlink {
	text-align: right;
	}

#comments p.posted {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B19401;
	padding-top: 3px;
	}
	
#comments p.posted a{
	color: #FBD200;	
	}

#comments p.posted a:hover{
	color:#FFFFFF;
	}
	
#comments p.posted a:visited{
	color:#BB99FF;
	}	

.commentlist {
	list-style: none;
	}

.commentlist li {
	color: #000000;
	font-style: normal;
	margin: 2em 0;
	}

.commentlist p {
	margin: .6em 0;
	color: #CCCCCC;
	}
	
.author {
	border-top-color: #759;
	border-right-color: #759;
	border-bottom-color: #759;
	border-left-color: #759;
	color: #CCCCCC;
	}

#postcomment {
	text-align: left;
	padding-left: 4px;
	padding-top: 10px;
	}

#respond {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FBD200;
	padding-bottom: 5px;	
	}

input#submitComment {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	}

input#submitComment:hover {
	cursor: pointer;
	}
	
textarea {
	width: 260px;
	border: 1px solid #4E4201;
	}


/* ----------------------------------------------------------------
   ------------------- END OF #COMMENT FORMATTING -----------------
   ---------------------------------------------------------------- */