     /* 
Theme Name: hermanncomm.com
Description: WP Theme <a href="http://www.hermanncomm.com/" title="WordPress Theme hermanncomm" target="_blank">hermanncomm</a> by hermanncomm.com
Version: 1.1
Author: Eric Isaacson
Author URI: http://www.hermanncomm.com
*/
/* Header Image from http://www.hermanncomm.com/images/hc-blog.gif */
body {
	margin: 10;
	padding: 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#666699;
}

leftborderfloat {
  float:left;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  }
  
rightborderfloat {
  float:right;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  }  

/***************   COMMON ELEMENTS                      
############################################*/

abbr {
	cursor:help;
}
	
ul{
	list-style-image: url(img/ulnav.gif);
  	padding-left: 12px;
 	margin-left: 10px; 
	line-height: 15px;
	color: #666666;
}
blockquote{
	background: transparent url(img/quote1.png) no-repeat left top;
	margin: 15px;
	padding: 0px 30px;
	color: #666666;
	font-family: Times Roman, Times, serif;
	font-size:13px;	
	font-style: italic;
}

a 
{
	border-bottom:none;
	text-decoration:none;
}
a:link {
	color:#000080;
}
a:visited {
	color: #990000;
	text-decoration: none;	
 }
a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #666699;
}	

a:hover .stbuttontext{
       color: #ffffff;
       background-color: #666699;
}

p {
	line-height:1.5em;
	margin-top:5px;
}	

ul {
	list-style:none;
	margin:0;
	padding:0;
}

li 
{
	margin:5px 0 0 0;
	padding:0;
}	

ul li 
{
	padding-left:15px;
	list-style:none;
	background:url(img/parl_bullet.png) no-repeat top left;
}
	
h1,h2,h3,h4,h5,h6 
{
	font-family:Arial, Georgia, Verdana, Serif;	
}
h1 {
	font-size:180%;
	font-weight:normal;
	margin-bottom:0;
	color:#4E5C7D;
}	
h2 {
	font-size:1.5em;	
	color:#333300;
	margin:0.5em 0;
	padding:0.25em 0;
	font-weight:normal;	
}

h3 {
	font-size:1.2em;	
	color:#4E5C7D;
	margin:0em 0;
	padding:0.25em 0;
	font-weight:bold;
	line-height: 150%;	
	text-align: center;	
}

fieldset 
{
	border:none;
}
img.left
{
float: left;
margin: 0px 14px 3px 0px;
}
img.right
{
float: left;
margin: 0px 14px 3px 0px;
}

#container {
	background:#fff url(img/bg.png) repeat-y left;
	margin:20px auto;
	width:700px;	
}

#header {
	margin:0 auto;
	/*height:310px;*/
	/*background:#666699 url(img/hc-blog.gif) no-repeat center;	*/
	background:#666699:	
	color:#000;
	position:relative;	
}

#header h1{
	font-size:9pt;
	font-weight:normal;
	font-family:"Century Gothic", sans-serif;
	background:none;	
	margin:0;
	padding:10px 10px;	
}
#header h1 a 
{
	color:#999999;
	border-bottom:none;
}
#header h1#font-family a:hover, #header h1 a:active
{
	color:#ffffff;
	border-bottom:none;
}

#content {
	float:right;
	width:480px;
	margin:1em 0 3em;
	padding:0 10px 20px 10px;
}

#intro 
{
	background:#F6F6F6;
	margin:0em;
	padding:0.5em;
	border: solid 1px #e1d2bd;		
}
#intro .profile 
{
	border:#e1d2bd 1px solid;
	margin:0 0.5em 0 0;
	padding:3px;
}
#intro em.feed
{
	background:url(img/icon_feed.gif) no-repeat left center;
	padding:2px 0 2px 16px;
	font-style:normal;
}

#twitter
{
	
}

#twitter a:hover, .post-title a:active 
{
	background-color: #ffffff;
}

