/*
Theme Name: NuContext WP Theme
Description: The 2010 default theme for NuContext Creative, Inc.
Author: Brett McMillin
Version: 1.0
*/

body {
	padding: 0px;
	margin:0px;
	background-color:#fff;
}

a {
	text-decoration:underline;
	color:#555558;
}

a:hover {
	text-decoration:underline;
	color:#ff5100;
}

span.ruled{
	line-height:27px;
	padding:0 0 5px 0;
	border-bottom:1px solid #eee;
}


div.page_bg{
	position:fixed;
	width:350px;
	height:100%;
	min-height:650px;
	left:0px;
	top:0px;
	margin:0;
	z-index:1;
	background:url(http://www.nucontext.tv/library/images/main_bg.png) bottom left no-repeat;
}

div.main_column{
	position:fixed;
	height:100%;
	width:350px;
	float:left;
	border-right:1px solid #eee;
	padding:0;
	background:url(http://www.nucontext.tv/library/images/header_title.png) 10px 50px no-repeat;
	z-index:2;
}

.tooltip{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 50;
   display: none;
}

div.primary_nav{
	position:relative;
	top:200px;
	right:0px;
	width:320px;
	text-align:right;
}

div.primary_nav_item{
	position:absolute;
	left:120px;
	height:32px;
	width:200px;
	margin:5px 0 5px 0;
	padding:0;
	display:block;
	text-align:right;
}

div.primary_nav_item span.subhover{
	cursor:pointer;
}

#pn_aboutus{
	background:url(http://www.nucontext.tv/library/images/PN_aboutus.png) top right no-repeat;
	top:0px;
}

#pn_featured{
	background:url(http://www.nucontext.tv/library/images/PN_featured.png) top right no-repeat;
	top:42px;
}

#pn_portfolio{
	background:url(http://www.nucontext.tv/library/images/PN_portfolio.png) top right no-repeat;
	top:84px;
}

#pn_blog{
	background:url(http://www.nucontext.tv/library/images/PN_blog.png) top right no-repeat;
	top:126px;
}

#pn_contactus{
	background:url(http://www.nucontext.tv/library/images/PN_contactus.png) top right no-repeat;
	top:168px;
}

a.primary_nav_link{
	float:left;
	display:block;
	height:32px;
	width:200px;
}

a.primary_menu_link{
	float:left;
	display:block;
	height:32px;
	width:200px;
}

a.psm_link{
	float:left;
	display:block;
	height:25px;
	width:200px;
}

div.portfolio_submenu{
	position:absolute;
	left:122px;
	height:100px;
	width:200px;
	margin:0;
	padding:10px 0 10px 0;
	display:none;
	text-align:right;
}

#psm_master{
	top:136px;
}

div.portfolio_submenu_item{
	position:absolute;
	display:none;
	height:25px;
	margin:0;
	padding:0;
	text-align:right;
	line-height:25px;
	font-size:13px;
	outline:none;
}

#psm_onair{
	background:url(http://www.nucontext.tv/library/images/PSM_onair.png) right no-repeat;
	top:0px;
}

#psm_liveaction{
	background:url(http://www.nucontext.tv/library/images/PSM_liveaction.png) right no-repeat;
	top:25px;
}

#psm_episodic{
	background:url(http://www.nucontext.tv/library/images/PSM_episodic.png) right no-repeat;
	top:50px;
}

#psm_upfront{
	background:url(http://www.nucontext.tv/library/images/PSM_upfront.png) right no-repeat;
	top:75px;
}


/* Featured Scroller */

div.scrollmenu_featured{
	position:relative;
	top:15px;
	left:180px;
	height:500px;
	width:143px;
	background:url(http://www.nucontext.tv/library/images/scrollmenu_bg.png) 30px 0px no-repeat;
	z-index:10;
	display:none;
	margin:-250px 0 0 0;
	padding:0 0 0 10px;
}

div.sc_menu_wrapper_featured {
	position: relative;	
	height: 490px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 100px;
	top: 5px;
	left: 37px;
	margin:0 0 0 0;
	overflow:auto;
	overflow-x:hidden;
	z-index:4;
	border:1px solid #777;
}

div.sc_menu_featured {
	padding: 0 0;
}

.sc_menu_wrapper_featured .loading {
	position: absolute;
	top: 225px;
	left: 0px;
	margin: 0 auto;
	padding: 10px;
	width: 80px;	
	text-align: center;
	font-size:14px;
	color: #eee;
	font-family: Helvetica, Arial, Sans-Serif;
}


/* On-Air Scroller */

div.scrollmenu_onair{
	position:relative;
	top:15px;
	left:180px;
	height:500px;
	width:143px;
	background:url(http://www.nucontext.tv/library/images/scrollmenu_bg.png) 30px 0px no-repeat;
	z-index:10;
	display:none;
	margin:-250px 0 0 0;
	padding:0 0 0 10px;
}

div.sc_menu_wrapper_onair {
	position: relative;	
	height: 490px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 100px;
	top: 5px;
	left: 37px;
	margin:0 0 0 0;
	overflow:auto;
	overflow-x:hidden;
	z-index:4;
	border:1px solid #777;
}

div.sc_menu_onair {
	padding: 0 0;
}

.sc_menu_wrapper_onair .loading {
	position: absolute;
	top: 225px;
	left: 0px;
	margin: 0 auto;
	padding: 10px;
	width: 80px;	
	text-align: center;
	font-size:14px;
	color: #eee;
	font-family: Helvetica, Arial, Sans-Serif;
}


/* Live Action Scroller */

div.scrollmenu_liveaction{
	position:relative;
	top:15px;
	left:180px;
	height:500px;
	width:143px;
	background:url(http://www.nucontext.tv/library/images/scrollmenu_bg.png) 30px 0px no-repeat;
	z-index:10;
	display:none;
	margin:-250px 0 0 0;
	padding:0 0 0 10px;
}

div.sc_menu_wrapper_liveaction {
	position: relative;	
	height: 490px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 100px;
	top: 5px;
	left: 37px;
	margin:0 0 0 0;
	overflow:auto;
	overflow-x:hidden;
	z-index:4;
	border:1px solid #777;
}

div.sc_menu_liveaction {
	padding: 0 0;
}

.sc_menu_wrapper_liveaction .loading {
	position: absolute;
	top: 225px;
	left: 0px;
	margin: 0 auto;
	padding: 10px;
	width: 80px;	
	text-align: center;
	font-size:14px;
	color: #eee;
	font-family: Helvetica, Arial, Sans-Serif;
}


/* Episodic Scroller */

div.scrollmenu_episodic{
	position:relative;
	top:15px;
	left:180px;
	height:500px;
	width:143px;
	background:url(http://www.nucontext.tv/library/images/scrollmenu_bg.png) 30px 0px no-repeat;
	z-index:10;
	display:none;
	margin:-250px 0 0 0;
	padding:0 0 0 10px;
}

div.sc_menu_wrapper_episodic {
	position: relative;	
	height: 490px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 100px;
	top: 5px;
	left: 37px;
	margin:0 0 0 0;
	overflow:auto;
	overflow-x:hidden;
	z-index:4;
	border:1px solid #777;
}

div.sc_menu_episodic {
	padding: 0 0;
}

.sc_menu_wrapper_episodic .loading {
	position: absolute;
	top: 225px;
	left: 0px;
	margin: 0 auto;
	padding: 10px;
	width: 80px;	
	text-align: center;
	font-size:14px;
	color: #eee;
	font-family: Helvetica, Arial, Sans-Serif;
}


/* Upfronts Scroller */

div.scrollmenu_upfront{
	position:relative;
	top:15px;
	left:180px;
	height:500px;
	width:143px;
	background:url(http://www.nucontext.tv/library/images/scrollmenu_bg.png) 30px 0px no-repeat;
	z-index:10;
	display:none;
	margin:-250px 0 0 0;
	padding:0 0 0 10px;
}

div.sc_menu_wrapper_upfront {
	position: relative;	
	height: 490px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 100px;
	top: 5px;
	left: 37px;
	margin:0 0 0 0;
	overflow:auto;
	overflow-x:hidden;
	z-index:4;
	border:1px solid #777;
}

div.sc_menu_upfront {
	padding: 0 0;
}

.sc_menu_wrapper_upfront .loading {
	position: absolute;
	top: 225px;
	left: 0px;
	margin: 0 auto;
	padding: 10px;
	width: 80px;	
	text-align: center;
	font-size:14px;
	color: #eee;
	font-family: Helvetica, Arial, Sans-Serif;
}




div.filler{
	position:absolute;
	top:6px;
	left:48px;
	height:490px;
	width:100px;
	z-index:3;
	display:none;
	margin:0 0 0 0;
	background:url(http://www.nucontext.tv/library/images/scroller_bg.png) top left no-repeat;
}





div.sc_menu {
	padding: 0 0;
}

.sc_menu img {
	display: block;
	border: none;
}

#scrollerthumb {
	position:relative;
	display: block;
	border: none;
	background-position:0px 0px;
	width:100px;
	height:60px;
	z-index:10;
}

#scrollerthumb:hover {
	display: block;
	border: none;
	background-position:0px 60px;
	width:100px;
	height:60px;
	background-color:#FF4000;
}

div.right_content{
	width:700px;
	margin:0 0 0 375px;
	padding:100px 0 50px 0;
	overflow:auto;
	overflow-x:hidden;
	z-index:2;
	outline:none;
}

div.content_title{
	position:relative;
	width:700px;
	height:40px;
	text-align:right;
	border-bottom:1px solid #ccc;
	padding:0 0 15px 0;
	margin:0 0 50px 0;
}

div.blog_title{
	font-size:28px;
	color:#ff5100;
	line-height:28px;
	font-family: 'Book Antiqua', Garamond, Georgia, Times, Serif;
}

div.blog_date{
	font-size:16px;
	color:#989ea5;
	line-height:28px;
	font-family: 'Book Antiqua', Garamond, Georgia, Times, Serif;
}

div.blog_body{
	font-size:13px;
	color:#989ea5;
	line-height:28px;
	font-family: Arial, Helvetica, Sans-Serif;
	padding:0 0 10px 0;
	margin:0 0 50px 0;
	border-bottom:1px solid #eee;
}

div.page_content{
	font-size:14px;
	color:#888e95;
	line-height:30px;
	font-family: Helvetica, Arial, Sans-Serif;
	padding:0 0 10px 0;
	margin:0 0 50px 0;
	border-bottom:1px solid #eee;
	position:relative;
	z-index:1;
}

div.page_content h1{
	font-size:19px;
	color:#A8AeB5;
	line-height:32px;
	font-weight:normal;
	font-style: italic;
	font-family: 'Book Antiqua', Garamond, Georgia, Times, Serif;
}

div.page_content li.head_li{
	margin:0 0 5px 0;
	padding:0 0 0 25px;
	font-size:16px;
	color:#a8aeb5;
	line-height:18px;
	font-weight:bold;
	font-family: Helvetica, Arial, Sans-Serif;
	font-style: normal;
}

div.page_content ul.ul_right{
	float:right;
	border-left:1px solid #eee;
	margin:30px 0 0 0;
	padding:0;
	width:250px;
	height:100%;
	list-style: none;
}

div.page_content li{
	margin:0 0 5px 0;
	padding:0 0 0 25px;
	line-height:18px;
	font-size:13px;
	color:#A8AeB5;
	font-weight:normal;
}

div.page_content p{
	margin:0;
	padding:0 0 15px 0;
}

div.about_floatLeft{
	position:relative;
	float:left;
	display:block;
	width:700px;
}

div.bio_floatRight{
	position:relative;
	float:right;
	margin:0 0 15px 25px;
	padding:0 0 0 25px;
	display:block;
	width:250px;
	height:100%;
	font-size:12px;
	line-height:19px;
	border-left:1px solid #ddd;
}

div.bio_floatRight h1{
	font-size:19px;
	color:#ff5100;
	line-height:24px;
	font-weight:normal;
	font-style: italic;
	font-family: 'Book Antiqua', Garamond, Georgia, Times, Serif;
	margin:0;
	padding:0;
}

div.bio_floatRight h2{
	font-size:12px;
	color:#a8aeb5;
	line-height:24px;
	font-weight:normal;
	font-family: 'Book Antiqua', Garamond, Georgia, Times, Serif;
	margin:0 0 15px 0;
	padding:0;
}

div.post_rightside{
	position:relative;
	float:right;
	text-align:right;
}

div.post_title{
	margin:25px 0 5px 0;
	font-size:28px;
	color:#ff5100;
	line-height:28px;
	font-family: 'Book Antiqua', Garamond, Georgia, Times, Serif;
}

div.post_client{
	margin:0 0 10px 0;
	font-size:16px;
	color:#989ea5;
	line-height:28px;
	font-family: 'Book Antiqua', Garamond, Georgia, Times, Serif;
}

div.post_description{
	margin:0 0 10px 0;
}

div.post_category{
	margin:0 75px 10px 0;
	line-height:13px;
	font-size:11px;
	color:#A8AeB5;
	font-weight:normal;
	font-family: Arial, Helvetica, Sans-serif;
	float:left;
}

div.post_tags{
	margin:0 0 10px 0;
	line-height:13px;
	font-size:11px;
	color:#A8AeB5;
	font-weight:normal;
	font-family: Arial, Helvetica, Sans-serif;
}

div.contact_details{
	border-top:1px solid #eee;
	padding:25px 0 0 0;
	margin:30px 0 0 0;
	position:relative;
	display:block;
	float:left;
	width:700px;
	line-height:20px;
}

.contact_title{
	margin:0 10px 5px 0;
	position:relative;
	font-family: 'Book Antiqua', Garamond, Georgia, Times, Serif;
	font-size: 20px;
	line-height: 28px;
	color:#77777A;
}

.contact_title2{
	margin:0 0 5px 0;
	position:relative;
	font-family: 'Book Antiqua', Garamond, Georgia, Times, Serif;
	font-size: 20px;
	line-height: 28px;
	color:#ff5100;
}

.contact_header{
	margin:0 10px 5px 0;
	position:relative;
	font-family: 'Book Antiqua', Garamond, Georgia, Times, Serif;
	font-size: 13px;
	line-height: 15px;
	color:#AAAAAF;
}

.contact_info{
	margin:0 20px 5px 0;
	position:relative;
}

div.contact_form{
	border-top:1px solid #eee;
	padding:10px 0 0 0;
	margin:30px 0 0 0;
	position:relative;
	display:block;
	float:left;
	width:700px;
}

#contactentry {
	margin:0 0 10px 0;
	float:left;
}

#contactentry input{
		width: 202px;
		height: 25px;
		font-size: 13px;
		background-color: #EEE;
		color: #99999C;
		padding: 5px 10px 5px 10px;
		margin: 5px 10px 0 0;
		outline:none;
		font-family: Arial, San-Serif;
		border:0px;
		-moz-border-radius: 5px; -webkit-border-radius: 5px;
		resize: none;
}

#contactmessage textarea{
		width: 666px;
		height: 125px;
		font-size: 13px;
		line-height: 18px;
		background-color: #EEE;
		color: #99999C;
		padding: 10px 10px 10px 10px;
		margin: 5px 5px 0 0;
		border: 0px;
		outline:none;
		font-family: Arial, San-Serif;
		border:0px;
		-moz-border-radius: 5px; -webkit-border-radius: 5px;
		resize: none;
}

#contactentry label{
	margin:0 10px 0 0;
	position:relative;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	line-height: 12px;
	color:#AAAAAF;
	font-weight:bold;
}

.contactsubmit{
	width:200px;
	height:35px;
	position:relative;
	font-family: arial, helvetica, san-serif;
	font-size: 13px;
	line-height: 35px;
	color:#77777A;
	text-align:center;
	background: url(http://www.nucontext.tv/library/images/comment_submit.png);
	background-position: top;
	border:0px;
	margin:10px 0 0 0;
	padding:0px;
}

.contactsubmit:hover{
	background-position: bottom;
}



/* Archived Posts */

#archivepostsblock {
	clear:both;
	position:relative;
	display:block;
	width:715px;
	height:auto;
	padding:0px;
	margin: 45px 0 25px 0;
	z-index:2;
	border:1px;
}

#archiveitemholder {
	position:relative;
	display: block;
	float:left;
	width:223px;
	margin:0 15px 15px 0;
	z-index:2;
}

