/*  
Theme Name: Darknight
Theme URI: http://www.skinpress.com/darknight-free-wp-theme/
Description: Download free wordpress themes @ <a href="http://www.skinpress.com/">SkinPress.com</a>
Version: 7.0
Author: SkinPress.com
Author URI: http://www.skinpress.com/


*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#929295;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background:#151519;
	color:#929295;
}
#page{
	width:960px;
	margin:0 auto;
	padding: 17px 0 30px 0;
}
/* HEADER */

#header{
	width:100%;
	height:133px;
	background:url(images/bgr_header.gif) no-repeat;
}
#header #logo{
	padding:26px 0 0 37px;
	float:left;
}
#header #logo a{
	color:#fff;
	font-size:46px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	text-transform: uppercase;
}
#header #logo a:hover{
	text-decoration:none;
}
#header #logo p{
	font-size:14px;
	color:#b4b4b4;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*main_search*/
#main_search{
	width:293px;
	float: right;
}
#searchform_top{
	float:left;
	padding:100px 0 0 0;
}
#searchform_top_text{
	width:186px;
	padding:6px;
	color:#939394;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	background:none;
	border:0;
	margin:1px 5px 0 0;
}
#gosearch{
	float:left;
}
/*board*/
#board{
	width:100%;
	height:277px;
	overflow:hidden;
	background:#000;
	border-bottom: 6px solid #2d2d30;
}
#board_items{
	width:628px;
	padding:15px 0 0 20px;
}
#board_body{
	width:100%;
}
#board_carusel{
	width:628px;
	height:154px;
	position:relative;
}
#board_carusel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.board_item{
	width:628px;
	height:154px;
	overflow:hidden;
}
#board_body h2{
	color:#707072;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	margin:0 0 15px 0;
}
#board_body strong{
	font-size:13px;
	color:#fff;
	line-height:16px;
	display:block;
	padding: 0 0 10px 0;
}
#board_body p{
	font-size:13px;
	color:#a0a0a1;
	line-height:1.6em;
	padding: 0 0 10px 0;
}
#board_body p img{
	float:left;
	margin:0 10px 0 0;
	width:232px;
	height:154px;
}
#board_body p a{
	color:#fff;
}
#board_body p.more a{
	color:#fff;
	background: #4f0708;
	float: left;
	padding: 5px 10px 5px 10px;
}

#board_carusel_nav{
	width:100%;
	overflow:hidden;
	padding: 15px 0 0 0;
}
#board_carusel_nav ul{
	float:left;
}
#board_carusel_nav li{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	padding:0 2px 0 0;
}
#board_carusel_nav a{
	display:block;
	float:left;
	background:#29292c;
	text-align:center;
	padding:2px 6px 2px 6px;
	color:#a9a9ab;
}
#board_carusel_nav a.selected, #board_carusel_nav a:hover{
	text-decoration:none;
	font-weight:bold;
	background:#790000;
	color:#c99999;
}
/* BODY */

#body{
	width:100%;
	background:url(images/bgr_body.gif) repeat-y;
	overflow:hidden;
	border-top: 7px solid #000;
	border-bottom: 20px solid #24242b;
}
#content{
	width:657px;
	float:left;
}
#sidebar{
	width:293px;
	float:right;
}
/* post */
.post{
	width:580px;
	overflow: hidden;
	margin:30px 0 40px 36px;
}
.post .post_top{
	width:100%;
	overflow:hidden;
	margin:0 0 10px 0;
	border-bottom: 1px solid #3a3a41;
}

.post .post_title{
	margin:0 0 10px 0;
}

