/*********************************************************************************************

Theme Name: Zenko Magazine
Theme URI: http://www.wpzoom.com/themes/zenko/
Description:  A magazine style theme by <a href="http://www.wpzoom.com">WPZOOM</a>
Version: 1.2.
Author: WPZOOM
Author URI: http://www.wpzoom.com

**********************************************************************************************

0.  CSS Reset  -------------------------  All Theme Files
1.  Toolbox CSS  -----------------------  All Theme Files
2.  Page Structure  --------------------  All Theme Files
3.  Header  ----------------------------  header.php
4.  Main Navigation  -------------------  header.php
5.  Featured Section  -------------------  featured.php
6.  Homepage Articles ------------------  index.php
7.  Single Articles & Pages ------------  single.php, page.php
8.  Comments  --------------------------  comments.php
9.  Sidebar & Widgets ------------------  sidebar.php
10. Forms  -----------------------------  searchform.php
11. Footer  ----------------------------  footer.php

**********************************************************************************************/


/***** SIDEBAR E-MAIL SUBSCRIBE *****/
/*#newsletter {
	width:221px;
	height:34px;
	width:220px;
	padding-left:45px;
	margin-top:15px;
}

#newsletter #newsletterBox {
background:url("images/newsbox.png") no-repeat 0 0;
padding:0px 2px 5px 8px;
border:none;
width:164px;
height:29px;
float:left;
color:#333333;
font-size:12px;
-moz-border-radius: none!important
}

#newsletter #newsbut {
background:url("images/newsbut.png") no-repeat 0 0;
float:right;
text-indent: -999px;
width:46px;
height:34px;
cursor:pointer;
border:none;

display:block;
font-size: 0px;
line-height: 0px;
}
#newsletter #newsbut:hover {
background:url("images/subbut_hover.png") no-repeat 0 0;
}*/






/********************************************************************************************* 

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/   

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset, img {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

ol, ul {list-style: none;}
caption, th {text-align: left;}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

q:before, q:after {content: '';}
abbr, acronym {border: 0;}


/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

table { -x-system-font: none; font-family: inherit; font-size: inherit; font-size-adjust: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; width: 100%; }
th {  background: #BBCCDD; color:#333; }
th, td { line-height: 20px; padding: 4px; }
tr:nth-child(2n) {  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; }
tr:nth-child(2n+1) {  }


ul { list-style:none; }

p { font:1.3em/1.3em; }

a img { border:none; }

.floatleft { float:left; }

.floatright { float:right; }

.clear { clear:both; }

.transpBlack { background:url(transpBlack.png); }

	
/********************************************************************************************* 

1. Toolbox CSS  -------------------------  All Theme Files

*********************************************************************************************/   

a { text-decoration: none; color: #263B51; }
	a:hover { text-decoration: underline; }



	.navigation {
	color:#fff;
	float:left;
 	width:100%;
   	}	

   .navigation .alignleft a,   .navigation .alignright a {
		width: 125px;
 		text-align: center;
		height: 20px; }
		
 
	 .navigation a, .post .navigation a {
		color: #fff;
		background:#34475b;
		font-weight: bold;
		margin: 7px 5px;
		padding: 5px 6px;
		cursor: pointer;
		font-size: 10px;
		text-transform: uppercase;
 		text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
		-moz-border-radius:3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border:none;
		}
 
	.navigation .alignleft { float: left; }
 
	.navigation a:hover {
		color: #fff;
		text-decoration: none; 
		background:#243445; }
 
	.navigation .alignright { float: right; }


.wp-pagenavi {
	font-size: 10px;
 	text-align: center; 
 	padding-top:12px;
  	color:#fff;
 	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.3);
 	text-transform:uppercase;
	}
	
	.wp-pagenavi .pages {
		padding:5px 6px;
		margin:0 6px;
		color:#fff;
 		background:#34475b;
		border: 1px solid #DDD;
		-moz-border-radius:3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}
		
		.wp-pagenavi a:link, .wp-pagenavi a:visited{
		padding:5px 6px;
		color:#fff;
		font-weight:bold;
 		background:#34475b;
				 
		}

	.wp-pagenavi .current {
		padding:5px 6px;
	 color:#fff;
	 margin:0 5px;
	 background:#243445;
	 font-weight:bold;
	border: 1px solid #DDD;
	-moz-border-radius:3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

	.wp-pagenavi a:hover { 
	  color:#fff;
 	 background:#243445;
		}
		
		
.wp-caption { border: 1px solid #ccc; text-align: center; background-color: #DCDCDC; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
	.wp-caption img { margin: 0; border: 0 none; }
	.wp-caption p.wp-caption-text { font-size: 11px; line-height: 14px; padding: 0 3px 5px; margin: 0; font-style: italic; }

#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
#wp-calendar a { text-decoration: none; }
#wp-calendar caption { font-weight: bold; text-align: center; }
#wp-calendar th { font-style: normal; font-weight: normal; text-transform: capitalize; }
#wp-calendar { empty-cells: hide; width: 200px; }
	#wp-calendar #next a { padding-right: 10px; text-align: right; }
	#wp-calendar #prev a { padding-left: 10px; text-align: left; }
	#wp-calendar a { display: block; background-color: #D3CFBE; }
	#wp-calendar #today { background-color: #BDC6D5; }
	#wp-calendar caption { text-align: center; width: 100%; }
	#wp-calendar td { text-align: center; background-color: #EAE8DF; }
	#wp-calendar .pad { background-color: #F5F4F1; }
 
 .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
 }
 
.alignnone { border: 5px solid #DDDDDD; }
 
.alignleft {
	float: left;
	margin: 0 10px 0 0; }
 
	.alignleft img {
		float: left;
		margin: 0 10px 0 0;
		border: 5px solid #DDDDDD; }
 
.alignright {
	float: right;
	margin: 10px 0 0 20px; }
 
	.alignright img {
		float: right;
		border: 5px solid #DDDDDD; }
 
.floatleft, #more_left { float: left; }
 


/********************************************************************************************* 

2. Page Structure  -------------------------  All Theme Files

*********************************************************************************************/   
 
body {
	font-family: Arial, Helvetica, sans-serif;
	/* 	border-top:13px solid #22384F; */
	color: #333;
	font-size: 100%;
	background-color: #CFCFCF;
	/*background-image: url(images/harry_potter_skin1600x1600.jpg);
	background-repeat: repeat-y;
	background-position: center 169px;*/
	}

 
 #content-wrap {
	width:1000px;
	margin:0 auto;
	overflow:hidden; 
	}
	
	#content {
	float:left;
	width:980px;
	background: #FFFFFF url(images/contentBG.jpg) no-repeat 0 0;
	padding:10px;
	}
 	
  
/********************************************************************************************* 

3. Header  -------------------------  header.php

*********************************************************************************************/   

#headerContainer {
	background:#0e0f11 url(images/headerBG.jpg) no-repeat center top;
	overflow:hidden;
	margin-bottom:20px; }
	
#header {
	width:1000px;
	height:135px;
	margin:0 auto;}


#logo {
	float:left;
	height:90px;
	margin-top:24px;
	margin-left:0px; }
 

