/*  
Theme Name: Arthemia
Theme URI: http://www.michaeljubel.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://www.michaeljubel.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jube
Author URI: http://www.michaeljubel.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
c
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #FFF;
	color: #000;
	}

p {	
	margin: 15px 0;
	}



a:link, a:visited {
	color: #1444cd;
	text-decoration:none
	}

a:hover, a:active {
	color: #1444cd;
	text-decoration:underline;
	}

a.black:link, a.black:visited {
	color: #000;
	text-decoration:underline;
	}

a.black:hover, a.black:active {
	color: #000;
	text-decoration:underline;
	}

a img {
	border:0;
	}

img.alignleft {
        border:1px solid #bbb;
        margin:5px 5px 0 0;
        }


img.alignright {
        border:1px solid #bbb;
        margin:5px 0 0 5px;
        }

.categorypage {
        border:1px solid #bbb;
	margin-top:5px;
	margin-right:10px;
        float:left;
        }

.categorypage-head {
        width:220px;
        height:155px;
        border:0px solid #bbb;
	margin:0px 50px 0px 0;
        padding:0px;
        }

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#e0e0e0;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */

#head {
	width:985px;
	margin:0px auto;
	margin-top:0px;
	padding:0px;
	font-size:0.70em;
        background: #FFF;
        }

#page {
	width:965px;
	margin:0px auto;
	padding:10px;
	background:#e0e0e0;
	font-size:0.7em;
	}

.alignleft {
	float:left;
        }



.alignleft2 {
	float:left;
	}

.alignright {
        float:right;
        margin:0 0 2px 2px;
	}

.headleft {
        height:60px;
        padding: 3px 0px 2px 0px;
        background: #FFF;
        border:1px solid #ddd;
        float:right;
        margin:13px 5px 0 0;
	}

.headright {
        background: #FFF;
        border:1px solid #ddd;
        float:right;
        margin:13px 0 0 0;
	}

.left {
	float:left;
        }

.right {
	float:right;     
	}


.sidebaricon {
	float:right; 
        margin:0 0px 0 0px;    
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:0px;
	padding:0px 1px 0px 7px;
	text-transform:uppercase;
	background:#2c2c2c url(images/navbar2.png);
	}

#page-bar {
	width:760px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;
	}

#page-bar li:hover {
	background: #1444cd;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:9px 10px 6px 10px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.04em;
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
 
	}

h3 {
	font:1.4em Arial;
        font-weight:bold;
	letter-spacing:-0.02em;
	}

h4 {
	font:1.0em Arial;
	}

h5 {
	font:Georgia, "Times New Roman";
 
	}



h6 {
	font:1.00em Arial;
	margin-bottom:8px;
	color:#333333;
	font-weight:bold;
	}

h3.cat_title, h3.cat_title a {
	color:#000;
	letter-spacing:-0.03em;
	}

h5.cat_title2, h5.cat_title2 a {
	color:#333;
	letter-spacing:-0.03em;
        text-transform:lowercase;
	}

h3#respond {
	margin-top:0px;
	padding-top:15px;
	}

h3#comments {
	margin-top:20px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
        margin:10px 0 10px 0;
        padding-top:10px;
	width:225px;
        height:80px;
	}

.leaderboard {

        float:right;
        margin:10px 0 10px 0;
        }

#tagline {
	margin:2px 0 0 2px;
	font-size:1.0em;
	color:#000;
	}

#top {
	padding:0;
	}

#headline {
	width:623px;
         
	float:left;
	background:#fff;
	padding:8px 1px 10px 12px;
	font-size:1.1em;
        line-height:1.4em;
	margin:0;
	}

#headline .headlineheader {
        width:613px;
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
	float:left;   
        border-bottom: 0px solid #999;
	}

#headline .headlinebody {
        width:603px;
        padding:8px 2px 8px 8px;
	margin:0px 0px 0px 0px;
        background: #f2f2f2;
        border-top: 2px solid #777;
        border-left: 1px dotted #777;
        border-right: 1px dotted #777;
        border-bottom: 1px dotted #777;
        float:left; 
               
	}

#headline .headlinebody:hover {
        background: #ddd;
        border-top: 2px solid #000;
        border-left: 1px dotted #000;
        border-right: 1px dotted #000;
        border-bottom: 1px dotted #000;
                      
	}

