/*	TEMPORARY OVERRIDES */

#sidebar .search, #sidebar .related {
	display: none;
}





/* 	PAGE REGIONS 	*/


body		{
		font-family: Georgia, 'Times New Roman', Times, serif;  
		font-size: small;
 		padding: 0;
 		margin: 0;
 		background-color: #000; 
		}

#page		{
		width: 940px;
		margin: 0 auto;
		padding: 0;
		background-color: #fff;
		}

/* 	HEADER	*/

#header	{
	position: relative;
	padding: 10px 0 0 0;
	margin: 0;
	width: 100%;	
	height: 100px;
}

#header img {
	margin-left: 20px;
}

#show_login, #logout {
	position: absolute;
	display: block;
	top: 10px;
	right: 35px;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 10px;
}

#show_login:hover, #logout:hover {
	color: #666;
	background-color: #ccc;
}

#login {
	display: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin: 0px 35px 0 30px;
}

#login.show {
	display: block;
}

#login p, #login ul {
	float: left;
	margin: 20px 20px 0 0;
}

#login p.signup, #login ul {
	border-right: 1px solid #ccc;
	padding: 0 20px 0 0;
	margin-right: 20px;
	width: 410px;
	text-align: center;
}

#login ul {
	list-style: none;
	color: #f00;
}

#login p.signup a {
	display: block;
	margin: 3px 30px 0 30px;
	padding: 3px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
}

#login p.signup a:hover {
	text-decoration: none;
	background-color: #EBF4EB;
	color: #070;
}

#login label {
	display: block;
	font-size: 12px;
}

#login label a {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
	float: right;
	text-decoration: none;
}

#login label a:hover {
	color: #f00;
}

#login_submit {
	margin-top: 10px;
}

.clear {
	float: none;
	clear: both;
	display: block;
	height: 1px;
}

/* 	MENU	*/

#menu		{
	margin: 0;
	padding: 3px 0;
	background-color: #000;
}

#menu ul	{
	margin: 4px;
	padding: 3px 0;
	list-style-type: none;
	text-align: center; 
	letter-spacing:0.5px;
}

#menu li	{
	display: inline;
	margin: 0;
	border-left: 1px solid #fff;
}
		
#menu li#first_menu_item	{
	border-left: none;
}

#menu li a	{
	text-decoration: none;
	padding: 3px 8px;
	margin: 0 1.2px;
	color: #fff;	
	font-size: 12px;
	font-weight: bold;
}

#menu li a:visited	{
	color: #fff;
}

#menu li a:hover, .menu li a.current	{
	text-decoration: underline;					
}			

/* 	MAIN CONTENT	*/

#content	{
	min-height: 400px;
	padding: 10px;
}
		
#main		{
	width: 610px;
	float: left;
	border-right: 1px dotted #336699;
	min-height: 400px;
}
		
		
/* 	SINGLE ARTICLE	*/	

#comment_login, #add_comment {
	padding: 20px;
	border: 1px solid #999;
	background-color: #eee;
}	

#comment_login p {
	float: left;
	margin: 20px 20px 0 0;
}

#comment_login p.signup {
	float:none;
	margin: 0px;
}

#comment_login label {
	display: block;
	font-size: 12px;
}

#comment_login label a {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
	float: right;
	text-decoration: none;
}

#comment_login label a:hover {
	color: #f00;
}

#comment_login_submit {
	margin-top: 10px;
}

#comment_login .clear {
	float: none;
	clear: both;
	display: block;
	height: 1px;
}

#article_text	{
	width: 570px;
	margin-left: 10px;
}
		
#article_comments	{
	width: 570px;
	margin-left: 10px;
	margin-top: 30px;
	border-top: 1px solid #999;		
}

#add_comment p {
	float: left;
	margin: 0px;
}

#add_comment #comment_box {
	width: 330px;
	padding: 5px;
}

#add_comment p.user {
	width: 180px;
}

#add_comment p.user * {
	display: block;
}

#add_comment img {
	float: left;
	margin-right: 10px;
}

#add_comment a {
	width: 160px;
	margin-top: 5px;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

#add_comment #comment_submit {
	margin-left: 180px;
	margin-top: 10px;
}
			
.comment_item {
	margin: 20px 10px 0 20px;			
	width: 530px;
	padding-top: 20px;
	border-top: 1px solid  #ddd;
}
			
.comment_image	{
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}

.no_comments {
	text-align: center;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


/* 	FRONT PAGE	*/
		
#front_box	{
		width: 580px;
		background-color: #f5f5f5;
		color: #000;
		padding: 5px 8px;
		}

#small_box_area	{
		margin-top: 20px;
		width: 100%;
		}
		