#archivedthumb {
	position:relative;
	display: block;
	border: none;
	background-position:0px 0px;
	width:223px;
	height:100px;
	margin:0 15px 5px 0;
	background-color:#EEE;
	z-index:2;
}

#archiveitemholder:hover #archivedthumb{
	border-bottom:5px solid #ff5100;
	height:95px;
}

#archivedesc{
	width:223px;
	font-size:11px;
	line-height:13px;
	margin:0 0 0 0;
}

.archiveclient{
	color:#aaaaaa;
	width:223px;
	font-size:11px;
	line-height:12px;
	margin:0 0 15px 0;
}

a.archiveitemlink{
	text-decoration:none;
}




/* Portfolio List */

.portoflio_sect_title{
	margin:0 0 15px 0;
	font-size:28px;
	color:#ff5100;
	line-height:28px;
	font-family: 'Book Antiqua', Garamond, Georgia, Times, Serif;
}

.portfolio_section{
	width:715px;
	margin:0 5px 25px 0;
	padding:0 0 15px 0;
	float:left;
	height:auto;
}

.portfolio_column_item{
	width:225px;
	float:left;
	margin:0 7px 3px 0;
	padding:0 0 3px 0;
	font-size:11px;
	line-height:15px;
	text-indent:10px;
	border-bottom:1px solid #eee;
}