.post_title h2{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	color:#fff;
}
.post_title h2 a{
	color:#fff;
}
.post_top_data{
	width:100%;
	overflow:hidden;
	clear:both;
}
.post .post_top p{
	font-size:13px;
	line-height:1.4em;
	padding:5px 10px 5px 10px;
	color:#5c5c5f;
	background: #16161a;
}
.post .post_top p a{
	color:#000;
}
.post .post_top .post_author{
	color:#fff;
	border-bottom: 1px solid #3a3a41;
	background: none;
	padding:0 0 8px 0;
}
.post .post_author span, .post .post_top .post_author a{
	font-weight:bold;
	color:#fff;
}
.post .post_top .post_cats, .post .post_top .post_tags{
	font-weight:bold;
}
.post .post_cats span, .post .post_top .post_cats a{
	color:#5c5c5f;
	font-weight:normal;
}
.post .post_tags span, .post .post_top .post_tags a{
	color:#5c5c5f;
	font-weight:normal;
}
.entry{
	line-height:20px;
	font-size:13px;
	width:100%;
	overflow:hidden;
}
.entry .banner{
	text-align:center;
	padding:0 0 10px 0;
}
.entry .banner img{
	border:0;
	padding:0;
}
.banner_left{
	float:left;
	padding:0 20px 10px 0;
}
.entry .banner_left img{
	border:0;
	padding:0;
}
.entry p{
	padding-bottom:15px;
}
.entry p a{
	font-weight:bold;
	text-decoration:underline;
}
.entry p a:hover{
	text-decoration:none;
}
.entry .more-link{
	color:#fff;
	display:block;
	background: #000;
	margin:10px 0 0 0;
	float: left;
	padding: 5px 12px 5px 12px;
	text-decoration: none;
}
.entry .more-link:hover{
	text-decoration: underline;
}

h2.page_title{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:normal;
	font-style: italic;
	margin:0 0 10px 0;
	padding: 0 0 0 2px;
	border-bottom: 1px solid #3a3a41;
}

.post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	font-weight:normal;
}
.post-page .entry h1{
	font-size:26px;
	padding:0 0 14px 0;
}

.post-page .entry h2{
	font-size:24px;
	padding:0 0 14px 0;
}

.post-page .entry h3{
	font-size:22px;
	padding:0 0 12px 0;
}

.post-page .entry h4{
	font-size:20px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:18px;
	padding:0 0 8px 0;
}

.post-page .entry h6{
	font-size:16px;
	padding:0 0 6px 0;
} 

/* SIDE BAR */
/*sidebar_twitter*/
#sidebar_twitter{
	width:232px;
	background: #19191e url(images/bgr_sidebar_twitter.gif) no-repeat right bottom;
	border-bottom: 10px solid #000;
	padding: 15px;
}
#sidebar_twitter h2{
	font-size:23px;
	line-height:1.3em;
	color:#fff;
	font-weight:normal;
	margin: 0 0 10px 0;
}
#twitter_update_list{
	font-size:13px;
	line-height:1.5em;
	padding:0 5px 0 5px;
}
#twitter_update_list li{
	padding:0 0 10px 0;
	color:#8c8c8f;
}
#twitter_update_list a{
	font-size:12px !important;
	font-style:italic;
	display:block;
	color:#8c8c8f;
	font-weight:bold;
	margin:8px 0 0 0;
}
#twitter_update_list span a{
	font-style:normal;
	font-weight:normal;
	display:inline;
	color:#8c8c8f;
	margin:0;
}
#sidebar_twitter p.link{
	width: 100%;
	overflow: hidden;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}
