body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #E2DDCB;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/bg.gif);
}
a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #FF0066;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	color: #67A6A7;
	margin: 0px 0px 2px;
	padding-bottom: 3px;
	font-size: 200%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	letter-spacing: -1px;
}
h1 a {
	text-decoration: none;
	color: #67A6A7;
}
h2 {
	color: #630878;
	padding-bottom: 3px;
	font-size: 170%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	letter-spacing: -1px;
}
h3, h5 {
	color: #CC0033;
	margin: 10px 0px;
	padding: 5px 0px 0px;
	font-size: 160%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9999;
	font-weight: normal;
}

h4 {
	font: normal 130%/100%;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 950px;
	background-color: #F7F5EF;
	border: 8px solid #D4CFBB;
}
/* header area */
#rss {
	background-color: #9AC3C4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #93BBBC;
	border-bottom-color: #93BBBC;
	margin: 0px;
	list-style-type: none;
	height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#rss li {}
#rss a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 22px;
}
#header {
	border-bottom: 0px solid #330033;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-top: 30px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #96BEBE;
	background-image: url(images/header-bg.gif);
}
#headerimg {
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#nav {
	list-style: none;
	height: 33px;
	padding: 0px;
	margin: 0px;
	background-color: #E2DDC7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0CAB3;
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
	
}
#nav li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	text-decoration: none;
	background-color: #C7DDDE;
}
#nav .page_item a{
	color: #465F5E;
	text-decoration: none;
	display: block;
	font-size: 12px;
	line-height: 33px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #D4CFBB;
}
#nav .page_item a:hover {
	background-color: #FFFFFF;
}

/* content area */
#content {
	width: 495px;
	float: right;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	margin: 0px;
}
.post {
	clear:both;
	padding-top: 15px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #A8298A;
}

/*sidebar */
#sidebar {
	float: right;
	width: 250px;
	color: #666666;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 8px;
}
/*sidebar title (h2) */
#sidebar h2, #sidebarLeft h2{
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	letter-spacing: 0px;
	background-color: #86AFB0;
	border-bottom-width: 0px;
	font-size: 100%;
	text-indent: 8px;
	margin: 0px;
}
#sidebar ul, #sidebarLeft ul {
	margin: 0px;
	padding: 6px;
	list-style-type: none;
}
#sidebar li, #sidebarLeft li {
	padding-top: 4px;
	padding-bottom: 4px;
}
/*search form */
#searchform {
	margin: 0px;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #94AAB8;
	width: 150px;
	height: 20px;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* footer area */
#footer {
	clear: both;
	font-size: 90%;
	line-height: 130%;
	text-align: center;
	color: #FFFFFF;
	background-color: #86B4CE;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a, #footer a:visited {
	color: #ffffff;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

#sidebarLeft {
	width: 160px;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:5px;
	margin-right:1px;
	border: 0px solid;
	padding: 0px;
}

#holder {
	overflow: hidden;
	width: 685px;
	float: left;
	margin-top: 8px;
}
.box, .box2 {
	overflow: hidden;
	font-size: 95%;
	margin: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.box img {
	padding: 2px;
	float: left;
	border: 1px solid #C461DC;
	margin-right: 8px;
	height: 65px;
	width: 80px;
	background-color: #FFFFFF;
}
.box a {
	display: block;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8F284E;
	border: 1px solid #C867DF;
	width: 100px;
	float: right;
	text-align: center;
	background-color: #DC9EEB;
	text-decoration: none;
	margin-top: 5px;
}
.sub {
	padding: 3px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: 1px solid #DDDDDD;
	font-size: 95%;
	color: #666666;
}
.sub p {
	padding: 5px;
}
.doublebox {
	font-size: 95%;
	margin: 2px;
	float: left;
	width: 275px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFCC;
	padding: 5px;
}
.doublebox img {
	padding: 2px;
	float: right;
	border: 1px solid #E9AFF5;
	margin-left: 8px;
}
.doublebox a {
	display: block;
	padding: 3px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8F284E;
	border: 1px solid #C867DF;
	width: 80px;
	text-align: center;
	background-color: #DC9EEB;
	text-decoration: none;
	margin-top: 5px;
}
.smallBox {
	line-height: normal;
	overflow: hidden;
	vertical-align: top;
	font-size: 95%;
}
.smallBoxBonus {
	line-height: normal;
	overflow: hidden;
	vertical-align: top;
	font-size: 95%;
	float: left;
	width: 245px;
}

.smallBox img {
	padding: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	border: 1px solid #999999;
	width: 140px;
}
.smallBoxBonus img {
	padding: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	width: 75px;
}
.smallBox h2, .smallBoxBonus h2 {
	font-size: 130%;
	font-weight: bold;
	background-color: #E7F5F1;
	padding: 3px;
	color: #34679A;
}
.smallBox a, .smallBoxBonus a {
	font-weight: bold;
	font-size: 110%;
}
/*************************** list boxes ********************/
.boxList {
	padding: 8px;
	margin-bottom: 8px;
	line-height: normal;
	font-size: 12px;
	overflow: hidden;
	vertical-align: top;
	background-color: #F7F5EF;
	margin-top: 3px;
	border: 1px solid #D4CFBB;
	margin-right: 5px;
	float: left;
	width: 220px;
}
.boxList span {
	background-color: #FF0066;
	display: block;
	float: right;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.boxList img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	border: 1px solid #E2C5E2;
	width: 100px;
}
boxList a {
	padding: 0px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 120%;
	color: #990066;
}

