/* -======================================- 
MAIN
 -======================================- */
LI {
}

/* -======================================- 
HACKS
 -======================================- */
*HTML PRE {
	width: 410px;
}

*+HTML PRE {
	width: 410px;
}

* HTML DIV.lo1ginform {
	position: absolute;
}

*HTML DIV.comment-form TEXTAREA {
	width: 95%;
}


#MainMenu {
}


* html #MainMenu {
	width: 1000px;
}

*+html #MainMenu {
	width: 1000px;
}

/* -======================================- 
LINKS
 -======================================- */

A.current_url {
	font-weight: bold;
}

LI.current_url A {
	font-weight: bold;
}

LI.current_url LI A {
	font-weight: normal;
}


DIV.widget A {
}

DIV.twitter A {
	font-weight: bold;
}

DIV.info A {
	color: #B4B4B4;
}

DIV.info H1 A {
	color: #23AEBB;
}

LI.level0, LI.level0 A {
}

DIV.calendar TD A {
	text-decoration: underline;
}

/* -======================================- 
LAYOUT
 -======================================- */
H2.box {
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #28313A;
}

H2.last_comment {
	border-bottom: #C7C7C7 1px dashed;
	color: #23AEBB;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 10px;
}


/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}


/*

DIV
*/
DIV.widget {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

DIV.widget DIV.w1 {
}

DIV.widget DIV.w2 {
}

DIV.log1inform {
	background: #F0F0FB;
	border: 3px outset #D5DDF3;
	margin-left: 50px;
	margin-top: 50px;
	padding: 20px 20px 20px 15px;
	text-align: center;
	width: 300px;
}

DIV.twitter {
}

DIV.twitter P {
	border-bottom: 1px solid #5368A1;
	padding: 0 0 10px 0;
}

DIV.pagination {
	border-bottom: #C7C7C7 1px dashed;
	border-top: #C7C7C7 1px dashed;
	font-size: 8pt;
	margin: 25px 10px 10px 20px;
	padding: 3px;
	text-align: center;
}

DIV.pagination STRONG {
	background: #CCC;
	color: White;
	padding: 2px;
}

#flogin SPAN {
	display: block;
	font-weight: bold;
}

DIV.page_content {
	border: none;
	margin-top: 20px;
	padding-bottom: 5px;
}


/* start - table */
.page_content table {
	border-collapse: collapse;
}

.page_content thead th {
	background: #0094D6;
	padding: 7px;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: solid 2px #fff;
}

.page_content tbody td {
	padding: 7px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	VERTICAL-ALIGN: middle;
}

.page_content tbody tr.row-a {
	background: #EFEFEF;		
}

.page_content tbody tr.row-b {
	background: #F8F8F8;
}
/* end - table */


DIV.info, P.info {
	color: #B4B4B4;
	font-size: 10px;
	line-height: normal;
	margin: 0;
	padding: 0;
}

DIV.home_top {
	background: #F2F2F2;
	color: #565656;
	padding: 5px 20px 0 20px;
	margin: 0 20px 15px 0px;
	border: 1px #F7F8F9 solid;
}


