/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

FNA: Some slight modifications made to urls, for use in OurStories
     (and to ensure that the skin may be replaced with something else without too much difficulty)
     Also, the top-most styles have been added (indicated by comment blocks)
     Finally, any modifications (height, width, etc), are tagged with "FNA:" comments; these
     include some minor colour fixes to body, etc
*/

/* Custom additions to css template */
#topleft_col {
	float: left;
	height: auto;
}

#topleft_col .map_container {
    border:1px solid #939393;
    margin:0 0 20px 20px;
}
#topleft_col #map {
	width: 700px;
	height: 350px;
}


#searchFormTable th {
	text-align: left;
	padding: 0 10px 0 10px;
}

#searchFormTable input, select {
    width: 200px;    
}

#addCommentForm p {
    line-height: 100%;
    margin: 5px 0 10px 10px;
}

#addCommentForm label {
    width: 100px;
    float: left
}
/* End of custom additions */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F5F5F5 url(/static/images/glazed/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #474848;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}

p {
}

blockquote {
	padding: 0 30px;
	background: url(/static/images/glazed/img12.gif) no-repeat;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

blockquote p {
}

a {
	background: url(/static/images/glazed/img03.gif) repeat-x left bottom;
	text-decoration: none;
	color: #1D62B3;
}

a:hover {
	background: none;
	color: #E43C15;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	background: url(/static/images/glazed/img08.gif) repeat-x left bottom;
}

/* Menu */

#menu {
	height: 50px;
	background-color:#0c419a
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 37px;
	padding: 13px 30px 0px 30px;
	font-size: 1.4em;
	font-weight: bold;
	color: #FCFDDF;
}

#menu a:hover {
	background: #000066;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: url(/static/images/glazed/img04.gif) repeat-x;
}

/* Header */

#header {
	height: 101px;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
}

#logo h1 {
	padding: 20px 20px 0 20px;
	font-size: 3.2em;
	font-weight: bold;
	color: #E43C15;
}

#logo p {
	margin: 0;
	padding: 42px 0 0 6px;
	letter-spacing: 2px;
	line-height: normal;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding: 40px 20px 4px 0;
	background: url(/static/images/glazed/img05.gif) no-repeat left bottom;
}

#search fieldset {
	border: none;
}

#search legend {
	display: none;
}

/* FNA: changed #s to #q */
#q {
	float: left;
	width: 155px;
	margin: 0 0 0 10px;
	background: none;
	border: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #474848;
}

#x {
	display: none;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(/static/images/glazed/img06.gif);
}

#bgtop {
	height: 20px;
	background: url(/static/images/glazed/img07.gif);
}

#bgbottom {
	padding-bottom: 20px;
	background: url(/static/images/glazed/img09.gif) no-repeat left bottom;
}

#page ul {
	list-style: none;
}

/*
#page ul li {
	padding-left: 15px;
	background: url(/static/images/glazed/img11.gif) no-repeat left center;
}
*/

/* Content */

#content {
	float: left;
	width: 430px;
	height: 800px;
	/* FNA: removed:  min-height: 800px; */
	padding: 0 0 0 20px;
}

html>body #content {
	height: auto;
}

/* Post */

.post {
}

.post .bigpix {
	margin-bottom: 20px;
	background: #F0F0F0;
}

.post .bigpix .image {
}

.post .bigpix .caption {
	margin: 0;
	padding: 2px 10px 5px 10px;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
	color: #999999;
}

.post .bigpix .caption a {
	color: #999999;
}

.post .title {
	padding: 10px 10px 0 10px;
	font-size: 2.6em;
}	

.post .title a {
	background: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #C2C2C2;
}

.post .byline a {
	color: #C2C2C2;
}

.post .entry {
	padding: 20px 10px 0 10px;
}