#headline .headlinebody a:link {color: #222242; text-decoration: none; }
#headline .headlinebody a:visited {color: #222242; text-decoration: none; }
#headline .headlinebody a:hover {color: #222242; text-decoration: underline; }
#headline .headlinebody a:active {color: #222242; } 

#headline  div.title {
	font-family:Arial, Tahoma, Georgia;
        font-weight:bold;
	font-size:2.4em;
        line-height:1.1em;
        display:block;
	letter-spacing:-0.03em;
	display:block
	margin:0 0 0px 0px;
	}

#headline .headlineleft {
        width:280px;
        padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
        float:left; 
               
	}

#headline .headlineright {
        width:320px;
        padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
        float:right; 
               
	}

#archivhead {
        width:600px;
        padding:5px 5px 0px 8px;
	margin:0px 0px 10px 0px;
        background: #f2f2f2;
        border-top: 2px solid #777;
        border-right: 1px dotted #777;
        border-bottom: 1px dotted #777;
        border-left: 1px dotted #777; 
        float:left; 
               
	}

#archivhead a:link {color: #222242; text-decoration: none; }
#archivhead a:visited {color: #222242; text-decoration: none; }
#archivhead a:hover {color: #222242; text-decoration: underline; }
#archivhead a:active {color: #222242; }

#archivhead:hover {
        
        border-top: 2px solid #000;
        border-right: 1px dotted #000;
        border-bottom: 1px dotted #000;
        border-left: 1px dotted #000; 
                      
	}

#archivhead  div.title {
	font-family:Arial, Tahoma, Georgia;
        font-weight:bold;
	font-size:1.8em;
        line-height:1.1em;
        display:block;
	letter-spacing:-0.03em;
	display:block
	margin-bottom:0px;
	}

#headline .box {
        width:628px;
	margin:0px 0 0 0;
        float:left;
	}

#headline .info {
        width:300px;
        padding:0px 0px 0px 0px;
        margin:8px 14px 0px 0px;
	float:left;           
               
	}

#headline .infoheader {
        width:300px;
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
	float:left;   
        border-bottom: 0px solid #777;
	}

#headline .infocat {
        padding:0px 0px 2px 0px;
        margin:0px 0px 0px 0px;
	float:right;  
        color: #999;         
        font-family:Arial, Tahoma, Georgia;
        font-weight:bold;
        font-size:0.8em;
        line-height:0.9em;
        letter-spacing:-0.01em;
        background: #fff;
        border-top: 0px solid #c0c0c0;
        border-bottom: 0px dotted #ddd;
        text-transform:uppercase;       
	}

#headline .infocat a:link {color: #999; text-decoration: none; }
#headline .infocat a:visited {color: #999; text-decoration: none; }
#headline .infocat a:hover {color: #000; text-decoration: none; }
#headline .infocat a:active {color: #000; } 

#headline .infobody {
        width:286px;
        height: 241px;
        padding:5px 2px 0px 10px;
        margin:0px 0px 0px 0px;
        float:left;           
        background: #f2f2f2;
        border-top: 2px solid #777;
        border-right: 1px dotted #777;
        border-bottom: 1px dotted #777;
        border-left: 1px dotted #777;
               
	}

#headline .infobodytitle {
        width:288px;
        float:left;  
        margin:0px 0px 2px 0px;         
        font-family:Arial, Tahoma, Georgia;
        font-weight:bold;
        font-size:1.3em;
        line-height:1.15em;
        letter-spacing:-0.02em;      
	}

#headline .infobodythumb {
        width:280px;
        float:left;           
              
	}

#headline .infobodyexcerpt {
        width:288px;
        float:left; 
        margin:3px 0px 0px 0px;
        font-family:Arial, Tahoma, Georgia;
        font-weight:normal;
        font-size:0.95em;
        line-height:1.20em;
        letter-spacing:-0.00em;          
              
	}

#headline .infobodyleft {
        width:150px;
        float:left;           
              
	}

#headline .infobodyright {
        width:136px;
        float:right;           
        padding:5px 0px 0px 0px;
        margin:0px 0px 0px 0px;              
	}

