/*
Color Definitions


*/

/* BEGIN BASE DECLATATION */

body, h1, h2, h3, h4, h5, h6, form, ol, p, ul{
	margin: 0;
	padding: 0;
        float:center;
}

h1, h2, h3, h4, h5, h6{
	color: #00C0DC;
}

body{
	font-family: Georgia;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	color: #cccccc;
        background: #1D2022;
	/*background: url(images/bg.gif);*/
}

table{
	font-family: Georgia;
	font-size: 12px;
	line-height: 20px;
        float: center;
       
}

form, input, textarea{
	font-family: Georgia;
	font-size: 12px;
	line-height: 20px;
}

input, textarea{
	margin: 0 0 1px 0;
	border: 1px solid #262626;
	color: #cccccc;
	background: #1D2022;
}

ul, li{
	list-style-type: none;
}

/* LINK DECLARATIONS BELOW */
a{
   color: #cccccc;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #00C0DC;
}

h1, h2 a{
   border-bottom-width:1px;
	text-decoration: none;
}

h1, h2 a:hover{
   color: #00C0DC;
	text-decoration: none;
}

img{
	border: 0px;
}

hr{
   height:1px;
   color: #00C0DC;
}

.narrowcolumn{
	float: none;
	width: 860px;
	margin: 10px 0 5px 0;
	padding: 0 0 100px 0;
	font-family: Georgia;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	color: #cccccc;
	/* background: #0B0B0B; */
}

/* END BASE DECLATATION */

/* BEGIN MENU DECLATATION */

#menu{
   width: 854px;
	padding: 0 0 0 0px;
	text-align: left;
	vertical-align: top;
	color: #cccccc;
	background: #0B0B0B url(images/bg_menu_item.gif) repeat-x;
}

#menu ul li{
	float: left;
	border-top: 4px solid #00C0DC;
	margin: 0 0px 0 0;
	padding: 6px 25px 8px; 
	font-family: Georgia;
	font-size: 20px;
   font-weight: bold;
   font-style: italic;
	background: #0B0B0B url(images/bg_menu_item.gif) repeat-x;
}

#menu ul li a{
   color: #cccccc;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #19ABBE;
   text-decoration: none;
}


/* END MENU DECLATATION */

#header{
	clear: both;
	width: 800px;
	padding: 0px 0;
	/*background: #0B0B0B;*/
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}

/* BEGIN POST DECLATATION */

   
         
.post h2{
	border-top: 2px solid #00C0DC;
   border-bottom: 1px solid #262626;
	padding: 18px 20px 17px;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
   font-style: italic;
	vertical-align: top;
	line-height: 20px;
	background: #000 url(images/bg_post_title.gif) repeat-x;
}

.post h3{
	border-top: 2px solid #00C0DC;
   border-bottom: 1px solid #262626;
	padding: 18px 20px 17px;
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	background: #000 url(images/bg_post_title.gif) repeat-x;
}

.post a{
   border-bottom-width:1px;   
   border-bottom-style:dotted;
   border-color:#00C0DC;
}


/* END POST DECLATATION */

/* BEGIN ENTRY DECLATATION */

.entry{
	border-top: 0px solid #fff;
	padding: 10px 5px 10px 5px;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	color: #cccccc;
	background: #444444;
}

.entry p{
	padding: 10px 0 0 0;
}

.entry li{
	list-style-type: bullet;
}

.commentlist ol, .commentlist ol li{
	list-style-type: none;
}

.commentlist ol{
	margin: 0 0 10px 0;
}

.commentlist ol li{
	margin-bottom: 5px;
	border: 1px solid #e6e6e6;
	padding: 10px;
	font-size: 10px;
	background: #0B0B0B;
	color: #ccc;
}

/* END ENTRY DECLATATION */

/* BEGIN NAVIGATION DECLATATION */

.navigation{
	padding: 20px;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	color: #ccc;
	background: #0B0B0B;
}

/* END NAVIGATION DECLATATION */

/* BEGIN UNUSED DECLATATIONS */

blockquote{
	margin: 5px 0 5px 5px;
	border: 1px solid #666666;
	padding: 5px 10px;
	font-family: Georgia;
	font-size: 10px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	background: #0B0B0B;
	color: #fff;
}

#wp-calendar{
	margin: 5px 0 0;
}

#wp-calendar caption{
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 0 10px;
	text-align: left;
	color: #00C0DC;
	background: #0B0B0B;
}

#wp-calendar th, #wp-calendar td{
	padding: 3px;
	color: #ccc;
	background: #0B0B0B;
}

/* END UNUSED DECLATATIONS */