body {
margin : 0;
padding : 0;
font : 73% "Trebuchet MS", verdana, arial, sans-serif;
background : #cf76bf;
color : #333;
}
#container {
width : 740px;
margin-left : auto;
margin-right : auto;
padding : 0;
border : 2px solid #3b3b90;
background : #e9eee4;
color : #333;
}
			/*TOP BANNER*/
#topimg {
height : 150px;
padding : 0;
margin : 0;
background : #417c2c url(img/header.jpg) no-repeat;
color : #333;
}
#topimg h1 {
float : left;
margin : 10px 0 0 15px;
font-size : 200%;
letter-spacing: 3px;
color : #fff;
/* background : #336633; */
}
			/*TOP NAVIGATIONY*/
#navcontainer ul {
float : left;
width : 100%;
padding-left : 0;
margin : 0 0 20px 0;
font-size : 110%;
border-top : 1px solid #fff;
border-bottom : 1px solid #fff;
background : #3b3b90;
color : #333;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
float : left;
padding : 0.2em 1em;
text-decoration : none;
border-right : 1px solid #fff;
background : #3b3b90;
color : #fff;
}
#navcontainer ul li a:hover, #navcontainer ul li a#current {
background : #8787e4;
color : #000;
}
			/*MAIN CONTENT*/
#content {
margin : 0 0 5px 170px;
padding : 5px;
border-left : 1px dashed #999;
background : inherit;
color : #333;
}
#content a:link, #content a:visited {
text-decoration : underline;
background : inherit;
color : #417C2C;
}
#content a:hover {
background : inherit;
color : #91AE00;
}
			/*SIDEBAR*/
#sidebar {
	float : left;
	width : 160px;
	margin : 0 10px 0 0;
	padding : 5px;
	background : #e9eee4;
	color : #333;
}
#container #sidebar a {
	color: #b038bb;
	text-decoration: none;
}
#container #sidebar a:hover {
	color: #FF33FF;
}

			/*SIDE MENU*/
.sidemenu ul {
	text-align : left;
	list-style-type: square;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin : 0;
font-size : 90%;
border-top : 1px solid #fff;
background : #8787e4;
color : #333;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #fff;
}
#footer a:hover {
border-bottom : 1px dashed #eee;
background: inherit;
color : #333;
}
			/*TYPOGRAPHY*/
p {
line-height: 1.7em;
margin : 10px;
}
h1 {
margin-top : 10px;
margin-left: 10px;
padding : 0;
font-size : 140%;
text-transform : uppercase;
letter-spacing: 3px;
color : #b038bb;
background : inherit;
}
h2 {
margin : 10px 0 0 5px;
padding-left : 10px;
font-size : 120%;
text-transform : uppercase;
letter-spacing : 5px;
color : #fff;
background : #8787e4;
}

h3 {
padding : 0;
font-size : 110%;
letter-spacing: 3px;
color : #cb0da5;
background : inherit;
margin-left: 10px;
}
h4 {
	padding : 0;
	font-size : 100%;
	letter-spacing: 3px;
	color : #cb0da5;
	background : inherit;
	margin-left: 10px;
	font-weight: bold;
	font-variant: small-caps;
	margin-right: 0px;
	margin-bottom: 0px;
}

			/*CLASSES*/
.img {
float : left;
padding : 10px;
border : none;
}
.img a {
border : none;
}
.post { 
background : #eee;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 90%;
} 
.post .date { 
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(img/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}

/** Form Fields **/
label{
float: left;
width: 150px;
margin-left: 10px;
margin-top: 4px;
}

input, textarea{
/*width: 180px; */
margin-bottom: 5px;
margin-top: 4px;
margin-left: 10px;
}

input, select{
/*width: 180px; */
margin-bottom: 5px;
margin-top: 4px;
margin-left: 10px;
}

#human {
visibility:hidden;
display:none;
}

#photo {
vertical-align: middle;

text-align: center;
border: 2px #cf76bf solid;
margin: 10px;
}
#container #content .gallery {
	margin: 5px;
	border: 1px solid #CF76BF;
	padding: 0px;
}
