@charset "utf-8";
/* CSS Document */

* {
margin : 0;
padding : 0;
}
.photo {
background-image:url(images/headerphoto.jpg);
background-repeat:no-repeat;
background-color:#F6F;
height : 210px;
width : 770px;
background-position:center;
margin : 0 auto;
border:#F6F;
border: 5px;


}
body {
font : normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
color : #603;
background : #fff;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;

text-align : center;
margin : 0;
padding : 0;
}
a {
	background : inherit;
	color : #F0C;
	text-decoration : none;
}
a.hover {
background : inherit;
color : #c39;
text-decoration : underline;
}
h1, h2, h3 {
font : bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
}
h1 {
font-size : 1.4em;
color : #906;
}
h2 {
font-size : 1.2em;
text-transform : uppercase;
}
h3 {
font-size : 1.2em;
}
p, h1, h2, h3 {
color : #000;
margin : 10px 15px;
}
ul, ol {
margin : 10px 30px;
padding : 0 15px;
}
img {
border : 1px solid #c0c;
background : #fafafa;
padding : 5px;
}
img.float-right {
margin : 5px 0 5px 15px;
}
img.float-left {
margin : 5px 15px 5px 0;
}
code {
	text-align : left;
	display : block;
	overflow : auto;
	font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	background : #fafafa;
	border : 1px solid #f2f2f2;
	border-left : 3px solid #c0c;
	font-size : 14px;
	margin : 5px 0;
	padding : 10px;
	color: #F0C;
}
acronym {
cursor : help;
border-bottom : 1px solid #c0c;
}
blockquote {
background-color : #fafafa;
background-position : 8px 10px;
border : 1px solid #f2f2f2;
border-left : 3px solid #c9c;
font : bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif;
color : #c9c;
margin : 15px;
padding : 0 0 0 20px;
}
table {
border-collapse : collapse;
margin : 10px 15px;
}
th strong {
color : #ffc;
}
th {
background : #c39;
height : 29px;
padding-left : 11px;
padding-right : 11px;
color : #fff;
text-align : left;
border-left : 1px solid #c9c;
border-bottom : 2px solid #fff;
}
tr {
height : 30px;
}
td {
padding-left : 11px;
padding-right : 11px;
border-left : 1px solid #fff;
border-bottom : 1px solid #fff;
}
td.first, th.first {
border-left : 0;
}
tr.row-a {
background : #f8f8f8;
}
tr.row-b {
background : #efefef;
}
form {
border : 1px solid #f2f2f2;
background-color : #fafafa;
margin : 10px 15px;
padding : 0;
}
label {
display : block;
font-weight : 700;
margin : 5px 0;
}
input {
border : 1px solid #eee;
font : normal 1em "Trebuchet MS", Tahoma, sans-serif;
color : #777;
padding : 2px;
}
textarea {
width : 400px;
font : normal 1em "Trebuchet MS", Tahoma, sans-serif;
border : 1px solid #eee;
height : 100px;
display : block;
color : #777;
padding : 2px;
}
input.button {
font : bold 1em Arial, Sans-serif;
background : #fff url(images/gradientbg.jpg) repeat-x;
color : #333;
border : 1px solid #c9c;
margin : 0;
padding : 2px 3px;
}
.searchform {
background-color : transparent;
border : none;
margin : 0;
padding : 0;
}
.searchform p {
margin : 10px;
padding : 0;
}
.searchform input.textbox {
width : 130px;
color : #666;
height : 20px;
vertical-align : top;
padding : 2px;
}
.searchform input.button {
font : bold 12px Arial, Sans-serif;
color : #600;
width : 60px;
height : 26px;
border : 1px solid #c39;
vertical-align : top;
padding : 3px 5px;
}
#header-content, #content, #footer-content {
width : 760px;
height : 80px;
}
#header {
height : 100px;
text-align : left;
}
#header-content {
position : relative;
margin : 0 auto;
padding : 0;
}
#header-content h1#logo {
position : absolute;
font : bold 45px 'Trebuchet MS', Sans-serif;
letter-spacing : -2px;
color : #ff0;
top : 0;
left : 4px;
width : 308px;
height : 46px;
margin : 0;
padding : 0;
}
#header-content h1#logo a {
	text-decoration : none;
	color : #FFBBFF;
}
#header-content #slogan {
position : absolute;
font : bold 12px 'Trebuchet Ms', Sans-serif;
text-transform : none;
color : #666;
top : 55px;
left : 40px;
margin : 0;
padding : 0;
}
#header-content ul {
	position : absolute;
	right : -5px;
	top : 15px;
	font : bolder 1.3em 'Trebuchet MS', sans-serif;
	color : #600;
	list-style : none;
	width : 350px;
	margin : 0;
	padding : 0;
	left: 350px;
}
#header-content li {
display : inline;
}
#header-content li a {
float : left;
display : block;
color : #fff;
background-color : #333;
text-decoration : none;
border-right : 1px solid #272727;
padding : 3px 12px;
}
#header-content li a:hover {
background : #c0c;
color : #fff;
}
#header-content li a#current {
background : #603;
color : #8d8d8d;
}
.maintext {
font-size : 14px;
color : #606;
font-weight : 700;
text-align : center;
margin : 15px;
}

