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

body {
  background: url(images/header.jpg) no-repeat top center;
}
html {
background: #673291 url(images/gradient.jpg) repeat-x scroll bottom;
}
html, body{
 height:100%;
 background:#67329;
 margin:0px auto;
 padding:0
 }

* html #page{
 height:100%;
 }

body {
	color:#f7f7f6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
a {
	color:#FFFFCC;
	text-decoration:none;
	font-style:italic
	}
a:hover {
	color:#CC9
}
h1 {
	text-align:center;
	font-weight:normal;
	letter-spacing:2px;
	font-size:14px;
	}




#menu {
	width:700px;
	margin:200px 0px 0px -50px;
	border-top:solid 1px #CC99CC;
	border-bottom:solid 1px #CC99CC;
	float:left;
	
	}
#menu ul {
	padding:0px;
	margin:0px 0px;
	}
#menu ul li {
	float:left;
	list-style:none;
	padding:0px
	}
#menu a {
	color:#FFCCFF;
	font-style:normal;
	display:block;
	width:100px;
	text-align:center;
	padding:10px 0px;
	
	}
#menu a:hover {
	background:url(images/trans-white.png) repeat;
	color:#FFF
	}
#menu li.current_page_item a {
	font-style:italic;
	color:#FFC
}
#page {
	min-height:100%;
	height:auto;
	max-width:600px;
	z-index:10;
	margin:auto;
	padding:0px 160px 0px;
	border-left:dotted 1px #CC99CC;
	border-right:dotted 1px #CC99CC;
	}
	
#content {
	margin:20px 0px;
	width:600px;
	float:left;
	}
#content p {
	line-height:18px;
	}
.blog h2.blogtitle {
	font-size:14px;
}
.blog .post {
	width:420px;
	margin:0px 0px 0px 10px;
	padding:5px 10px;
	border-top:1px #CCC dotted;
	float:left;
	}
.single .post {
	border:none
}
.blog .entry {
	margin:0px 10px;
}
.blog .meta {
	text-align:left;
	font-style:italic;
	font-size:11px;
}
.blogsidebar {
	background:url(images/trans-white.png);
		width:150px;
		float:right;
		
}
.blogsidebar h3 {
	font-size:12px;
	border-bottom:1px dotted #673291;
	line-height:20px;
	color:#673291
}
.blogsidebar ul {
	margin:5px 5px 20px;
	padding:0px;
	list-style:none;
}
.blogsidebar ul ul {
	margin:0px 3px;
	padding:0px 5px;
}
.blogsidebar ul ul li {
	list-style:none;
	margin:auto 0px;
	padding:3px 0px;
}
.blogsidebar ul ul li a:hover {
	color:#673291
}
#footer {
	width:600px;
	float:left;
	margin:20px auto;
	text-align:center;
	font-style:italic;
	border-top:1px solid #CC99CC;
	}
#gallery {
	padding:20px 0px;
	}
#gallery ul li {
	list-style:none;
	float:left;
	display:block;
	}
#gallery li a.thickbox  {
	display:block;
	background:#333333;
	height:75px;
	width:75px;
	overflow:hidden;
	padding:0px;
	border:#CC99CC solid 1px;
	margin:3px;
	}
#gallery img {
	border:0px;
	}
#gallery .slideshowlink {
	display:none
	}