/*

Theme Name:DRK Wordpress Theme a child by Helios
Theme URL: http://www.vb-web.de/drkwp
Description: Free WordPress Helios theme first released by web2feel.com - child theme created by Harald Reichelt
Author: Original Jinsona & Child Theme Harald Reichelt
Author URI: www.web2feel.com 
Version: 1.0.4
Tags: white, drk-style, red, black ,two-columns, three-navis, jQuery Accordion, thumbnail, right-sidebar, fixed-width, theme-options, threaded-comments, banner ads, adsense.



*/

/* User Included Stylesheet */
@import url('user.css');

*{
	margin: 0px;
	padding: 0px;
}


body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background:#999;
	font-family: Arial,Tahoma,Century gothic,sans-serif;
	font-size:12px;
	}
img {
	border:0;
	margin: 0 0;
	}
	
a {
	color: #003773;
	text-decoration: underline;
	outline:none;
	}
a:visited {
	color: #003773;
	}
a:hover, a:active {
	color: #ff0000;
	text-decoration: none;
	}

h1,h2, h3, h4, h5, h6 {
	line-height:100%;
	font-weight: bold;
	}

 table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
        
}
 tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #f2f7fc;
}


ul {
	list-style: square;
	}


blockquote {
	font-style: italic;
	color: #555;
	padding:10px;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}


pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

.clear {
	clear:both;
	}
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#fff;
	border: 0px;
	}

img.alignright {
	padding: 5px 5px;
	margin: 5px 0px 10px 10px;
	display: inline;
	background:#fff
        border: 0px;
	}

img.alignleft {
	padding: 5px 5px 0px 0px;
	margin: 0px 5px 5px 0px;
	display: inline;
	background:#fff;
        border: none;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
        margin-top:-10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background:#fff;
        border: 0px solid #ccc;
	text-align: left;
	padding: 4px 0px 5px 0px;
	color:#777;
	margin-top:10px;

	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
.rounded{

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/* The Outer cover */

#wrapper {
	position:relative;
        width:1000px;
	margin:0px auto;
        background:#fff;
        
	}

#casing {
        width:1000px;
        height:100%;
        padding:0px 0px 50px 0px;
	float:left;
	margin:0px 0px 0px 0px;
	background:#fff;

	}		

/* The Header */

#masthead {
	margin:auto;
        background:#fff;
	height:165px;
        width:1000px;

        
}


#top {
	height:78px;
	margin:0px 0px;
	width:1000px;
	position:relative;
	background:#fff;
	
}

.logo {
        position:absolut;
        margin-left:0px;
        margin-top:0px;
        width:220px;
        height:78px;
        background:transparent;
        float:left;

}
	
.subcribe {
	position:absolute;
	height:70px;
        right:0px;
	bottom:15px;
        
}

.subcribe a:link,.subcribe a:visited{
	color:#222;
        }

.subcribe a:hover{
	color:#FFAB06;
}

.blogname {
	position:absolute;
        width:475px;
	padding:0px 0px 0px 0px;
        margin:5px 0px 0px 250px;
        height:50px;
	text-align:left;
	float:left;

        
}

.blogname h1 {
	font:Helvetica, sans-serif;
        font-size:22px;
	padding:5px 0px 0px 0px;
	font-weight:normal;
}

.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #000; 
	display:block;
	margin:0px 0 0 0px;
        text-decoration:none;
}
	
.blogname h1  a:hover { 
	color: #000; 
}

.blogname h2 {
	margin-top:5px;
	font-size:18px;
	font-weight:normal;
	color: #000; 
}

.blogpic {
	position:relative;
        width:211px;
        height:165px;
        background:url(images/banner2.jpg);
	padding:0px 0px 0px 0px;
        margin:-14px 0px 0px 0px;
        overflow:visible;
	float:right;

	}


/* The Search */


	
#search {

        background:#fff;
	width:190px;
	padding:0px;
	margin:0px 10px 10px 4px;



	
}
#search form {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	width:100px;
	margin:0px 0px 0px 0px;
	padding: 2px;
	height:16px;
	border:1px solid #999999;
	font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #999999;
	background:#fff;
	display:inline;
}





	
/* Oberes Menü*/
	