#content-wrap {
clear : both;
float : left;
width : 100%;
}
#content {
text-align : left;
margin : 0 auto;
padding : 0;
}
#sidebar {
float : right;
width : 30%;
margin : 0 0 10px;
padding : 0;
}
#sidebar h1 {
font : bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
margin : 0;
padding : 10px 0 5px 10px;
}
.sidebox {
background : #f5f5f5;
border : 1px solid #efeded;
margin-bottom : 10px;
}
#sidebar ul.sidemenu {
list-style : none;
background : #c9c;
margin : 10px 0 15px;
padding : 0;
}
#sidebar ul.sidemenu li {
padding : 0 10px;
}
#sidebar ul.sidemenu a {
display : block;
font-weight : 400;
color : #600;
height : 1.5em;
line-height : 1.5em;
border-bottom : 1px dashed #c39;
text-decoration : none;
padding : 0.3em 0 0.3em 15px;
}
#sidebar ul.sidemenu a.top {
border-top : 1px dashed #d4d4d4;
}
#sidebar ul.sidemenu a:hover {
border-left : 5px solid #c09;
color : #ccc;
padding : 0.3em 0 0.3em 10px;
}
#main {
float : left;
width : 68%;
margin : 0 0 10px;
padding : 0;
}
#main h1 {
border-bottom : 1px solid #f2f2f2;
font : normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
margin : 0 0 0 10px;
padding : 10px 0 0 5px;
}
#main ul li {
list-style-image : url(images/bullet.gif);
}
.post {
background : #fff url(images/gradientbg.jpg) repeat-x;
border : 1px solid #efeded;
margin : 0;
padding : 0;
}
.post .post-footer {
background-color : #fafafa;
border : 1px solid #f2f2f2;
margin-top : 20px;
font-size : 95%;
padding : 5px;
}
.post .post-footer .date {
background : url(images/clock.gif) no-repeat 0% center;
padding-left : 20px;
margin : 0 10px 0 5px;
}
.post .post-footer .comments {
background : url(images/comment.gif) no-repeat 0% center;
padding-left : 20px;
margin : 0 10px 0 5px;
}
.post .post-footer .readmore {
background : url(images/page.gif) no-repeat 0% center;
padding-left : 20px;
margin : 0 10px 0 5px;
}
#footer {
clear : both;
font : normal 0.95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
text-align : left;
margin : 0;
padding : 0;
}
#footer h1, #footer p {
margin-left : 0;
}
#footer-content {
border-top : 1px solid #eaeaea;
padding-left : 15px;
margin : 0 auto;
}
#footer-content a {
text-decoration : none;
color : #777;
}
#footer-content a:hover {
text-decoration : underline;
color : #336;
}
#footer-content ul {
list-style : none;
margin : 0;
padding : 0;
}
#footer-content .col {
width : 32%;
padding : 0 5px 30px 0;
}
#footer-content .col2 {
width : 33%;
padding : 0 0 30px;
}
.float-left {
float : left;
}
.float-right {
float : right;
}
.align-left {
text-align : left;
}
.align-right {
text-align : right;
}
.clear {
clear : both;
}
.gray {
color : #bfbfbf;
}
#current, menu {
background-color : #300;
}
 th.c1 {
	background-color: #330000;
	color: #FFF;
}
.headerphoto {
	background-image:url(images/headerphoto.jpg);
}
/*]]>*/
.bold {
	font-weight: bold;
}
ul#nav {
font-family: Verdana;
font-size:14px;
list-style:none;
margin:0 auto;
padding:0;
width:655px;
overflow: auto;
}
ul#nav li {
display:inline;
}
ul#nav li a {
text-decoration:none;
display: block;
padding:5px 21px;
background:#871F78;
color:#eee;
float:left;
text-align:center;
border-top:3px solid #FFBBFF;
border-right:3px solid #3d1000;
border-bottom:3px solid #3d1000;
border-left:3px solid #FFBBFF;
}
ul#nav li a:hover {
background:#FFBBFF;
color:#000;
border-top:3px solid #FFF;
border-right:3px solid #000;
border-bottom:3px solid #000;
border-left:3px solid #FFF;
}