/* Related Posts */

#relatedpostsblock {
	clear:both;
	position:relative;
	display:block;
	height:auto;
	width: 715px;
	padding:0px;
	margin: 50px 0 25px 0;
	z-index:2;
}

#relatedpostsblock a{
	text-decoration:none;
}

#related_posts{
	margin:0px 0 15px 0px;
	position:relative;
	font-family: 'Book Antiqua', Garamond, Georgia, Times, Serif;
	font-size: 15px;
	line-height: 15px;
	color:#ff5100;
	font-weight:normal;
	z-index:2;
}

#relatedthumb {
	position:relative;
	display: block;
	border: none;
	float:left;
	background-position:0px 0px;
	width:223px;
	height:100px;
	margin:0 15px 5px 0;
	background-color:#EEE;
	z-index:2;
}

#relatedthumb:hover {
	border-bottom:5px solid #ff5100;
	height:95px;
}

a#relatedthumblink{
	outline:none;
	padding:0px;
	width:223px;
	height:100px;
}

#relateddesc{
	width:223px;
	font-size:11px;
	line-height:13px;
	margin:0 0 0 0;
}

.relatedclient{
	color:#aaaaaa;
	width:223px;
	font-size:11px;
	line-height:12px;
	margin:0 0 15px 0;
}


