/* CSS Document */

body{
	margin:0px auto;
	padding:0px;
	background:#ccffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ec6296;
}

p{
	line-height:1.5em;
}

li{
	line-height:1.5em;
}

a{
	color:#fe79a6;
	text-decoration:underline;
}

a:hover{
	color:#fd9cbc;
	text-decoration:underline;
}

#wrapper{
	width:780px;
	margin:0px auto;
	padding:0px;
	background:#FFFFFF;
}

#header{
	margin:0px auto;
	padding:0px;
	height:181px;
}

.headerLeft{
	background:url(images/headerLeft.jpg) no-repeat;
	width:236px;
	height:181px;
	float:left;
}

.headerMid{
	width:299px;
	height:181px;
	float:left;
}

.headerRight{
	background:url(images/headerRight.jpg) no-repeat;
	width:245px;
	height:181px;
	float:left;
}

#nav{
	background:url(images/navBg.jpg) repeat-x;
	height:36px;
	margin:0px;
	padding:0px;
}

#nav ul{
	margin:0px 0 0 6px;
	padding:0px;
	list-style:none;
	display:block;
}

#nav ul li{
	display:inline;
	text-transform:uppercase;
	text-decoration:none;
	height:36px;
	line-height:36px;
	border-right:1px solid #f46e9d;
	float:left;
}

#nav ul li a{
	display:block;
	text-decoration:none;
	float:left;
	padding:0px 15px;
	color:#FFFFFF;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#nav ul li a:hover{
	color:#ffffff;
	background:url(images/navHover.jpg) repeat-x;
	height:36px;
	line-height:36px;
}

#nav ul li a.current{
	color:#ffffff;
	background:url(images/navHover.jpg) repeat-x;
	height:36px;
	line-height:36px;
}

#nav ul li a.current_page_item{
	color:#ffffff;
	background:url(images/navHover.jpg) repeat-x;
	height:36px;
	line-height:36px;
}

#nav ul li.last{
	border-right:none;
}

#container{
	background:url(images/contentBg.jpg) #ffffff repeat-x;
	margin:1px 0 0 0px;
	padding:0px;
}

#content{
	margin:0px;
	padding:0px 0px;
}

.contentLeft{
	width:530px;
	float:left;
}

.contentRight{
	width:200px;
	float:left;
	margin:10px 0 0 10px;
	_margin:0px 0 0 10px;
	background:#fdf0fd;
	height:900px;
}

.rightHeader{
	background:url(images/rightHeader.jpg) repeat-x;
	height:29px;
	float:left;
	width:200px;
}

.rightHeader p{
	color:#FFFFFF;
	margin:0px;
	padding:0px 0 0 10px;
	font-size:18px;
}

.rightBottom{
	background:#fdf0fd;
	text-align:left;
	float:left;
	width:200px;
	height:377px;
}

.rightBottom p{
	padding:10px 10px;
	font-weight:bold;
}


#footer{
	background:url(images/footerBg.jpg) repeat-x;
	height:24px;
	margin:0px;
	padding:0px;
	line-height:24px;
	text-align:center;
}

#footer p{
	color:#ffffff;
	font-size:10px;
	line-height:24px;
}

.meta{
padding: 0px 20px;
}

h3.storytitle{
margin:0px;
padding: 10px 20px 0px 20px;
}

.storycontent{
margin:0px;
padding: 10px 20px 0 20px;
}

textarea#comment{width: 550px; height: 100px;}


/********************************************
   Clear Fix
********************************************/ 
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
