body {
	background:#88012e url(images/body-bg.jpg) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0;
	min-width:1000px;
}
form {
	margin:0;
	padding:0;
}
img {
	border-style:none;
}
.mainholder {
	width:100%;
	position:relative;
	text-align:center;
	z-index:2;
	overflow:hidden;
}
.wrapleft {
	float:left;
	position:relative;
	left:50%;
	width:1060px;
	z-index:3;
}
.wrapright {
	float:left;
	left:-50%;
	position:relative;
	width:1060px;
	text-align:left;
}
#header {
	position:relative;
	background:url(images/header-bg1.jpg) no-repeat 15px 0;
	width:936px;
	height:479px;
	padding:0 62px;
	margin:0 auto;
	text-align:left;
}
#header img {
	display:block;
}
#header strong a {
	position:absolute;
	top:47px;
	left:60px;
	background:url(images/logo.png) no-repeat;
	width:373px;
	height:59px;
	text-indent:-9999px;
	overflow:hidden;
}
#header div.words {
	position:absolute;
	top:166px;
	left:60px;
	background:url(images/header-words.png) no-repeat;
	width:425px;
	height:185px;
}
#header div.words1 {
	position:absolute;
	top:166px;
	left:60px;
	/*background:url(images/header-words.png) no-repeat; */
	width:425px;
	height:185px;
}
#header .topnav {
	position:absolute;
	top:22px;
	right:47px;
	width:100%;
	overflow:hidden;
}
#header ul.icons {
	float:right;
	margin:0;
	padding:0 18px 0 0;
	list-style:none;
}
#header ul.icons li {
	float:left;
	padding-left:7px;
}
#header ul.words {
	float:right;
	margin:0;
	padding:6px 0 0 0;
	list-style:none;
	overflow:hidden;
	font-size:10px;
}
#header ul.words li {
	float:left;
	background:url(images/top-nav-separator.gif) no-repeat 0 50%;
	padding:0 6px;
	margin-left:-1px;
}
#header ul.words a {
	color:#333;
	text-decoration:none;
}
#header ul.words a:hover {
	color:#88012e;
}
#header .player {
	position:absolute;
	top:68px;
	right:64px;
	width:452px;
	height:285px;
}
ul#main-nav {
	position:absolute;
	top:421px;
	left:60px;
	width:935px;
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
	font-weight:bold;
	line-height:53px;
	background:#B6C5FF;
	border-top:5px solid #88012e;
}
ul#main-nav li {
	float:left;
	position:relative;
}
ul#main-nav a {
	float:left;
	padding:0 13px;
	color:#333;
	text-decoration:none;
}
ul#main-nav a span.triangle {
	display:none;
	position:absolute;
	top:53px;
	left:10px;
	width:28px;
	height:10px;
	background:url(images/main-nav-active.gif) no-repeat;
}
ul#main-nav a:hover {
	color:#fff;
	background:#333;
}
ul#main-nav a:hover ,
ul#main-nav li:hover a ,
ul#main-nav li.hover a {
	color:#fff;
	background:#333;
}
ul#main-nav a.active span.triangle {
	display:block;
}
ul#main-nav li:hover ,
ul#main-nav li.hover {
	position:relative;
}
ul#main-nav li:hover ul ,
ul#main-nav li.hover ul {
	display:block;
}
ul#main-nav ul {
	display:none;
	width:245px;
	position:absolute;
	top:53px;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
	line-height:47px;
	background:#333;
}
ul#main-nav ul li {
	float:none;
	height:1%;
	vertical-align:top;
}
ul#main-nav ul a {
	display:block;
	float:none;
	color:#fff;
}
ul#main-nav ul a:hover {
	background:#B6C5FF;
	color:#333;
}
ul#main-nav li:hover ul ul ,
ul#main-nav li.hover ul ul {
	display:none;
	width:245px;
	position:absolute;
	top:0;
	left:245px;
	margin:0;
	padding:0;
	list-style:none;
	line-height:47px;
	background:#333;
}
ul#main-nav ul li.hover ul ,
ul#main-nav ul li:hover ul {
	display:block;
}
.main {
	margin:0 auto;
	width:936px;
	padding:36px 0 39px;
	overflow:hidden;
	position:relative;
	z-index:1;
	clear:both;
	text-align:left;
}
#content {
	float:left;
	width:630px;
	overflow:hidden;
}
#content .new {
	float:left;
	width:333px;
}
#content .titlebox {
	height:1%;
	overflow:hidden;
}
#content a.rss {
	float:right;
	background:url(images/ico-rss.gif) no-repeat 100% 50%;
	color:#fff;
	text-decoration:none;
	padding-right:21px;
	font-size:10px;
	height:16px;
	margin-top:7px;
}
#content a.rss span {
	display:block;
	width:auto;
	/*background:url(images/border.gif) repeat-x 0 100%;*/
	line-height:12px;
	padding-bottom:2px;
	cursor:pointer;
}
#content .share {
	margin-top:-5px;
	width:100%;
	overflow:hidden;
}
#content .share a {
	float:left;
	background:url(images/plus-ico.gif) no-repeat 0 50%;
	color:#fff;
	text-decoration:none;
	padding-left:19px;
	font-size:10px;
	height:16px;
}
#content .share a span {
	background:url(images/border.gif) repeat-x 0 100%;
	line-height:12px;
	padding-bottom:2px;
	display:block;
	width:auto;
	cursor:pointer;
}
#content .calendarlnk {
	margin-top:-5px;
	height:1%;
	overflow:hidden;
}
#content .calendarlnk a {
	float:left;
	background:url(images/ico-calendar.gif) no-repeat 0 50%;
	color:#fff;
	text-decoration:none;
	padding-left:19px;
	font-size:10px;
	height:16px;
}
#content .calendarlnk a span {
	background:url(images/border.gif) repeat-x 0 100%;
	line-height:12px;
	padding-bottom:2px;
	float:left;
	width:auto;
	cursor:pointer;
}
#content a.rss:hover span ,
#content .share a:hover span ,
#content .calendarlnk a:hover span {
	background:none;
}
#content h2 {
	margin:0 0 23px;
}
#content .new .box {
	height:1%;
	overflow:hidden;
	padding-bottom:31px;
}
#content h3.subtitle {
	background:#a80137 url(images/subtitle-bg.gif) no-repeat 0 100%;
	font:18px/34px "Trebuchet MS", Arial, sans-serif;
	color:#B6C5FF;
	margin:0 0 11px;
	padding:8px 0 19px 10px;
}
#content h3.subtitle a, a.lnk, .box a {
	color:#B6C5FF;
	text-decoration: none;
	border-bottom: 0px dotted #B6C5FF;
}

