/*
        Variable Grid System.
        Learn more ~ http://www.spry-soft.com/grids/
        Based on 960 Grid System - http://960.gs/

        Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
        margin-left: auto;
        margin-right: auto;
        width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
        display:inline;
        float: left;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
        margin-left: 0;
}

.omega {
        margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
        width:40px;
}

.container_16 .grid_2 {
        width:100px;
}

.container_16 .grid_3 {
        width:160px;
}

.container_16 .grid_4 {
        width:220px;
}

.container_16 .grid_5 {
        width:280px;
}

.container_16 .grid_6 {
        width:340px;
}

.container_16 .grid_7 {
        width:400px;
}

.container_16 .grid_8 {
        width:460px;
}

.container_16 .grid_9 {
        width:520px;
}

.container_16 .grid_10 {
        width:580px;
}

.container_16 .grid_11 {
        width:640px;
}

.container_16 .grid_12 {
        width:700px;
}

.container_16 .grid_13 {
        width:760px;
}

.container_16 .grid_14 {
        width:820px;
}

.container_16 .grid_15 {
        width:880px;
}

.container_16 .grid_16 {
        width:940px;
}



/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
        padding-left:60px;
}

.container_16 .prefix_2 {
        padding-left:120px;
}

.container_16 .prefix_3 {
        padding-left:180px;
}

.container_16 .prefix_4 {
        padding-left:240px;
}

.container_16 .prefix_5 {
        padding-left:300px;
}

.container_16 .prefix_6 {
        padding-left:360px;
}

.container_16 .prefix_7 {
        padding-left:420px;
}

.container_16 .prefix_8 {
        padding-left:480px;
}

.container_16 .prefix_9 {
        padding-left:540px;
}

.container_16 .prefix_10 {
        padding-left:600px;
}

.container_16 .prefix_11 {
        padding-left:660px;
}

.container_16 .prefix_12 {
        padding-left:720px;
}

.container_16 .prefix_13 {
        padding-left:780px;
}

.container_16 .prefix_14 {
        padding-left:840px;
}

.container_16 .prefix_15 {
        padding-left:900px;
}



/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
        padding-right:60px;
}

.container_16 .suffix_2 {
        padding-right:120px;
}

.container_16 .suffix_3 {
        padding-right:180px;
}

.container_16 .suffix_4 {
        padding-right:240px;
}

.container_16 .suffix_5 {
        padding-right:300px;
}

.container_16 .suffix_6 {
        padding-right:360px;
}

.container_16 .suffix_7 {
        padding-right:420px;
}

.container_16 .suffix_8 {
        padding-right:480px;
}

.container_16 .suffix_9 {
        padding-right:540px;
}

.container_16 .suffix_10 {
        padding-right:600px;
}

.container_16 .suffix_11 {
        padding-right:660px;
}

.container_16 .suffix_12 {
        padding-right:720px;
}

.container_16 .suffix_13 {
        padding-right:780px;
}

.container_16 .suffix_14 {
        padding-right:840px;
}

.container_16 .suffix_15 {
        padding-right:900px;
}



/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
        left:60px;
}

.container_16 .push_2 {
        left:120px;
}

.container_16 .push_3 {
        left:180px;
}

.container_16 .push_4 {
        left:240px;
}

.container_16 .push_5 {
        left:300px;
}

.container_16 .push_6 {
        left:360px;
}

.container_16 .push_7 {
        left:420px;
}

.container_16 .push_8 {
        left:480px;
}

.container_16 .push_9 {
        left:540px;
}

.container_16 .push_10 {
        left:600px;
}

.container_16 .push_11 {
        left:660px;
}

.container_16 .push_12 {
        left:720px;
}

.container_16 .push_13 {
        left:780px;
}

.container_16 .push_14 {
        left:840px;
}

.container_16 .push_15 {
        left:900px;
}



/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
        left:-60px;
}

.container_16 .pull_2 {
        left:-120px;
}

.container_16 .pull_3 {
        left:-180px;
}

.container_16 .pull_4 {
        left:-240px;
}

.container_16 .pull_5 {
        left:-300px;
}

.container_16 .pull_6 {
        left:-360px;
}

.container_16 .pull_7 {
        left:-420px;
}

.container_16 .pull_8 {
        left:-480px;
}

.container_16 .pull_9 {
        left:-540px;
}

.container_16 .pull_10 {
        left:-600px;
}

.container_16 .pull_11 {
        left:-660px;
}

.container_16 .pull_12 {
        left:-720px;
}

.container_16 .pull_13 {
        left:-780px;
}

.container_16 .pull_14 {
        left:-840px;
}

.container_16 .pull_15 {
        left:-900px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
}

.clearfix {
        display: inline-block;
}

* html .clearfix {
        height: 1%;
}

.clearfix {
        display: block;
}


/* Globals 
=================================== */

