@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #163844;
	background-color: #235769;
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #2E5615;
}
a:visited {
	color: #2E5615;
	text-decoration: none;
}
a:hover {
	color: #1C828C;
	text-decoration: underline;
}
a:active {
	color: #135B62;
	text-decoration: underline;
}
#containertop {
	padding: 0px;
	height: 640px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin-top: 20px;
	top: 0px;
	border: 4px solid #070a0b;
	background-color: #838383;
}
#container {
	padding: 0px;
	height: 640px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	margin-top: 0px;
	top: 0px;
}
#stage {
	height: 480px;
	width: 740px;
	margin-top: 22px;
	margin-left: 20px;
	float: left;
	background-color: #333333;
}

#blogstage {
	height: 480px;
	width: 740px;
	margin-top: 22px;
	margin-left: 20px;
	float: left;
	background-color: #E6E4DE;
	overflow: auto;
}

#links {
	float: left;
	height: 90px;
	width: 180px;
	margin-top: 50px;
	margin-left: 30px;
}
#years {
	clear: left;
	float: left;
	height: 18px;
	width: 735px;
	margin-top: 0px;
	margin-left: 20px;
	font-size: 8pt;
	color: #C1F565;
	filter: alpha(opacity=65);
	-moz-opacity: .65;
	background-color: #17281a;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#years .current {
	color: #B8F715;
	padding-left: 15px;
	font-weight: bold;
	font-size: 10pt;
}
#story {
	float: left;
	height: 250px;
	width: 180px;
	margin-top: 24px;
	margin-left: 30px;
}
#home {
	float: left;
	height: 50px;
	width: 217px;
	margin-top: 22px;
	margin-left: 12px;
}
ul {
	text-indent: 0px;
	display: list-item;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#home a {
	display:block;
	width:100%;
	height:100%;
}
#home a:hover {
	display:block;
	width:100%;
	height:100%;
}

#years a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bolder;
	padding-left: 15px;
}
#years a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bolder;
}
#years a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#years a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
#sati {
	height: 390px;
	width: 450px;
	margin-top: 22px;
	margin-left: 20px;
	float: left;
	background-image: url(images/sati.jpg);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 260px;
	padding-bottom: 77px;
	padding-left: 30px;
	color: #DDDDDD;
	font-weight: lighter;
}
#melody {
	height: 390px;
	width: 450px;
	margin-top: 22px;
	margin-left: 20px;
	float: left;
	background-image: url(images/melody.jpg);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 260px;
	padding-bottom: 77px;
	padding-left: 30px;
	color: #DDDDDD;
	font-weight: lighter;
}

#contact {
	height: 390px;
	width: 450px;
	margin-top: 22px;
	margin-left: 20px;
	float: left;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 260px;
	padding-bottom: 77px;
	padding-left: 30px;
	color: #DDDDDD;
	font-weight: lighter;
}
#melody li {
	padding-bottom: 2px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
}
#sati li {
	padding-bottom: 2px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
}

/*from here to the end this is all from blogSyles*/

.cols{
	width:687px;
	margin:0 18px;
	padding-top:10px;
	overflow:hidden;
}

.cols img{
	margin:10px 0;
	border: 1px solid #7C7C7C;
}


#blogheader{
	background-color: #6D7B70;
	height: 25px;
	width: 710px;
	padding: 5px 0 5px 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #49534B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #49534B;
}

#backendheader{
	background-color: #6D7B70;
	height: 25px;
	width: 725px;
	padding: 5px 0 5px 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #49534B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #49534B;
}
#blogheader h1{
	color:#E6E4DE;
	margin: 0px;
	padding: 0px;
	font-size: 16pt;
	font-weight: normal;
}
#backendheader h1{
	color:#E6E4DE;
	margin: 0px;
	padding: 0px;
	font-size: 16pt;
	font-weight: normal;
}
#backendnav a{
	background-color: #6D7B70;
	height: 25px;
	width: 300px;
	border-top-color: #6D7B70;
	border-right-color: #6D7B70;
	border-bottom-color: #6D7B70;
	border-left-color: #6D7B70;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 10px;
	color: #E6E4DE;
	display: block;
	margin-top: 10px;
}
#backendnav a:hover{
	background-color: #7FBBCD;
}
#footer{margin: 10px 0;}

#footer img{margin:9px 0;}

#searchBar{
	border:1px solid #7C7C7C;
	background-color:#6D7B70;
	padding:5px 5px;
	text-align:center;
}

#content{clear:both;padding-top:30px;}


h1{font-size:13px;}
p{
	margin:3px 0 0 0;
}

.time{
	color:#1C828C;
	margin-top:15px;
	text-transform:capitalize;
}
.title{
	color:#163844;
	font-size:18px;
	font-weight:normal;
	margin: 0px;
}
.hr{
	border-bottom:1px dotted #1C828C;
	width:685px;
	margin:4px 0 24px 0;
}
.userComment{background-color:#f2f2f2; padding:4px; margin-top:10px;min-height:14px;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;}
.userComment a{display:inline;}
.comment{margin-bottom:10px;}
.accent{
	color:#1C828C;
	font-style:italic;
}
.permalink{margin-left:420px;}

/*comment window rules*/
#container.commentWindow{width:380px;}
.commentWindow .cols{width:300px;}
.commentWindow .hr{width:300px;}

.commentWindow fieldset{border:1px solid #c77; margin:15px 0;}
.commentWindow legend{font-size:12px; font-weight:bold;}

/*cms rules*/
table{
background-color:#ddd;
border:1px solid #777; 
border-bottom:0;}

td{height:16px; 
padding:2px 5px;
border-bottom:1px solid #777;}

textarea{height:420px; width:420px;}

table input{width:420px;}

#cmsNav{list-style: none; margin:15px 0; padding:0;height:15px;}
#cmsNav li{float:left;display:inline; margin:0 5px;padding:0 6px; border-left:1px dotted #333;border-right:1px dotted #333;}
.edit {
	margin: 10px 10px 10px 30px;
	font-size: 14pt;
}
.edit a{margin-bottom: 20px; color:#1c828C; font-size:10pt;}
.normal {font-size:10pt;}
.smallIndent{margin-left:30px;}