@import url(/styles/live/toolbox.css);
@import url(/styles/live/snodedark/articles.css);
@import url(/styles/live/snodedark/lightbox.css);
@import url(/styles/live/snodedark/formmanager.css);
@import url(/styles/live/snodedark/forum.css);
@import url(/styles/live/snodedark/navigation.css);

/* Structure */
html, body {
    background-color : #464646;
}

body {
    margin : 0;
    padding : 0;
    font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #FFFFFF;
    text-align : left;
}

#wrapper {
	margin: 70px auto 20px auto;
	width: 940px;
	min-height:300px;
}

#hwrapper {
	height:143px;
	background-color : #FFFFFF;
}
#header {
	margin: 0 auto;
	width: 940px;
	position: relative;
}
#logo {
	position: absolute;
	width: 270px;
	left: -115px;
	overflow: none;
}
#fwrapper {
	min-height:250px;
	background-color : #B3CaE0;
	background-image:url(/images/snodedark/bgblue.png);
}
#fwrapper_devel {
	min-height:50px;
	background-color : #B3CaE0;
	background-image:url(/images/snodedark/bgblue.png);
}
#fwrapper a{
	color:white;
}
#fwrapper a:hover{
	color:black;
}

#footer {
	margin: 0 auto;
	width: 940px;
}
#copyright {
	margin: 0 auto;
	width: 940px;
	padding-top:5px;
	font-size:9px;
}

#rightcolumn {
	display: inline;
	margin: 10px;
	margin-right: 0px;
	padding: 0px;
	width: 290px;
	float: right;
}

#rightcolumn_start{
	display: inline;
	margin: 10px;
	margin-right: 0px;
	padding: 0px;
	width: 290px!important;
	width: 280px;
	float: right;
}

#content {
	float: left;
	/* border: 1px solid red;*/
	margin: 10px;
	padding: 0px;
	width: 600px;
	display: inline;
}
#content > strong{
color:#FFDDBB;
}
#content li{
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

.clear {
	clear: both;
	background: none;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

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

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}


/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 22px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
}

h3 {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.label {
    display: block;
}

input.pwfield {
    float: right;
    background-color: #FFFFFF;
    border: 1px solid #A0AEC0;
    font-size: 10px;
    width: 100px;
    margin-bottom:5px;
}
input.pwfieldbut {
    float: right;
    background-color: #5781A0;
    border:none;
    font-size: 11px;
    color:white;
}

ul	{
	list-style-position:outside;
}


#leftfoot {
	float:left;
	width: 740px;
	margin: 20px 0px;
}

#loginbox {
	float:right;
	width: 160px;
	color: #5781A0;
	margin: 20px 10px 20px 0px;
}

#searchbox {
	float:right;
	width: 160px;
	color: #5781A0;
	margin: 20px 10px 20px 0px;
}

h3.login{
	border-bottom: 1px solid white;
	margin-bottom: 5px;
}

div.related_side{
	padding-top: 15px;
}

div.searchtitle{
	border-bottom: 1px solid white;
	margin-bottom: 5px;
	float:left;
	width: 160px;
}

#loginbox a{
	color: #5781A0;
}

div.datebg{
	background-color: #A6A6A6;
	float:left;
	height: 20px;
	padding-top: 4px;
}

#bannerwrapper{
	width: 480px;
	float:left;
}

#footerwrapper{
	width: 700px;
	color: #5781A0;
}

div.icons{
	 float:right;
	 padding-right: 20%;
	 padding-top: 7px;
}

#sitemap h1{
	padding-top: 20px;

}

#sitemap h2{
	padding-left: 30px;
	padding-top: 5px;
}

#sitemap h3{
	padding-left: 60px;
}

#sitemap h4{
	padding-left: 90px;
	margin: 0;
	font-weight: normal;
}

div.img_desc{
	 float:right;
	 padding-left:10px;
	 padding-bottom: 10px;
	 color:#8cb6d7;
	 font-size:11px;
}