/* Comments */

#comments{
	margin:10px 0 15px 0px;
	position:relative;
	font-family: 'Book Antiqua', Garamond, Georgia, Times, Serif;
	font-size: 15px;
	line-height: 15px;
	color:#ff5100;
	font-weight:normal;
}

#commentformblock {
	clear:both;
	position:relative;
	display:block;
	width: 700px;
	padding: 10px 0px 15px 0px;
	margin: 25px 0 15px 0;
}

#comment_blurb {
	position:relative;
	display:block;
	margin: 5px 0 10px 10px;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	line-height: 11px;
	color:#55555F;
}

.commentlist {
	padding: 0 0 0 0;
	margin: 0px;
	border-top:1px solid #DDDDDF;
}

.commentlistitem {
	display:block;
	padding:0 5px 10px 5px;
	margin:10px 0 0 0;
}

.commentauthor{
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 13px;
	color:#88888B;
	float:left;
	margin: 0 5px 0 0;
}

.commenttext{
	position:relative;
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 16px;
}

.commentdate{
	position:relative;
	display:block;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	line-height: 13px;
	margin:0px;
	padding:5px;
	color:#55555F;
	background-color:#EEEEEF;
}

.author{
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	text-transform:uppercase;
	font-weight:bold;
	line-height: 13px;
	color:#88888B;
	float:left;
	width:100px;
	margin: 1px 0 0 0;
}