* { margin: 0; padding: 0; }

.alt { background-color: #f6e9c8; }

pre, code { font: 1.0em Monaco, 'Courier New', monospace; }

pre, p { margin-bottom: 1.0em; text-shadow: 0 0 1px #f5e4b8;}

.left { float: left; }

.right { float: right; }

.delete:hover {
	background-color: #c00;
	color: #fff;
}

h1 { font-size: 1.5em; }

h2 { font-size: 1.2em; }

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

img.avatar { border: 1px solid #ddd; }

.bozo { background-color: #eeee88; }

.alt.bozo { background-color: #ffff99; }

.deleted { background-color: #ee8888; }

.alt.deleted { background-color: #ff9999; }

/* Structure
=================================== */

#header {
	margin: 0 auto 10px;
	height: 116px;
	position: relative;
}

#call_me_plz 
{
    position: absolute; right: 20px; top: 310px;
    text-shadow: 0 1px 0 #46371e, 0 -1px 0 #97c2d7;  
    font-size: 16px;
    font-weight: 600;
    width: 200px;
    height: 100px;
    color: #069;
}
#call_me_plz span
{
    display: block;
    font-size: 0.8em;
    text-shadow:none;
    font-weight:normal;
    color:#000;
}

#header h1 {
	font-family: Georgia;
	font-style: italic;
	overflow: auto;
	position: absolute;
	display: block;
	color: #444;
	text-align: right;
	letter-spacing: -1px;
	right: 53px;
	bottom: 26px;
	padding: 6px;
	z-index: 2;
}

#header p.description {
	font-size: 1.2em;
	font-family: Georgia;
	font-style: italic;
	overflow: auto;
	position: absolute;
	display: block;
	color: #666;
	text-align: right;
	right: 53px;
	bottom: 13px;
	padding: 6px;
	z-index: 2;
}

#header p { margin-bottom: 0; }

#header h1 a { color: #555; text-decoration: none; }
#header h1 a:hover { color: #666; }

.container_16 div.search {
	float:right;
	padding: 4px;
	margin:0 0 10px 0;
	background-color: #CCB27A;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.container_16 div.search input {
	border: 1px solid #999;
	background-color: #fdfdfd;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.container_16 div.search input.submit {
	background-color: #cccccc;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
}

#q { width:150px}

.container_16 div.search input.submit:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}

.container_16 div.search input.submit:active {
	border-color: rgb(0, 100, 0);
}

#main {
	margin: 0 auto 25px;
	position: relative;
}

.bbcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
	font-weight: bold;
}

.bbcrumb a {color: #069;}

.notice {
	border: 1px solid #4c9545;
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice.error {
	border-color: #852424;
	background-color: #ca8a8a;
	color: #5d2424;
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

.login {
	font-weight: normal;
	color: #444;
	width: 100%;
	z-index: 1;
	font-size: 12px;
}

form.login {
	width:500px;
	float:left;
	bottom: 15px;
}

.login p { padding: 0 0 8px; }

.login label {
	display: block;
	float: left;
	padding-right: 10px;
	line-height: 14px;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

form.login input.submit {
	background-color: #ccc;
	float: left;
	margin-top: 14px;
	margin-bottom: -10px;
	display: block;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
}

form.login input.submit:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}

form.login input.submit:active {
	border-color: rgb(0, 100, 0);
}

div.remember label {
	clear: both;
	padding: 0;
	margin: 6px 0 0 0;
	line-height: 12px;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

/* Front Page
=================================== */

#front-page #hottags {
	width: 150px;
	float:left
}

#front-page #discussions {
	width:780px;
	margin:0 20px 0 0;
	float:left
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery {
	color: #896B3B;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
#hottags h2 { text-align:center; letter-spacing:2px; font:normal 20px "Century Gothic",Trebuchet MS,Tahoma,Geneva,sans-serif;}
#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background-color: #a1d29a; }

/* Page navigation
=================================== */

a.page-numbers,
span.page-numbers {
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 4px 4px 2px 5px;
	margin-left: 5px;
	background-image: url('images/page-links-background.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

span.page-numbers.current {
	color: #ffffff;
	background-position: 0 -100px;
}

#latest a.page-numbers {
	font-size: 0.8em;
	padding: 3px 3px 1px 4px;
	margin-left: 3px;
}

a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.dots {
	border-width: 0;
	padding: 0 4px;
	background-image: none;
}

span.page-numbers.dots {
	padding: 0;
}

a.page-numbers:hover {
	background-position: 0 -100px;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover {
	color: #006400;
}

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #999;
	border-width: 1px 0;
	padding: 1em 0;
}

.infobox ul {
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style-type: none;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
    color: #575E79;
    font: 10px Verdana,Arial,Helvetica,sans-serif;
}

#topic-info a {color: #069;}

#topic-tags {
	border-left: 1px solid #999;
	float: right;
	padding: 0 0 0 1em;
}

#tag-form p {
	margin-bottom: 0;
}

input#tag {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input#tagformsub {
	border: 1px solid #999;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
}

input#tagformsub:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}

input#tagformsub:active {
	border-color: rgb(0, 100, 0);
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
	text-align: center;
}

#thread {
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
    background: #f5e4b8;
}

#thread li {
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	/*border-top: 1px solid #fff;*/
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
    font-size: normal 16px Tahoma, Arial, Verdana, sans-serif;
}

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 1.5em 1em;
	margin-left: 140px;
	background-color: #eed089;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    border-left: 1px solid #fff7d9;
}