div.page_nav {
	color: #565656;
	padding: 5px 20px 0 20px;
	margin: 0 0px 15px 0px;
	border: 1px solid #EAEBEB;
	background: #F7F8F9;
	background: -webkit-gradient(linear, 0 20%, 0 100%, from(#F7F8F9), to(#fff));
}

DIV.home_top a {
	color: #666666;
}

DIV.page_other_pages H3 {
	background: #0094D6;
	color: #FFF;
	margin: 0 0 5px 0;
	padding: 3px 15px 5px 15px;
}

/*

LIST
*/
UL.is_link {
	font-size: 1.2em;
	l1ist-style-type: square;
	line-height: 1em;
	list-style-type: none;
	margin: 0px 0px 10px 3px;
	padding: 0px;
}

UL.is_link UL {
	list-style-type: none;
	marg1in: 0;
	padd1ing: 0px;
}

UL.is_link LI {
	margin: 0px;
	padding: 0 0 0 15px;
}

UL.last_comment EM {
	color: Gray;
	display: block;
	f1ont-size: 0.9em;
	text-align: right;
}

UL.links DIV {
	color: Gray;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.0em;
	margin: 0px 0 5px 0;
}


/*
forms
*/
.forms form {
	padding: 0 10px;
	border: 1px solid #f1f1f1; 
	background-color: #f5f5f5; 	
}

.widget form {
	background-color: #fff; 	
}
/*

COMMENTS
*/
DIV.comment-form {
	line-height: 1.2em;
	margin: 0 10px 0 0;
}

DIV.comment-form LABEL {
	cl1ear: both;
	fl1oat: left;
	font-weight: bold;
	margin: 3px;
	te1xt-align: right;
	wid1th: 120px;
}

DIV.comment-form INPUT.text {
	margin: 3px;
	width: 300px;
}

DIV.comment-form INPUT.no-margin {
	margin: 3px;
	width: auto;
}

DIV.comment-form TEXTAREA {
	margin: 3px;
	width: 99%;
}

DIV.comment-form SPAN {
	color: Gray;
	font-size: 8pt;
	position: relative;
	top: -5px;
}

DIV.comment-form SPAN.black {
	color: Black;
	font-si1ze: 9pt;
}

DIV.comment-form IMG {
	position: relative;
	top: 7px;
}

DIV.comment-form DIV.comments-reg {
	backgr1ound: #E5E5F1;
	border: 1px solid #8591B7;
	margin: 10px 0;
	padding: 10px;
}

DIV.comment-form DIV.comments-noreg {
	backg1round: #F1E5E5;
	border: 1px solid #8591B7;
	margin: 10px 0;
	padding: 10px;
}

DIV.comment-form DIV.comments-textarea {
	backg1round: #E5F1E5;
	border: 1px solid #8591B7;
	margin: 10px 0;
	padding: 10px;
}

DIV.comment-form DIV.comments-user {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	backgr1ound: #E5F1E5;
	border: 1px solid #8591B7;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
}

DIV.comment-ok {
	background: #40A040;
	color: White;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

DIV.comment-error {
	background: #FF4040;
	color: White;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

DIV.comments LI {
	bor1der-bottom: 1px solid #8591B7;
	margin: 0 0 20px 30px;
}

DIV.comments LI SPAN {
	bor1der-bottom: 1px solid #8591B7;
	font-style: italic;
}

DIV.comments H3.comments {
	background: #F7F8F9;
	padding: 3px 3px 20px 3px;
}

DIV.comments BLOCKQUOTE {
	border-left: 2px Gray solid;
	margin-left: 0;
	padding: 10px;
}

DIV.comments-link {
	font-size: 0.8em;
	margin: 10px 0 0 0;
	text-align: right;
}

/*

comusers
*/
FORM.comusers-form P STRONG {
	display: block;
	float: left;
	width: 180px;
}

FORM.comusers-form P TEXTAREA {
	height: 300px;
	width: 260px;
}

FORM.comusers-form P.info {
	background: none;
	border: 1px solid #B00000;
	color: #B00000;
	margin: 0 0 15px 0;
	padding: 3px;
	text-align: center;
}


#contents {
	padding-left:20px;
}

/*

SITEMAP
*/

DIV.sitemap {
	padding: 0;
}

DIV.sitemap UL {
	list-style-type: none;
	margin: 0;
}

DIV.sitemap H3 {
	border-bottom: 1px dashed #EAEBEB;
	margin: 15px 0 25px 0;
}

H2.sitemap {
	background: #0094D6;
	color: #FFF;
	margin: 25px 20px 0 0;
	padding: 3px 15px;
}

/*

PRE to OL
*/
DIV.pre {
	background: #F0F0F0;
	margin: 0 0 10px 0;
	overflow: auto;
	padding: 5px;
	wi1dth: 99%;
}

OL.pre {
	font-family: monospace;
	line-hei1ght: 1em;
	margin: 0 0 0 30px;
	padding: 0;
}

OL.pre LI {
	line-he1ight: 0.8em;
	margin: 0;
	padding: 0;
	white-space: pre;
}

/* -======================================- 
GRIDS
 -======================================- */
/*

CALENDAR
*/
DIV.calendar TABLE {
	width: 100%;
}

DIV.calendar TD {
	border: 1px solid White;
	font-size: 8pt;
	padding: 1px;
	text-align: center;
}

DIV.calendar TR.week TD {
	background: #D5D5E1;
}

/* -======================================- 
COMMON
 -======================================- */

DIV.widget DIV.w0 {
	position: relative;
}

DIV.widget p {
	font-style: italic;
}

#flogin_user {
	width: 98%;
}

#flogin_password {
	width: 98%;
}

#flogin_submit {
	margin: 5px 0;
}