#ad468 {
	float:right;
	height:90px;
	width:728px;
	margin:10px 0px 0 10px; }

.fullwidth, #content .fullwidth {
	width:980px;
	}
	
#pageList {
width:728px;
float:right;
height:14px;
text-align:right;
}
	#pageList li{
	float:right;
	display:block;
	margin-left:10px;
	}
		#pageList li a{
		color:#999999;
		font-size:11px;
		color:#E7E7E7;
		}
			#pageList li a:hover{
			text-decoration:none;
			color:#FFFFFF;
			}
		
/********************************************************************************************* 

4. Main Navigation  -------------------------  header.php

*********************************************************************************************/   
 
.rss-links { float: right }
 
	.rss-links a { background: url('images/rss.png') no-repeat left 9px; padding-left: 15px !important }
 
#menu {
	/*background: url(images/menu.png) repeat-x;*/
	height: 33px;
	width:980px;
	margin: 0 auto; }
 
#menu-wrap {
	width: 980px;
	margin: 0 auto; }
 
/* Navigations
-------------------------------*/
ul.nav { margin: 0 }
 
/* Main navigation */
#nav, #nav ul {
	height: 25px;
	width: 610px;
	float: left;
	padding: 0px 0 0;
	margin-left: -10px;
	list-style: none;
	line-height: 1;
	z-index: 100;}
 
#nav a {
	color: #e7e7e7;
	font-size: 15px;
	display: block;
	text-decoration: none;
	padding: 5px 7px;
	text-shadow:#000 1px 2px 1px;
	text-transform:uppercase; }
 
	#nav a:hover {
		color: #fff;
		background: #1F1F1F;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px; }
 
.current_page_item a {
	color: #fff;
	background: #1F1F1F;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; }
 
#footer .current_page_item a, .current_page_item li {
	border: none;
	border: 0; }
 
#sidebar .current_page_item a, .current_page_item li {
	border: none;
	border: 0; }
 
#nav li {
	float: left;
	padding-right: 12px; }
 
	/* Style drop down list */
#nav li ul {
		position: absolute;
		width: 200px;
		left: -999em;
		padding-top: 0px; }
 
	#nav li:hover ul, #nav li.sfhover ul { left: auto; margin-left:-4px; }
 
	#nav li ul li a {
		background: #1F1F1F;
		line-height: 13px;
		font-size: 12px;
		color: #fff;
		width: 120px;
		margin-bottom: 0px;
		border-bottom: 1px solid #000; }
 
		#nav li ul li a:hover {
			background: #3F3E3E;
			color: #fff; }
 
	#nav li ul ul { margin: -23px 0 0 164px; }
 
	#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
 
	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
 
	/* IE7 Fix */
#nav li:hover, #nav li.hover { position: static; }
 
ul#footerNav {
	position: absolute;
	top: 27px;
	right: 0; }
 
	ul#footerNav li {
		float: left;
		display: inline;
		margin-left: 15px; }
 