#catmenucontainer{
	position:relative;
        color:#999;
        height:15px; 
        width:780px;       
	display:block;
	margin:0px 0px auto;
	font: 11px Arial, sans-serif;
        font-weight:normal;
        background:transparent;

        }
		
#catmenu{
	margin: auto;
	padding: 0px 0px;
	height:15px;
	overflow:hidden;
	width:100%;

}

#catmenu ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;   
        border-right:1px solid #999999;
}

#catmenu li {
	color:#999999;
        float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#catmenu li a, #catmenu li a:link, #catmenu li a:visited {
	color: #999999;
	display:block;
	font-weight: normal;
	padding: 0px 5px ;
        border-left:1px solid #999999;
        text-decoration:none;

}

#catmenu li a:hover, #catmenu li a:active {
        background: #999999;
	color: #FFFFFF;
	display: block;
}

/*Ende oberes Menue*/
	
/*Hauptmenü Mitte - zwei Ebenen*/


#foxmenucontainer{
	height:25px;
	display:block;
	margin:13px auto;
        font: 12px Arial, sans-serif;
	font-weight:bold;
	width:1000px;
        border-bottom:1px solid #000;
        background:transparent;
	
	}

#menu {
      
        display: block;
	position: relative;
	top: 0px;
	left: 210px;
	height: 25px;
	width: 580px;

}


#menu li {
        
        display: block;
	float: left;
	height: 25px;
	border-right: 1px solid black;

	text-align:center;

	}
	
#menu li:first-child{

	border-left: 1px solid black;

}


#menu li:last-child {border-right: 1px solid black}


#menu li:hover {

background:#ccc;

}

#menu li a{
	display: block;
	font-size: 13px;
	color: #000;
	font-weight:bold;
	text-decoration: none;
	height:100%;
        padding:5px;
}



#menu li.current-page-item, #menu li.current-menu-item {

background:#ff0000;
color:#fff;

}


#menu li.current-page-ancestor a, #menu li.current-post-ancestor a, #menu li.current-menu-item a  {color:white}
#menu li.current-page-ancestor, #menu li.current-post-ancestor {background:red}


/*Ende Hauptmenü Mitte*/


/*Beginn Sub-Sub-menue*/

        
#menu li ul {
	
        display:block;
        z-index: 9999;
	position: absolute;
	left: -999em;

        font-weight:bold;
	width:153px;
        margin-top:-10px;
        margin-left:-1px;
        border:1px solid black;
        box-shadow:2px 2px 2px #666;

	}

#menu li ul li {
        
        text-align:left;
        width:100%;
        height:auto;
        background:white;

        border-bottom:1px solid black;

}



#menu li ul li:first-child {

        border-left:none;
}

#menu li ul li:last-child {

        border-bottom:none;
}



#menu li ul li.current_page_item, #menu li ul li.current_menu_item {

background:#ff0000;
color:#fff;

}

#menu li ul li.current_page_item a:visited, #menu li ul li.current_page_item a:link {

color:#fff;

}

#menu li ul li a:link, #menu li ul li a:visited, #menu li ul li a:hover, #menu li ul li a:active  {

padding:5px;
color:black;

}

#menu li ul li.current-page-ancestor, #menu li ul li.current-post-ancestor {background:red}

#menu li:hover ul ul, #menu li:hover ul ul ul, 
#menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;

	}

#menu li:hover ul, #menu li li:hover ul, 
#menu li li li:hover ul, #menu li.sfhover ul, 
#menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;

	}

#menu li:hover, #menu li.sfhover { 
	position: static;

	}






	
/*Ende Sub-Submenü*/


/* Main Content*/		

#content {
        
        font:12px  Arial, sans-serif;
        line-height: 125%; 
        left:200px;
	float:left;
	width:600px;
        height:100%;
	padding:0px;
	margin:0px;
	display:inline;
	overflow:hidden;
	background:#fff;

	}	


.postimg{
	float:left;
	margin:10px 10px 10px 0px;


}


.post {
	margin: 0px 0px 0px 10px;
	height:100%;
	color:#000;
	padding:0px;


	}

.title{
	
        margin: 0px 0px 10px 0px;
        background:#999;

}	

