@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #393623;
	background-color: #E0E1D3;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: "gill Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 18px;
	color: #660033;
	text-align: center;
}

.thrColFixHdr #container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
} 
.thrColFixHdr #header {
	background-image: url(../images/paper_header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding-right: 20%;
	padding-left: 20%;
	background-position: center center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header h1 {
	color: #660033;
	font-size: 18px;
	font-style: normal;
	letter-spacing: 4px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px dotted #FFFFFF;
	margin: 0;
	padding-left: 10px;
	text-align: center;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 132px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(../images/top_grey.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 132px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(../images/top_grey.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 5px;
}
.thrColFixHdr #mainContent {
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #564F45;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/stain_01.png);
	background-color: #FFFFFF;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #AE1C1C;
	color: #FFFFFF;
	font-size: 10px;
} 
.thrColFixHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #99FFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.nav {
	height:30px;
	background-color: #AE1C1C;
	background-image: url(../images/pro_15_00.gif);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 5px;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
}
.nav li {
	float: left;
}
.nav li a {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	color:#ddd;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-size:11px;
	background-image: url(../images/pro_15_00.gif);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.nav li a b {
	float:left;
	display:block;
	background-image: url(../images/pro_15_00.gif);
	background-position: right top;
	width: 80px;
}
.nav li.current a {
	color:#fff;
	background-image: url(../images/pro_15_02.gif);
}
.nav li.current a b {
	background-image: url(../images/pro_15_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav li a:hover {
	color:#fff;
	background-image: url(../images/pro_15_01.gif);
}
.nav li a:hover b {
	background-image: url(../images/pro_15_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav li.current a:hover {
	color:#fff;
	cursor:default;
	background-image: url(../images/pro_15_02.gif);
}
.nav li.current a:hover b {
	background-image: url(../images/pro_15_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav li a em {display:block; float:left; width:16px; height:30px;}
.nav li a em.home {
	background-image: url(../images/home2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.nav li a em.calendar {
	background-image: url(../images/events.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.nav li a em.camera {
	background-image: url(../images/camera.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.nav li a em.contact {
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	background-position: center center;
}	


#login {
	margin-top: 5px;
	padding-left: 2px;
	margin-bottom: 5px;
	text-align: left;
	height: 220px;
	margin-left: 170px;
	width: 250px;
}

#login fieldset {
	width : 185px;
	border-top-width : 1px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-left-width : 1px;
	border-top-style : solid;
	border-right-style : solid;
	border-bottom-style : solid;
	border-left-style : solid;
	border-top-color : #FFFFFF;
	border-right-color : #FFFFFF;
	border-bottom-color : #FFFFFF;
	border-left-color : #FFFFFF;
	margin-top: 10px;
	margin-left: 2px;
}

#login a {
	color : #C72D2D;
}
#login legend {
	color : #FFFFFF;
	background-color : #C02323;
	border-top-width : 1px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-left-width : 1px;
	border-top-style : solid;
	border-right-style : solid;
	border-bottom-style : solid;
	border-left-style : solid;
	border-top-color : #ffffff;
	border-right-color : #ffffff;
	border-bottom-color : #ffffff;
	border-left-color : #ffffff;
	font-weight : bold;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	padding-left: 2px;
	padding-right: 0px;
}
#login label {
	width : 170px;
	float : left;
	text-align : left;
	margin-top: 5px;
	padding-top: 5px;
	color: #BE2020;
	display: block;
	padding-left: 5px;
}
#login input {
	color : #BE2020;
	width : 170px;
	border-top-width : 1px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-left-width : 1px;
	border-top-style : solid;
	border-right-style : solid;
	border-bottom-style : solid;
	border-left-style : solid;
	border-top-color : #800000;
	border-right-color : #800000;
	border-bottom-color : #800000;
	border-left-color : #800000;
	margin-top: 5px;
	display: block;
	float: left;
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#sidebar1 ul {


}

#sidebar1 ul  p{
	color: #660033;
	padding-left: 7px;

}
#sidebar1 ul li {
	background-color: #CF3C3C;
	display: block;
	height: 40px;
	list-style-type: none;
	padding-left: 10px;
	padding-top: 10px;
	color: #660033;
	font-weight: bold;
	background-image: url(../images/old_paper.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#sidebar1 ul li a{
	display: block;
	height: 40px;
	list-style-type: none;
	color: #660033;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}

#sidebar1 ul li a:hover{
	display: block;
	height: 40px;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}

#sidebar2 ul {
	padding-right: 20px;
	padding-left: 0px;


}

#sidebar2 ul  p{
	color: #660033;
	padding-left: 7px;

}
#sidebar2 ul li {
	background-color: #DAB984;
	display: block;
	list-style-type: none;
	font-weight: bold;
	border-bottom-color: #D4D0C8;
	padding-bottom: 2px;
	padding-top: 5px;
}


#sidebar2 ul li a{
	display: block;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#sidebar1 ul li a:hover{
	display: block;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}


#story_form {
}

#story_form fieldset {
	border-top-width : 1px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-left-width : 1px;
	border-top-style : solid;
	border-right-style : solid;
	border-bottom-style : solid;
	border-left-style : solid;
	border-top-color : #AE1C1C;
	border-right-color : #D9BB89;
	border-bottom-color : #D9BB89;
	border-left-color : #D9BB89;
	background-image: none;
	background-repeat: repeat;
	background-position: center;
}
#story_form legend {
	color : #660033;
	border-top-width : 1px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-left-width : 1px;
	border-top-style : none;
	border-right-style : none;
	border-bottom-style : none;
	border-left-style : none;
	font-weight : bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	width: 100px;
}
#story_form label {
	width : 100px;
	float : left;
	text-align : right;
	margin-right : 20px;
	display : block;
	color: #660033;
}
#story_form .submit input {
	margin-bottom : 20px;
	width : 80px;
	color : #660043;
	background-color : #D9BB89;
	border-top-width : 1px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-left-width : 1px;
	border-top-style : solid;
	border-right-style : double;
	border-bottom-style : double;
	border-left-style : solid;
	border-top-color : #999999;
	border-right-color : #333333;
	border-bottom-color : #333333;
	border-left-color : #999999;
	font-weight : bold;
	margin-left: 120px;
}
#story_form input {
	color : #AE1C1C;
	width : 470px;
	border-top-width : 1px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-left-width : 1px;
	border-top-style : solid;
	border-right-style : solid;
	border-bottom-style : solid;
	border-left-style : solid;
	border-top-color : #800000;
	border-right-color : #800000;
	border-bottom-color : #D9BB89;
	border-left-color : #D9BB89;
	background-color : #ffffa0;
}