#content h3.subtitle a:hover, a:hover.lnk, .box a:hover {
	color:#B6C5FF;
	text-decoration: none;
	border-bottom: 1px dotted #B6C5FF;
}
#content p {
	margin:0 0 15px;
	color:#fff;
	font:14px/17px "Trebuchet MS", Arial, sans-serif;
}
#content .calendar {
	float:right;
	width:271px;
}
#content .calendar .box {
	height:1%;
	overflow:hidden;
	padding-bottom:31px;
}
#content .calendar .box div.date {
	float:left;
	width:56px;
	overflow:hidden;
}
#content .calendar .box div.date .share {
	margin-top:6px;
}
#content .calendar .box div.date span.date {
	display:block;
	width:56px;
	height:70px;
	background:url(images/date-bg.gif) repeat-x;
	text-align:center;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#content .calendar .box div.date span.day {
	display:block;
	font-size:25px;
	line-height:25px;
	padding-top:2px;
}
#content .calendar .box div.date span.month {
	display:block;
	font-size:20px;
	line-height:20px;
}
#content .calendar .box div.date span.year {
	display:block;
	font-size:12px;
}
#content .calendar .box .textpart {
	float:right;
	width:201px;
	overflow:hidden;
}
#content .calendar .box .textpart {
	float:right;
	width:201px;
}
#sidebar {
	float:right;
	width:247px;
	background:#ff0;
	padding:0 4px 0 39px;
	background:url(images/sidebar-bg.jpg) no-repeat 0 50%;
	overflow:hidden;
	background-position: left top;
	color: #fff;
	
}

#sidebar img {
	display:block;
}
#sidebar .titlebox {
	height:1%;
	overflow:hidden;
}
#sidebar .titlebox a {
	float:right;
	margin-top:10px;
}
#sidebar h2 {
	margin:0 0 16px;
}
#sidebar .gallerybox {
	width:243px;
	height:102px;
	background:#88012E;
	padding:2px;
	margin-bottom:27px;
}

