/*
Theme Name: FlashEnabled
Theme URI: http://flashenabledblog.com/
Description: The Theme for FlashEnabled Blog. Copyright c 2006-08 FlashEnabled. All rights reserved.
Author: William ( Digicrafts )
*/
@charset "utf-8";

/*	*******************************************************************
	Override
	******************************************************************* */
html {	
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	margin:0;
	padding:0;
	background:#000;
	background:#000 url(images/bg.jpg) top no-repeat center;	
}

body {	
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	margin:0;
	padding:0;
	background:#000 url(images/bg.jpg) top no-repeat;
}
.clear{
	clear:both;
}
.space{
	height:10px;
}
img {
	border:0;
}
a, a:link, a:hover {
	color:#900;
}
/*	*******************************************************************
	Basic Layout
	******************************************************************* */

#Wrapper {
	width:1125px;
	margin-left:auto;
	margin-right:auto;	
}
#HeaderWrapper {
	width:1075px;
	height:150px;
	margin-left:25px;
	margin-right:25px;	
	background:url(images/header_background.jpg) repeat-x top #999;
}
#PageWrapper {
	width:1025px;
	margin-left:50px;
	margin-right:50px;
	padding:0;
	padding-bottom:50px;	
	background: url(images/content_background.jpg) repeat-y top #000;	
}
#ContentWrapper {
	float:left;	
	width:650px;
	padding-top:30px;
	padding-left:25px;	
}
#SideBar {
	float:right;
	width:300px;
	background:#EEE;
	margin-right:0;
	position:relative;
}
#FootBar {
	width:1025px;
	margin-left:50px;
	margin-right:50px;		
	background:#CCC;
}
#FooterWrapper {
	width:1075px;
	height:50px;
	margin-left:25px;
	margin-right:25px;
}

/*	*******************************************************************
	Basic Elements
	******************************************************************* */
	
#HeaderBoxRight {
/*	margin-top:25px;*/
}
	#HeaderBoxRight .RSSBox {
		padding-top:85px;
		padding-right:80px;
		float:right;		
		width:200px;		
	}
		#HeaderBoxRight .RSSBox .RSSLogo{
			float:left;
			margin-right:5px;
			width:52px;
			height:52px;
		}
		#HeaderBoxRight .RSSBox .RSSHeaderBig{
		padding-top:16px;		
		color:#FFF;
		font-weight:bold;
		font-size:16px;
		}
		#HeaderBoxRight .RSSBox a,
		#HeaderBoxRight .RSSBox a:link
		{
		color:#FFF;
		font-size:.9em;
		text-decoration:none;
		}	
	
		
	
/*	*******************************************************************
	Contnet Element
	******************************************************************* */	
.ContentBlock {
	margin-bottom:15px;
	padding-bottom:15px;	
	border-bottom:#bbb solid 1px;
}
	.ContentBlock .Header{
		clear:both;
	}
		.ContentBlock .Header .title{
			float:left;			
		}	
			.ContentBlock .Header .title .main {
				color:#900;
				font-size:2em;
				font-weight:bold;
			}		
				.ContentBlock .Header .title .main a,
				.ContentBlock .Header .title .main a:link{
					color:#900;
					text-decoration:none;
				}					
			.ContentBlock .Header .title .sub{
			}
			
		.ContentBlock .Header .comment{
			float:right;
			width:50px;
			height:50px;
		}	
			.ContentBlock .Header .comment .number{
				width:40px;
				height:45px;
				color:#FFF;
				background:#FFF url(images/comments_icon_bg.jpg) no-repeat;
				font-size:1.5em;
				text-align:center;
				padding:3px 0;
				margin-left:auto;
				margin-right:auto;				
			}	
			.ContentBlock .Header .comment .number a,
			.ContentBlock .Header .comment .number a:link {
				color:#FFF;
				text-decoration:none;				
			}
			.ContentBlock .Header .comment .number a:hover {
				color:#FFF;
				text-decoration:underline;
			}			
			.ContentBlock .Header .comment .text{
				font-size:.6em;
				font-weight:bold;
				text-align:center;				
			}				
	.ContentBlock .Content{
		margin-top:20px;
		line-height:150%;
	}	
	
	.ContentBlock .Meta{
		clear:both;
	}	
	
	
/*	*******************************************************************
	News Element
	******************************************************************* */
.NewsDate {
	font-size:1.5em;
	color:#999;
	padding:8px;
	border-bottom:1px solid #999;
}
.NewsBlock {
	margin-bottom:15px;
	/*border-bottom:#bbb solid 1px;*/
	min-height:170px;
}
	.NewsBlock .Content{
		margin-top:20px;
		line-height:150%;
	}	
		.NewsBlock .Content .header{
			padding:3px 15px;
			background:#999 url(images/menu_background.jpg) repeat-x;
			color:#FFF;
			font-size:1em;
			text-transform:uppercase;
			margin-bottom:10px;
/*			text-align:right;*/
		}		
			.NewsBlock .Content .header a,
			.NewsBlock .Content .header a:link{		
				color:#FFF;
			}
	
		.NewsBlock .Content .title{
			/*padding-bottom:10px;*/
		}	
			.NewsBlock .Content .title .main {
				color:#900;
				font-size:2em;
				font-weight:bold;
				line-height:normal;
			}		
				.NewsBlock .Content .title .main a,
				.NewsBlock .Content .title .main a:link{
					color:#900;
					text-decoration:none;
				}					
			.NewsBlock .Content .title .sub{
				color:#666;
				font-weight:bold;
				padding:3px 10px;
			}
			.NewsBlock .Content .text{
				font-size:.8em;				
			}			
	.NewsBlock .ControlBar {
		width:100%;
	}

	.NewsBlock .ControlBar ul.menu_ul{
		margin:20px 0;
		padding:0 0 0 10px;
		list-style:none;
	}						
	.NewsBlock .ControlBar li.menu_li{
		padding:5px 0px 5px 3px;		
		float:right;
		display:block;
	}	
		.NewsBlock .ControlBar a,
		.NewsBlock .ControlBar a:link{

			color:#900;
			margin-right:2px;
			text-decoration:none;
			font-weight:bold;
		}	
		
	.NewsBlock .ControlBar .sociable{
		margin-top:0px;
	}	
	.NewsBlock .Ads{
		border:#F0F0F0 solid 2px;
		padding:5px 25px;
		margin-left:auto;
		margin-right:auto;
	}
		.NewsBlock .Ads iframe{
			margin-left:auto;
			margin-right:auto;
		}
			