.threadpost a {color: #069;}

#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; }
#thread li.deleted .post-undelete-link { display: inline; }

#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; }
#thread li.deleted span.before-post-undelete-link { display: inline; }
#thread li.deleted div.before-post-undelete-link { display: block; }
#thread li.deleted li.before-post-undelete-link { display: block; }

#thread li.pingback {
	margin-left: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #e4f3e1;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0.2em solid #e4f3e1;
}

#thread li.pingback.alt {
	background-color: #fff;
}

#thread li.pingback .threadpost {
	background-color: #e4f3e1;
}

#thread li.pingback.alt .threadpost {
	background-color: #fff;
}

#thread li.pingback .threadauthor {
	float: none;
	padding: 0.9em 0.9em 0;
	width: auto;
}

#thread li.pingback .threadauthor strong {
	font-weight: normal;
}

#thread li.pingback .threadauthor small {
	color: #333;
}

#thread li.pingback .threadpost {
	margin-left: 0;
	padding: 0.5em 0.9em 1.5em;
}

#thread li.pingback .post {
	font-style: italic;
	color: #333;
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px dotted #ccc;
}

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px solid #ccc;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #fff;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #575e79;
}

.poststuff a {color:#069;}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	white-space: nowrap;
}

h2.post-form {
	border-bottom-width: 0;
	margin-bottom: 2px;
}

.postform {
	background-color: #F5E4B8;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    border: 1px solid #ddc995;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 724px;
	max-width: 724px;
	border: 1px solid #fff;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    background: fff;
    -webkit-box-shadow:inset 0px 0px 10px  #8c7439;
    -moz-box-shadow:inset 0px 0px 10px #8c7439;
    box-shadow:inset 0px 0px 10px #8c7439;
}

