@charset "utf-8";
/* CSS Document */

/*Basic HTML styles */
body{
	margin:0px;
	padding:0px;
	background-image:url(../images/body-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
	background-color:#010D1F;
	
	font-family:Georgia, "Times New Roman", Times, serif;
}

form, input{
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

p{
	margin:0px;
	padding:0px;
}

img{
	border:0px;
}

a{
	text-decoration:none;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;
}
/*End of Basic HTML styles */

/*Containers*/

#page{
	margin:0px auto;
	width:960px;
	
	background-color:#CCCCCC; /* Temporal */
}

/*Header*/
#header{
	width:960px;
	height:350px;
	float:left;
	
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;	
}

	#logo{
		width:310px;
		height:190px;
		float:left;
		
		padding-top:45px;
		padding-left:120px;
		
	}

		

	
	#rss{
		width:180px;
		float:right;
		
		padding-top:45px;
	}
		#rss_icon{
			float:left;
		}
		
		#rss_info{
			float:left;
			
			padding-top:30px;
			padding-left:10px;
			
			color:#FFFFFF;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
		}

		
			#rss_info span, #rss_info span a{
				color:#EDCC0C;
			}
			
			#rss_info a{
				color:#FFFFFF;
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
			}



	#chat{
  		
  		width:140px;
		padding-top:142px;
		padding-right:120px;
  		float:right;
		position:relative;

 		
        } 
	
		
	
	/*Pages navigation*/	
	#pages_nav{
		width:450px;
		float:left;
		padding-top:45px;
		padding-bottom:8px!important; /* to see the hover effect on IE7 */
		padding-left:440px;
	}
	
		#pages_nav li{
			display:inline;
			margin:0px;
			padding:0px;
			padding-bottom:8px;
		}
		
		#pages_nav li a{						
			padding-right:25px;
			padding-bottom:8px;
			
			color:#0b1827;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:20px;
			font-style:italic;
		}
		
			#pages_nav li a:hover{
				color:#211808;
				background-image:url(../images/pages-hover.png);
				background-position:-5px 22px;
				background-repeat:no-repeat;
			}
	/*End of Pages navigation*/

/*Body*/

/* I think it would look better centered on page */
#page_body{
	width:960px;

	
	background-image:url(../images/page-body-chat.jpg);
	background-repeat:repeat-y;
	background-color:#010D1F;
}

	#content{
		width:640px;
		float:left;
		background-image:url(../images/content-chat.jpg);
		background-repeat:no-repeat;
	}
	
	#sidebar{
		width:320px;
		float:left;
		
	}
			
	

	/*entry*/
	
	.entry{
		width:565px!important;
		float:left;
		
		padding-left:50px!important;
		padding-right:25px!important;
		padding-bottom:15px;
	}
	
		.entry h2{
			width:460px;
			padding-bottom:5px;
			color:#E4DECA;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-style:italic;
			font-size:36px;
		}
		
			.entry h2 a{
			color:#E4DECA;	
			}
			
			.entry h2 a:hover{
				color:#FFD869;
			}
		
		.entry .comments{
			width:100px;
			height:38px;
			float:right;
			
			margin-top:-45px;
			
			padding-top:0px;
			padding-bottom:0px;
					
			background-image:url(../images/comments-bg.png);
			background-repeat:no-repeat;
			
			color:#FFFFFF;
			font-size:13px;
			text-align:center;

			a:link { 
			color: #CCCCCC;
			}
			a:visited { 
			color: #CCCCCC;
			}
			a:hover { 
			color: #FFFFFF;
			}

			background-color: #333333;
			text-decoration: none;			
		}
		
			.entry .comments a{
				color:#FFFFFF;		
			}
		
		.entry .meta{
			width:440px;
			float:left;
			
			padding-top:3px;
			padding-left:20px;
			padding-bottom:15px;
			
			color:#FFE195;
			background-image:url(../images/meta-star.gif);
			background-repeat:no-repeat;
			
			font-size:12px;
		}
		
		.entry .preview_image{
			float:left;
			margin-right:15px;
			margin-left:15px;
		}
		
			.entry .preview_image img{
				width:200px;
				height:200px;
				border:0px solid #DBD9CC;
			}
			
			.entry .preview_image img:hover{
				border:0px solid #FFC337;
			}
			
		.entry .meta_categories{
			width:275px!important;
			float:left!important;
			
			padding-top:10px;
			padding-bottom:10px;
			padding-left:25px;
			
			color:#FFFFFF;
			font-size:12px;
			border-bottom:1px solid #163656;
			background-image:url(../images/meta-star.gif);
			background-position:5px 8px;
			background-repeat:no-repeat;
		}
		
			.entry .meta_categories a{
			}	
			
			.entry .meta_categories a:hover{
				text-decoration:underline;
			}		
		/*common*/
		.entry p{
			color:#FFFFFF;
			font-size:13px;
			
			text-align:justify;
		}
		
			.entry p a{
			}	
			
			.entry p a:hover{
				text-decoration:underline;
			}	
		
		.entry a{
			color:#FFD869;
		}
		
		.entry a:hover{
			color:#EDCC0C;
		}
		/*end of common*/
	
	/*end of entry*/

#footer{
	width:960px;
	height:258px;
	float:left;
	
	background-image:url(../images/footer-chat.jpg);
	background-repeat:no-repeat;
}
/*End of containers*/




