/* start with a clean slate */

/* we specifically include td to keep IE5.5 Win happy */
html, body, form, fieldset, div, td {
	margin: 0;
	padding: 0;
	font: 12px helvetica,arial,sans-serif;
	line-height: 1.3;
}

h1, h2, h3, h4, h5, h6, p, pre, object,
blockquote, ul, ol, li, dl, dd, address {
	margin: 1em 0;
	padding: 0;
}

ul, ol, dl, blockquote {
	margin-left: 1.5em;
}

input, select, textarea {
	margin: 0;
	line-height: 1.3;
	font: 11px helvetica,arial,sans-serif;
}

/* main structural divs */

body {
	background: #282f33 url(/blog/images/admin/body_bg.gif) repeat-x;
	text-align: center;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#top {
	width: 800px;
	height: 115px; /* for forms, height is 85px */
	background: url(/blog/images/admin/top_bg.jpg) no-repeat;
}

#logo {
	width: 408px;
	height: 55px;
}
#logo a {
	width: 400px;
	height: 55px;
	margin: 10px 0 0 8px;
	display: block;
	text-decoration: none;
}
#logo a:hover {
	background: none;
}

#content {
	width: 570px; /* includes padding/border for IE5 Win */
	padding: 0px 0px 15px 0px;
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 570px; /* real width */
}
html>body #content {
    width: 570px; /* be nice to Opera5 */
}

#sidebar {
	width: 230px;  /* includes padding/border for IE5 Win */
	min-height: 331px;
	padding: 0 30px 10px 20px;
	float: left;
        display:inline;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px; /* real width */
	background: url('/blog/images/admin/sidebar_bg.jpg') no-repeat;
}
html>body #sidebar {
    width: 180px; /* be nice to Opera5 */
}
#sidebar h3 {
	margin: 6px 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
	color: #fff;
}



/* top nav and footer nav */

#mainnav {
	margin: 0 0 0 196px;
	padding-top: 6px;
	list-style: none;
	background: #fff;
}
#mainnav li,
#footnav li {
	margin: 0;
	padding: 0 4px;
	float: left;
	font-family: "century gothic",futura,"trebuchet ms",sans-serif;
	text-transform: lowercase;
	text-align: center;
	border-right: solid 1px #c9cbcc;
}
#mainnav li.last,
#footnav li.last {
	border-right: none;
}
#mainnav li a,
#footnav li a {
	margin: 0;
	padding: 0 5px;
	display: block;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	float: left; /* for IE5/Mac - we take it back below */
}
/* Hides from IE-mac \*/
#mainnav li a,
#footnav li a {
	float: none;
}
/* End hide from IE-mac */

#footnav {
	margin: 0;
	padding-top: 7px;
	list-style: none;
	background: #282f33;
}
#footnav li {
	border-right: solid 1px #939799;
}
#footnav li a {
	font-size: 14px;
	color: #ffd312;
}
#footnav li.first,
#footnav li.first a {
	padding-left: 0;
}
#footnav li a:hover {
	color: #fff;
	background: none;
	font-weight: normal;
}

/* search box */

#search {
	width: 180px;
	margin-right: 30px;
	float: right;
	display: inline; /* fix for IE5+Win double-margin bug */
	margin-top: 16px;
	background: #282f33;
}
#search #id_keywords {
	width: 120px;
	padding: 3px;
	color: #5e6366;
	font-size: 12px;
}
#search #search_submit {
	vertical-align: bottom;
	margin-left: 10px;
        padding:0;
}

/* signup box */

#signup #id_email {
	width: 172px;
	padding: 3px;
	color: #5e6366;
	font-size: 12px;
}
#signup #id_zip {
	width: 62px;
	padding: 3px;
	color: #5e6366;
	font-size: 12px;
}
#signup #signup_submit {
	float: right;
}

/* buttons */

#buttons {
	margin: 2em 0;
}
#buttons p {
	margin: 1em 0;
	height: 51px;
	width: 180px;
}
#buttons p a {
	width: 180px;
	height: 51px;
	display: block;
	background: none;
}
#graphic_fort_report { background: url(/blog/images/admin/graphic_fort_report.png) no-repeat; }
#graphic_ce_101 { background: url(/blog/images/admin/graphic_ce_101.png) no-repeat; }
#graphic_florida_forward { background: url(/blog/images/admin/graphic_florida_forward.png) no-repeat; }

/* misc text stylings */

h1, h2, h3 {
	color: #335080;
	font-weight: normal;
}

h1 {
	margin: 0 0 .5em 0;
	font-size: 22px;
}
h2 {
	font-size: 16px;
}
h3 {
	/* font-size: 21px; */
	font-size: 14px;
}

a {
	color: #019ddd;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #282f33;
	background: #ffd312;
}
hr {
	border: none;
	color: #000;
	background: #000;
	height: 1px;
}
.odd {
	background: #fff;
}
.even {
	background: #e9eaea;
}

/* images */

img {
	border: none;
    display: block;
}
p.pic {
	margin: 0;
}
p.pic small {
	font-weight: bold;
	font-size: 10px;
	line-height: 1.2;
}
p.align-f {
	display: block;
}
p.align-c {
	margin: 10px auto;
}
p.align-r {
	float: right;
	margin: 0 0 10px 10px;
}
p.align-l {
	float: left;
	margin: 0 10px 10px 0;
}
p.border {
	border: 1px solid #000;
	padding: 2px;
}

/* simple default form elements often used in templates */

form div.formrow {
	margin: 6px 0;
}
form div.formrow.submit {
	margin: 1em 0;
}
form label {
	display: block;
}
form label.inline {
	display: inline;
}
form input.submit {
	overflow: visible; /* removes extra space beside text in IE Win 5.5+ */
	padding: 1px 2px;
}
input, select, textarea {
	border: 1px solid #c9cbcc;
}
form input.noborder {
	border: none;
}

/* hacks : some IE specific declarations are in conditional comments in category.tmpl */

.padded {
	padding: 1px 10px;
	/* assumes that items in container have top-bottom margins; top-bottom padding added to 
       fix problem with IE Win, which would not apply bottom margin without at least 1px padding
       to trigger the margin */
}

/* probably better than padded when background color is not an issue */
.margined {
	margin: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */

.ir {
	margin: 0;
	padding: 0;
	text-indent: -8888px; /* Phark image replacement */
}
