/* ------------------------------------------------------
	Reset
   ------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul {
	list-style-type: none;
}
a, a:visited {
	color: #B30F0F;
	text-decoration: none;
}

a:hover, a:focus {
	color: #003399;
}

/* ------------------------------------------------------
	Typography
   ------------------------------------------------------ */
body {
	background-color: #640000;
	color: black;
	font-family: Tahoma, Georgia, Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-family:Arial,Helvetica,sans-serif;
	
	font-size: 12px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	//font-family: Trebuchet MS, Georgia, Verdana, Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-family:Arial,Helvetica,sans-serif;
}

h1 {
	line-height: 2;
	font-size: 18px;
	color: #B30F0F;
}
	
h1.article {	
	color: #003399;
}

h2 {
	font-size: 16px;
	color: black;
}

label {
	font-size: 16px;
}

form div {
	margin-bottom: 10px;
}

input, textarea, select {
	font-size: 14px;
	font-family: Tahoma, Georgia, Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

input.text {
	width: 300px;
	border: 1px solid #c0c0c0;
	height: 25px;
	padding: 2px 4px;
	margin-bottom: 1px;
}

select {
	min-width: 310px;
	border: 1px solid #c0c0c0;
	font-size: 14px;	
	padding-left: 5px;
}

textarea {
	border: 1px solid #c0c0c0;
	padding: 2px 4px;
	width: 300px;
	height: 100px;		
}

textarea.preview {
	width: 300px;
	height: 100px;
}

div#tags_list {
	font-size: 18px;
	background-color: #eaeaea;
	padding: 0 10px;
	border: 1px solid #c0c0c0;
	cursor: pointer;
	display: none;
}
div#tags_list div {
	margin: 0;
}

div.error {
	background-color: #ffbdbd;
	border: 1px solid #d43511;
	padding: 0.5em 1em;
	font-size: 1.2em;
	margin: 1em 0;
}

div.error h2 {
	font-size: 1.6em;	
	border: 0;
	margin-top: 0;
}

div#edit_links {
	padding: 4px 8px;
	background-color: #454545;
	color: white;
}
div#edit_links a, div#edit_links a:visited {
	color: white;
}
/* ------------------------------------------------------
	Layout
   ------------------------------------------------------ */

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header #logo {
	background: url('../images/logo.gif') no-repeat;
	height: 142px;
}
#header #logo #sticky {
	margin-left: 380px;
	padding-top: 30px;
}

#header #menu #sections {		
	background: url('../images/navigation_background.png') no-repeat top left;
	height: 24px;	
}

#header #menu #sections a {
	font-size: 11px;
	text-decoration: none;
	height: 24px;
	display: block;
	float: left;
	line-height: 24px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#header #menu #sections a.selected {
	color: black;
}
#header #menu #categories {
	background-color: #eaeaea;
}
#header #menu #categories a {
	color: #454545;
	font-size: 18px;
	text-decoration: none;

}
#sections ul, #categories ul {
	clear: left;
	overflow: hidden;
}
#sections ul li, #categories ul li {
	float: left;		
	padding: 0 10px;
	height: 25px;
}
#body {
	clear: both;
	margin-top: 8px;
	overflow: hidden;
}
#body #left_sidebar {
	width: 175px;
	float: left;
	background-color: #640000;
	color: black;
}
#body #content {
	padding: 0 10px;
	width: 580px;	
	float: left;
	background-color: #F4F4F4;
	min-height: 200px;
	margin: 0 10px;
}
#body #right_sidebar {
	width: 205px;
	float: left;
	background-color: white;
	color: black;
}

#footer {
	text-align: center;
	margin: 40px 0;
}
#footer #counters {
	
}
#footer #copyright {
	color: white;
}
#copyright a {
	color: #00FFFF;
}