body {
	margin: 0;
	background-color:#660066;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cccccc;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #649632;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ul, ol { }

blockquote { }

a { color: #FFFFFF; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 0px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 0px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	
	padding-top: 0px;
}

/* Header */

#header-wrapper {
}

#header {
	width: 913px;
	height: 93px;
	margin: 0 auto;
	background: url(images/background-chilton_01.jpg) no-repeat left top;
}

/* Menu */

#menu1 {
	width: 913px;
	height: 49px;
	margin: 0 auto;
	background: url(images/background-chilton_02.jpg) no-repeat left top;
}

#menu {
	width: 500px;
	height: 49px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 30px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 5px 25px 5px 25px;
	text-decoration: none;
	 
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #CC0066;
}

#menu a:hover { 
	display: block;
	float: left;
	padding: 5px 25px 5px 25px;
	background: url(images/hover.gif) no-repeat center; 
	color: #ffffff;
}

#menu .current_page_item a {
	display: block;
	float: left;
	padding: 5px 25px 5px 25px;
	color: #ffffff;
	background: url(images/hover.gif) no-repeat center;
}


/* Page */

#page {
	width: 913px;
	height: 535px;
	margin: 0 auto;
	padding: 30px 0px 0px 0px;
	background: url(images/background-chilton_03.jpg) no-repeat left top;
}

/* Content */

#content {
	float:right;
	width: 500px;
	margin-top: 0px;
	margin-right: 95px;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	height: 30px;
	margin-bottom: 3px;
	padding: 8px 0px 2px 20px;
	background: #660033;
	color: #FFFFFF;
}

.post .date {
	float: right;
	margin-top: -45px;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #DB44DB;
}

.post .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #B6ACA2;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
	padding: 10px 0px 0px 0px;
	float:right;
	width:40%;
}

.post .entry1 {
	padding: 5px 20px 0px 20px;
	float:left;
	width:50%;
}
.post .entry2 {
	padding: 5px 0px 0px 0px;
	float:left;
	width:100%;
}
.post .scrolls {
	overflow:auto;
	height:480px;
	width:500px;
	scrollbar-3dlight-color:;
                scrollbar-arrow-color:white;
                scrollbar-track-color:#660099;
                scrollbar-darkshadow-color:#660099;
                scrollbar-face-color:#660099;
                scrollbar-highlight-color:fuchsia;
                scrollbar-shadow-color:black;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	margin-left: 95px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 20px 0px;
}


#sidebar li li {
	margin: 0;
	padding: 0 20px;
}

#sidebar p {
	margin: 0;
	padding: 0 20px;
}

#sidebar h2 {
	height: 30px;
	margin-bottom: 3px;
	padding: 8px 0px 2px 20px;
	background: #660033;
	font-size: 20px;
	color: #FFFFFF;
}



/* Footer */

#footer {
	width: 913px;
	margin: 0 auto;
	padding: 0;
	background: url(images/background-chilton_04.jpg) no-repeat left top;
	height: 60px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}

#footer a {
	color: #C752C7;
}