#headline .data {
        padding:1px 0px 0px 5px;
        margin:0px 0px 0px 0px;
	float:left;  
        color: #aaa;         
        font-family:Arial, Tahoma, Georgia;
        font-weight:bold;
        font-size:0.8em;
        line-height:0.8em;
        letter-spacing:-0.01em;
        background: #fff;
        border-top: 0px solid #c0c0c0;
        border-bottom: 0px dotted #ddd;
        text-transform:normal;       
	}

#headline  .infobody:hover {
        
        background: #ddd;
        border-top: 2px solid #000;
        border-right: 1px dotted #000;
        border-bottom: 1px dotted #000;
        border-left: 1px dotted #000;
        }

#headline .infobody a:link {color: #222242; text-decoration: none; }
#headline .infobody a:visited {color: #222242; text-decoration: none; }
#headline .infobody a:hover {color: #222242; text-decoration: underline; }
#headline .infobody a:active {color: #222242; } 

#headline .hotboxleft {
        width:300px;
        padding:0px 0px 0px 0px;
        margin:12px 14px 0px 0px;
	float:left;    
        }

#headline .hotboxleftin {
        width:300px;
        padding:0px 0px 0px 0px;
        margin:14px 0px 0px 0px;
	float:left;    
        }

#headline .hotboxright {
        width:300px;
	margin:0px 0 0 0;
        float:left;
	}

#headline .hotboxleft2 {
        width:300px;
        padding:0px 0px 0px 0px;
        margin:0px 14px 0px 0px;
	float:left;    
        }

#headline .hotboxright2 {
        width:300px;
	margin:14px 0 0 0;
        float:left;
	}

#headline .hotinfo {
        width:300px;
        padding:0px 0px 0px 0px;
        margin:6px 0px 0px 0px;
	float:left;           
               
	}

#headline .hotheader {
        width:300px;
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
	float:left;   
        border-bottom: 0px solid #777;
	}

#headline .hotcat {
        padding:0px 0px 2px 0px;
        margin:0px 0px 0px 0px;
	float:right;  
        color: #999;         
        font-family:Arial, Tahoma, Georgia;
        font-weight:bold;
        font-size:0.8em;
        line-height:0.9em;
        letter-spacing:-0.01em;
        background: #fff;
        border-top: 0px solid #c0c0c0;
        border-bottom: 0px dotted #ddd;
        text-transform:uppercase;       
	}

#headline .hotcat a:link {color: #999; text-decoration: none; }
#headline .hotcat a:visited {color: #999; text-decoration: none; }
#headline .hotcat a:hover {color: #000; text-decoration: none; }
#headline .hotcat a:active {color: #000; } 

#headline .hotbody {
        width:286px;
        height: 241px;
        padding:5px 2px 0px 10px;
        margin:0px 0px 0px 0px;
        float:left;           
        background: #f2f2f2;
        border-top: 2px solid #777;
        border-right: 1px dotted #777;
        border-bottom: 1px dotted #777;
        border-left: 1px dotted #777;
               
	}

#headline .hotbodytitle {
        width:288px;
        float:left;  
        margin:0px 0px 2px 0px;         
        font-family:Arial, Tahoma, Georgia;
        font-weight:bold;
        font-size:1.3em;
        line-height:1.15em;
        letter-spacing:-0.02em;      
	}

#headline .hotbodythumb {
        width:280px;
        float:left;           
              
	}

#headline .hotbodyexcerpt {
        width:288px;
        float:left; 
        margin:3px 0px 0px 0px;
        font-family:Arial, Tahoma, Georgia;
        font-weight:normal;
        font-size:0.95em;
        line-height:1.20em;
        letter-spacing:-0.00em;          
              
	}

#headline .hotbodyleft {
        width:150px;
        float:left;           
              
	}

#headline .hotbodyright {
        width:136px;
        float:right;           
        padding:5px 0px 0px 0px;
        margin:0px 0px 0px 0px;              
	}

#headline  .hotbody:hover {
        
        background: #ddd;
        border-top: 2px solid #000;
        border-right: 1px dotted #000;
        border-bottom: 1px dotted #000;
        border-left: 1px dotted #000;
        }