.postform label { display: block; font-size: 18px; text-shadow: 0 0 1px #f5e4b8;}

.postform #topic,
.postform #tags-input {
	margin: 5px 0;
	padding: 5px;
	width: 724px;
	border: 1px solid #fff;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    background: fff;
    -webkit-box-shadow:inset 0px 0px 10px  #8c7439;
    -moz-box-shadow:inset 0px 0px 10px #8c7439;
    box-shadow:inset 0px 0px 10px #8c7439;
}

.postform p#post-form-forum-container label span {
	font-weight: bold;
	font-style: italic;
}

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

p.submit { text-align: right; }

p.allowed { margin-bottom: 0; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
    text-shadow: 0 0 4px #666666;
    color: #000;
}

p.rss-link {
	text-align: right;
}

a.rss-link {
	padding: 6px 0 6px 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #f2e1b8; }

#latest th, #forumlist th, #favorites th {
	text-align: left;
	background-color: #ccb27a;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	padding: 5px 9px;
	color: #fff;
}

#latest th a, #forumlist th a, #favorites th a {
	font-style: italic;
}

#latest th a:hover, #forumlist th a:hover, #favorites th a:hover {
	color: rgb(255, 255, 255);
}

tr.bb-category td {
	background-color: #ddd;
}

#latest, #forumlist, #favorites {
	background-color: #f7f7f7;
	margin-bottom: 3em;
	width: 100%;
}

#latest, #forumlist {
	margin-top: -0.9em;
}

#discussions .nav {
	margin-top: -2em;
	margin-bottom: 1em;
}

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
}

#profile-menu li a {
	font-size: 1.1em;
	background-color: #ddd;
	padding: 4px 7px;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#profile-menu li.current a {
	background-color: #bbb;
	border-top: 1px solid #9e9e9e;
}

#profile-menu li a:hover {
	background-color: #e4f3e1;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Search
=================================== */

#topic-search-form fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}

#topic-search-form div {
	clear: both;
}

#topic-search-form div label {
	display: block;
	float: left;
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
	font-weight: bold;
}

#topic-search-form div div {
	display: block;
	float: left;
	clear: none;
	padding: 5px;
}

#topic-search-form div div input {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#search-for { margin: 15px 0 5px; }

.search-results { margin: 0 0 10px; }

.search-results ol { margin: 5px 0 0 28px; }

.search-results ol li { margin: 0 0 3px; }

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table tr.error th em,
#register-page fieldset table tr.error th em,
#profile-page fieldset table tr.error th em {
	position: absolute;
	/* fieldset:padding-left + table:margin-left + table:width + td:padding-left + input:width + input:padding-right */
	left: 458px; /* 10 + 15 + 20% * ( 95% * (760 - 10)  ) + 5 + 280 + 5 */
	margin-left: 1em; /* th:padding-right = 1em */
	color: red;
	font-style: normal;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset input[type=text],
#register-page fieldset input[type=text],
#profile-page fieldset input[type=text],
#login-page fieldset input[type=password],
#profile-page fieldset input[type=password] {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page tr.form-required label:before,
#register-page tr.form-required label:before,
#profile-page tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: red;
	vertical-align: 10%;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	padding: 1px;
	border: 1px solid #c00 !important;
}

.hidden {
	display: none;
}

#pass-strength-result {
	padding: 2px;
	text-align: center;
	width: 280px;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pass-strength-result.bad {
	background-color: #ffeff7;
	border-color: #c69;
}

#pass-strength-result.good {
	background-color: #effff4;
	border-color: #66cc87;
}

#pass-strength-result.short {
	background-color: #e3e3e3;
}

#pass-strength-result.strong {
	background-color: #59ef86;
	border-color: #319f52;
}

p.submit input {
	background-color: #ccc;
	border: 1px solid #999;
	padding: 2px 4px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

p.submit input:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}

p.submit input:active {
	border-color: rgb(0, 100, 0);
}

/*Nau style*/