.page-title 
{
	margin:0.5em;
    padding:0.5em;	
}
.post 
{
    margin:0.5em 0.5em 3em 0.5em;
    padding:0.5em;
}
.post h4 
{
    color:#990000;
    font-size:1em;
	font-weight:normal;
	margin:0;
	padding:0.5em 0;
}
.post#font-family h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
.post-title 
{
    color:#990000;
    font-size:160%;	
    border:none;
    margin:5px 0 0.5em 0;
    padding:0;
}
.post-title a:link, .post-title#font-family a:visited 
{
    color:#990000;
    border-bottom:none;
}
.post-title a:hover, .post-title a:active 
{
    color:#ffffff;
    border-bottom:none;    

}
.post-date 
{
    margin:0;
    padding:0;
    color:#999;    
}
.post-info 
{
    color:#999;
    margin:0;
    padding:3px 0;    
    border-top:#ccc 1px solid;
    clear:both;
    font-size:0.9em;    
}
.post-info em 
{
    color:#666;
    font-style:normal;
}
.post-info em.user
{
	background:url(img/user.png) no-repeat left center;
	padding:2px 0 2px 12px;
}
.post-info em.cat
{
	background:url(img/star.png) no-repeat left center;
	padding:2px 0 2px 12px;
}
.post-info a:link, .post-info a:visited
{
    border:none;
}
.post-info a:hover, .post-info a:active
{
    border-bottom:1px solid;
}
.post-content 
{
    margin:0;
    padding:0.2em 0;
}
.post-comments 
{
   float:right;
}
.post-comments a
{
   background:url(img/comments-small.gif) no-repeat left center;
   padding-left:12px;
   color:#000080
}

.post-comments a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #666699;
}
#sidebar {
	float:left;
	width:175px;
	padding-left:15px;
	font-size:90%;	
}
#sidebar h2 
{
    color:#333366; 
    margin:0.5em 0 0 0;       
    font-size:1.5em;   
    font-weight:bold; 
}
#sidebar ul 
{
	margin:0;
	padding:5px 0;
	list-style:none;
    color:#4a5d00;
}
#sidebar ul li 
{
	margin:0;
	padding:5px 0 0 0;
	list-style:none;
	background:none;	
}
#sidebar ul ul, #sidebar form 
{
    margin:0;
    padding:0.5em 0 0 1em;
}
#sidebar ul ul ul 
{
	margin:0;
	padding:5px 0;
}
#sidebar ul li ul li ul li
{
	margin:0;
	padding:5px 0 5px 12px;
	background:url(img/arrow.gif) no-repeat left center;
}
#sidebar li li a:link, #sidebar li li a:visited
{
    color:#333366;
    border:none;
}
#sidebar li li a:hover,#sidebar li li a:active
{
    color:#ffffff;
    border-bottom:#aa99aa 0px solid;
}
#sidebar li li 
{
    margin:0.5em 0;
}
#footer {
	clear:both;
	padding:5px 0;
	margin:0 auto;
	text-align:center;
	font-size:90%;
	line-height:20px;
}

/*	background:#f9f9f9 url(img/footer.png) top repeat-x; */

}
/*Comments Style*/
#comments, #respond{
	margin: 2em 0 0 5px;
}
.commentlist 
{
	margin:10px;
	padding:10px 20px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 10px 0;
	padding: 1em 0.5em;
	background:#f9f9f9;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
.commentlist li .cmtinfo 
{
	font-size:1em;	
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	margin:0;
	padding:0;	
	font-style:normal;
	font-size:0.9em;
	color:#666;
}
.commentlist .alt
{
	background: #fff url(img/gradtop.gif) repeat-x top;	
	border-top: #aaa 1px solid;
}

/***************   NAVIGATION                         
############################################*/

ul#navigation {
	border: 0;
	margin: 0;
	list-style:none;
	margin:0 auto;
	padding: 5px 0 0;
	font-family:Verdana, Serif;
	font-size: 10px;
	font-weight: normal;
	background:#333366;
	height:25px;
	line-height:20px;
}

ul#navigation li 
{
	float:left;
	margin: 2;
	padding:0;
	list-style:none;  
	white-space:nowrap;	
	background:none;
	background-repeat: repeat;
	background-position: 0 0;
	text-align: center;
	display: inline;
}	

ul#navigation li a {
	font-size: 10px;
	line-height: 20px;
	display:block;
	padding:0 15px;	
	border:none;
	color:#ffffff;
	text-align: left;
	background-position: 0 0;  
}	
ul#navigation li a:hover
{
	color:#ffffff;
	background:#666699;
}
ul#navigation li a:active, #navigation li.current_page_item a
{
	color:#000033;
	background:#FFFFFF;
}
/***************   TEXT ELEMENTS                   
############################################*/