#headline .hotbody a:link {color: #222242; text-decoration: none; }
#headline .hotbody a:visited {color: #222242; text-decoration: none; }
#headline .hotbody a:hover {color: #222242; text-decoration: underline; }
#headline .hotbody a:active {color: #222242; } 

#headline p {
	padding-bottom:15px;
	}

#headline ul li {	
	list-style:disc;
	margin-left:15px;
	}

#headline a img, #front-list a img {
	border:1px solid #bbb;
	margin:2px 5px 0 0px;
	
	}

#featured {
	width:310px;
        height:1045px;
	background:#fff;
	float:right;
	padding:10px 0px 6px 10px;
	}

#featured .info1 {
        width:300px;
        background: #f2f2f2;
        font-family:Arial, Tahoma, Georgia;
        font-weight:normal;
        font-size:1.2em;
        line-height:1.2em;
        border-top: 2px solid #c0c0c0;
        border-bottom: 1px dotted #c0c0c0;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        float:left;
	}

#featured .info1:hover {
        background: #ddd;
        border-top: 2px solid #000;
        border-bottom: 1px dotted #000;
        }

#featured .info2 {
        width:290px;
        background: #f2f2f2;
        font-family:Arial, Tahoma, Georgia;
        font-weight:normal;
        font-size:1.25em;
        line-height:1.35em;
        border-top: 2px solid #c0c0c0;
        border-bottom: 1px dotted #c0c0c0;
        margin:12px 0px 0px 0px;
        padding:10px 5px 10px 5px;
        float:left;
	}

#featured .info2:hover {
        background: #ddd;
        border-top: 2px solid #000;
        border-bottom: 1px dotted #000;
        }

.red {
        float:left;
        font-weight:bold;
	color:#880000;
	}

#featured .info3 {
        width:300px;
        background: #f2f2f2;
        border-top: 2px solid #c0c0c0;
        border-bottom: 1px dotted #c0c0c0;
        margin:12px 0px 12px 0px;
        padding:8px 0px 6px 0px;
        float:left;
	}

#featured .info3:hover {
        background: #ddd;
        border-top: 2px solid #000;
        border-bottom: 1px dotted #000;
        }

#featured .info3 a img {
	margin:0px 5px 0 20px;
	}

#featured .info4 {
        width:300px;
        background: #f2f2f2;
        font-family:Arial, Tahoma, Georgia;
        font-weight:normal;
        font-size:1.2em;
        line-height:1.2em;
        border-top: 2px solid #c0c0c0;
        border-bottom: 1px dotted #c0c0c0;
        margin:12px 0px 20px 0px;
        padding:0px 0px 8px 0px;
        float:left;
	}

#featured .info4:hover {
        background: #ddd;
        border-top: 2px solid #000;
        border-bottom: 1px dotted #000;
        }

.info4-title {
        width:290px;
        
        padding:2px 5px 2px 5px;
	font-weight:bold;
        margin:0px 0px 6px 0px;
	}

.info4-title a {
	color:#000000;
	}

.info4-body {
        width:290px;
        padding:0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	}



#featured .divider {
	margin-left:85px;
        margin-top:7px;
	margin-bottom:3px;
	}

#middle {
	width: 946px;
	background:#;
	float:right;
	padding:0px;
	margin:5px 0;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #000;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #294db3;}

.category span.cat_title, #front-popular h3, #front-list .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.4em;
	letter-spacing:-0.03em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#000;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}



#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#294db3; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#294db3; color:#fff; }

#bottom {
        width: 965px;
	}

#front-list {
	width:616px;
	background:#fff;
	padding:0px 10px 10px 10px;
	font-size:1.0em;
	line-height:1.20em;
	float:left;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font-family:Arial, Tahoma, Georgia;
        font-weight:bold;
	font-size:1.4em;
        line-height:1.1em;
	letter-spacing:-0.02em;
	}

#front-list .divider {
	margin-left:256px;
	margin-top:5px;
	margin-bottom:8px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	margin-top:-5px;
	font-size:0.8em;
	color:#000;
	}

.meta a {
	color:#000;
	}

#headline p, #featured p {
	margin:0;
	}



/* Content Page*/

#content {
	width:615px;
	background:#fff;
	padding:6px 10px 10px 10px;
	font-size:1.08em;
	line-height:1.4em;
	float:left;
	min-height:400px;
        
	}

