/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background: #CCB1A0 url(/images/body-background.jpg) repeat-x;
  color: #000;
  font-family: Times, serif;
  font-size: 0.9em;
  line-height: 1.4em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #1d2f15;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.7em;
	margin-bottom:3px;
	padding: 0;
}
h2 {
  color: #1d2f15;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.6em;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  margin: 25px auto 25px auto;
  text-align: left;
  width: 90%;
}
#outerWrapper #header {
  background: url(/images/head-background.jpg) repeat-x;
  border-bottom: solid 1px #666;
  font-size: 18px;
  font-weight: bold;
  height: 106px;
  line-height: 15px;
  padding: 0;
	position:relative;
}

#rss {
	position:absolute;
	right:3px;
	bottom:2px;
	color: white;
}

#outerWrapper #topNavigation {
  background-color: #D2C2A6;
  border-bottom: solid 1px #666;
  height: 20px;
  padding: 2px 2px 2px 5px;
	color:#5d2700;
	text-decoration: none;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #FFFFFF;
  border-left-width: 0;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 220px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 240px 0 0;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper h1 {
  color: #1d2f15;
}
#outerWrapper #contentWrapper h2 {
  color: #1d2f15;

}
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
  background: url(/images/bar-background.png) repeat-x;
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
}



/* PAGINATION */
.apple_pagination {
background: #eee;
border: 1px solid #E5E5E5;
text-align: center;
padding: 0; margin-bottom: 5px; }
.apple_pagination a, .apple_pagination span {
padding: .2em .3em; }
.apple_pagination span.disabled {
color: #AAA; }
.apple_pagination span.current {
font-weight: bold; color: #f00;}
.apple_pagination a {
text-decoration: none;
color: black; }
.apple_pagination a:hover, .apple_pagination a:focus {
text-decoration: underline; }


/* CONTENT STUFF */

#notice {
	background-color: #ffc;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #f00;
	padding: 5px;
	margin: 0 0 10px 0;
}

.notice {
	background-color: #ffc;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #f00;
	padding: 5px;
	margin: 0 0 10px 0;
}

.date {
	font-size: 90%;
	font-weight: bold;
	color: #b68038;
}

.headline {
	color: #5d2700;
	font-weight: bold;
	font-size: 130%;
}

.publication {
	color:#b68038;
	font-weight: bold;
	font-style: italic;
	font-size: 115%;
}



#outerWrapper #topNavigation a, #outerWrapper #topNavigation a:link, #outerWrapper #topNavigation a:visited {
	color:#5d2700;
	text-decoration: none;
}

#outerWrapper #topNavigation a:hover {
	color:#b68038;
	text-decoration: none;
}


/*Menu Block */

.menu_content{
  background:#1d2f15;
	padding:0;
	margin:0;
}

.menu_content h3 {
	font-family: arial, sans-serif;
	font-weight:bold;
	color: #ccb1a0;
	font-size: 130%;
	margin: 0;
	padding: 5px 5px 0 5px;
	margin-bottom: 5px;
}



.spacer {
	height: 25px;
}

.acc_content { padding:5px 10px 5px 10px;}

.form label {
	width:100px;
	float:left;
	text-align:right;
	font-weight:bold;
	padding-right:10px;
}

.tags {
	display:block;
	background-color: #eee;
	font-size:small;
	border: 1px #ccc solid;
	padding: 2px;
	
}

.readmore, a.readmore , a.readmore:link, a.readmore:visited {
	color: #b68038;
}

a.readmore:hover {
	color: #5d2700;
	background-color: #ffc;
}

#login_box {
	background-color: #9bac65;
	border: 2px solid #b68038;
	padding: 10px;
	float:none;
	width: 400px;
	margin: 25px auto 0 auto;
}

label {
	font-weight: bold;
}

#article_form {
	min-width: 500px;
}

#article_form td {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

#article_form .label {
	font-weight: bold;
	width: 100px;
	vertical-align: top;
}

#article_form textarea {
	width: 100%;
}

.toolbar {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 10px;
	
}

.toolbar a, .toolbar a:visited, .toolbar a:link {
	background-color: #fff;
	padding: 5px 10px;
	display: inline;
	border: 1px solid #ccc;
	text-decoration: none;
}

.toolbar a:hover {
	background-color: #ffc;
}

.dragger {
	cursor: -moz-grab;
}

.handle_list {
	list-style-type:none;
	margin:0;
	padding:0;
}

#tag_list {
	height:175px;
	overflow:scroll;
}

fieldset.entry_light {
	padding: 10px;
	background-color: #D2C2A6;
	border: none;
}

fieldset.entry_dark {
	padding: 10px;
	background-color: #C7A15B;
	border: none;
}

.entry_light h3, .entry_dark h3 {
	display: block;
	margin: -10px -10px 5px -10px;
	background-color: #1D2F15;
	color: #fff;
	font-family: arial, sans-serif;
	padding: 5px;
}

/* SCAFFOLD ERRORS */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}