.title  h1 {

	padding: 5px;
        font: 20px Arial,century gothic,verdana, sans-serif;
	font-weight:bold;
        color:#FFFFFF;
	overflow:hidden;
        text-shadow: 1px 1px 1px #000;

        
	}

.title  h1 a, .title  h1 a:link, .title  h1 a:visited  {
	color:#fff;
	background-color: transparent;
        text-decoration:none;
	}

.title  h2 {

	padding:5px;	
        font: 18px Arial,century gothic,verdana, sans-serif;
	font-weight:bold;
        background: #ff0000;
        color:#FFFFFF;
	overflow:hidden;

		}

.title  h2 a, .title  h2 a:link, .title  h2 a:visited  {
	color:#fff;
	background-color: transparent;
        text-decoration:none;
        }
	
.title  h2 a:hover  {
	color: #fff;
	background-color: transparent;
	}	

.title  h3 {

	padding:5px;	
        font: 14px Arial,century gothic,verdana, sans-serif;
	font-weight:bold;
        background-color: #fff;
        color:#003773;
	overflow:hidden;

		}

.title  h3 a, .title  h3 a:link, .title  h3 a:visited  {
	color:#003773;
	background-color: transparent;
        text-decoration:none;
        }
	
.title  h3 a:hover  {
	color: #003773;
        text-decoration:underline;
	background-color: transparent;
	}

	
.titlemeta{
        
    
	padding:0px;
	font-size:12px;
	text-shadow:1px 1px 0px #fff;
}
	
.author{
	color:#7b7b7b;
	padding:0px 0px;
        
}


.comm{
	color:#000;
	padding:0px 10px;

}

.comm a:link,
.comm a:visited {
	color:#000;
	
}
.comm a:hover{
	color:#444;

}

.postmeta {
	background:transparent;
	border-bottom:1px solid #999;
	font:10px  Arial, sans-serif;
        margin-bottom:10px;
	
	padding:5px 0px;
	position:relative;
			}

.morer{
	position:absolute;
	top:5px;
	right:10px;
}			
	
.morer a{
	color:#000;
}	

.category{
	padding:5px 0 5px 10px;
	color:#000101;
}

.category a:link,.category a:visited{
	color:#0758A9;

	}
	
.category a:hover{
	color:#000;
	}

.entry {
	margin:0px 0px;
	padding: 0px 0px ;
	
	}	
	
.entry a:link,
.entry a:visited {
		color:##003773;
	background-color: transparent;
        text-decoration:underline;
}
.entry a:hover {
	color:#ff0000;
	background-color: transparent;
	text-decoration: none;
}

.entry ul, .entry ol{
  margin: .4em 0 1em;
  line-height: 150%;
}


.entry ul li, .entry ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}

.entry p{
	margin:5px 0px;
	padding:5px 0px;
	line-height:16px;

}

.entry h1{
         padding: 5px 5px 5px 5px;
	margin-bottom: 0.5em;
        background:#999;
        font: 16px Arial;
        font-weight:bold;
        color:#fff;
	overflow:hidden;
        text-shadow: 1px 1px 2px #000;

}



/* Rechte Leiste */

.right {
	 
        float:right;
	width:180px;
	padding:0px 0px 0px 0px;
	display:inline;
	overflow:hidden;
	margin-right:0px;
	
}


h3.sidetitl {

	height:12px;
	font-family: Arial, sans-serif;
	color:#000;
	font-size:12px;
	padding-top:5px;
	padding-left:5px;
        padding-bottom:5px;
        margin-bottom:10px;
        margin-left:0px;
        border-bottom:1px solid #ccc;
	background:#fff;
	font-weight:bold;
	
}

/* Sidebar rechts */


.sidebar{



float:right;
}

.sidebox{
	font-family: Arial, sans-serif;
	color:#000;
        width:175px;
	padding:0px;
	background:#fff;
	border-left:1px solid #ccc;
	margin:0px 0px 10px 0px;
	border-top:1px solid #ccc;
        
	}

.sidebox ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 5px 0px 0px ;
        
	}