#content .divider {
	margin-left:216px;
	margin-top:5px;
	margin-bottom:8px;
	}

.topad {
        float: left;
	width: 965px;
        margin:-7px 0 3px 0;
        border:0px solid #000;
	}

.topad1 {
        float: left;
	border:0px solid #000;  
	}

.topad2 {
        font-color: #000;
        color: #000;
        float: right;
        margin:0px 0 0px 12px;
        border:0px solid #000;
	}

.topad4 {
        font-color: #000;
        color: #000;
        float: right;
        margin:0px 0 0px 0px;
        border:0px solid #000;
	}

.topad3 {
        background: #FFF;
        border:1px solid #ddd;
        width:203px;
        height: 90px;
        float:right;
	margin:-3px 0 7px 0;
	}

.fblike {
        float:left;
	margin:15px 0px 0px 0px;
	}

.post {
	font-size:1.1em;
	line-height:1.55em;
        
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:0;
	margin:0px 0 0 0;
       
	}

.clearfloat2 {
        width: 152px;
        border:1px solid #d0d0d0;
        padding: 6px 3px 3px 3px;
        margin:10px 0px 0px 0;
        float:left;
	}

.clearfloat6 {
        width: 150px;
        font:0.9em Arial;
        border:1px solid #d0d0d0;
        padding: 6px 4px 6px 4px;
        margin:10px 0px 5px 0;
        float:left;
	}

.listinfo {
        width:613px;
        padding:0px 0px 0px 0px;
        margin:0px 0px 6px 0px;
	float:left;           
               
	}

.listheader {
        width:613px;
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
	float:left;   
        border-bottom: 2px solid #999;
	}

.listdata {
        padding:0px 0px 0px 5px;
        margin:0px 0px 0px 0px;
	float:left;  
        color: #777;         
        font-family:Arial, Tahoma, Georgia;
        font-weight:bold;
        font-size:1em;
        line-height:1em;
        letter-spacing:-0.01em;
        background: #fff;
        border-top: 0px solid #c0c0c0;
        border-bottom: 0px dotted #ddd;
        text-transform:normal;       
	}



.listcat {
        padding:0px 0px 1px 0px;
        margin:0px 0px 0px 0px;
	float:right;  
        color: #777;         
        font-family:Arial, Tahoma, Georgia;
        font-weight:bold;
        font-size:1em;
        line-height:1em;
        letter-spacing:-0.01em;
        background: #fff;
        border-top: 0px solid #c0c0c0;
        border-bottom: 0px dotted #ddd;
        text-transform:uppercase;       
	}

