body{
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ed196b;
	background-color: #FFFFFF;
	background-image: url(../setup/body_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	width:100%;
}

p{
	margin:11px 0px 9px 0px;
}

a {
	color: #ed196b;
	font-weight: bold;
	text-decoration: underline;
}

#outer_wrapper{
	height:600px;
	width: auto;
	white-space: nowrap;
}
#footer{
	float:left;
	padding:5px 0px 0px 46px;
	font-size:10px;
	color:#ff6699;
	height:217px;
	width:100%;
}
#footer a{
	color:#ff3366;
}
#ads{
	width:463px;
	/*padding-left: 6px;
	padding-top:60px;*/
	height:294px;
	float:left;
}
#ads_text2{
	padding-top:20px;
	float:left;
}
#d_by{
	float:left;
	height:100px;
}

/* twitter */
#twitter_div {
	width: 249px;
	height:319px;
	padding: 40px 0px 0px 15px;
	margin:4px 0px 0px 4px;
	line-height:16px;
	background-image: url(../setup/twitter_bg.png);
	background-repeat: no-repeat;
}
#twitter_div ul{
	margin:0px;
	padding:0px;
}
ul#twitter_update_list li {
	width: 219px;
	padding: 5px 0 5px 0;
	list-style: none;	
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ed196b;
}
ul#twitter_update_list li { width: 219px; padding: 5px 0 5px 0; border-bottom: dotted 1px #36ccff; list-style: none; }
ul#twitter_update_list li a { color: #cbbfb6; border-bottom: dotted 1px; text-decoration: none; }
ul#twitter_update_list li a:hover { color: #CA0A6C; border-bottom: solid 1px; }

#twit_rss{
	padding-left:17px;
}
#twit_rss a{
	font-size:10px;
	text-decoration: none;
}
#twit_rss img{vertical-align:middle;margin:-2px 2px 0px 0px;}

#hori{
	z-index:999;
	position:fixed;
	width:252px;
	height:98px;
	left: 0px;
	top: 0px;
}

#side_column{
	height:512px;	
	width:310px;
	padding:10px 0px 0px 10px;
	/*background-color: #FDD5B8;*/
	float:left;
}

#nav{
	height:31px;
	width:100%;
	position:fixed;
	padding-left:317px;	
	padding-top:49px;
	
	background-image: url(../setup/body_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#header{
	height:80px;
	width:100%;
}

#content_wrapper{
	height:512px;
	width:auto;
	margin:-522px 0px 0px 310px;
	padding:5px;
	float:left;
	/*background-color:#FDD5B8;*/
	white-space: normal;
}

.content{
	height:490px;
	width:auto;
	margin-right:10px;
	padding:10px 10px 0px 10px;
	background-color: #fddcc5;
	background-image: url(../setup/content_bg.png);
	background-repeat: repeat-x;
	background-position: right top;
}

.content_body{
	padding:26px 8px 0px 8px;
	height:auto;
	width:400px;
	line-height:17px;
}
.content_twitter{
	padding:26px 8px 0px 8px;
	height:auto;
	width:258px;
	line-height:17px;
}
.content_wide{
	padding:26px 8px 0px 8px;
	height:auto;
	width:450px;
	line-height:17px;
}
.content_double{
	padding:26px 8px 0px 8px;
	height:auto;
	width:900px;
	line-height:17px;
}
.content_triple{
	padding:26px 8px 0px 8px;
	height:auto;
	width:1350px;
	line-height:17px;
}
.content_quad{
	padding:26px 8px 0px 8px;
	height:auto;
	width:1800px;
	line-height:17px;
}
.archive a{
	text-decoration:none;
	font-weight: normal;
}
.archive a:hover{
	text-decoration:underline;
}
.blog_col_left{
	width:420px;
	height:400px;
	float:left;
}
.blog_col_right{
	width:420px;	
	height:400px;
	padding-left:40px;
	float:left;
}
.content_author{
	padding:26px 8px 0px 53px;
	height:auto;
	width:355px;
	line-height:17px;
}
.content_author_h{
	padding:26px 8px 0px 35px;
	height:auto;
	width:373px;
	line-height:17px;
}
.centered{
	text-align:center;
}

.clear{
	display: none;
}

/* menu states */

ul#menu{
	list-style:none;
	padding:0;
	margin:0;
}
	ul#menu li{
		display:inline;
	}
	ul#menu li a{
		display:block;
		height:28px;
		float:left;
	}
		ul#menu li a.vlogs{
			background:url(../setup/menu/vlogs.png) no-repeat top center;
			width: 51px;
		}
		ul#menu li a.blogs{
			background:url(../setup/menu/blogs.png) no-repeat top center;
			width: 93px;
		}
		ul#menu li a.ev{
			background:url(../setup/menu/ev.png) no-repeat top center;
			width: 162px;
		}
		ul#menu li a.author{
			background:url(../setup/menu/author.png) no-repeat top center;
			width: 57px;
		}
		ul#menu li a.tp{
			background:url(../setup/menu/tp.png) no-repeat top center;
			width: 142px;
		}
		ul#menu li a.columnist{
			background:url(../setup/menu/columnist.png) no-repeat top center;
			width: 74px;
		}
		ul#menu li a.press{
			background:url(../setup/menu/press.png) no-repeat top center;
			width: 47px;
		}
			ul#menu li a.vlogs:hover, ul#menu a.vlogs:active,
			ul#menu li a.blogs:hover, ul#menu a.blogs:active,
			ul#menu li a.ev:hover, ul#menu a.ev:active,
			ul#menu li a.author:hover, ul#menu a.author:active,
			ul#menu li a.tp:hover, ul#menu a.tp:active,
			ul#menu li a.columnist:hover, ul#menu a.columnist:active,
			ul#menu li a.press:hover, ul#menu a.press:active {
				background-position: center center;
			}
		body#vlogs ul#menu li a.vlogs,
		body#blogs ul#menu li a.blogs,
		body#ev ul#menu li a.ev,
		body#author ul#menu li a.author,
		body#tp ul#menu li a.tp,
		body#columnist ul#menu li a.columnist,
		body#press ul#menu li a.press {
			background-position: bottom center;
		}
		
		body#blogs .content img{
			padding:4px 0px 4px 0px;
		}
			