#sidebar_twitter p.link a{
	color:#4681a8;
	background: #000;
	display: block;
	float: left;
	padding: 4px 10px 4px 10px;
}
/* ADS */
#sidebar_ads{
	width:274px;
	overflow:hidden;
	background: #000;
}
#sidebar_ads div{
	float:left;
	padding:0 12px 13px 0;
}
#sidebar_ads div img{
	float:left;
}
/*sidebars*/
.sidebar_widgets{
	font-size:13px;
	line-height:1.5em;
	color:#8c8c8f;
	width:262px;
	padding:0 0 10px 0;
}
.sidebar_widgets a{
	color:#8c8c8f;
}
.sidebar_widgets .widgettitle{
	font-size:23px;
	line-height:1.3em;
	color:#fff;
	font-weight:normal;
	margin: 0 0 10px 0;
}
.sidebar_widgets .widget_categories a, .sidebar_widgets .widget_archive a, .sidebar_widgets .widget_links a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_pages a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_recent_entries a{
	display:block;
	background:url(images/ico_cat.gif) no-repeat left 6px;
	padding:0 0 0 13px;
}
.sidebar_widgets .widget_categories a{
	font-weight:normal;
	display:inline;
	background:url(images/ico_cat.gif) no-repeat left 4px;
}
.sidebar_widgets .widget_categories li li a, .sidebar_widgets .widget_pages li li a{
	background:url(images/ico_cat.gif) no-repeat left 5px;
	font-weight:normal;
	padding:0 0 0 9px;
}
.sidebar_widgets ul{
}
.sidebar_widgets ul li{
	width:232px;
	background: #19191e;
	border-bottom: 10px solid #000;
	padding: 15px;
}
.sidebar_widgets ul ul{
	margin:0 3px 0 3px;
}
.sidebar_widgets ul li ul li{
	border-bottom: 1px solid #303035;
	background: none;
	padding:5px 0 6px 3px;
	margin:0;
	width:auto;
}
.sidebar_widgets ul ul ul{
	margin:0 0 0 14px;
}
.sidebar_widgets ul li ul li ul li{
	border:0;
	background:none;
	padding:1px 0 1px 0;
	margin:0;
}
.widget_tag_cloud a, .widget_text .textwidget{
	padding:5px 3px 5px 3px;
	line-height:1.4em;
}
.sidebar_widgets .widget_polls li{
	border:0;
}

/* FOOTER */

#footer{
	width:100%;
	height:86px;
	overflow:hidden;
	background:url(images/bgr_footer.gif) no-repeat;
	margin: 6px 0 0 0;
}
#footer_info{
	float:left;
	padding:22px 0 0 20px;
}
#footer_info p{
	color:#d4d4d5;
	font-size:13px;
	line-height:1.6em;
}
#footer_info p a{
	color:#d4d4d5;
	text-decoration:underline;
}
#footer_info p a:hover{
	text-decoration:none;
}
#footer_info p b a{
	color:#d4d4d5;
}
#footer_logo{
	float:left;
	padding:5px 20px 5px 30px;
	margin:16px 0 0 0;
	border-right:1px solid #fff;
}
#footer_logo a{
	color:#fff;
	font-size:38px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-2px;
	text-transform: uppercase;
}
#footer_logo a:hover{
	text-decoration:none;
}
/* Begin Typography & Colors */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 98%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 24px;
	padding-bottom:7px;
	background:url(images/blockquote_bg.gif) repeat-y;
	}

blockquote blockquote{
	background:url(images/blockquote_bg2.gif) repeat-y;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


.navigation {
	display: block;
	margin:10px 36px 0 36px;
	overflow:hidden;
	clear:both;
	color:#979798;
	font-size:12px;
	line-height:1.8em;
	font-family: Verdana, Geneva, sans-serif;
	}
.navigation a{
	color:#979798;
	font-size:13px;
	}
.navigation .wp-pagenavi{
	background:#16161a;
	border:0;
	padding:12px 15px 12px 15px;
	text-align:right;
}
.navigation .wp-pagenavi a, .navigation .wp-pagenavi a:link {
	padding: 6px; 
	margin: 2px;
	color:#979798;
	border: 0;
	background: none;
}
.navigation .wp-pagenavi a:visited {
	padding: 6px; 
	margin: 2px;
	color:#979798;	
	border: 0;
	background: none;
}
.navigation .wp-pagenavi a:hover {	
	padding: 6px; 
	margin: 2px;
	color:#979798;	
	border: 0;
	background:#2e2e31;
}
.navigation .wp-pagenavi a:active {
	padding: 6px; 
	margin: 2px;
	color:#979798;
	border: 0;		
}
.navigation .wp-pagenavi span.pages {
	padding: 6px; 
	margin: 2px;
	background:#2e2e31;
	color:#979798;
	border: 0;
}
.navigation .wp-pagenavi span.current {
	padding: 6px; 
	margin: 2px;
	background:#2e2e31;
	color:#979798;
	border: 0;
}
.navigation .wp-pagenavi span.extend {	
	padding: 6px; 
	margin: 2px;
	background:none;
	color:#979798;
	border: 0;
}
.navigation .wp-pagenavi a.nextpostslink {	
	padding: 6px; 
	margin: 2px;
	background:#2e2e31;
	color:#979798;
	border: 0;
}
.navigation .wp-pagenavi a.previouspostslink {	
	padding: 6px; 
	margin: 2px;
	background:#2e2e31;
	color:#979798;
	border: 0;
}
/* End Various Tags & Classes*/

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin: 0 10px 15px 30px;
	list-style: none;
	padding:0 0 15px 20px;
	} 