.small_box	{
		width: 180px;
		background-color: #f5f5f5;
		color: #000;
		padding: 3px 3px;
		float: left;
		margin: 0 5px 18px 5px;
		}		
		
		
#bottom_header	{
		padding: 0;
		margin: 0;
		width: 940px;
		background-color: #fff;
	}
	
.contentdiv div {
	position: absolute;
	top: 20px;
	left: 20px;
}

.contentdiv div h1, .contentdiv div p {
	float: left;
	clear: left;
	padding: 5px 10px;
	margin: 0;
	background-color: #fff;
}

.contentdiv div p {
	margin-bottom: 5px;
	max-width: 520px;
}

.contentdiv h1 {
	max-width: 520px;
}

		
/* SIDEBAR */

#sidebar	{
		width: 280px;
		float:right;
		padding: 5px 10px 0 10px;
		}

.sidebar_box	{
		width: 240px;
		background-color: #000;
		color: #fff;
		padding: 0.5px 8px 5px 8px;
		margin-bottom: 13px;
		}
		


/* FOOTER AREA */

#footer		{
		width: 940px;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
		font-size: 12px;
		background-color: #000;
		color: #8d8d8d;
		}
		

/*--------------------- */
/* 	LINKS	 	*/
/*--------------------- */

a	{
	color: #000;
	}
	
a:visited	{
		color: #000;
		}
		
	
a.read_more 	{
		color: #fff;
		text-transform: uppercase;
		font-family: Georgia, 'Times New Roman', Times, serif; 
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
		}
		
#category_area a.read_more	{
				width: 610px;
				display: block;
				clear: both;
				}		
		
a:hover.read_more, #article_text a:hover, ul.related_articles li a:hover, #article_comments a:hover	{
													text-decoration: underline;
													}
		

#front_box a.read_more, .small_box a.read_more, #category_area a 	{
									color: #000;
									}

#twitter_div a	{
		color: #fff;
		display: block;		
		}


#footer	a, #footer a:visited	{
	font-family: Arial, 'Lucida Sans', Helvetica, sans-serif; 
	color: #8d8d8d;
	text-decoration: none;
}	

#footer	a:hover	{
	color: #fff;
}	

#commonlinks a 	{
	margin: 0 10px;
}

#article_text a, #article_comments a	{
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-weight: bold;
	text-decoration: none;
}
		
ul.related_articles li a	{
	font-family: Arial, 'Lucida Sans', Helvetica, sans-serif; 
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
}
				

	
/*--------------------- */
/* 	TEXT 		*/
/*--------------------- */

h1		{
	font-size: 28px;
	color: #000;
	letter-spacing:-1px;
}

h1#header_byline	{
	width: 540px;
	float: right;
	font-size: 28px;
	color: #000;
	text-transform: uppercase;
	letter-spacing:-1px;
	margin-top: 50px;
}

h1.front_box_headline	{
	font-size: 27px;
	line-height: 23px;
	margin-bottom: -1px;
}			
			

h2		{
	font-size: 20px;
	color: #000;
	letter-spacing:-1px;
}
		
h2.small_box_headline	{
	font-size: 16px;
}

h3		{
	color: #fff;
	font-size: 16px;
}		

h3.sidebar_headline	{
	line-height: 16px;
	margin-top: 1px;
	font-size: 17px;
	letter-spacing:3px;			
}

.author_name	{
	font-size: 0.9em;
	color: #8d8d8d;
	margin-top: 1px;
}
		
.sidebar_box p	{
	font-style: italic;
	font-size: 12px;
}

.smallfont	{
	font-size: x-small;
}

p {
	font-family: Arial, 'Lucida Sans', Helvetica, sans-serif; 
}

#article_comments {
	font-size: 90%;
}
		
#footer	{
	font-family: Arial, 'Lucida Sans', Helvetica, sans-serif; 
}		

.comment_meta {
	font-weight: bold;
}


		
/* ---------------- */
/* IMAGES/GRAPHICS  */
/* ---------------- */

#header img	{
		width: 356px;
		}

a img	{
	border: none;
	text-decoration: none;
	}

#side_gallery ul	{
			list-style-type: none;
			padding-left: 0;
			margin: 0 auto;
			width: 226px;
			}

#side_gallery li	{
			display: inline;
			}
			

/*			*/
/* 	LISTS		*/
/*			*/


.list		{
		list-style-image: url('images/star.png');
		}

.list li	{
		line-height: 20px;
		}
		
#twitter_div ul	{
		list-style-type: none;
		padding-left: 0;
		}



/*			*/
/* 	MISC.		*/
/*			*/

		
.right		{
		display:block;
		text-align: right;
		}