.sidebox li{
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
.sidebox ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.sidebox ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.sidebox ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebox ul li {
	height:100%;
	line-height:18px;
	clear:left;	
	width: 175px;
	margin:0px 0px;
	list-style-type: none;
	}

	
.sidebox ul li a:link, .sidebox ul li a:visited {
        
        font-family: Arial, sans-serif;
	font-size:12px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration: none;
	padding: 5px 0px 5px 10px;
	display:block;

	}

.sidebox ul li a:hover {

	color: #cc0000;
	}

.sidebox p {
	padding: 7px 10px;
	margin:0;
	}

.sidebox table{
	width:100%;
	text-align:center;
	color:#787d7f;
	}	
	
li.recentcomments{
	padding:5px 10px;
	
}

.oddli{
	background:#fcfcfc;
}

.squarebanner {
	padding:10px;

	margin:0px 0px 10px 0px;
	background:#f3f3f3;
	border:1px solid #e7e7e7;

	}

.squarebanner ul{
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	width:300px;
	overflow:hidden;
		}
		
.squarebanner ul li{
		list-style-type:none;
	        margin: 5px 7px 0px 0px;
		float:left;
		padding:5px;
		display:inline;
		background:#fff;
		}




/* Linkes Menü */

.left {
	 
        float:right;
	width:200px;
	padding:0px 0px 0px 0px;
	display:inline;
	overflow:hidden;
	margin-left:0px;
	
}
#leftmenucontainer{
        
	float:left;
        width:200px;
        overflow:hidden;
        margin-top:-34px;
	}

.leftmenu{
	width:180px;
        margin:0px;
	padding:0px;
        overflow:hidden;
        background:#fff;
        font-family: Arial, sans-serif;

	}
	
.leftmenu ul {
        background:#fff;
	list-style: none;
	margin: 0px;
	padding: 0px;
        float:left;
	}
	
.leftmenu li {
	float: left;
	list-style: none;
	width:100%;
        margin: 0px;
	padding: 0px;

	}

.leftmenu li:first-child{

}
	
.leftmenu li a {
	
        width:200px;  
        color:#000;
	display: block;
        margin: 0px;
	padding: 5px 10px ;
        font-family: arial;
        font-weight:bold;
        border-bottom:1px solid #ccc;
}

.leftmenu li a:hover {

        margin: 5px;
        background:#ccc;

}


.leftmenu li.current_page_item a, .leftmenu li.current-menu-item{

background:red;
color:white;
}

.leftmenu li.current-menu-item a  {color:white}

.leftmenu li.current-menu-parent a{

color:red;
}




.leftmenu li a:link, .leftmenu li a:visited {
      
width:200px;

        margin: 0px;
	padding: 5px 10px;
	line-height:15px;
	text-decoration: none;
       

	}




.leftmenu li li a, .leftmenu li li a:link, .leftmenu li li a:visited {

	width:200px;
	color:#000;
	float: none;
	padding:0px 0px 0px 20px ;
        line-height:25px;
        background:#fff;
        border-bottom:1px solid #ccc;
        font-weight:normal;
	}
	
.leftmenu li li a:hover, .leftmenu li li a:active {


        background:#ccc;
        
	}

.leftmenu li li.current_page_item a {

background:red;
color:white;
}

.leftmenu h3  {
         
         margin-top:5px;
	 font-size:12px;
         padding:5px 0px 5px 10px;
         color:#000;
         background:#ccc;
         border-top: 1px dotted #000;
         border-bottom: 1px dotted #000;
	}


	
/*calendar*/

#wp-calendar{
	width: 100%;
	padding: 0px 5px;

}
#calendar_wrap{

	margin:0px auto;
}

#wp-calendar caption{
	padding: 10px 5px 5px 5px ;
	font-size:16px;
	color:#375752;
	font-weight:bold;
	font-family:Arial,Georgia,Century gothic,  sans-serif;
	text-transform:uppercase;
}


#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;
	color:#fff;
	background:#333;
}

#wp-calendar td a{

	padding: 0px;
	border:none;
	color:#843400;
}
#wp-calendar td{
	background:transparent;
	border:none;
	color:#444;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}		
	
	

	
/* --- FOOTER --- */
	