#rss {
	float: right;
	margin-top: 8px;
	color: #fff;
	font-size: 11px;
	height: 20px; }
 
	#rss li {
		display: inline;
		padding: 0;
		float: left;
		height: 20px; }
 
		#rss li a {
			color: #fff;
			font-size: 11px;
			text-decoration: none;
			padding: 0;
			font-weight: bold;
			line-height: 1.5; }
 
			#rss li a:hover { text-decoration: underline; }
 
		#rss li.rssimg {
			background: url(images/feed.png) no-repeat left top;
			padding: 0 10px 0 20px; }
 
		#rss li.emailimg {
			background: url(images/mail.png) no-repeat left top;
			padding-left: 21px;
			margin-left: 10px; }
 
	#rss img {
		vertical-align: middle;
		margin-right: 3px; }
 
 
 
 
 
 .cat-item-24, .cat-item-24 ul li {
 border-left:4px solid #78CC3F;
 }
  .cat-item-25, .cat-item-25 ul li {
 border-left:4px solid #4277AD;
 }
  .cat-item-26, .cat-item-26 ul li {
 border-left:4px solid #F361F4;
 }
  .cat-item-27, .cat-item-27 ul li {
 border-left:4px solid #F7A430;
 }
  .cat-item-28, .cat-item-28 ul li {
 border-left:4px solid #E60D00;
 }
  .cat-item-52, .cat-item-52 ul li {
 border-left:4px solid #FFFF00;
 }
   .cat-item-1019, .cat-item-1019 ul li {
 border-left:4px solid #8c5ba6;
 }

 
 
 
 
 /* ------------------------------------------ */
/* Drop-down */
/* ------------------------------------------ */
ul.dropdown { padding: 10px 0 0 10px; }
	ul.dropdown li a { font: 20px Georgia, Serif; text-decoration: none; text-transform: uppercase; padding: 4px 20px 0px 10px; color: #fff; }
	ul.dropdown li li a { font: bold 12px Arial, Sans-Serif; color: #fff; background: #000; width: 150px; display: block; height: 27px; }
	ul.dropdown li.current_page_item a { color: #39C2F1; }
	ul.dropdown li a:hover { color: #39C2F1; }
	ul.dropdown li { padding: 0px 30px 0px 10px; }
		ul.dropdown li ul { padding: 0; }
		ul.dropdown li ul ul { padding-top: 0; }

/* subdir styles */
ul.dropdown ul {	width: 180px;	 margin-top: 1px; }
ul.dropdown ul ul { }
ul.dropdown ul li {	font-weight: bold;		}
/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */
ul.dropdown *.dir {padding: 7px 8px; }
ul.dropdown li *.dir {font-weight: bold; text-transform:uppercase; padding-left:0; }
ul.dropdown li *.dir li {font-weight: normal; text-transform:none; }

/* IE .hover fixes */
* body ul.dropdown li.hover a {background:#000; color: #fff;}
* body ul.dropdown li.hover {text-decoration:none;}

ul.dropdown li, ul.dropdown ul { list-style: none; margin: 0; padding: 0; }
ul.dropdown li { float: left; zoom: 1; }
ul.dropdown li.hover, ul.dropdown li:hover { position: relative; z-index: 599; cursor: default; }
ul.dropdown ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598;  }
ul.dropdown ul li { float: none;}
ul.dropdown ul ul { top: 1px; left: 99%;}
ul.dropdown li:hover > ul { visibility: visible;}
ul.dropdown li.rtl ul { top: 100%; right: 0; left: auto; }
ul.dropdown li.rtl ul ul { top: 1px; right: 99%; left: auto; }

ul.dropdown-pages { z-index: 697; }
ul.dropdown-pages li.hover, ul.dropdown li:hover { z-index: 699; }
ul.dropdown-pages ul { z-index: 698;}

/* ------------------------------------------ */
/* Menus */
/* ------------------------------------------ */
#categmenu { float: left; width: 979px; background: #000 url(images/bgcat.png) repeat-x; padding-bottom:5px;}
	#categmenu ul.dropdown { padding: 2px 0 0 10px; }
#categmenu ul.dropdown li ul {padding:0 0 0;} 
		#categmenu ul.dropdown li li a { height: 24px;  }
	#categmenu li a { font: bold 12px Arial, Sans-Serif; color: #fff; text-decoration: none; text-transform: uppercase; line-height: 20px; }
		#categmenu li a:hover { color: #39C2F1; }
		
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/********************************************************************************************* 

5. Featured Section  -------------------------  featured.php

*********************************************************************************************/   

/* ------------------------------------------ */
/* Featured Slider - header */
/* ------------------------------------------ */
.boxgrid a { color: #fff; text-shadow: 1px 1px 0 #000000; }
.boxgrid a:hover {text-decoration:underline;}
.boxgrid h3 { margin: 5px 10px 0 0px; color: #FFF; font: bold 13px Arial, sans-serif; letter-spacing: 0px; text-shadow: 1px 1px 0 #000000; }
.boxgrid { width: 235px; height: 115px; margin: 0 7px 20px; float: left; background: #161613; overflow: hidden; position: relative; }
.boxgrid { color: #fff; font: bold 10px "Lucida Grande", Arial, sans-serif; text-shadow: 0 1px 1px #000; }
.boxgrid img { position: absolute; top: 0px; left: 0px; border: 0px; }
.boxgrid p, .boxgrid div { padding: 0 0px; margin-bottom: 5px; }
.boxgrid p a { color: #66CCFF; font-weight: bold; font-size: 12px; }
.boxcaption { float: left; position: absolute; background: #000; height: 110px; width: 98%; opacity: .8;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}
.caption .boxcaption { top: 73px; left: 0; padding:5px 0 0 5px;}


 
#featurespace {
float:left;
margin:0 0 10px 0;
width:666px;
}


#popular {
	width:468px;
	height:50px;
	margin:0 101px 10px 101px;
	background:#fff; 
	}
	
	#subscribe p {
	padding:0 10px 10px 10px;
	font-size:12px;
	line-height:18px;
	}

#featured {
	float:left;
	width:667px;
	background: url(images/featuredBG.jpg) repeat-x 0 30px;
	height:310px;
	overflow:hidden;
	position:relative;
	border:1px solid #e8e8e8;
	border-top:none; }
	
	
#featured-wrap {
	float:left;
	width:666px;
  }
	
	#featured-wrap h3, h3#hotStories {
    background:url(images/black.png) no-repeat top left;
		height:33px;
		font-family:Arial;
		text-transform:uppercase;
		font-size:10px;
		color:#fff;
		font-weight:400;
		padding:7px 5px 0 10px;
		}

.fimage {
	float:left;
	width:405px;
	background:#e6e6e6;
	padding:5px;
	border:1px solid #cfcfcf;
	overflow:hidden;
	margin:8px 10px 0;
	}

#tabs ul {
	text-transform:uppercase;
	padding:0;
	background:#333;
	 }

#tabs li { float:left; }

	#tabs li a {
		font-family:Arial;
		font-size:12px;
		color:#000;
		background: url(images/tabsBG.jpg) repeat-x 0 0;
		display:inline;
		float:left;
		height:20px;
		width:110px;
		text-align:center;
		border-right:1px solid #e4e4e4;
		padding:10px 0 0; }

		#tabs li a.tabactive {
			background: url(images/tabsBGHover.jpg) repeat-x 0 0;
			display:block;
			float:left;
			text-decoration:none; }

.fcontent1, .fcontent2, .fcontent3 {
	float:left;
	width:200px;
	color:#D1D1D0;
	font-size:12px;
	overflow:hidden;
	padding:33px 10px 15px; }

.fcont {
	float:left;
	width:220px;
	color:#444444;
	font-size:12px;
	overflow:hidden;
	padding:5px 0px 10px;
	height:220px; }

	.fcont a {
		color:#263B51;
		font-weight:700; }

	.fcont h2 a {
		font-family:Arial;
		color:#263B51;
		font-size:22px;
		font-weight:400;
		padding-bottom:3px; }
			
			.fcont h2 a:hover {
			text-decoration:none;
			}

	.fcont small {
		line-height:20px;
		margin-bottom:5px;
		font-size:11px; }

#recent {
	float:right;
	width:300px; }

	#recent li {
		display:block;
		float:left;
		padding:4px 0 4px 0;
		border-bottom:1px dotted #ccc;
		clear:both;
		width:100%; 
		line-height:normal;}

		#recent li:hover {
			background:#E9E8E8;
			border-bottom:1px dotted #646464; }
			
			#recent li img {
			width:65px;
			height:50px;
			}
			

	#recent small a {
		font-size:10px;
		font-family:Arial;
		color:#737373;
		text-transform:none; }

	#recent small {
		font-style:italic;
		font-size:10px;
		font-family:Arial;
		color:#737373; }

	#recent h3 {
		background:url(images/black.png) no-repeat top left;
		height:30px;
		font-family:Arial;
		text-transform:uppercase;
		font-size:10px;
		color:#fff;
		font-weight:400;
		padding:7px 5px 0 10px; }
		
 