.entry ul li {
	border-bottom:1px solid #cad0d1;
	background:url(images/ico_entry.gif) no-repeat left 12px;
	padding:7px 0 7px 15px;
	}

.entry ol {
	margin: 0 10px 15px 30px;
	padding:0 0 15px 40px;
	}

.entry ol li {
	margin: 0;
	padding:7px 0 7px 0;
	border-bottom:1px solid #cad0d1;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform{
	width:400px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 5px 0 0 0;
	padding:0;
	width:85px;
	height:35px;
	}
/* End Form Elements */



/* Begin Comments*/

h2#comments{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:normal;
	font-style: italic;
	margin:10px 30px 10px 50px;
	border-bottom: 1px solid #3a3a41;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin:0 30px 0 50px;
	}

.commentlist .comment {
	margin: 15px 0 0 0;
	padding: 10px 15px 20px 15px;
	list-style: none;
	border:1px solid #3a3a41;
	background:#3a3a41;
	}

.commentlist .alt {
	border:1px solid #47474d;
	background:#34343a;
	}

.commentlist .comment .comment {
	margin: 15px 15px 15px 15px;
	padding: 10px 15px 20px 15px;
	width:auto;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}
.commentmet_data{
	width:100%;
	overflow:hidden;
}
.commentmet_data td{
	vertical-align:top;
	text-align:left;
}
.commentmet_avatar{
	width:102px;
	padding:15px 0 0 0;
}
.commentmet_text{
}
.commentmet_avatar img{
	border:2px solid #515151;
}

#commentform p {
	margin: 5px 0;
	}

.commentmet_replay{
	width:100%;
	overflow:hidden;
}
.commentmet_replay a{
	float:right;
	display:block;
	text-indent:-9999px;
	text-transform:capitalize;
	background:url(images/button_replay.gif) no-repeat;
	width:82px;
	height:27px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	padding:0 0 5px 0;
	color:#c1c1c1;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	}
.commentmetadata a{
	color:#ffffff;
}
.commentmetadata span{
	color:#ffffff;
	font-size:20px;
}

.commentmet_text{
	font-size:13px;
	line-height:1.4em;
}

#respond{
	margin:40px 30px 0 50px;
	color:#929295;
	font-size:13px;
}
.commentlist #respond{
	margin:20px 0 0 0;
}

h3#respond_title{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:normal;
	font-style: italic;
	margin:0 0 10px 0;
	border-bottom: 1px solid #3a3a41;
}

#commentform{
	color:#929295;
	font-size:13px;
	width:90%;
}

#commentform small{
	position:relative;
	top:-1px;
	font-size:13px;
}
#cancel-comment-reply-link{
	font-size:13px;
	color:#929295;
}

#commentform a, #commentform small{
	color:#929295;
}

#commentform input{
	background:#1d1d22;
	border:3px solid #3b3b40;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	color:#929295;
}

#commentform textarea{
	background:#1d1d22;
	border:3px solid #3b3b40;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	margin:5px 0 0 0;
	color:#929295;
	overflow:auto;
}

#commentform input#submit{
	background:none;
	border:0px;
}

/* End Comments */
/* Archives page */
.ar_panel{
	width:580px;
	margin:30px 0 40px 36px;
}

.page_archives_div h2{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:normal;
	font-style: italic;
	margin:0 0 10px 0;
	padding: 0 0 0 2px;
	border-bottom: 1px solid #3a3a41;
}

.page_archives_div ul h2{
}

.page_archives_div ul{
	margin:10px 0 40px 0;
}