.comment_user_status{
	position:relative;
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 16px;
}

#author{
		width: 250px;
		height: 25px;
		font-size: 13px;
		line-height: 25px;
		background-color: #FFF;
		color: #444447;
		padding: 2px 10px 2px 10px;
		margin: 5px 5px 0px 0;
		border: 0px;
		outline:none;
		font-family: Arial, San-Serif;
		border:1px solid #CCCCCF;
		-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#email{
		width: 250px;
		height: 25px;
		font-size: 13px;
		line-height: 25px;
		background-color: #FFFFFF;
		color: #444447;
		padding: 2px 10px 2px 10px;
		margin: 5px 5px 0px 0;
		border: 0px;
		outline:none;
		font-family: Arial, San-Serif;
		border:1px solid #CCCCCF;
		-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#url{
		width: 250px;
		height: 25px;
		font-size: 13px;
		line-height: 25px;
		background-color: #FFF;
		color: #444447;
		padding: 2px 10px 2px 10px;
		margin: 5px 5px 0px 0;
		border: 0px;
		outline:none;
		font-family: Arial, San-Serif;
		border:1px solid #CCCCCF;
		-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#commentform textarea{
		width: 675px;
		height: 125px;
		font-size: 13px;
		line-height: 18px;
		background-color: #FFF;
		color: #444447;
		padding: 10px 10px 10px 10px;
		margin: 5px 5px 0 0;
		border: 0px;
		outline:none;
		font-family: Arial, San-Serif;
		border:1px solid #CCCCCF;
		-moz-border-radius: 5px; -webkit-border-radius: 5px;
		resize: none;
}