/********************************************************************************************* 

6. Homepage Articles -------------------------  index.php

*********************************************************************************************/   
 
#middle {
	width: 670px;
	float: left;
	margin: 0 10px 10px 0; }
 
.block {
	font-size: 12px;
	color: #444;
	width: 670px;
	float: left;
	clear: both;
	margin-bottom:7px; }
 
	.block h3 {
		height: 31px;
		font-family: Arial;
		text-transform: uppercase;
		font-size: 16px;
		color: #fff;
		font-weight: 400;
		padding: 5px 0 0 30px;
		float: left;
		width: 660px; }
 
		.block h3 a { color: #fff; }
 
h3.green { background: url(images/green.png) no-repeat top left; text-shadow: 1px 2px 1px #000; }
h3.black { background: url(images/black.png) no-repeat top left; text-shadow: 1px 2px 1px #000; }
h3.blue { background: url(images/blue.png) no-repeat top left; text-shadow: 1px 2px 1px #000; }
h3.pink { background: url(images/pink.png) no-repeat top left; text-shadow: 1px 2px 1px #000; }
h3.orange { background: url(images/orange.png) no-repeat top left; text-shadow: 1px 2px 1px #000; }
h3.red { background: url(images/red.png) no-repeat top left; text-shadow: 1px 2px 1px #000; }
h3.yellow { background: url(images/yellow.png) no-repeat top left; text-shadow: 1px 2px 1px #000; }
 
.firstn {
	width: 240px;
	margin:0 5px 15px 0;
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #444; }
 
	.firstn h2 {
		font-size: 17px;
		font-weight: 400;
		font-family: Arial;
		color: #181818; }
 
	.firstn small {
		font-style: italic;
		line-height: 20px;
		margin-bottom: 5px;
		font-size: 10px;
		color: #737373; }
 
	.firstn img {
		float: left;
		width: 235px;
		padding: 0 5px 5px 0; }
 
.rightn a {
	font-family: Georgia;
	font-size: 16px;
	line-height: normal; }
 
.rightnp a {
	font-size: 16px;
	line-height: normal; }
 
.rightn p a, .rightnp p a {
	font-weight: 700;
	font-size: 10px; }
 
.rightcontp a { font-weight: 700; }
 
.firstn p a { font-weight: 700; }
 
.bubble {
	background: transparent url(images/bb.png) no-repeat;
	color: #fff;
	float: right;
	height: 25px;
	padding:2px 2px 0 0;
	text-align: center;
	width: 28px;
	margin-top: 2px;
	margin-left: 10px;
	line-height: 1.3; }
 
	.bubble a {
		color: #000;
		font-size: 10px;
		font-weight: 700;
		font-family: Arial; }
 
#postsn { width: 670px; }
 
#posts {
	width: 670px;
	float: left;
	margin-bottom:15px; }
 
#middlesb {
	width: 160px;
	float: left; }
 
.rightn {
	width: 422px;
	float: left;
	font-size: 11px;
	color: #444;
	line-height: 18px;
	margin: 0 0 5px 0; }
 
.homepost {
	border-bottom: 1px solid #f1f1f1;
	font-size: 12px;
	color: #444;
	line-height: 20px;
	margin-top: 10px;
	float: left;
	padding: 0 0 10px 0;
	margin: 8px 0 3px 0;
	clear: both;
	width: 670px; }
 
#posts .homepost .rightcontp h3 {
	background: none;
	font-size: 16px;
	text-transform: none;
	padding: 0; }
 
h3.recent {
	background: url(images/black.png) no-repeat top left;
	height: 23px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	padding: 7px 5px 0 30px; }
 
#posts .thumb { float: left; }
 
	#posts .thumb img {
		float: left;
		margin: 0 10px 5px 0; }
 
.rightn img {
	float: left;
	width: 90px;
	padding: 0 7px 7px 0; }
 
.rightnp img {
	float: left;
	width: 130px;
	padding: 0 7px 7px 0; }
 
.author-meta {
	clear: both;
    float: left;
    font-size: 11px; }
 
.author-meta a {
	font-size: 11px;
	font-family: Arial;
	color: #263B51; }
	
.rightn small a, .post-meta a {
	font-size: 10px;
	font-family: Arial;
	color: #263B51; }
	/*#737373*/
 
.rightn small, .post-meta {
	font-size: 10px;
	font-family: Arial;
	color: #737373; }
 
.rightn li {
	display: block;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 13px; }
 
 
/********************************************************************************************* 

7. Single Articles & Pages -------------------------  single.php, page.php

*********************************************************************************************/   

.gallery .gallery-item { float: left; margin: 0 1em 1em 0 }
 
.gallery { margin: auto; }
 
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 25%; }
 
.gallery img { border: 2px solid #cfcfcf; }
 
.gallery-caption { margin-left: 0; }
 
.attachment { margin: 1em 0 }
 
.post {
	float: left;
 	font-size: 12px;
	line-height: 1.8;
	color: #444; 
	}
 
	.post a {
		color: #154A7F;
		font-weight: 700; }
 
		.post a:hover {
			border: none;
			text-decoration: none; }
 
	.post blockquote {
		border-left: 3px solid #ccc;
		color: #777;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 12px;
		font-style: italic;
		line-height: 1.8em;
		padding-left: 10px;
		clear: both;
		margin: 10px 20px 10px 30px; }
 
	.post hr {
		height: 1px;
		border-bottom: 1px solid #f1f1f1;
		border-top: none;
		margin-bottom: 5px;
		clear: both; }
 
	.post h1 a {
		font-family: Arial;
		font-size: 26px;
		font-weight: 700;
		line-height: 30px;
		color: #333;
		border: none;
		float: left;
		clear: both;
		margin: 5px 0; }
 
	.post h2 { font-size: 27px; }
 
	.post h3 { font-size: 24px; }
 
	.post h4 { font-size: 21px; }
 
	.post h5 { font-size: 18px; }
 
	.post h6 { font-size: 16px; }
 
	.post h2,h3,h4,h5,h6 {
		color: #333;
		padding-bottom: 5px;
		font-weight: 700; }
 
	.post li ol {
		line-height: 25px;
		padding-left: 10px; }
 
	.post p { padding: 0 0 8px; }
 
	.post ul li {
		line-height: 25px;
		list-style: square; }
 
	.post .post-meta {
		font-size: 10px;
		float: left;
		clear: both; }
 
	.post a img { border: none; }
 
	.post ul li:hover { line-height: 25px; }
 
	.post ul,.post ul,ol { padding: 10px 0 20px 20px; }
 
.tag-links {
	background: url(images/tag.png) no-repeat left 2px;
	padding-left: 20px;
	height: 18px;
	float: left;
	clear: both;
	color: #333; }
 
.nextpage {
	background: url(images/page.png) no-repeat left 1px;
	padding-left: 20px;
	float: left;
	clear: both;
	font-weight: bold; }




#relatedNads { width:670px; min-height:250px; height:auto !important; height:250px; overflow:hidden; background:#E4E4E4; margin-top:15px;}
#relatedPosts { float:left; width:300px; padding:15px}
#relatedPosts h2 { font-size:20px; padding:0; margin-bottom:15px}
#relatedPosts ol { padding:0}
#relatedPosts ol li { margin-bottom:10px}
#postAd { float:right; width:300px; padding:15px}

 
#socialicons ul { list-style: none; }
 
#socialicons {
	border-top: 2px solid #DAD9D9;
	color: #4c4d50;
	float: left;
	background: #E4E4E4;
	height: 30px;
	margin: 0;
	padding: 0 0 3px;
	width: 670px;
	color: #4c4d50;
	font-family: arial, "lucida console", sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase; }
 
	#socialicons img {
		margin-right: 5px;
		padding-bottom: 3px; }
 
	#socialicons ul { padding: 3px 0 0 20px; }
 
	#socialicons li {
		border: none;
		display: inline;
		float: left;
		padding-right: 10px; }
 
	#socialicons  a {
		border-bottom: none;
		color: #4c4d50;
		text-decoration: none; }
 
		#socialicons  a:hover {
			border-bottom: none;
			color: #030a1f; }
 
	#socialicons  img {
		border: none;
		vertical-align: middle; }

 
/********************************************************************************************* 

8. Comments  -------------------------  comments.php

*********************************************************************************************/   


.children { padding: 0 0 0 40px; margin-left: 35px; }
.comment-author-admin { /*background: url(images/author.jpg) no-repeat top right;*/ }
.authorcomm { float: left; margin: 0; padding: 0; width: 70px; text-align: center; line-height: 12px; font-size: 13px; }
	.authorcomm a { text-decoration: none; font-weight: bold; }
.avatar { padding: 0 15px 0 0; }
.reply a { padding: 2px 5px; margin-left: 55px; font-weight: normal; text-transform: uppercase; background: #333; width: 50px; font-size: 9px; text-align: center; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: none; color: #fff; }
	.reply a:hover { background: #CA2B57; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#respond { float: left; }
#navigation { width: 100%; height: 30px; float: left; }
.cancel-comment-reply a { padding: 2px 5px; margin-bottom: 5px; margin-left: 55px; font-weight: 700; text-transform: uppercase; background: #333; font-size: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: none; color: #fff; }
	.cancel-comment-reply a:hover { background: #CA2B57; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.comment-meta  a { font-weight: normal; border-bottom: none; font-size: 9px; color: #5F5F5F; font-style: italic; }
.comment-meta { padding-bottom: 5px; border-bottom: 3px solid #f1f1f1; margin-left: 55px; }
.fn { font-size: 12px; line-height: 15px; font-weight: bold; font-style: normal; }
.says { display: none; }
#comments li { width: 100%; padding: 10px 0 10px; display: block; float: left; }
.commentlist { margin: 0px; padding: 0px; }
	.commentlist ol { margin: 0px; padding: 10px; }
	.commentlist li { margin: 5px 0px 0px; padding: 5px 5px 0px 0px; list-style: none; }
		.commentlist li ul li { margin-right: -5px; }
.comment { float: left; padding: 0px 0 20px; font-size: 11px; }
	.comment p { margin-left: 55px; line-height: 20px; padding: 0 0 3px 0; color: #333; }
body.ie6 #comments li.bgCH { background-color: #eee; background-image: none; }
.field { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: solid 1px #ddd; border-top-color: #ccc; background: #fff letter-spacing: .1em; padding: 6px; }
#commentform textarea { width: 76%; height: 130px; }
#submit,.submit,label { cursor: pointer; }
#commentform label { padding-left: 24px; font-weight: 900; }
	#commentform label span,#comments .chead p.date { color: #999; }
.btn { display: block; width: 140px; height: 40px; margin-left: -20px; line-height: normal; text-align: center; color: #e1e1e1; font-size: 10px; text-transform: uppercase; font-weight: 700; background: transparent url('images/btns-a00.png') no-repeat left top; }
	.btn:hover { text-decoration: none; background-position: left bottom; }
	.btn:active { color: #888; }
input.btn { border: none; }
#commentform .btn { background-position: right top; }
	#commentform .btn:hover { background-position: right bottom; }
#comments { float: left; margin-top: 20px; width: 640px; }
#respond { margin-top: 10px; float: left; }
	#respond:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
#comments li h3 { margin-top: 15px; margin-left: 55px; font-size: 16px; }
.avatar { float: left; }
.comtext { font-size: 11px; float: left; padding-left: 8px; width: 590px; }
	.comtext small { display: block; font-weight: 400; font-style: normal; border-bottom: 2px solid #ccc; }
	

/********************************************************************************************* 

9. Sidebar & Widgets -------------------------  sidebar.php

*********************************************************************************************/   
#sidebar {
	float: right;
	width: 300px; }
 
	#sidebar .widget {
		color: #333;
		float: left;
		clear: both;
		width:300px;
		float:left;
		clear:both; }
 
	#sidebar h3 a.rsswidget { color: #fff; }

.banner {
margin:0px 0 10px;
float:left;
clear:both;
}
 
#sidebar_left {
	float: left;
	width: 145px;
	padding-right: 10px; }
 
#sidebar_right {
	float: left;
	width: 145px; }
 
#sidebar_left h3, #sidebar_right h3 { width: 135px; }

#sidebar #sidebar_left .widget, #sidebar #sidebar_right .widget {
width:140px;
}
 
.widget {
	font-size: 11px;
	color: #737373;
	margin-bottom:25px; }
 
	.widget li {
		list-style-type: square;
		list-style-position: inside;
		line-height: 20px;
		clear:both; }
 
	.widget h3 {
		background: url(images/blu.jpg) no-repeat top left;
		height: 23px;
		font-family: Arial;
		text-transform: uppercase;
		font-size: 15px;
		color: #fff;
		font-weight: 400;
		text-align:left;
		padding: 7px 0px 0 30px;
		margin-bottom:5px;
		text-shadow:#000 1px 2px 1px; }
 
	.widget small { float: left; }
 
	.widget img {
		float: left;
		padding: 0 5px 3px 0; }
 
	.widget a {
		font-weight: 700;
		font-family: Tahoma; }
 
#tab-comments {
	margin: 0px;
	padding: 0px;
	color: #525252; }
 
	#tab-comments li {
		overflow: hidden;
		list-style: none;
		line-height: 16px;
		padding: 0 0 5px 0; }
 
.tab-comments-avatar { margin: 0px 3px 3px 0px; clear:both;}
 
ul.gallery img {
	border: 2px solid #D3DDE5;
	width: 65px;
	height: 65px;
	padding: 0; }
 
	ul.gallery img:hover { border: 2px solid #0C2B41; }
 
ul.gallery {
	display: block;
	list-style-type: none;
	float: left;
	margin-bottom: 6px;
	clear: both; }
 
	ul.gallery li {
		border: none;
		float: left;
		list-style-type: none;
		margin: 3px;
		list-style-position: outside; }

ul#social {
width:300px;
height:50px;
background:url(images/social.jpg) no-repeat 0 0;
float:left;
margin-bottom:11px;
}
	ul#social li{
	float:left;
	display:block;
	margin:10px 0 0 15px;
	}
	
	
ul#brands {
width:100px;
height:75px;
margin:0 auto;
top:30px;
left:25px;
position: relative;
}
	ul#brands li {
	list-style-type: none;
	}
	
	
	
.kwicks {
list-style-type: none;
list-style-position:outside;
position: relative;
margin:0px 0px 10px;
padding: 0;
}
 
 .kwicks li{
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
   width: 167px;
   height: 50px;
   margin-right: 0px;
   background-image:url(images/kwicks_sprite.jpg);
   background-repeat:no-repeat;
}

.kwicks a{
	display:block;
	height:50px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-243px 0px;
}
#kwick3 {
	background-position:-485px 0px;
}
#kwick4 {
	background-position:-728px 0px;
}

#kwick1.active, #kwick1:hover {
	background-position: 0 -0px;
}
#kwick2.active, #kwick2:hover{
	background-position: -243px 0px;
}
#kwick3.active, #kwick3:hover {
	background-position: -485px 0px;
}
#kwick4.active, #kwick4:hover {
	background-position: -728px 0px;
}







/* Styles the div wrapper
the important part is the
width and the height */
#list{
   
    /*Influences layout of list*/
    height:300px;
    width:300px;
   
    background-color: #fff;
   
    /* Keeps list inside of wrapper*/
    position:relative;
    margin:0 auto;
    overflow:hidden;
}

/* Reset the list*/
#list li{
    list-style:none;
    margin:0;
    padding:0;
}

