@CHARSET "UTF-8";

html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	background-color: #000000;
	color: #9F9F9F;
	font-family: Verdana,Arial,sans-serif;
	text-align: center;
	font-size: 12px;
}


/**** Main Container ***/

#wrap {
	margin: 0 auto;
    width: 900px;
	text-align: left;
}

p {
	margin: 11px 0 10px 0;
	padding: 0px;
}

h2 {
	color: #9f9f9f;
	margin:0px;
	padding:0px;
}

ul {
	font-size: 10px;
	margin:0;
	padding:0;
}

a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: white;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}

.quote {
   border:1px solid #666666;
   background:#333333 none no-repeat left top;
   margin-left: 1%;
   margin-right: 1%;
   padding-top: 10px;
   padding-left: 10px;
   font-style:normal;
   font-variant:normal;
   font-weight:normal;
   font-size:11px;
   font-family:Arial
}

.quote div {background: transparent url(quote-right.gif) right bottom no-repeat;
 padding-right: 5px;
 padding-bottom: 10px;
}

/**** Top ***/


#top {
	width: 100%;
	height: 100px;
	color: #fff;
	overflow:hidden;
	background-image: url(/project/images/banner.png);
	background-repeat: no-repeat;
}

#top .banner {
	width: 360px;
	float:left;
	height: 100%;
}

#top h2 {
	color: White;
	letter-spacing: 3px;
	font-size: 2.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:33px;
	display:block;
	float:left;
	padding-left: 10px;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
        color: #999999;
}


/**** Main Menu ***/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 75px 10px 12px 20px;
	text-decoration: none;
	color: gray;
	font-weight: bold;
}

* html #menu a {width:1%;}

#menu li a:hover {
	color: #fff;
}


/**** Content Container ***/


#content {
	width: 100%;
	margin-top:15px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}


/**** Content ***/


#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}

#left {
	width: 390px;
	float:left;
	display: block;
       margin-left: 20px;
	display: inline;
}


/**** Sidebar ***/


#right {
	width: 315px; 
	float: right;
	display:block;
	margin-top: 10px;
}

#right .box {
	width: 24em;/*280px*/
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
	padding:10px 10px 15px 10px;
	float: right;
}

#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a {
	margin: 10px 0 10px 0;
	color: #93B300;
}

#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;
}

#right .box li {
	margin-top:5px;
}

#nav{ list-style: none; margin: 2.0em 0; width: 25em; float: right;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.3em 0.3em 0.8em;
	border-bottom: 2px; /*solid #1a1a1a*/
	border-top: 2px; /*solid #1a1a1a*/
	color: #93B300;
	background-color: #F7F9FB;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #fff;
	font-weight: bold;
	}	

/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

/**** Pager ***/


#pager {
	width: 100%;
	display: block;
	float:right;
}

#pager ul {
	margin: 0;
	list-style: none;
}

#pager li {
	display: block;
	float: left;
	padding-left: 5px;
	white-space: nowrap;
}

#pager li a {
	display: block;
	color: gray;
	font-weight: bold;
}

#pager li a:hover {
	color: white;
}

* html #pager a {width:1%;}

/**** News ***/

div.news {
	width: 100%;
	border-top: 1px dotted white;
	margin-bottom: 5px;
}

div.news h4 {
	font-size: 16px;
	font-style:italic;
	margin: 0;
}

div.news h4 {
	text-decoration: none;
}

div.wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

div.news div.left {
	display:inline;
	min-height:80px;
	width:22%;
	float: left;
}

div.news div.right {
	display: inline;
	width:76%;
	float: right;
}

div.news div.clearer {
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;
	width:100%;
}

div.news span {
	text-align: right;
	float: left;
}


a.more {
	text-decoration: none;
}

div.news a {
	text-decoration: none;
	color: gray;
	font-weight: bold;
}

div.news a:visited {
	text-decoration: none;
	color: gray;
	font-weight: bold;
}

div.news a:hover {
	color: white;
}

div.post {
	width: 100%;
	margin-bottom: 5px;
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	font-size: 13px;
}

div.post h4 {
	font-size: 16px;
	font-style:italic;
	margin: 0;
}

div.post div.left {
	display:inline;
	min-height:80px;
	width:22%;
	float: left;
}

div.post div.right {
	display: inline;
	width:76%;
	float: right;
}

div.post div.right span {
	font-weight: bold;
	float: right;
}

div.post div.right a {
	color: #575267;
	text-decoration: underline;
}

div.post div.right a:hover {
	color: #FFFFFF;
}

div.post div.clearer {
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;
	width:100%;
}

#about {
}

/*** Comments **/
#comments {
	width: 100%;
	text-align: center;
}

#comments p {
	font-weight: bold;
}

div.comment {
	border-top: 1px solid white;
	width: 60%;
	color: #000;
	background-color: #575267;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div.comment div.wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

div.comment div.left {
	display: inline;
	min-height: 70px;
	width: 18%;
	float: left;
}

div.comment div.right {
	display: inline;
	float: right;
	width: 80%;
}

div.comment div.clearer {
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;
	width:100%;
}

div.comment span {
	width: 100%;
	font-weight: bold;
	clear: both;
}

div.comment span.delete {
	display: inline;
	width: 70px;
	margin-left: 20px;
}

a.delete {
	font-size: 10px;
}

div.comment a {
	text-decoration: none;
	color: black;
}

span.error {
	color: red;
}

p.error {
	color: red;
}

ul.errors {
	list-style: none;
	color: red;
}


/**** Footer ***/


#footer {
   position: relative; 
   margin-left: 135px;
   text-align: center;
   border-top: dotted 1px gray;
   padding: 20px 0 20px 0;
   width: 630px;
}

#footer p {
	margin: 0px;
	padding: 0;
	font-size: 10px;
}

/**** Code View ***/


dl.codebox {
	background-color:#FFFFFF;
	border-color:#C9D2D8;
	background-color:#FFFFFF;
	border:1px solid #D8D8D8;
	padding:3px;
}

dl.codebox dt {
	border-bottom-color:#CCCCCC;
	border-bottom:1px solid #CCCCCC;
	display:block;
	font-weight:bold;
	margin-bottom:3px;
	text-transform:uppercase;
}

dl.codebox {
}

dl.codebox code {
	color:#2E8B57;
}
dl.codebox code {
	-x-system-font:none;
	color:green;
	display:block;
	font-family:Monaco,"Andale Mono","Courier New",Courier,mono;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:auto;
	line-height:1.3em;
	margin:2px 0;
	max-height:200px;
	overflow:auto;
	padding-top:5px;
	white-space:normal;
}

#admin {
	width: 100%;
	text-align: center;
}

div.picture {
	text-align: center;
	width: 100%;
}


/**** Donate ***/
table.donate {
	border: 1px solid white;
}

p.donate {
	font-weight: bold;
}

/**** Albums ***/
div.album {
	display: block;
	margin: 5px;
	padding: 0;
	clear: both;
}

div.album a img {
	display: inline;
	float: left;
	margin-right: 5px;
}