#commentform label{
	margin:0 0 0 10px;
	position:relative;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	line-height: 12px;
	color:#AAAAAF;
	font-weight:bold;
}

.commentsubmit{
	width:200px;
	height:35px;
	position:relative;
	font-family: arial, helvetica, san-serif;
	font-size: 13px;
	line-height: 35px;
	color:#77777A;
	text-align:center;
	background: url(http://www.nucontext.tv/library/images/comment_submit.png);
	background-position: top;
	border:0px;
	margin:10px 0 0 0;
	padding:0px;
}

.commentsubmit:hover{
	background-position: bottom;
}

.cnum {
	font-size: 11px;
	padding: 5px 0 5px 0px;
	width: 210px;
	border-bottom: 1px #111111 solid;
}

.ctitle {
	font-size: 14px;
	padding: 10px 0 0 0px;
}

.mustlogin {
	font-size: 11px;
	padding: 20px 0 0 30px;
}

#clist {
	margin: 0px;
}

.comment {
	margin: 0px;
}

.alt {
	background: #111111;
}

.cinfo {
	border-bottom: 1px #33333A solid;
	background: #222229;
}

.avatar {
	float: left;
}

.cauthor {
	float: left;
	margin: 0px;
}

.cdate {
	float: right;
	margin: 0px;
}

.cnote {
	padding: 6px;
	line-height: 18px;
}















div.clear_division{
	clear:both;
}

#adminlink {
	position: relative;
	display:block;
	margin: 0 0 0 0;
	height: 15px;
	width: 15px;
	float:right;
	background:url(http://www.nucontext.tv/library/images/gear.png) center no-repeat;
}






.video_holder_bg{
	position: relative; 	
	height:670px;
	width:500px;
	margin-top: 0px;
	overflow: auto;
	overflow-x:hidden;
	padding:15px;
	display:none;
}

.drawer_content{
	position: absolute; 	
	left:0px;
	top:0px;
	height:600px;
	width:480px;
	padding:85px 25px 15px 25px;
	overflow:auto;
	overflow-x:hidden;
	z-index:9;
}

#outside_content{
	position:absolute;
	left:426px;	
	height:580px;
	width:600px;
	float:left;
	overflow:auto;
	overflow-x:hidden;
	background-color:#FFF;
	padding:110px 20px 10px 30px;
	z-index:8;
	outline:none;
}

.blog_holder{
	position:relative;
	display:none;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	color:#A9AfB4;
	line-height:21px;
	text-decoration: none;
	font-weight:normal;
}

.contact_holder{
	position:relative;
	display:none;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	color:#A9AfB4;
	line-height:21px;
	text-decoration: none;
	font-weight:normal;
}

.about_holder{
	position:relative;
	display:none;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	color:#A9AfB4;
	line-height:21px;
	text-decoration: none;
	font-weight:normal;
}

.pagetitle{
	width:100%;
	margin:2px 0 25px 0;
	font-family: Garamond, Georgia, Times, Serif;
	font-size: 42px;
	color:#A9AfB4;
	line-height:42px;
	text-decoration: none;
	font-weight:normal;
}

.pagetitle h2{
	width:100%;
	margin:5px 0 25px 0;
	padding: 0 0 13px 0;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 16px;
	color:#595f64;
	line-height:18px;
	text-decoration: none;
	font-weight:normal;
	border-bottom:1px dotted #CCC;
}
	
.postdate{
	width:100%;
	margin:5px 0 5px 0;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 32px;
	color:#D9DfE4;
	line-height:32px;
	text-decoration: none;
	font-weight:normal;
}

.posttitle{
	width:100%;
	margin:10px 0 20px 0;
	font-family: Georgia, Times, Serif;
	font-size: 18px;
	color:#f04f00;
	line-height:18px;
	text-decoration:none;
	font-weight:normal;
}	

.postbody{
	width:100%;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom:1px dotted #EEE;
}

