
/*  

Theme Name: Blikopener
Theme URI: http://www.blikopener.tk

Description: v0.0002

Version: 0.0002

Author: n3rdskwat

Author URI: http://www.n3rdskwat.com/

*/

		

		body{
			background:#fff url(images/background.jpg); 
			background-position:center top;
			font-family: "Arial Black", Gadget, sans-serif, Palatino, serif;
			font-size:12px;
			color:#000; 
			margin-top:0px; 
			margin-bottom:0px;
			}

		a{
			color:#000;
			text-decoration:none;
			font-weight:bold;
			outline:none;
			}

		a:hover{
			color: #FF8E00;
			text-decoration: none;
			font-weight:bold;
			outline:none;
			}
			
		.dividerlayout{
			width:718px; 
			background-image: url(images/divider.jpg); 
			background-position:center top; 
			background-repeat:repeat-y;
			margin:0px auto;
			}
			
		.layout{
			width:700px;
			margin:0px auto;
			}
		

		#container{
			width:700px; 
			height: 286px;
			background-image: url(images/header.jpg); 
			background-position: center top; 
			background-repeat:no-repeat;
			}

		#logo{
			width:290px; 
			height:286px;
			}

		#nav{
			float:right;  
			margin-top:10px;
			}

		#nav li{
			display:inline;
			}

		#nav li a{
			font-weight:normal;
			color: #B90004;
			text-transform:uppercase; 
			padding-right:20px;
			} 

		#nav li a:hover, #nav li .active, #nav .current_page_item a, #nav li a.current_page_item{
			color: #FF7A00;
			}
		
		/* #nav li a:active{background:#289bc6;} */

		.clear{
			clear:both;
			}

		.spacer{
			height:10px;
			}
		
		.contentfill{
			width:700px;
			background: url(images/contentbackgroundfill.jpg) repeat;
			}
			
		.content{
			width:700px;
			background: url(images/contentbackground.jpg) no-repeat;
			min-height:300px !important;
			}

		.sidebar{
			width:660px;
			padding:20px;
			background: url(images/contentbgfix.jpg);
			}

		.sidebar h3{
			color:#333;
			text-transform:uppercase;
			font-weight:normal;
			}

		#categories{
			border-bottom:1px solid #000;
			}

		#categories li{
			display:inline;
			}

		#categories li a{
			color:#cccc33;
			text-transform:uppercase;
			font-weight:normal;
			}

		#categories li a:hover, #categories li b{
			background:#cccc33;color:#fff;
			text-transform:uppercase;
			font-weight:normal;
			}

		/* #categories li a:active, #categories li b:hover, #categories li b:active{background:#289bc6;} */

		.post{
			padding-left: 20px;
			}

		.post .left{
			width:100px;
			float:left;
			}

		.post .left h5{
			font-weight:normal;
			font-size:72px; 
			margin:0px; 
			margin-bottom:-20px;
			}

		.post .left b{
			font-weight:normal;
			font-size:25px;
			margin: 0px;
			}

		.post .right h2 a{
			text-transform:uppercase;
			font-weight:normal;
			font-size:30px;
			}

		.post .right h2 a:hover{
			text-decoration:none;
			}

		.post .right{
			width:550px;float:right;
			padding-right: 20px;
			}

		.sidebar ul{}

		.sidebar ul li{
			display:inline;
			}

		.sidebar ul li a{
			color:#333;
			text-transform:uppercase;
			font-weight:normal;
			display:block;
			}

		.sidebar ul li a:hover{
			background:#cccc33;
			color:#fff;
			text-transform:uppercase;
			font-weight:normal;
			}

		.footerul{}

		.footerul li{
			display:inline;
			}

		.footerul li a{
			color:#000;
			text-transform:uppercase;
			font-weight:normal;
			display:block;
			}

		.footerul li a:hover, .footerul li b{
			background:#000;
			color:#fff;
			text-transform:uppercase;
			font-weight:normal;
			}

		/* .footerul li a:active, .footerul li b:hover, .footerul li b:active{background:#289bc6;} */

		/* .footerul li b{border-bottom:1px solid #000;width:100%;}*/

		
		#fleft{
			width:48%;
			
			float:left;}

		#fright{
			width:48%;
			float:right;
			}

		#centerit{
			text-align:center;
			}

		.commentlist li{
			background:#eee;
			}

		.commentlist li.alt{
			background:#ddd;
			}

		.alignright {
			float:right;
			}

		.alignleft {
			float:left;
			}

		.footer {
			height:30px; 
			width:700px;
			background: url(images/contentbackground.jpg) no-repeat;
			padding-top:13px;
			}