DIV.info SPAN {
}

DIV.random-gal-widget {
	margin-left: 10px;
}

DIV.tagclouds {
	border-radius: 1em;
	-moz-border-radius: 1em;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-webkit-border-radius: 1em;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	background: #F7F8F9;
	margin-left: 10px;
	padding: 10px;
	text-align: center;
	border: 1px solid #EAEBEB;
}

DIV.tagclouds SPAN {
	line-height: 1.4em;
}

DIV.tagclouds A {
	color: #8B8B8B;
	text-shadow: none;
}

DIV.tagclouds A:hover {
	background: #8B8B8B;
	color: #FFF;
	text-shadow: none;
}

DIV.catclouds {
	text-align: center;
}

DIV.catclouds SPAN {
	line-height: 1.4em;
}

DIV.page_other_pages {
	margin: 20px 0 20px 0;
}

DIV.page_other_pages UL {
	list-style-type: square;
}

UL.is_link LI LI {
	margin-left: 10px;
}

UL.last_comment {
	font-size: 8pt;
}

UL.last_comment LI {
	margin-bottom: 7px;
}

DIV.comments UL.last_comment LI {
	margin: 5px 0;
}

DIV.calendar DIV.today {
	background: #8591B7;
}

DIV.calendar DIV.today-content {
	background: #8591B7;
}

DIV.comment-form P {
	margin: 3px;
}

DIV.comment-form INPUT.comments_captha {
	width: 90px;
}

DIV.comments {
	margin: 20px 0 0 0;
}

DIV.comments UL, DIV.comments OL {
	margin: 10px 0 20px 0;
}

FORM.comusers-form P INPUT {
	width: 260px;
}

FORM.comusers-form P {
	background: #EEEEEE;
}



OL.pre LI.odd {
	background: none;
}


/* Search */

.search_form_widget {

}

.search_form_widget h2 {
	margin-bottom: 20px;
}

.search_text {
	width: 140px;
	margin: 5px 2px 5px 0px;
	padding: 3px 7px;
	border: 1px solid #DFE1E0;
}

.search_submit, .forms_submit, .forms_reset, DIV.comment-form .comment_button INPUT, DIV.comment-form INPUT.comments_submit {
	padding: 3px;
	margin: 5px 2px 5px 0px;
	border: none;
	background: #0094D6;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFF;
}

DIV.comment-form INPUT.comments_submit {
	width: 120px;
}

/*

OTHER
*/
SPAN.cut {
	display: block;
	font-size: 0.8em;
}

DIV.break {
	clear: both;
}

#wrapper {
	width: 100%;
	min-width: 1000px;
}


/* -======================================- 
COLORS
 -======================================- */
LI.count0 {
	color: grey;
}

OL.pre SPAN.php-comment {
	color: Gray;
}



#bg-main {
	background: #fff url(images/air.gif) repeat-x top;
}


/* Middle
-----------------------------------------------------------------------------*/
#middles {
	border-left: 300px solid #F7F8F9;
	border-right: 300px solid #FFF;
	height: 1%;
}
#middles:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#containers {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
	display: block;
	background: #fff;
}
#contents {
	padding: 10px 10px 10px 35px;
	border-right: 1px #F7F8F9 solid;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 300px;
	position: relative;
	background: #F7F8F9;
	left: -300px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: right;
	margin-right: -300px;
	width: 300px;
	position: relative;
	background: #FFF;
	border-left: 1px #F7F8F9 solid;
}


/* Footer
-----------------------------------------------------------------------------*/
#footers {
	height: 70px;
	background: #C1C2C4 url(images/bg-bottom.gif) repeat-x left bottom;
	padding: 15px 0;
	text-align: center;
}