#sidebar .gallerybox2 {
	width:243px;
	height:102px;
	background:#88012E;
	padding:2px;
	margin-bottom:10px;
}
#sidebar .form-holder {
	width:250px;
	padding:0 0 0 0;
}
#sidebar .form-holder .subscribe {
	
}
#sidebar .form-holder .subscribe .cover {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
}
#sidebar .form-holder .subscribe .chcover {
	width:100%;
	overflow:hidden;
	padding:3px 0 0 0;
}
#sidebar .form-holder .subscribe .cover input.field {
	float:left;
	font:16px/16px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	border:0;
	background:#fff;
	padding:7px 10px;
}
#sidebar .form-holder .subscribe .cover input.fname {
	width:85px;
	margin-right:13px;
}
#sidebar .form-holder .subscribe .cover input.lname {
	width:110px;
}
#sidebar .form-holder .subscribe .cover input.email {
	width:136px;
	margin-right:13px;
}
#sidebar .form-holder .subscribe .cover input.zip {
	width:59px;
}
#sidebar .form-holder .subscribe input.chbox {
	width:14px;
	height:15px;
	margin:2px 0 0 2px;
	padding:0;
	float:left;
}
#sidebar .form-holder .subscribe input.btn {
	float:right;
	padding:0;
	margin:-4px 0 0 0;
}
#sidebar .form-holder .subscribe label {
	width:100px;
	float:left;
	color:#fff;
	font-size:10px;
	line-height:15px;
	padding-left:10px;
}

.photolink a {
	color:#B6C5FF;
	text-decoration: none;
	border-bottom: 0px dotted #B6C5FF;
}

.photolink a:hover {
	color:#B6C5FF;
	text-decoration: none;
	border-bottom: 1px dotted #B6C5FF;
}


.footer-area {
	width:100%;
	clear:both;
	border-top:1px solid #9f0237;
}
#footer {
	width:936px;
	margin:0 auto;
	font:12px "Trebuchet MS", Arial, sans-serif;
	color:#b86782;
	padding:12px 0 20px 0;
	text-align:left;
}
#footer .rights {
	float:right;
	width:180px;
}
#footer p {
	margin:0 0 6px;
}
#footer ul {
	margin:0;
	padding:0 0 8px;
	list-style:none;
	height:1%;
	overflow:hidden;
	font:10px Arial, Helvetica, sans-serif;
}
#footer ul li {
	float:left;
	background:url(images/separator-footer.gif) no-repeat 0 50%;
	margin-left:-1px;
	padding:0 4px;
}
#footer ul li a {
	color:#b86782;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#B6C5FF;
}
a.more-link {
	color: #B6C5FF;
	text-decoration: none;
	border-bottom: 1px dotted #B6C5FF;
	margin-left: 10px;
	
		}
		a:hover.more-link {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0px dotted #ffffff;
	margin-left: 10px;
	
		}
		a.more {
	color: #B6C5FF;
	text-decoration: none;
	border-bottom: 1px dotted #B6C5FF;
	
	
		}
		a:hover.more {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0px dotted #ffffff;
	
	
		}
		h2 {
	color: #ffffff;
	font-size: 24px;
	font-family: trebuchet ms, arial narrow;
	}
	#main-nav li { text-transform:uppercase;
		}
	.page-item-37{
		display: none;
	}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
.addthis_button_compact {
color: #ffffff;
}
.subtitle a {
line-height: 1.6em;
padding: 8px 4px 4px 4px;
margin: 16px 8px 8px 0;
}
.subtitle a:hover {
line-height: 1.6em;
padding: 8px 4px 4px 4px;
margin: 16px 8px 8px 0;
}

#sidebar ul li { list-style:none; line-height: 1.3em;margin-bottom:16px;
}
.wpng-widget-date-title {
	color: #fff;
	font-weight: bold;
	font-family: trebuchet ms, arial;
}

a.thickbox {
	color: #B6C5FF;
	text-decoration: none;
	font-family: trebuchet ms, arial;
	border-bottom: 1px dotted #88012E;
}
a.thickbox:hover {
	color: #B6C5FF;
	text-decoration: none;
	font-family: trebuchet ms, arial;
	border-bottom: 1px dotted #b6c5ff;
}
h2.widgettitle {
	line-height: 1.4em;
}
li.page-item-967 {
	display: none;
}

.page-item-965 {
	display: none;
}