.ContentNav {
	margin-bottom:15px;
	padding-bottom:15px;	
}
	.ContentNav a.NavLink,
	.ContentNav a.NavLink:link{
		color:#900;
		text-decoration:none;
	}	
	.ContentNav .L{
		float:left;
	}		
	
	.ContentNav .R{
		float:right;
	}			

/*	*******************************************************************
	Menu
	******************************************************************* */

#HeaderMenu {
	width:1025px;
	height:45px;
	float:left;
	margin-left:0;
	background:#999 url(images/menu_background.jpg) repeat-x;
}
	#HeaderMenu ul{
		margin:20px 0;
		padding:0 0 0 10px;
	}
	#HeaderMenu li{
		float:left;
		height:25px;		
		display:block;
		list-style:none;
	}	
		#HeaderMenu a,
		#HeaderMenu a:link{
			float:left;
			color:#FFF;
			display:block;
			padding:5px 15px 5px 15px;
			margin-right:2px;
			text-decoration:none;
			font-weight:bold;
		}
		#HeaderMenu a:hover{
			background:#900 url(images/button_background.jpg) repeat-x;
		}
		#HeaderMenu a.selected,
		#HeaderMenu li.current_page_item a{
			background:#900 url(images/button_background.jpg) repeat-x;
		}			
		
	#HeaderMenu li.searchbox{
		float:right;
		height:45px;
		padding-right:10px;
		display:block;
	}			

/*	*******************************************************************
	SideBar
	******************************************************************* */

#SideBar .SideBarBox {
	padding:15px;
	display:table;
	border-bottom:#999 thin dotted;
	width:270px;
}
	#SideBar .SideBarBox .title {
		color:#900;
		font-size:1.4em;
		font-weight:bold;
		margin-bottom:10px;
	}
	#SideBar .SideBarBox ul {
		padding:0px;
		margin:0px;
		list-style:none;
		color:#666;
		display:block;
	}	
	#SideBar .SideBarBox li {
		display:block;
		padding:3px;
		
	}	
		#SideBar .SideBarBox ul.posts a,
		#SideBar .SideBarBox ul.posts a:link {
			color:#666;
			text-decoration:none;
			margin-bottom:4px;
		}
		#SideBar .SideBarBox ul.posts a:hover {
			color:#FFF;
			background:#900;
		}	
		
		
#SearchBox{
	margin-top:5px;
	width:100%;			
}	
	#SearchBox input#s{
		width:180px;
		height:21px;
		background:#FFF;
		border:#fff inset 1px;
		margin:0;
		padding:3px;
		font-size:1.1em;
	}	
	#SearchBox input#searchsubmit{
		width:60px;
		height:27px;
		background:#900;
		color:#FFF;
		margin:0;
		padding:0;
		margin-left:5px;
		border:none;
		background:#900 url(images/button_background.jpg) repeat-x;
	}		
	

/*	*******************************************************************
	FootBar
	******************************************************************* */	
	
#FootBar .FootBarBox {
	float:left;
	padding:15px;
	width:300px;
	display:table;
	border-left:#999 thin dotted;
}
	#FootBar .FootBarBox .title {
		color:#900;
		font-size:1.4em;
		font-weight:bold;
		margin-bottom:10px;
	}
	#FootBar .FootBarBox ul {
		padding:0px;
		margin:0px;
		list-style:none;
		color:#666;
		display:block;
	}	
	#FootBar .FootBarBox li {
		display:block;
		padding:3px;
		
	}	
		#FootBar .FootBarBox ul.posts a,
		#FootBar .FootBarBox ul.posts a:link {
			color:#666;
			text-decoration:none;
			margin-bottom:4px;
		}
		#FootBar .FootBarBox ul.posts a:hover {
			color:#FFF;
			background:#900;
		}	
		
		
	
/*	*******************************************************************
	Footer
	******************************************************************* */

#Footer {

}
	#Footer .bar{
		width:1075px;
		height:60px;		
		background:#CCC url(images/footer_background.jpg) no-repeat top;
	}
	#Footer .copyright{
		color:#FFF;
		font-size:.8em;
		padding:5px;
		text-align:center;
		/*margin-left:20px;*/
	}
		#Footer .copyright a,
		#Footer .copyright a:link
		{
			color:#FFF;			
			text-decoration:none
		}	
		#Footer .copyright a:hover
		{
			color:#FFF;			
			text-decoration:underline;
		}			
