/*
	Red: 		A82627
	Yellow: F0B92C
*/

html {
	background-position: 0 8px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
	background-repeat: repeat-x;
	background-image: url(../images/bg-sub.gif);
}

body {
	width: 818px;
	margin-left: auto;
	margin-right: auto;
}

img#logo {
	float: left;
}

img#title {
	margin-top: 30px;
	margin-left: 10px;
}

div#menu {
	margin-left: 166px;
	margin-top: 8px;
}

div#menu a:link, div#menu a:visited {
	text-decoration: none;
	color: black;
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
}

div#menu a:hover {
	text-decoration: none;
	color: #2966A7;
}

div#menu a.sticky:link, div#menu a.sticky:visited, div#menu a.sticky:hover {
	color: white;
	background-color: #A82627;
}

div#container {
	width: 100%;
	margin-top: 20px;
	border-bottom: 1px solid #F0B92C;
	margin-bottom: 1px;
	padding-bottom: 15px;
	float: left;
}

div#navigation {
	float: left;
	display: inline-block;
	width: 168px;
}

div#navigation a:link, div#navigation a:visited {
	display: block;
	margin-bottom: 5px;
	margin-right: 15px;
	padding: 5px;
	color: black;
	background-color: #E6E6E6;
	text-decoration: none;
}

div#navigation a:hover {
	color: #A82627;
	text-decoration: none;
}

div#content {
	float: left;
	width: 406px;
	display: inline-block;
	border-left: 1px solid #c52f36;
	padding-left: 14px;
}

body.articles#edit div#content, body.articles#new div#content {
	width: 480px;
}

div#misc {
	margin-left: 20px;
	display: inline-block;
	width: 180px;
}

div#support {
	padding-left: 16px;
	padding-bottom: 20px;
	padding-right: 6px;
	padding-top: 14px;
	border-color: teal;
	border-width: 1px;
	border-style: solid;
	width: 182px;
}

div#zaz {
	border-color: teal;
	border-width: 1px;
	border-style: solid;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 18px;
	padding-top: 2px;
	width: 168px;
}

div#footer {
	font-size: 90%;
	clear: both;
	border-top: 2px solid #A82627;
	color: #999;
}

div#footer p#copyright {
	float: left;
}

div#footer p#admin {
	text-align: right;
}

div#content a:link, div#content a:visited {
	color: #004080;
}

div#misc a:link, div#misc a:visited {
	color: #004080;
}

div#content a:hover {
	text-decoration: none;
	color: #da0000;
}

div#misc a:hover {
	text-decoration: none;
	color: #da0000;
}

.floatleft {
	padding-right: 12px;
	float: left;
}

h1 {
	line-height: 28px;
	margin-top: 0px;
}
h6 {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 12px;
	margin: 0px;
	line-height: 8px;
	font-size: 13px;
	color: red;
}

label {
	font-size: 90%;
	display: block;
	font-weight: bold;
}

hr {

	border-left-width: 0px;

	border-bottom-width: 0px;

	border-right-width: 0px;

	border-top-width: 1px;

	border-color: #d4d4d4;

	border-style: solid;

}

body.articles textarea {
	height: 150px;
	width: 468px;
	padding: 5px;
}

div#content img {
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
}

div#content img.floatright {
	border-color: white;
	float: right;
	border-width: 0px;
	border-style: none;
}

img.pic {
	width: 380px;
}

blockquote {
	margin-right: 18px;
	margin-left: 0px;
	font-size: 90%;
}

.article-title {
	width: 400px;
}

span.articledate {
	font-size: 90%;
	color: #666666;
}

.center {
	text-align: center;
}

