	body
	{
	margin: 0;
	padding: 0;
	background-color: #ffffdd;
	font-family: georgia, times, times new roman, serif;
	font-size:14px;
	color:#000;
	text-align: center;
	}
	
	div
	{
	text-align: left;
	}
	
	
		a {text-decoration:none}
		a:link {color:#CC0000}
		a:visited {color:#CC0000}
		a:active {color:#CC0000}
		a:hover {color:#CC0000}
		
		img
			{
			border: 0;
			}
			
		h1, h2, h3, h4, h5, h6
			{
			font-weight: bold;
			font-size: 14px;
			margin: 0px;
			padding: 0px;
			}
		
		form
			{
			margin: 0;
			padding: 0;
			}
		
		fieldset 
			{ 
		 	padding: 0; 
			margin: 0; 
			border: 0;
			}
		
		dl, dt, dd
			{
			margin: 0;
			padding: 0;
			}

/* Clearfix */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	font-size: 0;
	visibility: hidden;
}
.clearfix
{
	display: inline;
}
/* \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* */

	.wrapper
		{
		width: 1010px;
		margin-left: auto;
		margin-right: auto;
		}
	
		.header
			{
			margin-bottom: 5px;
			}
	
			.logo
				{
				float: left;
				width: 700px;
				}
			
			.topNav
				{
				height: 20px;
				width: 700px;
				margin-left: 15px;
				}
			
			.logo .topNav a
				{ 
				margin-right: 15px;
				font-family: Georgia, Times, Times New Roman;
				font-size: 14px;
				font-weight: bold;
				line-height: 20px;
				color: #000;
				}
			
			.logo .topNav a:link
				{color: #000;}
			
			.logo .topNav a:visited
				{color: #000;}
			
			.logo .topNav a:hover
				{color: #CC0000;}
		
		
			.adLinkOut
				{
				float: left;
				width: 386px;
				}
	
		#skyscraper
			{
			text-align: center;
			margin-bottom: 10px;
			margin: 0px 15px 5px 15px;
			/* border-top: 1px solid #000; */
			border-bottom: 1px solid #000;
			padding: 15px 0px 15px 0px;
			}

	
		.content
			{
			width: 1010px;
			}
	
			.content .leftColumn
				{
				float: left;
				width: 800px;
				margin-right: 20px;
				}
				
				.videoWrap
					{
					border-bottom: 1px solid #fff;
					padding: 0px 0 30px 0;
					}
				
					.video
						{
						width: 600px;
						float: left;
						}
					
				
			.nowplayingtext
							{
							text-transform: uppercase;
							font-size: 20px;
							font-weight: bold;
							text-align: center;
							line-height: 18px;
							width: 200px;
							margin-left: auto;
							margin-right: auto;
							padding-top: 5px;
    						
							}
							
			.blogWrap
				{
				
				}
									
					.blogWrap .blogPosts
						{
						width: 595px;
						float: left;
						}
						
						.entry-title
							{
							font-family: georgia, times, times new roman, serif;
							font-weight: bold;
							font-size: 28px;
							padding: 0px;
							margin: 0px;						}
						
						
						.entry-title a {text-decoration:none; color:#000}
						.entry-title a:link {color:#000}
						.entry-title a:visited {color:#000}
						.entry-title a:active {color:#000}
						.entry-title a:hover {color:#CC0000}
						
						.entry-content
							{
							padding-left: 25px;
							padding-bottom: 5px;
							padding-top: 0px;
							margin-top: 0px;
							border-bottom: 1px dotted #666;
							width: 570px;
							font-size: 14px;
							}
		
		.entry-content a {text-decoration:none}
		.entry-content a:link {color:#666}
		.entry-content a:visited {color:#666}
		.entry-content a:active {color:#CC0000}
		.entry-content a:hover {color:#CC0000}
		
		
						.entry-content img
							{
							/*width: 350px;
							height: 260px;*/
							margin-top:0px;
							padding-bottom:0px;
										}
							
					    .entry-head {
       						margin-bottom: 0px;
       						padding: 5px 0px 0px 25px;
							}
							
					    .page-head {
       						margin-bottom: 0px;
       						padding: 5px 0px 0px 25px;
							}
						
		.intextad
			{
			text-align: center;
			}
		
		.recentComments a {text-decoration:none}
		.recentComments a:link {color:#666}
		.recentComments a:visited {color:#666}
		.recentComments a:active {color:#CC0000}
		.recentComments a:hover {color:#CC0000}
				
			
		.sidebar .recentComments ul
			{
			list-style: none;
			padding: 0;
			margin: 0;
			}
			
		.sidebar .recentComments ul li
			{
			list-style: none;
			padding: 0;
			margin: 0;
			}
					.blogWrap .sidebar
						{
						width: 180px;
						float: left;
						padding: 0;
						}
					
						.blogWrap .sidebar h2
							{
							text-transform: uppercase;
							font-size: 24px;
							font-weight: bold;
							text-align: center;
		                    line-height:15px;
							}
							
				.blogWrap .sidebar .recentComments
						{
						display: inline;
						border: 1px solid #fff;
						width: 142px;
						float: left;
						padding: 5px;
						line-height:14px;
						font-size: 12px;
						margin-bottom:16px;
						margin-left: 50px;
						}
					
						.blogWrap .sidebar .recentComments h2
							{
							text-transform: uppercase;
							font-size: 20px;
							font-weight: bold;
							text-align: center;
							padding-bottom: 9px;
							line-height: 18px;
							}
				
			.content .rightColumn
				{
				float: left;
				width: 150px;
				}
				

	.secondary
		{
		width: 150px;
		margin-left: 40px;
		margin-top:15px;
				border: 0px;
		padding-left: 10px;
		}
	.secondary h2 {
				  text-transform: uppercase;
				  font-size: 20px;
				  font-weight: bold;
				  text-align: center;
				  padding-bottom: 9px;

							}
		.secondary a {text-decoration:none}
		.secondary a:link {color:#666}
		.secondary a:visited {color:#666}
		.secondary a:active {color:#CC0000}
		.secondary a:hover {color:#CC0000}
		
						   
    .secondary ul {
    				 padding-top:2px;
    				 padding-bottom:5px;
				     margin: 0px;
				     list-style-image: url(none);
				     list-style-type: none;
				     padding-left:5px;
				     line-height:14px;
				 }
		
	#footer
		{
		width: 1010px;
		margin-left: auto;
		margin-right: auto;
		border-top: 1px solid #222;
		font-size: 10px;
		color: #777;
		text-align: center;
		margin-top: 10px;
		
		}
		
.widget sb-search
		{
		background: url(http://www.philebrity.tv/wp-content/themes/k2/images/search.gif);
		}
.widget {
margin-top:10px;
margin-bottom:2px;
}
.entry-meta 
{
color: #CC0000;
font-size: 14px;
}
.chronodata {
font-size: 12px;
text-decoration: none;
border: none;
}
#commentbox
{
padding-left: 25px;
padding-bottom: 5px;
padding-top: 10px;
margin-top: 0px;
border-bottom: 1px dotted #666;
width: 450px;
font-size: 12px;
background-color: #111;
}

.navigation {
border-top: 1px solid #111;
border-bottom: 1px solid #111;
padding: 5px;
margin-left: 15px;
}
.rollingnav {
border-bottom: 1px solid #222;
padding: 5px;
background-color: transparent;
height: 20px;
}
.righthead {
margin-top: 16px;
margin-right: 30px;
float: right;
}
.featured {
width: 251px;
height: 156px;
font-size: 14px;
color: #000;
padding: 3px;
background-color: #ffffdd;
border: 0px solid #ffffdd;
font-family: georgia, times, times new roman, serif;
font-weight: bold;
text-align: center;
}
.featured h1 {
font-size: 16px;
}
.philebrity {
width: 257px;
}
.clearfloat {
clear: both;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 24px;
}

	h2 a
		{
		
		}
	
		h2 a:link,
		h2 a:visited
			{
			color:#000;
			}
		
		h2 a:hover
			{
			color:#fff;
			}

h3 {
font-size: 16px;
border-bottom: 1px dotted #000;
padding-bottom: 5px;
}

.commentslink
	{
	font-size: 14px;
	}
.nav-previous {
	float: left;
}
.nav-next {
        float:right;                                                      	 
}



/* COMMENTS */

#commentlist,
#commentlist small
	{
	font-size: 14px;
	}
	