/* List requires an absolute position
so jQuery can move the items around
freely */
#list a{
    position:absolute;
    text-decoration: none;
    color:#666;
}
#list a:hover{
    color:#000;
}

#brandsList {
height:160px;
}
	#brandsList li{
	width:98px;
	list-style:none;
	border:1px solid #f2f2f2;
	clear:none;
	float:left;
	}
		#brandsList li a{
		text-align:center;
		display:block;
		padding:5px 0;
		}
		#brandsList li a:hover{
		background-color:#f2f2f2;
		text-decoration:none;
		}
/********************************************************************************************* 

10. Forms  -------------------------   searchform.php

*********************************************************************************************/   
 
#search {
	color:#FFFFFF;
	float:right;
	font-size:10px;
	height:28px;
	padding:5px 0px 0 0;
	width:145px;
	}

#searchform {
	background:url(images/search.png) no-repeat;
 	height:29px; 
	}

	#searchform label,#searchform .submit { display:none; }

#se {
	background:none;
	border:0;
	height:15px;
	width:110px;
	margin:1px 16px 0 0;
	padding:3px 15px 0 5px;
	color:#656668;
	font-size:11px;
	 }

#searchform input:focus { border:0; }

input, textarea, text {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:solid 1px #ddd;
	border-top-color:#ccc;
	background:#fff url('images/bg-form.png') repeat-x left 1px;
	padding:6px; }
	
	 textarea{
	height:150px; }

 

 