#footer {

	padding:10px 0 10px 0px;
	color:#cc0000;
        width: 1000px;
	font-size:12px;
	margin:0px auto;
	background:#f0f0f0;
	font-family:Arial;
        border-top: 1px solid #ff0000;
        
	}

#footer a:link , #footer a:visited{
		color:#cc0000;
	}

#footer a:hover {
	color:#999;
	}

.fcred{

	text-align:center;
	margin:10px 0px 10px 10px;
	line-height:16px;
}

/* The Navigation */

#navigation{	
	margin:0px 0px 0px 12px;
	padding:5px;
	width:570px;
	height:27px;
	}

	
/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0px 0px 5px 0px;
	font-size:14px;
	text-align:left;
	color:#4b4b4b;
	border-bottom:1px solid #000;
	margin:0px 0px 10px 10px;
	}
 h2.pagetitle a {
 	color:#507409;
 }
/* Comments */

#commentsbox {

	margin:0 0px 0px 10px;
       
}

h3#comments{
	font-size:14px;
	background:#f3f3f3;
	border:1px solid #e7e7e7;
	color:#4b4b4b;
	font-weight:bold;
	padding:10px 10px ;
	margin-top:10px;
	font-family:Arial,Georgia,Century gothic,  sans-serif;
}


ol.commentlist {
	margin:0px 0 0;
	clear:both;
	overflow:hidden;
	list-style:none;


}
ol.commentlist li {
	margin:5px 0;
	line-height:18px;
	padding:10px;
	border:1px solid #e6e6e6;


}
ol.commentlist li .comment-author {
	color:#000;

}
ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited{

	color:#000;
	font-weight:bold;
	text-decoration:none !important;
}

ol.commentlist li .comment-author .fn {
	color:#000;
}
cite.fn{
	color:#000;
	font-style:normal;
}
ol.commentlist li .comment-author .avatar{
	float:right;
	border:1px solid #ddd;
	background:#fff;
	padding:3px;
}
ol.commentlist li .comment-meta{
	font-size:10px;

}
ol.commentlist li .comment-meta .commentmetadata{

	color:#000;
}

ol.commentlist li .comment-meta a {
	color:#1D81B6;
	text-decoration:none !important;
}
ol.commentlist li p {
	line-height:22px;
	margin-top:5px;
	color:#666;
	font-size:12px;

}
ol.commentlist li .reply{
	margin-top:10px;
	font-size:10px;

}
ol.commentlist li .reply a{
	background:#999999;
	border:1px solid #cccccc;
	color:#fff;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding:3px 10px;
}

ol.commentlist li.odd {

}
ol.commentlist li.even {

}

ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;

}

ol.commentlist li ul.children li.depth-2 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-3 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-4 {

	margin:0 0 0px 50px;

}
ol.commentlist li ul.children li.depth-5 {

	margin:0 0 0px 50px;

}
.comment-nav{

	padding:5px ;
	height:20px;

}

.comment-nav a:link,.comment-nav a:visited{

	color:#222;
}

#respond{

	padding:0px 0px ;
	margin:10px 0px;
	background:#f4f4f4;

}
 #respond h3 {
	font-size:14px;
	color:#fff;
	background:#FFAB06;
	font-weight:bold;
	padding:10px 10px ;

}
#commentform {
	padding:10px 20px;
        	

}
#commentform p{
	margin:5px 0px ;
	color:#444;
}
 #respond label{
	display:block;
	padding:5px 0;
	color:#444;
	
}
 #respond  label small {
	font-size:10px;

}
 #respond input {
	margin-bottom:10px;
	padding:5px 5px;
	margin:0 10px 10px 0;
	background:#fff;
	border:1px solid #999;
	color:#555;
}
#commentform  input{
	width:50%;


}

#respond  input#commentSubmit {
	background:#ccc;
	border:1px solid #666;
	color:#000;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding:3px 10px;
	width:100px;
	margin:10px 0px;

	cursor:pointer;
}
textarea#comment{
	border:none;
        background:#fff;
	border:1px solid #999;
	width:70%;
	margin:10px 0px 0px 0px;
	padding:5px 5px;
	color:#555;
}


.widebanner{

	height:60px;
	margin-top:10px;
	padding:10px 0px;
	background:url(images/ad1.jpg) repeat-x;
	text-align:center;
}


