/* CSS Document */

/* this sets the main body layout */
body {
	text-align:justify;
	margin:auto;
	padding:20px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #777777;
	background-color:#000000;
		}
	
/* this sets the links */
a {
	color:#006666;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#00FF00;
	}
a:active {
	text-decoration:line-through;
	}
#wrapper1 {
	background-color:#000000;
	position:relative;
	margin:auto;
	text-align:left;
	width:100%;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background-color:#000000;
	}
#header {
	background-color:#000000;
	padding-top:20px;
	padding-bottom:5px;
	position:relative;
	margin:auto;
	text-align:left;	
	width: 790px;
		}
#header h1 {
	font-size:16px;
	}
#maincol {
	margin:auto;
	border-top:2px dotted #777777;
	border-bottom:2px dotted #777777;
	background-color:#000000;
	position:relative;
	width: 800px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:140px;  /* for IE5/WIN */
	width:120px; /* actual value */
	margin:0 0 -10px 0;
	padding:20px;
	z-index:100;
	}
#centercol {
	border-left:2px dotted #777777;
	padding:10px;
	position:relative;
	margin-left: 130px;
	margin-right: 20px;
	text-align:left;
	}
#footer {
	background-color:#000000;
	padding-left:35px;
	padding-bottom:20px;
	padding-top:5px;
	clear: both;
	position:relative;
	margin:auto;
	text-align:right;
	font-size:12px;	
	text-color:#777777;
	width: 770px;
	}
	
	#fb:comments {
width: 100%;
float: left;
font-family: Arial, Helvetica, sans-serif;
color: #ff6600;
}
#fb:comments a { color: #ff6600; }
#fb:comments .wallkit_form {
padding: 0 0 15px 0;
margin: 0 0 10px 0;
border-bottom: 1px solid #ff6600;
}
#fb:comments .wallkit_form .composer { padding: 0; }
#fb:comments .pas { padding: 0; }
#fb:comments .gray_box {
background: none;
border:0;
}
#fb:comments .toggleform {
margin: 0;
padding: 0;
}
#comments .toggleform a {
display: block;
font-size: 14px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
background: #ff6600;
padding: 10px 0;
}
#comments .wallkit_form div.text_spacer { padding-left: 60px; }
#comments .wallkit_form textarea {
display: block;
height: 42px;
color: #ff6600;
margin: 0;
border: 1px solid #ff6600;
}
#comments div.connected input { margin: 5px; }
#comments div.connected label {
font-size: 11px;
color: #ff6600;
vertical-align: text-top;
}
#comments .uiButton,
#comments .uiButtonSuppressed:active,
#comments .uiButtonSuppressed:focus,
#comments .uiButtonSuppressed:hover {
background: none;
padding: 4px 10px;
}
#comments .uiButtonConfirm{
background: #ff6600 !important;
border: 0;
}
#comments .uiButton .uiButtonText,
#comments .uiButton input {
text-transform: uppercase;
padding:1px 0 2px 2px;
}
#comments .wallkit_frame .inputsubmit-disabled {
background: none;
border: 0;
color: #ff6600;
}
#comments .wallkit_post {
border-bottom: 1px solid #ff6600;
margin: 10px 0 5px;
}
#comments .wallkit_post .wallkit_postcontent h4 .wall_time {
color: #ff6600;
}
#comments .wallkit_subtitle { padding: 3px 0; }
#comments .wallkit_subtitle .post_counter { margin: 0 0 0 5px; }
#comments .wallkit_subtitle .pager { padding-left: 5px; }
#comments .pagerpro .current .pagerpro_a { border-bottom: 2px solid #ff6600; }
#comments .pagerpro .pagerpro_a:hover {
background: #ff6600;
border-bottom: 1px solid #ff6600;
text-decoration: none !important;
}
#comments .wallkit_subtitle { padding: 3px 0; }
#comments .wallkit_subtitle .post_counter { margin: 0 0 0 5px; }
#comments .wallkit_subtitle .pager { padding-left: 5px; }
#comments .pagerpro .current .pagerpro_a {
color: #ff6600;
border-bottom: 2px solid #ff6600;
}
#comments .pagerpro .pagerpro_a:hover {
background: #ff6600;
border-bottom: 1px solid #ff6600;
text-decoration: none !important;
}