.listcat a:link {color: #777; text-decoration: none; }
.listcat a:visited {color: #777; text-decoration: none; }
.listcat a:hover {color: #000; text-decoration: none; }
.listcat a:active {color: #000; } 

.listbody {
        width:604px;
        height: 155px;
        padding:2px 2px 0px 5px;
        margin:0px 0px 0px 0px;
        float:left;           
        font-family:Arial, Tahoma, Georgia;
        font-weight:normal;
        font-size:1.15em;
        line-height:1.20em;
        letter-spacing:-0.00em;
        background: #fff;
        border-top: 0px solid #fff;
        border-right: 1px dotted #fff;
        border-bottom: 1px dotted #fff;
        border-left: 1px dotted #fff;
               
	}

.listbodyleft {
        width:205px;
        float:left;           
              
	}

.listbodyright {
        width:395px;
        float:right; 
        font-family:Arial, Tahoma, Georgia;           
        padding:4px 0px 0px 0px;
        margin:0px 0px 0px 0px;              
	}

.listbody:hover {
        background: #ddd;
        border-right: 1px dotted #000;
        border-bottom: 1px dotted #000;
        border-left: 1px dotted #000;
        }

.listbody a:link {color: #222242; text-decoration: none; }
.listbody a:visited {color: #222242; text-decoration: none; }
.listbody a:hover {color: #222242; text-decoration: underline; }
.listbody a:active {color: #222242; } 

.catlistinfo {
        width:613px;
        padding:0px 0px 0px 0px;
        margin:5px 0px 12px 0px;
	float:left;           
               
	}

.catlistheader {
        width:613px;
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
	float:left;   
        border-bottom: 2px solid #999;
	}

.catlistdata {
        padding:0px 0px 2px 0px;
        margin:0px 0px 0px 0px;
	float:right;  
        color: #777;         
        font-family:Arial, Tahoma, Georgia;
        font-weight:bold;
        font-size:0.95em;
        line-height:0.95em;
        letter-spacing:-0.01em;
        background: #fff;
        border-top: 0px solid #c0c0c0;
        border-bottom: 0px dotted #ddd;
        text-transform:normal;       
	}


.catlistbody {
        width:604px;
        height: 165px;
        padding:4px 2px 0px 5px;
        margin:0px 0px 0px 0px;
        float:left;           
        font-family:Arial, Tahoma, Georgia;
        font-weight:normal;
        font-size:1.00em;
        line-height:1.20em;
        letter-spacing:-0.02em;
        background: #fff;
        border-top: 0px solid #fff;
        border-right: 1px dotted #fff;
        border-bottom: 1px dotted #fff;
        border-left: 1px dotted #fff;
               
	}

.catlistbodyleft {
        width:204px;
        float:left;           
              
	}

.catlistbodyright {
        width:396px;
        float:right;           
        padding:2px 0px 0px 0px;
        margin:0px 0px 0px 0px;              
	}

.catlisttitle {
        margin:5px 0px 50px 0px;
	font-family:Arial, Tahoma,  Georgia;
        font-weight:bold;
	font-size:1.5em;
        line-height:1.1em;
	letter-spacing:-0.02em;
        
	}

.catlistbody:hover {
        background: #ddd;
        border-right: 1px dotted #000;
        border-bottom: 1px dotted #000;
        border-left: 1px dotted #000;
        }

.catlistbody a:link {color: #222242; text-decoration: none; }
.catlistbody a:visited {color: #222242; text-decoration: none; }
.catlistbody a:hover {color: #222242; text-decoration: underline; }
.catlistbody a:active {color: #222242; } 

.excerpt {
        font-family:Arial, Tahoma, Georgia;
	margin-top:-10px;
	margin-bottom:-5px;
	}

.excerpt2 {
	margin-top:10px;
	margin-bottom:-8px;
	}

.post .clearfloat3 {
	margin:0 0 5px 0px;
	}

.clearfloat3 {
        font:0.85em Arial;
	margin:0 0 0 0;
	}



.clearfloat4 {
        width: 160px; 
	border-bottom:0px;
	margin:0 5px 0 0;
        float:left;
        
               	}

.post .post-banner {
        padding:5px 0px 20px 0x;
        margin:5px 0px 20px 0x;
               	}

.post .postbanner {
        padding:5px 0px 20px 0x;
        margin:5px 0px 20px 0x;
               	}

.postbanner {
        padding:5px 0px 20px 0x;
        margin:5px 0px 20px 0x;
               	}

.post .leftfloat {
        width: 300px;
	float:left;
        margin:0px 8px 0 0px;
               	}

.post .rightfloat {
        float:right;
        margin:0px 0px 0 0px;
               	}

.titleimage {
        width:276px;
        border:1px solid #bbb;
        margin:0 0px 5px 0px;
        padding:5px 5px 4px 5px;
        }

.titleimage-in {
        width:276px;
        margin:0 0px 0px 0px;
        padding:0px;
        background:#111111;
        }

.post .posttitle {
	font-family:Arial, Tahoma, Georgia;
        font-weight:bold;
	font-size:1.6em;
        color:#000;
	letter-spacing:-0.02em;
	margin-bottom:12px;
	line-height:1.0em;
        float:left;
               	}

.post .postbody {
        float:left;
        width:610px;
        margin:0px 0px 0px 0;      
}

.post ul, .post ol {
	margin-bottom:15px;
	}

.post .inpostad {
        border-top:0px solid #bbb;
        margin:0px 17px 0px 5px;
        float:left;	
               	}

.post .hot-post {
        width:276px;
	font-family:Arial, Tahoma, Georgia;
        font-weight:normal;
	font-size:0.9em;
        line-height:1.25em;
        letter-spacing:0em;
	margin:0px 0px 0px 0px;
        padding:5px 0px 3px 0px;
        border-top:0px solid #bbb;
        border-right:0px solid #bbb;
        border-bottom:1px dotted #bbb;
        border-left:0px solid #bbb; 
          	}

.fbbox {
        width:276px;
	font-family:Arial, Tahoma, Georgia;
        font-weight:normal;
	font-size:0.9em;
        line-height:1.2em;
        letter-spacing:0em;
	margin:0px 0px 0px 0px;
        padding:6px 0px 0px 0px;
        border-top:0px dotted #bbb;
        border-right:0px solid #bbb;
        border-bottom:0px solid #bbb;
        border-left:0px solid #bbb;
          	}

.postdata {
        padding:0px 0px 0px 0px;
        margin:5px 8px 0px 0px;
	float:right;  
        color: #888;         
        font-family:Arial, Tahoma, Georgia;
        font-weight:bold;
        font-size:1em;
        line-height:1em;
        letter-spacing:-0.01em;
        background: #fff;
        text-transform:normal;       
	}

.posticon {
        padding:0px 0px 0px 0px;
        margin:2px 3px 0px 0px;
	float:right;  
        background: #fff;
                    
	}

.post .bottomad {
        width:610px;
        margin:0px 0px 15px 156px;
        float:left;
         	}

.post .bottomad2 {
        width:610px;
        margin:0px 0px 15px 10px;
        float:left;
         	}


.relatedposts {
        width:610px;
        padding:0px 0px 0px 0px;
        margin:2px 0px 0px 7px;
	float:left;           
               
	}

.relatedinfo {
        width:174px;
        height: 175px;
        padding:0px 0px 0px 0px;
        margin:0px 15px 0px 12px;
	float:left; 
        border:0px solid #cccccc;          
              
	}

.relatedthumb {
        
        border:1px solid #cccccc;
        background:#fff;
        padding:2px 2px 2px 2px;
        margin:0px 0px 0px 0px;
	float:left;           
              
	}

.relatedthumb2 {
        width:168px;
        height: 115px;
        border:0px solid #cccccc;
        background:#111;
        padding:0x 0px 0px 0px;
        margin:0px 0px 0px 0px;
	float:left;           
              
	}

.relatedtitle {
        padding:0px 0px 0px 0px;
        margin:2px 0px 0px 0px;
	float:left;           
        line-height:1.1em;
        font-size: 0.9em;        
	}

.relatedtitle a:link {color: #333; text-decoration: none; }
.relatedtitle a:visited {color: #333; text-decoration: none; }
.relatedtitle a:hover {color: #000; text-decoration: underline; }
.relatedtitle a:active {color: #000; } 

.posttop {
        width:100%;
        background: #FFF;
        border-top:1px dotted #000;
        border-bottom:1px dotted #000;
        margin:15px 0 0px 0;
        float:right;
	}

.posttop-left {
        width:224px;
        height:60px;
        background: #FFF;
        border:0px solid #888;
        float:left;
        margin:0px 0 0px 0;
	}

.posttop-right {
        width:214px;
        height:60px;
        background: #FFF;
        border:0px solid #888;
        float:right;
        margin:0px 0 0px 0;
	}

.posttop-right2 {
        width:380px;
        height:50px;
        font:0.85em Arial;
        background: #FFF;
        border:0px solid #888;
        float:right;
        margin:10px 0 0px 0;
        padding:0px 0 0px 0;
	}

.belowpost {
        width:610px;
        height:50px;
        background: #FFF;
        border:0px solid #888;
        float:left;
        margin:5px 0 0px 0;
        padding:0px 0 0px 0;
	}

.belowpost2 {
        margin:0px 0 0px 0;
        font:0.85em Arial;
        padding:1px 0 0px 0;
        float:left;
	}

#content h2.title {
	font-family:Arial, Tahoma, Georgia;
        font-weight:bold;
	font-size:1.6em;
        color:#000;
	letter-spacing:-0.02em;
	border-bottom:0px solid #eae9e4;
	border-top:0px solid #eae9e4;
	margin-bottom:0px;
	padding:0px 0px 4px 0px;
        line-height:1.2em;
        }

.post-article {
        width:570px;
        margin:0px 0 20px 0;
	}

.archivad {
        
        margin:10px 0 8px 0;
	}

.archivadright {
        width:285px; 
        
        float:right;
	margin:10px 0 8px 0;
	}

.mainad {
        
        margin:5px 0 0px 0;
	}

.mainadright {
        width:286px; 
        float:right;
	margin:0px 0 0px 0;
	}

#content h5.title {
	font-family:Arial, Tahoma, Georgia;
        font-weight:bold;
	font-size:1.0em;
        color:#000;
	letter-spacing:-0.02em;
	border-bottom:0px solid #eae9e4;
	border-top:0px solid #eae9e4;
        margin-top:0px;
	margin-bottom:6px;
	padding:0px 0px 0px 0px;
        line-height:1.0em;
        
        }



#content .title {
	font-family:Arial, Tahoma, Georgia;
         font-weight:bold;
	font-size:1.5em;
         line-height:1.1em;
         letter-spacing:-0.02em;
	}

.post ul li {	
	list-style:disc;
        list-style-position: inside;
	margin-left:20px;
	}

.clearfloat3 li {	
	list-style:none;
         list-style-position: outside;
	margin-left:0px;
         border-top:1px dotted #bbb;
	display:block;
	padding:5px 0px 7px 0px;
	}

.post ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img {
	
	margin:0px 0px 0px 0;
	}

.post .ads {
	margin-top:10px;
	}

.dropdownmenu {
	width:278px;
	}

.contactfield {
	width:110px;
        float:left;
	}

.textarea {
	width:276px;
        height:50px;
	}

.textarea2 {
	width:500px;
        height:120px;
	}

.text {
	width:240px;
        }

span.wpcf7-list-item {
display:block;
}

#subtitle {
	margin: 0 0 0 0 ;
       	padding:0px;
	font:0.9em Arial;
	display:block;
        color:#000;
	}

#subtitle span a {
	color:#000;
	}

#stats {
	margin-top:-10px;
       	margin-bottom:10px;
	padding:4px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	border-right:1px dotted #000;
	padding: 0px 5px 0px 5px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#000;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	}

#tools {
        width:615px;
	margin:0px 0 0px 0;
        padding:8px 0 0px 0;
	font-size:0.9em;
        border-top:1px dotted #000;
        display:block;
	}

#tools a:hover {
	background:none;
	}

#tools .tweet {
        float:left;
	padding:0px 10px 0px 10px;
	}

#tools .facebook {
        float:left;
	padding:1px 0 0px 0;
	}

.facebookpopular {
        width:605px;
	margin:10px 0 0px 0;
        padding:2px 0 2px 10px;
	font-size:1.0em;
        font-weight:bold;
        border-top:0px dotted #000;
        display:block;
        color:#ffffff;
        background:#333; 
	}


/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #bbb;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar-ads {
	width:300px;
        float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar-ads {
	width:300px;
        float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar a img {
	border:0px solid #bbb;
	margin:0px 0 0 8px;
	
	}

.sidebar .links {
	float:right;
               	}




/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.searchbutton {
	padding: 1px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#commentform input {
        align-style: none;
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 95%;
	margin-top:5px;
	}



/* Comments*/


.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	color:#4d4d4d;
	padding: 10px 14px 10px 14px;
	background:#f2f2f2;
	border-bottom: 1px solid #dcdbd7;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	width:525px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9
	}

.avatar {
	border:1px solid #56562c;
	margin:15px 8px 6px 0;
	float:left;
	padding:1px;
	width:45px;
	height:45px;
	}	

#comment {
	width:615px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 965px;
	background:#2c2c2c url(images/bottombar2.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:290px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
        
	}

#recent_comments {
	width:290px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
        
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {


        
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	
        list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#294db3;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
        
	margin: 0 auto;
	width: 985px;
	font-size:0.6em;
        color:#777777; 
	padding-top:10px;
	padding-bottom:10px;
	}

img#wpstats{display:none}



/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
        clear:both;
	visibility:hidden;
	}

.clearfloat {
	display:block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

/* Print Styles */
@media print {
body { background:white; color:black; margin:0 }
#header { display:block }
#content { display:block }
#comments { display:block }
#sidebar { display:block }
#footer { display:none }

}