/********************************************************************************************* 

11. Footer  -------------------------  footer.php

*********************************************************************************************/   
 
 #footer {
	background:#1D1C1C url(images/bgf.jpg) repeat-x;
	padding-top:3px;
 	clear:both; }

#fside {
	float:left;
	width:100%;
	padding:0;
	clear:both; }

#copyright {
	background:#3c3c3c;
	color:#C4C4C4;
	line-height:19px;
	font-size:11px;
	border-top:1px solid #525252;
	text-align:center;
	padding:5px 45px 5px 5px; }

	#copyright a {
		color:#c4c4c4;
		border-bottom:1px dotted #ccc; }

		#copyright a:hover {
			color:#c4c4c4;
			border-bottom:none;
			text-decoration:none; }

.footer-wrap {
	width:980px;
	margin:0 auto; }

#footer .widget {
	/*width:200px;*/
	width:198px;
 	color:#C4C4C4;
	line-height:19px;
	font-size:11px;
	padding:5px 45px 0 0;
	display:inline-block;
	vertical-align:top;
	
	 }

	#footer .widget ul { padding:0 0 0 15px; }

	#footer .widget a { color:#c4c4c4; }

	#footer .widget h3 {
		background:none;
		height:22px;
		font-family:Georgia;
		text-transform:uppercase;
		font-size:15px;
		color:#aeaeae;
		font-weight:400;
		margin-bottom:10px;
		border-bottom:1px solid #595959;
		padding:7px 5px 0 10px; }
		
		
