/* -- -- -- Initial  -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

* html, * body {
	/*overflow-x: hidden;*/
}

/*— Holly Hack for IE 6 Peekaboo bug —*/
/* Hides from IE5-mac */
* html div#body {height: 1%;}
/* End hide from IE5-mac */

body {
	background: #000 url(../img/bg_gradient.jpg) repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}


/* -- -- -- Content  -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
h1, h2, h4 {
	margin: 0 0 5px 0;
	color: #717;
}

h1 {}

h2 {}

h3 {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #717;
}

h4 {
	margin: 0 0 5px 0;
}

.admin h4 {
	color: #FFF;	
}

h4 em {
	color: #666;
	font-size: 14px;
}

h5 {}

h6 {}

.comic {
	margin: 10px auto;
	display: block;	
}

p, ul, ol {
	margin: 0 0 15px 0;
	line-height: 14px;
}

.comment p {
	margin: 0 0 15px 5px;	
}

.iblock {
	display: block;
	clear: both;
}

.imgfl {
	margin: 2px 3px 0 0;
	float: left;
}

form {}

label {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 170px;
	color: #717;
}

input, textarea, select {
	margin: 0 0 5px 0;
}

.input {
	width: 200px;
}

.gradio, .glabel {
	float: left;	
}

.captcha {
	width: 128px;
}

.textarea {
	width: 370px;
	height: 100px;
}

.cb {
	margin: 2px 5px 5px 0;
	width: 13px;
	height: 13px;
}

.hr {
	margin-bottom: 15px;
	height: 1px;
	background: #000;
	font-size: 0;
	line-height: 0;
}

ol { padding: 0 0 0 10px; }

ul {
	padding: 0 0 0 10px;
	list-style-type: disc;
}

li { margin-bottom: 5px; }
.letter { list-style-type: lower-latin; }
.number { list-style-type: decimal; }

.fl { float: left !important; }
.fr { float: right !important; }

.mv { 
	margin-top: 10px !important;
	margin-bottom: 10px !important;
} 

.mh { 
	margin-left: 10px !important;
	margin-right: 10px !important;
} 

.mt { margin-top: 15px !important; }
.mb { margin-bottom: 15px !important; }
.ml { margin-left: 15px !important; }
.mr { margin-right: 15px !important; }

.tr { text-align: right; }

.m_r {
	color: #F00;
	border: 1px solid #D00;
	background: #FDD;
}

.m_g {
	color: #070;
	border: 1px solid #070;
	background: #9D9;
}

.inactive {
	color: #AAA;
}

#rss img {
	vertical-align:text-top;
}

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

#headerr div {
	color: #D000DD;
	text-align: center;
}

#daynumber {
	margin: 195px 18px 0 0;
	font-size: 44px;
	line-height: 36px;
	font-weight: bold;
}

#day {
	margin: 0 0 0 5px;
	float: left;
	font-size: 16px;
	line-height: 14px;
	width: 40px;
}

#month {
	float: left;
	font-size: 14px;
	line-height: 14px;
	width: 42px;
}


/* -- -- -- Containers  -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

#ctnr {
	margin: 0 auto; /* this centers your layout */
	padding: 0 0 10px 0;
	width: 1020px;
	background: #000;
}

#header {
}

#flash {
	width: 870px;
	height: 280px;
	float: left;
}

#headerr {
	background: url(../img/bg_headerr.jpg) no-repeat;
	width: 150px;
	height: 280px;
	float: right;
}

#nav, #rss {
	padding: 2px 10px;
	background: #000;
	color: #FFF;
	font-size: 28px;
	float: left;
}

#rss {
	float: right;	
}

.subnav {
	font-size: 24px;
	text-align: center;
}

#menu {
	padding: 0 0 0 23px;
	float: left;
}

#body {
	margin: 0 10px;
	background: #FFF;
}

#coll {
	padding: 10px 10px 0 10px;
	width: 810px;
	float: left;
	background: #FFF;
}

.row {
	margin: 0 0 15px 0;
}

.share {
	width: 105px;
	float: left;
}

#collbanner {
	text-align: center;	
}

#message {
	margin: 10px 0px;
	padding: 7px;
	font-size: 15px;
	font-weight: bold;
}

#message div {
	padding: 5px;
	background: #FFF;
}

#commentcoll {
	float: left;
	width: 400px;
}

#commentcolr {
	padding: 5px;
	float: right;
	width: 290px;
	background: #FAFAFA;
	border: 1px solid #949;
	font-size: 12px;
}

.comment {
	padding: 5px 10px;
	margin-bottom: 10px;
	background: #FCFCFC;
	border: 1px solid #EEE;
}

.alt {
	background: #F4F4F4;	
	border: 1px solid #E9E9E9;
}

.comment, .alt {
	border-top: 2px solid #E6E;
}

.admin {
	background: #E6E;
	border: 2px solid #D000DD;
	color: #FFF;
}

.commentedit {
	margin: 5px 0;
	padding: 7px;
	border: 1px solid #949;
	background: #FBFBFB;
}

.commentedit p {
	margin: 3px 0;
	color: #949;
	font-size: 12px;
	font-weight: bold;
}

#colr {
	padding: 10px 0 0 0;
	width: 170px;
	float: right;
	background: #FFF;
}

#adtop {
	margin-bottom: 10px;
}

#footer {
	margin: 20px 0 0 0;
	padding: 0 0 40px 0;
	background: #929 url(../img/bg_footer.jpg) repeat-x;
	clear: both;
	color: #FFF;
	font-size: 16px;
}

#footerl {
	float: left;
}

#footerr {
	margin: 0 5px;
	float: right;
	text-align: right;
}

/* -- -- -- Links -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#nav a, #rss a, #footer a{
	color: #FFF;
}	

#footer a {
	padding: 0 5px;
}

	
#menu a:hover, #nav a:hover,  #rss a:hover, #footer a:hover {
	color: #E6E;
}