textarea, input.textbox
{
    background:#fff url(img/gradtop.gif) repeat-x top;
	border:#aaa 1px solid;
}
textarea 
{
	width:80%;
} 
textarea:focus, input.textbox:focus 
{
	border:#964 1px solid;
}
dl dt 
{
	font-weight:bold;
	margin:5px 0;	
}
dl dd 
{
	padding-left:20px;
	display:inline;
}

#content ul.asides 
{
	margin:0 1em;
	padding:0;
	list-style:none;
}
#content ul.asides li 
{
	margin:1em 0;
	padding:0 15px;	
}
#content, #sidebar, .widget, #footer 
{
	overflow:hidden;
	
/***************   Digg                   
############################################*/

.diggLink 
{
    float: right;
    margin-bottom: 4px;
    margin-left: 4px;
}

.diggbutton
{
float:left;
padding:3px 5px 5px 5px;
}

/***************   Tag Cloud                  
############################################*/

/* This controls the overall container of the entire word cloud. */
#cloudy {text-align: justify;}

/* This controls the overall font sizes and families. */
#cloudy h5 {font-size: 0.90em; font-family: arial; background: none; display: inline;}
#cloudy h4 {font-size: 1.15em; font-family: arial; background: none; display: inline;}
#cloudy h3 {font-size: 1.35em; font-family: arial; background: none; display: inline;}
#cloudy h2 {font-size: 1.50em; font-family: arial; background: none; display: inline;}
#cloudy h1 {font-size: 1.75em; font-family: arial; background: none; display: inline;}

/* These are the colors of the links in the word cloud. */
#cloudy h5 > a {color: #999999;}
#cloudy h4 > a {color: #666666;}
#cloudy h3 > a {color: #006699;}
#cloudy h2 > a {color: #003366;}
#cloudy h1 > a {color: #002233;}

/* These are the colors of the links when you hover your mouse over them. */
#cloudy h5 > a:hover {color: #CC0000;}
#cloudy h4 > a:hover {color: #CC0000;}
#cloudy h3 > a:hover {color: #CC0000;}
#cloudy h2 > a:hover {color: #CC0000;}
#cloudy h1 > a:hover {color: #CC0000;}

/* ------------------------------------------------------------------
---------- IMAGES --------------------------------------------------
------------------------------------------------------------------ */

alignone { 
padding: 5px;
border: solid silver 1px;
background-color: #fff;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
	}

/* For Events manager plugin Google Map */
#dbem-location-map img {
    background: none !important;
}

.post img { 
	<?php echo $bfa_ata['post_image_style']; ?> 
	}

.post img.size-full {
<?php if(strpos($bfa_ata['layout_width'], 'px') === FALSE) { ?>
	max-width: 96%;		/* 	resize images in the main column if needed.
							97% so images with padding and border don't touch
							the right sidebar while being resized. Change this 
							to 100% if you want, if your images
							don't have padding and a border */
	width: auto 100%;
<?php } ?>
	margin: 5px 0 5px 0;
	}



<?php if(strpos($bfa_ata['layout_width'], 'px') === FALSE) { ?>
/* hiding from IE6 which would stretch the image vertically. 
IE6 will get width and height via jQuery */
div.post img[class~=size-full] { 
	height: auto; /* FF & Safari need auto */
	}	
<?php } ?>

.post img.alignleft {
	float: left; 
	margin: 10px 10px 5px 0; 
	}
	
.post img.alignright {
	float: right; 
	margin: 10px 0 5px 10px; 
	}

.post img.aligncenter {
	display: block;
	margin: 10px auto;
	}

.aligncenter, 
div.aligncenter {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
	}

.alignleft, 
div.alignleft {
	float: left;
	margin: 10px 10px 5px 0;
	}

.alignright, 
div.alignright {
   	float: right;
   	margin: 10px 0 5px 10px;
	}

/* feed icons on archives page */
div.archives-page img {
	border: 0;
	padding: 0;
	background: none;
	margin-bottom: 0;
	vertical-align: -10%;
	}