/********************************************************************************************* 

12. custom  -------------------------  

*********************************************************************************************/ 
table#eshop {
	border: 1px solid #CCCCCC;	
}
table#eshop  tr {
	background-color: #FFFFFF;
}
table#eshop  tr td {
	padding: 0px;	
}

table#eshop  table tr td {
	padding: 5px;	
}
table#eshop  table tr td img{
	height: 80px;
	width: 80px;
	margin: 0px;
	padding: 0px;
}

/* eshop item 1 */
table#eshop table.eshop_item_1 {
	background-color: #FFFFFF;
}
table#eshop table.eshop_item_1 img {
	border: 4px solid #7ac93a;
}
table#eshop table.eshop_item_1 td a:link, table#eshop table.eshop_item_1 td a:active, table#eshop table.eshop_item_1 td a:visited, table#eshop table.eshop_item_1 td a:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
table#eshop table.eshop_item_1 td.price {
	font-size: 16px;
	color: #7ac93a;
	font-weight: bold;
}

/* eshop item 2 */
table#eshop table.eshop_item_2, table#eshop table.eshop_item_2 tr {
	background-color: #e7e7e7;
}
table#eshop table.eshop_item_2 img {
	border: 4px solid #c267a4;
}
table#eshop table.eshop_item_2 td a:link, table#eshop table.eshop_item_2 td a:active, table#eshop table.eshop_item_2 td a:visited, table#eshop table.eshop_item_2 td a:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
table#eshop table.eshop_item_2 td.price {
	font-size: 16px;
	color: #c267a4;
	font-weight: bold;
}