body { background:url(i/bg.png) repeat 0 0; color:#333333; font:normal 12px Tahoma; margin:0; padding:0; border:none;}
div { border:none}
img { border:none}
#logo { display:block; width:340px; height:122px; position:absolute; left:40px;}
.top_bg { background:url(i/wallpappers.jpg) repeat-x top center; height:450px; margin:0 0 -450px 0;}
#header { background:url(i/header-pic.jpg) no-repeat 0 0; width:960px; height:400px; position:relative}
a { color:#363636; outline:none; cursor:pointer;}
.storycontent { font-family: Verdana, Geneva, sans-serif; padding:1px}
#content { padding:0 0 0 57px; width:583px; overflow:hidden}
.storytitle a, .feedback a,.meta a {color:#006699;}
h1 { font-family: "Century Gothic", Trebuchet MS, Tahoma, Geneva, sans-serif}
.storytitle a { font-family: Constantia, Georgia, "Times New Roman", Times, serif; font-size:18px;}
.meta { font-family: Tahoma, Geneva, sans-serif }
.c_notepad {color:#666; width:150px; position:absolute; left:500px; font:normal 10px Tahoma, Geneva, sans-serif; margin:0; top:70px }
.c_laquo {margin:0; float:left}
.c_text { float:left; margin:0 0 5px 5px; width:135px;}
.c_autor { float:right; margin:0;}


/* 4wordpress-images*/
.alignleft { float:left; text-align:left;}
.alignright { float:right; text-align:right;}
.aligncenter {display:block; margin-left:auto; margin-right:auto;}
img.alignleft { padding:10px 10px 10px 0;}
img.alignright { padding:10px 0 10px 10px;}

#mainmenu { clear:both; position:absolute; margin:0; padding:0; bottom:20px; left:200px}
#mainmenu ul,#mainmenu li { list-style:none; padding:0; margin:0;}
#mainmenu li li {float:left;}
#mainmenu li a { display:block; padding:35px 0 0 0; background:url(i/all-menu-ico.gif) 0 0 no-repeat; text-align:center; font: 12px normal Tahoma, Geneva, sans-serif; color:#333; text-transform:lowercase; text-decoration:none}
#mainmenu li a:hover,#mainmenu .current_page_item a, #mainmenu li a.current_item { color:#006699;}

#mainmenu a.ico-article { background-position:5px 0;}
#mainmenu a.ico-article:hover, #mainmenu .current_page_item a.ico-article { background-position:5px -118px;}
#mainmenu a.ico-about { background-position:-64px 0;}
#mainmenu a.ico-about:hover, #mainmenu .current_page_item a.ico-about { background-position:-64px -118px;}
#mainmenu a.ico-news { background-position:-125px 0; width:90px}
#mainmenu a.ico-news:hover, #mainmenu .current-cat a.ico-news, #mainmenu a.ico-news.current_item { background-position:-125px -118px;}
#mainmenu a.ico-faq { background-position:-220px 0; width:95px}
#mainmenu a.ico-faq:hover, #mainmenu .current_page_item a.ico-faq { background-position:-220px -118px; }
#mainmenu a.ico-price { background-position:-330px 0; width:65px;}
#mainmenu a.ico-price:hover, #mainmenu .current_page_item a.ico-price { background-position:-330px -118px;}
#mainmenu a.ico-feedback { background-position:-405px 0; width:80px;}
#mainmenu a.ico-feedback:hover, #mainmenu .current_page_item a.ico-feedback { background-position:-405px -118px;}
#mainmenu a.ico-forum { background-position:-499px 0;}
#mainmenu a.ico-forum:hover, #mainmenu .current_page_item a.ico-forum { background-position:-499px -118px;}
#mainmenu a.ico-article, #mainmenu a.ico-about, #mainmenu a.ico-forum { padding-top:40px; margin:0 15px 0 5px}


.meta { position:relative; margin:0 0 -20px 0; height:30px; overflow:hidden}
.meta-tag { width:225px; float:left; height:30px}
.meta-tag span { width:21px; height:21px; background:url(i/tag.gif) no-repeat 0 0; display:block; float:left; margin:0 3px 0 0;}
.post,.page { position:relative}
.calendar { position:absolute; left:-57px; top:0; background:url(i/date.gif) no-repeat 0 0px; font-family:Georgia, "Times New Roman", Times, serif; height:23px; padding:3px 0 0 3px; color:#4d391a}
.meta-category, .feedback { float:right; width:275px; text-align:right}
.meta .feedback { padding: 0 28px 0 0;}

.edit-admin { position:absolute; top:-14px; right:0;}
.ornament-post { height:38px; width:583px; background:url(i/ornament.png) no-repeat 0 0;}
.copy {color:#876c50; margin:0 0 15px 0; text-align:center;}
.footer-shadow { background:url(i/footer-line.png) no-repeat 0 0; height:15px;}

/* SIDEBAR*/
#sidebar { overflow:hidden}
#menu ul { list-style:none; padding:0; margin:0; clear:both}
#faq-form p { color:#4b0909; font-size:10px;}
#faq-form label {color:#8a5d38; font-family:"Century Gothic", Trebuchet MS, Tahoma, Geneva, sans-serif; font-size:14px;}
#sidebar h1 {color:#896b3b; font: normal 20px "Century Gothic", Trebuchet MS, Tahoma, Geneva, sans-serif; text-align:center; letter-spacing:2px; margin:0; padding:0 0 5px 0; border-bottom:1px dotted #716243}
span.ornament { display:block; margin:0 auto; background:url(i/ornament-sidebar.png) no-repeat 0 0; width:73px; height:35px;}
#menu .widget_categories li:hover a,#menu .widget_categories li:hover{ color:#660000;}
#materials li ul,#materials { padding:0;}
#materials a:hover { color:#660000}
#sidebar .switch { display:block; width:50%; float:left; font-family:"Century Gothic", Trebuchet MS, Tahoma, Geneva, sans-serif; font-size:14px; color:#866e51; text-align:center; padding:3px 0 3px 0; cursor:pointer; text-decoration:underline;}
#sidebar .switch.active { color:#fff; background:#ccb27a; text-decoration:none;}
#tag_cloud-3 { display:none;}
/*oblako tegov*/
.cat-item-1 { font-size:20px;}
.cat-item-2 { font-size:16px;}
.cat-item-3 { font-size:14px}
.cat-item-4 { font-size:12px}
/*articles*/
#articles a.s_text { padding:5px 0 24px 40px; display:block; margin:0 0 -14px 0;}
li#views-3 { display:none}
/*#articles a.s_text:hover { background:url(i/arrow.gif) #f2e1b8 no-repeat 19px 12px;}*/
#articles li.widget  ul li:hover {background:url(i/arrow.gif) #f2e1b8 no-repeat 19px 12px;} 
#articles .s_data { color:#763f12; font-size:10px; margin:-18px 0 0 40px; padding:0 0 10px 0; position:relative; display:block}
#articles .s_data { text-decoration:none !important;}
/*navigation*/
.wp-pagenavi { height:35px;}

/*PAGE*/
.page .wp-pagenavi { display:none}
.page #content { }
.page #content .calendar { display:none;}
.page div#content { padding:0;}

/*faq*/
#faqlist { margin:0 0 10px 0}
.wp-pagenavi { padding:1px 0;}
#faqlist .col-one-faq { float:left; border-left:1px dotted #000; margin-bottom:40px; width:430px; padding-left:5px}
#faqlist .answer,#faqlist .question { clear:left; float:left}
#faqlist .question { font-weight:bold; margin-bottom:5px;}
#faqlist .col-two-faq { float:right}
#faq_navi .current { background:#F2E3BD; font:normal 20px "Century Gothic",Trebuchet MS,Tahoma,Geneva,sans-serif; margin:2px; padding: 0 6px; color:#452B14; border: 1px solid #50361D}
#faq_navi a { font:normal 20px "Century Gothic",Trebuchet MS,Tahoma,Geneva,sans-serif; margin:2px; padding: 2px 4px;}