.post .tags {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0F0;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.post .tags a {
	padding: 0 5px;
	background: none;
}

.post .links {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}

.post .links .comments {
	padding-left: 20px;
	background: url(/static/images/glazed/img13.gif) no-repeat left center;
}

.post .links .permalink {
	padding-left: 18px;
	background: url(/static/images/glazed/img14.gif) no-repeat left center;
  margin-right: 1em;
}

.post .links .flag {
	padding-left: 18px;
	background: url(/static/images/flag_red.png) no-repeat left center;
}

/* Sidebar Common Style */

.sidebar {
}

#page .sidebar ul {
	line-height: normal;
}

#page .sidebar li {
	padding: 0;
	background: none;
}

#page .sidebar li ul {
}

#page .sidebar li li {
	padding: 5px 15px 5px 25px;
	background: url(/static/images/glazed/img11.gif) no-repeat 10px 10px;
	border-bottom: 1px solid #F0F0F0;
}

.sidebar a {
	background: none;
}

/* Sidebar One */

#sidebar1 {
	float: left;
	width: 250px;
	padding: 0 0 0 20px;
}

/* Sidebar Two */

#sidebar2 {
	float: right;
	width: 180px;
	padding: 0 20px 0 0;
}

/* Calendar */

#calendar_wrap {
	padding: 0 10px 20px 10px;
}

#calendar_wrap table {
	width: 100%;
	text-align: center;
	background: #F6F6F6;
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
}

#calendar_wrap th, #calendar_wrap td {
	padding: 2px;
}

#calendar_wrap thead {
	background: #FFFFFF;
}

#calendar_wrap tbody {
	font-size: .8em;
	font-weight: bold;
}

#calendar_wrap tbody td {
	padding: 5px;
}

#calendar_wrap tbody a {
	font-size: 1.2em;
}

#calendar_wrap tfoot {
	background: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

#calendar_wrap tfoot #prev {
	text-align: left;
}

#calendar_wrap tfoot #next {
	text-align: right;
}

/* Tag Cloud */

#tag_cloud {
	margin-bottom: 20px;
}

/* Footer */

#footer {
	width: 960px;
	height: 83px;
	margin: 0 auto;
	background: url(/static/images/glazed/img10.gif) no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}


/****** BELOW: customizations added by Jazkarta *********/

form p label { 
  display: block;
}

ul.errorlist { 
  color: red;
  padding-bottom: 0;
  margin-bottom: 0;
}

div.warningbox { 
  border: 1px solid darkred;
  margin: 1ex;
  padding: 1em;
  font-size: 120%;
  background-color: #fee;
}

table.flag_review td {
  vertical-align: top;
  padding: 10px 8px;
}

table.flag_review tr { background-color: #f8f8f8; }
table.flag_review tr.odd { background-color: #f0f0f0; }

table.flag_review tr td.deflag a, 
table.flag_review tr td.republish a, 
table.flag_review tr td.unpublish a {
  display: block;
  padding: 3px;
}
table.flag_review tr td.deflag a { background-color: #bbffbb; }
table.flag_review tr td.unpublish a { background-color: #ffbbbb; }
table.flag_review tr td.republish a { background-color: #ccf; }

body.wide_content #content {
	width: 650px;
}

ul.subnav li.rightmost { 
  border-left: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  border-top: none;
  border-right: none;
  background: transparent;
  position: relative;
  top: 1px;
  width: 18em;
}

ul.subnav li { 
  float: left;
  padding: 0 1.3em;
  border-top: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  background: #eee;
}
ul.subnav li a { 
  background-image: none;
}
ul.subnav li.active { 
  background: #fbfbfb;
  border-bottom: 1px dotted #fff;
}
ul.subnav li.active a { 
  color: black;
  font-weight: bold;
}

div.staff_controls { 
  text-align: right;
  float:right;
  width: 320px; 
  color: white;
  padding: 4px;
}
div.staff_controls a { 
  color: #ccf;
  text-decoration: underline;
}