/* eshop item 3 */
table#eshop table.eshop_item_3 {
	background-color: #FFFFFF;
}
table#eshop table.eshop_item_3 img {
	border: 4px solid #d4c52c;
}
table#eshop table.eshop_item_3 td a:link, table#eshop table.eshop_item_3 td a:active, table#eshop table.eshop_item_3 td a:visited, table#eshop table.eshop_item_3 td a:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
table#eshop table.eshop_item_3 td.price {
	font-size: 16px;
	color: #d4c52c;
	font-weight: bold;
}

/* eshop item 4 */
table#eshop table.eshop_item_4, table#eshop table.eshop_item_4 tr {
	background-color: #e7e7e7;
}
table#eshop table.eshop_item_4 img {
	border: 4px solid #3f79ab;
}
table#eshop table.eshop_item_4 td a:link, table#eshop table.eshop_item_4 td a:active, table#eshop table.eshop_item_4 td a:visited, table#eshop table.eshop_item_4 td a:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
table#eshop table.eshop_item_4 td.price {
	font-size: 16px;
	color: #3f79ab;
	font-weight: bold;
}

/* eshop item 5 */
table#eshop table.eshop_item_5 {
	background-color: #FFFFFF;
}
table#eshop table.eshop_item_5 img {
	border: 4px solid #eda843;
}
table#eshop table.eshop_item_5 td a:link, table#eshop table.eshop_item_5 td a:active, table#eshop table.eshop_item_5 td a:visited, table#eshop table.eshop_item_5 td a:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
table#eshop table.eshop_item_5 td.price {
	font-size: 16px;
	color: #eda843;
	font-weight: bold;
}

/* eshop item 6 */
table#eshop table.eshop_item_6, table#eshop table.eshop_item_6 tr {
	background-color: #e7e7e7;
}
table#eshop table.eshop_item_6 img {
	border: 4px solid #da1f10;
}
table#eshop table.eshop_item_6 td a:link, table#eshop table.eshop_item_6 td a:active, table#eshop table.eshop_item_6 td a:visited, table#eshop table.eshop_item_6 td a:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
table#eshop table.eshop_item_6 td.price {
	font-size: 16px;
	color: #da1f10;
	font-weight: bold;
}

/*table#eshop table.eshop_item tr {
	background-color: #FFFFFF;
}*/
table#eshop table.eshop_item td a:link, table#eshop table.eshop_item td a:visited, table#eshop table.eshop_item td a:active, table#eshop table.eshop_item td a:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
 
