/* General css */
html {height:100%;}
body	{
	background: #ECE9D8;
	margin: 0 auto;
	padding: 0;
	font: 80% arial,verdana, sans-serif;
	text-align: center;
        color: #333;
	height:100%;
}
table {	font: 100% arial,verdana, sans-serif; color: #333;}
p	{line-height: 1.4em;}
h1	{font-size: 240%;color: #71B180;text-align:center}
h2	{font-size: 170%;color: #333399;text-align:center}
h3	{font-size: 110%;color: #666;margin: 8px 0;}
/*
ul	{list-style-type: none;margin: 0;padding: 0 0 10px;}
li	{margin: 0;padding: 5px 0 0;}
ol 	{margin: 0;padding:0;padding-left:30px;}
*/
form, fieldset	{margin: 0;padding: 0;}

fieldset	{border: 0px solid #fff;}

input, textarea	{background-color: #f5f5f5; border: 1px solid #ccc; padding:1px; font-family: arial, verdana, sans-serif;font-size:95%;}
input.radio {background-color: #fff; border:0;}

input:focus, textarea:focus	{background-color: #fff;}

a:link,a:visited {color: #666;text-decoration: none;}
a:hover {color: red;text-decoration: none;}
a img	{border: none;}
pre {font-size:10pt;background:#c0c0c0;margin-left:10pt;}
td {vertical-align:top;}

#outerFrame	{
	width: 770px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
    background: #fff url('../images/left-col-bg.gif') repeat-y top left;
}

#header,#footer {width:770px;text-align:left;}

#menu_main h3{ color:#fff; margin:10px; }

#menu_main a, #menu_main a:link, #menu_main a:visited, #menu_main a.sg, #menu_main a.sg:visited{ color:#fff; text-decoration:none; }
#menu_main a:hover, #menu_main a:active{ color:#FFFF33; }

#menu_main ul.nav{ margin:0; padding:0; list-style:none; }
#menu_main ul.nav li{ margin:0; padding:4px 12px; background: url(../images/top-nav-tab.gif) no-repeat scroll right bottom }
#menu_main ul.nav li a{ background: url(../images/bullet.gif) no-repeat scroll left center; display:block; padding-left:10px; }

#menu_main ul.nav li ul.subnav{ margin:0; padding:0; list-style:none; }
#menu_main ul.nav li ul.subnav li{ margin:0; padding:4px; background:none; }

#menu_main {
	width:225px;
	float:left;
}

#content {
  	padding:3px 0 7px 0;
	float:right;
	width:530px;
	height:400px;
}

html>body div#content {height:auto;min-height:400px;}

#google {
	clear:both;
	padding-top:5px;
	height:100px;
	border-top: 1px dotted #c0c0c0;
	background: #ffffff;
	text-align:center;
	overflow:hidden;
}


#footer {
	clear:both;
	border-top: 1px dotted #c0c0c0;
	font-size:90%;
	background: #c0c0c0;
}

#user_login {margin-top:5px;margin-bottom:5px;padding:5px;border-top: 1px border-bottom: 1px }

A.menu_act,A.menu_act:visited {color:#71B180;}

.ssf_menucat, .ssf_menucat_act {margin-left:7px;}
A.ssf_menucat_act,A.ssf_menucat_act:visited {color:#71B180;}


.ssf_menupost, .ssf_menupost_act {margin-left:15px;font-style:italic;}
A.ssf_menupost_act,A.ssf_menupost_act:visited {color:#71B180;}

.errors {color:red;font-style:italic;}
.votes {display: none}

.aright {text-align:right}
.atop {vertical-align:top}
.acenter {text-align:center}

.small {font-size:90%;}

.submeniu {background:#c0c0c0;padding:5px;}
.submeniu B { color:#ff0000;}
.submeniu A { color:#000000;font-weight:bold;border-bottom:1px dotted #000000; }
.submeniu A:hover {background:#ffffff}

.comment {
 height:75px;
 overflow:auto;
 font-size:90%;
}


.ssf_unapproved {margin-left:10px;}

#ssf_cats {float:left;width:100%}
.ssf_cat {float:left;width:150px;height:125px;border:1px solid #c0c0c0;margin:5px;padding:5px;}
.ssf_cat_title{font-size:140%;text-align:center;height:45px;background-color:#90A431;overflow:hidden;}
.ssf_cat_last{font-size:90%;height:80px;overflow:auto;}
.ssf_cat_title a,a:visited {color: #333333; }
.ssf_cat_title a:hover {color: #333333; }

.ssf_votes_inline {margin-left:10px;margin-right:10px;border-top:1px dotted #c0c0c0; border-bottom:1px dotted #c0c0c0;background:white;padding:2px}
.ssf_votes {margin-left:10px;padding:2px;border-top:1px dotted #c0c0c0;}
.ssf_voteform {padding:10px}


.ssf_votes_auth {font-size:8pt;padding:2px;}
.ssf_votes_auth a {font-size:8pt;}


.ssf_post  {border:1px solid #c0c0c0;padding:5px;margin-bottom:1px;}
.ssf_links {background-color:#f5f5f5;border:1px solid #c0c0c0; padding: 10px 2px 10px 2px;}
.ssf_score {background-color:#f5f5f5;border:1px dotted #c0c0c0; padding:0 3px 0 3px;}

.ssf_posts_auth {width:220px;}

.ssf_preview {border:1px solid #c0c0c0;padding:5px;height:200px;overflow:auto}

#sign_form {float:left}
.sign_label {clear:left;float:left; width:100px; padding:2px;}
.sign_field {float:left; padding:2px; }

.clear_all {clear:both}