.page_archives_div ul li{
	margin:0px;
	padding:8px 0 8px 5px;
	list-style:none;
	background:url(images/ico_line.gif) no-repeat left bottom;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.page_archives_div ul li ul li{
	border:0px;
	background:none;
}

.page_archives_div ul li ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

.page_archives_div ul li a{
	font-weight:normal;
	color:#fff;
	font-size:13px;
	background:url(images/ico_ar.gif) no-repeat left 1px;
	padding:0 0 0 20px;
}

	
/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
    ACCESSITES.CSS made by Mike Cherim - http://green-beast.com 
   Designed and built to work with the Accessites WordPress theme
================================================================== */

#gb_form_div { 
  text-align : left;
  width : 100%;
  margin:-40px 0 0 0;
  font-family:Verdana, Geneva, sans-serif;
}

#gb_form_div p {
  margin-left : 12px;
}

#gb_form {
  text-align : left;
  background : transparent;
}

#gb_form_div a {
  color : #fff;
  text-decoration : underline;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #fff;
  text-decoration : none;
}

fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, legend, #gb_form dt { 
  font-weight : bold; 
  color : #fff;
}

#gb_form legend {
  margin-left : -10px;
  padding-top : 5px;
}

* html #gb_form legend {
  margin-left : -5px;
  padding:0 0 10px 0;
}

#gb_form legend#mainlegend { 
  font-size : 12px; 
  color : #fff;
  margin-left : -10px;
  padding-top : 5px;
  padding-bottom : 10px;
  background:url(images/dotted_grey.gif) repeat-x bottom;
  width:100%;
}

* html #gb_form legend#mainlegend {
  margin-left : -5px;
}

#gb_form legend#mainlegend small { 
  font-size : 11px; 
  text-transform : uppercase;
}

#gb_form_div .formhead small a {
  font-size : 11px; 
  background-image : none;
  display : inline;
  padding : 0;
  margin : 0;
}

#gb_form_div .main_formhead, #gb_form_div .formhead {
  font-size : 12px; 
  color : #fff;
  width : 97%;
}

#gb_form_div .main_formhead {
  margin-left : -35px;
  text-indent: -9999px;
}

#gb_form_div label { 
  color : #fff; 
  margin-top : 5px;
  margin-left : 20px;
  font-size:11px;
}

#gb_form_div input.short, #gb_form_div input.med, #gb_form_div select.med, #gb_form_div textarea.textbox, #gb_form_div textarea { 
  color : #fff; 
  padding : 3px; 
  border : 1px solid #3b3b41;
  background-color : #1d1d22;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  width : 60%;
  height : auto;
  margin:0 0 5px 20px;
}

#gb_form_div input.short {
  width : 7%;
}

#gb_form_div textarea.textbox, #gb_form_div textarea { 
  width : 80%;
  height : 220px;
  line-height : 1.5em;
}

#gb_form_div select.med {
  width : 60%;
}

#gb_form_div input.checkbox {
  cursor : default;
  background : transparent;
  color : #bcbab7;
  border : 0;
  padding : 0; 
  margin : 0;
  width : 14px;
  height : 14px;
}

#gb_form_div input.button {
  cursor : pointer;
  border : 0;
  background:url(images/button_submit.gif) no-repeat;
  width:85px;
  height:35px;
  display:block;
  text-indent:-9999px;
  text-transform:capitalize;
  clear:both;
}

#content #gb_form input.button {
  margin : 15px 5px 25px 20px;
  padding : 2px 15px 2px 15px;
}

* html #content #gb_form input.button {
  margin-left : -5px;
}

#gb_form_div span.error, #gb_form_div span.success, #gb_form_div dt { 
  color : #fff;  
  font-weight : bold; 
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #fff;
}

#gb_form_div small.whythis a { 
  font-size : 11px; 
  text-decoration : none;
  color : #fff;
}
#gb_form_div small.whythis a span{ 
  text-decoration : none;
  color : #24242b;
}
#gb_form_div small.whythis a:hover span{ 
  color : #fff;
  background:#000;
  border:1px solid #fff;
}

#gb_form_div p.creditline small {
  clear : both; 
  display : block;
  text-align : right;
  margin : 0;
  padding : 25px 0 15px 0;
  font-size : 11px; 
  letter-spacing : .0001em;
  color : #fff;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #fff;
}

#gb_form_div ul {
  margin : 10px 10px 20px 10px;
}

#gb_form_div ul li {
  list-style-type : none;
  margin : 0 10px 0 20px;
}


/* End ACCESSITES CSS */