.wp-pagenavi{

	font-size:12px;
	text-align: center !important;


}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {

	text-decoration: none;
	background:#F2F2F2!important;
	border: 1px solid #ddd !important;
	color:#555 !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}


.wp-pagenavi a:hover {
	color: #ffffff;
}

.wp-pagenavi span.pages {

display:none;
}

.wp-pagenavi span.current {
	text-decoration: none;
	background:#1D94F1 !important;
	border: 1px solid #1474C7!important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}

.wp-pagenavi span.extend {

	text-decoration: none;
	background:#1D94F1 !important;
	border: 1px solid #1474C7!important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}	



#entry-author-info{
	padding:5px;
	background:#f8f8f8;
	border:1px solid #ddd;
	margin:10px 10px ;
}

#author-avatar{
	float:left;
	padding:5px;
	background:#fff;
}
#author-avatar{
	float:left;
}

#author-description{
	float:left;
	margin:0px 0px 0px 10px;

	width:550px;
}
#author-description h3{
	line-height:20px;
	color:#333;
	text-shadow:1px 1px 0px #fff;
}
#author-description p{
	line-height:20px;
	color:#555;
}




.featbox{
	padding:10px ;
	background:#fff;
	margin:0px 0px 10px 0px;
	border:1px solid #ddd;
}

.fblock{

	border-bottom:1px dotted #ccc;
	padding:10px 0px!important;
	height:60px;
	margin:0px 10px;
}

.fblock:hover{
	background:#fafafa;
}



.phumb{
	margin:0px 10px 0px 0px;
	width:80px;
	height:60px;
	float:left;
	
}

.fblock h3{
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	font-family:arial;
}

.fblock h3 a:link,.fblock h3 a:visited{

	font-weight:bold;
	color:#222;
}

.fblock p{
	color:#555;
	margin:0px !important;
	padding:5px 0px !important;
	font-size:10px;
}


#slidearea{
	height: 250px; 
	overflow: hidden;
	position: relative; 
	width:980px;
	background:#fff;
	border:10px solid #fff;
	margin:20px 0px 20px 0px;
	box-shadow: 0 0 10px #aaa;
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;
}

ul.kwicks{
	padding:0px 10px;
	list-style:none;
}
.kwicks li {
	float: left;
	width: 196px;
	height: 250px;
	position:relative;
}

.kwikmet{
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
	display:none;
	background:url(images/trans.png);
	padding:10px;
	width:710px;
	color:#888;
}

.kwikmet h2 a{
	color:#fff;
	font-size:16px;
	font-family:georgia;
	font-weight:normal;
	padding-bottom:10px;
}

.slidimg{
	width:750px;
	height:250px;
}









.feedlist{
	height:33px;
}
.feedlist ul {
	list-style:none;
}

.feedlist ul li{
	float:left;
	margin:0px 7px 0px 0px;

}
	
#bottom{
	background:#999;
	margin:0px auto;
	width:1000px;
        font:arial;
       
}
.bottomcover{
	
	margin:0px auto;
        
        
}	
h3.bothead{

	height:20px;
	font-size:18px;
	padding:10px 0px 10px 5px;
	color:#FFF;
	border-bottom:1px solid #FFF;
        text-shadow: 1px 1px 1px #000;

	
}
.botwid{
	float:left;
	width:230px;
	padding-bottom:30px;
	font-size:12px;
	font-family:Arial,sans-serif;
	margin:20px 0px 0px 15px;
	color:#ddd;
	}
.botwid ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 0px 0px 0px ;
	

	}
.botwid li{
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
.botwid ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.botwid ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.botwid ul ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.botwid ul li {
	height:100%;
	line-height:18px;
	clear: left;	
	width: 230px;
	list-style-type: none;
	
	}
	
.botwid ul li a:link, .botwid ul li a:visited  {
	
	color: #FFF;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	border-bottom:1px dotted #FFF;
	
	}

.botwid ul li a:hover{

	color: #ff0000;
	}

.botwid p{
	padding: 7px 10px;
	margin:0;
	}

.botwid table {
	width:100%;
	text-align:center;
	color:#787d7f;
	}			