.thrColFixHdr #mainWriting {
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #564F45;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/stain_01.png);
	margin-right: 50px;
}

.thrColFixHdr #mainWritingNoBg {
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #564F45;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: 200px;
	background-color: #FFFFFF;
}
.thrColFixHdr #mainWritingNoBg2 {
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #564F45;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-left: 200px;
	margin-right: 50px;
}
.thrColFixHdr #entry {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D74C4C;
	margin-bottom: 10px;
}

#update_form {
}

#update_form fieldset {
	border-top-width : 1px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-left-width : 1px;
	border-top-style : solid;
	border-right-style : solid;
	border-bottom-style : solid;
	border-left-style : solid;
	border-top-color : #AE1C1C;
	border-right-color : #D9BB89;
	border-bottom-color : #D9BB89;
	border-left-color : #D9BB89;
}
#update_form legend {
	color : #660033;
	border-top-width : 1px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-left-width : 1px;
	border-top-style : none;
	border-right-style : none;
	border-bottom-style : none;
	border-left-style : none;
	font-weight : bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	width: 100px;
}
#update_form label {
	width : 100px;
	float : left;
	text-align : right;
	margin-right : 20px;
	display : block;
	color: #660033;
}
#update_form .submit input {
	margin-bottom : 20px;
	width : 80px;
	color : #660043;
	background-color : #D9BB89;
	border-top-width : 1px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-left-width : 1px;
	border-top-style : solid;
	border-right-style : double;
	border-bottom-style : double;
	border-left-style : solid;
	border-top-color : #999999;
	border-right-color : #333333;
	border-bottom-color : #333333;
	border-left-color : #999999;
	font-weight : bold;
	margin-left: 120px;
}
#update_form input {
	color : #AE1C1C;
	width : 500px;
	border-top-width : 1px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-left-width : 1px;
	border-top-style : solid;
	border-right-style : solid;
	border-bottom-style : solid;
	border-left-style : solid;
	border-top-color : #800000;
	border-right-color : #800000;
	border-bottom-color : #D9BB89;
	border-left-color : #D9BB89;
	background-color : #ffffa0;
}
.thrColFixHdr #container #mainWritingNoBg #writings {
	background-color: #FFFFFF;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #mainWritingNoBg #writings img {
	margin-left: 70px;
}
.thrColFixHdr #container #mainWritingNoBg #writings h1 {
	color: #660043;
	font-size: 18px;
	font-weight: lighter;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	background-image: url(../images/old_paper.jpg);
	border-right-style: none;
	background-position: center top;
	background-repeat: no-repeat;
}

.thrColFixHdr #container #mainWritingNoBg #writings h2 {
	color: #666666;
	font-size: 10px;
	font-weight: lighter;
	border-bottom-style: none;
	border-top-style: none;
	text-align: center;
	border-right-style: none;
	border-left-style: none;
}

.thrColFixHdr #container #mainWritingNoBg #writings h3 {
	color: #990000;
	font-size: 10px;
	font-weight: lighter;
	border-bottom-style: none;
	border-top-style: none;
	text-align: center;
	border-right-style: none;
	border-left-style: none;
	text-decoration: underline;
}
.thrColFixHdr #container #mainWritingNoBg #writings p {
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
}
#google_rss {
	width: 128px;
	float: left;
}

p {
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
}
.thrColFixHdr #container #mainWriting #story_form #story_form #wysiwyg {
	height: 400px;
}
