/* standard elements */
html {min-height: 100%;}
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #AAA;
	color: #DDD;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
}

code,ul {padding-bottom: 1.2em;}
p {margin-top: 15px;}
img {border:0;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h2 {
	background: url('../images/stripes.gif') repeat-x left bottom; 
	color: #CCC; 
	font: normal 2em Impact,sans-serif; 
	margin-bottom: 8px; 
	padding-bottom: 11px; 
	letter-spacing: 1px;
}
h2 a {border:0;}
h1,h2 {padding-top: 6px;}
li.alt { color: #FFF; } 
blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {float: left;}
.right {float: right;}

.right a:hover, .left a:hover {
	color:#FF3333;
	text-decoration:none;
	border-bottom: 1px dotted;
}

.right a, .left a {
	color:#FFCC66;
	text-decoration:none;
	border-bottom: 1px dotted;
}


input, textarea {	
	border: 1px solid #99AA33;
	padding: 2px;
}

div.search {
	margin-top: 15px;
	margin-right: 20px;
	padding: 0 0 0 0;
	width:205px;
	border: 0px solid #99AA33;
	float:right;
	/*background-color: #777;*/
}

input.search {
	background: url('../images/bg_search.png');	
	padding:0;
	margin:0;
	width: 135px;
	height: 18px;
	border: 2px solid #555;
	background-color: #555;
}

input.search2 {
	padding:0;
	margin:0;
	width: 135px;
	height: 18px;
	border: 2px solid #555;	
	background-color: #ccc;
}

button.search_go {
	vertical-align: bottom;
	background: url('../images/search.png');
	padding: 0;
	margin: 0 0 2px 2px;
	border:0px solid #555;	
	width: 18px;
	height: 18px;
}

p.search { padding-top: 5px; background-color: #555555;}

fieldset
{
	border: 1px solid #4c4c4c;
	padding: 3px 7px 10px;
}

fieldset legend
{
	color: #778844;
	font-size: 11px;
	padding: 0.1em 0.3em;
}

.post h2 a:hover
{
	color:#8DCA3F;	
	text-decoration:none;
	border:0;
}

.post h2 a
{
	color:#CCCCCC;
	text-decoration:none;
	border:0;
}

.post .info {
	background-color:#111111;
	color:#8DCA3F;
	font-size:0.9em;
	padding-bottom:0px;
}


.post .info a:hover {
	color:#FF3333;
	text-decoration:none;
	border-bottom: 1px dotted;
}

.post .info a {
	color:#FFCC66;
	text-decoration:none;
	border-bottom: 1px dotted;
}

.descr a:hover {
	color:#FF3333;
	text-decoration:none;
	border-bottom: 1px dotted;
}

.descr a {
	color:#FFCC66;
	text-decoration:none;
	border-bottom: 1px dotted;
}

.read_more
{
	text-align:right;
}

.read_more a:hover {
	color: #FF3333;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.read_more a {
	color: #FFCC66;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div.post { margin-bottom: 10px; }

div.message
{
	border-style: solid;
	border-width: 1px;
	margin: 0 0 16px 8px;
	padding: 6px;
	color: #000000;
	background-color: #cedfb8;
	border-color: #778844;
}

div.error
{
	border-style: solid;
	border-width: 1px;
	margin: 0 0 16px 8px;
	padding: 6px;
	color: #000000;
	background-color: #FFEBE8;
	border-color: #CC0000;
}

input.login
{
	width: 70px;
 	margin-left: 12px;
 	margin-top: 3px;
 	margin-bottom: 2px;
}

div.login
{
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

table.login
{
	margin-left: auto;
	margin-right: auto;
}

td.login
{
	text-align: center;
}

/* structure */
.wrapper {
	
	background: url('../images/bg-content.png') repeat-y center top;
	font-size: 1.3em;
	margin: 0px auto;
	width: 900px;	
}
.container {
	background: url('../images/stripes.gif') repeat-x left top;
	padding-top: 20px;
	margin-top: 0px;
}

/* title */
.title {
	padding: 0 0 0 40px;
	font: normal 1em Tahoma,sans-serif;
}
div.logo { width:300px; text-align:center;}

.title p { padding: 0; margin: 0;}
.title a
{
	color: #dddddd;
	text-decoration:none;
	border: 0;
}

.title a:hover
{
	text-decoration: none;
	border:0;
}

.title img
{
    border:0;
    vertical-align: middle;
}
.olive {color: #CCA;}

/* header */
.head {
	background: url('../images/stripes.gif') repeat-x left bottom;		
	padding-bottom: 20px;
}

/* content */
.content {
	float: left;
	margin: 0px 0px 0px 50px;
	padding-top: 0px;	
	width: 550px;
}
.content .descr {
	color: #8DCA3F;
	margin-bottom: 6px;
}
.content li {margin-left: 18px;}
.content a:hover {color: #FF3333; text-decoration: none; border-bottom: 1px dotted;}
.content a {color: #FFCC66;text-decoration: none; border-bottom: 1px dotted;}
.content a:hover.image {color: #FF3333; text-decoration: none; border:0;}
.content a.image {color: #FFCC66;text-decoration: none; border:0;}
.content li a:hover.sitemap {color: #FF3333; text-decoration: none; border-bottom: 1px dotted;}
.content li a.sitemap {color: #FFCC66;text-decoration: none; border-bottom: 1px dotted;}
.content li a:hover.sitemap_cat {color: #8DCA3F; text-decoration: none; border-bottom: 1px dotted;}
.content li a.sitemap_cat {color: #777; text-decoration: none; border-bottom: 1px dotted;}

.content h2 a:hover { color: #8DCa3F; text-decoration: none; border:0;}
.content h2 a { color: #CCC; text-decoration: none; border:0;}

/* sub navigation */
.sidenav {
	/*background: url('../images/sidenav.gif') no-repeat right top;*/
	padding-top: 0px;
	float: right;
	margin: 0 55px 0 0;
	width: 220px;
}
.sidenav h2 {
/*	color: #9A3;*/
	color: #8DCA3F;
	font-size: 1.4em;
	line-height: 30px;
	margin: 0;
}
.sidenav ul {padding: 0.5em 0 0 0em;}
.sidenav li {list-style: none;}
.sidenav li a {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #777;
	text-decoration: none;
	border:0;
	padding-left: 10px;
}.sidenav li a:hover {color: #8DCA3F; border:0; border-left: 3px solid #8DCA3F; padding-left:7px;}
.sidenav li a.selected {color: #8DCA3F; border:0; border-left: 3px solid #8DCA3F; padding-left:7px;}

/* footer */
.footer p {
	padding: 0 0 0 50px;
	color:#FF3333;
}
.footer {
	/*background-color: #FFFFFF;*/	
	background: url('../images/stripes.gif') repeat-x left bottom;
	margin-top: 20px;
	height: 40px;
	font: normal 0.9em sans-serif;	
	
}
.footer a {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.footer a:hover {
	color: #8DCA3F;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.footer .left, .footer .right {padding: 0px 60px 0 0; color:#FF3333;}
.footer .right, .footer .right a {color: #555;}
.footer .right a:hover {color: #FF3333;}

div.code {border: 1px dotted #ccc; background-color: #333;}
div.code p {padding:0; margin:2px 5px 2px 5px;}
ol.phpcode{
    color:#008; 
    margin:0px; 
    padding:0px;
    padding-left:50px; 
    list-style-position:outside;
    line-height:12px; 
    font-size:12px; 
    white-space:wrap;
}
ol.phpcode li{ font-family:courier new; margin:1px; padding:1px; color:#fff; border: 1px solid #333; }
ol.phpcode li:hover{ color:#fff; border: 1px solid #333; background-color: #555;}
ol.phpcode li .phpdefault { color:#05f; font-weight: normal;}
ol.phpcode li .phpkeyword { color:#0be;}
ol.phpcode li .phpstring  { color:#fa0; font-weight: normal;}
ol.phpcode li .phpcomment { color:#faa; font-weight: normal;}
ol.phpcode li .phpoperator { color:#fff; text-decoration: none; }
ol.phpcode li .phphtml { color:#456; border:0px solid #ddd;}
ol.phpcode li .phpfunction{ color:#123; text-decoration:none; }
ol.phpcode li .phpfunction:hover{ color:#000; text-decoration:underline; }


