/*  
Theme Name: Webby Blue
Theme URI: http://www.justskins.com/
Description: Webby is a Web 2.0 style widget ready <a href="http://www.justskins.com/css-themes-skins/wordpress-themes/">Wordpress theme</a> by <a href="http://www.xeonext.com">Xeonext Web Solutions</a>.
Version: 1.0
Author: Just Skins
Author URI: http://www.justskins.com/

	This theme is released under Creative Commons Attribution 2.5 License.

/*
 
Correctly handle PNG transparency in Win IE 5.5 & 6.
http://homepage.ntlworld.com/bobosola. Updated 18-Jan-2006.

Use in <HEAD> with DEFER keyword wrapped in conditional comments:
<!--[if lt IE 7]>
<script defer type="text/javascript" src="pngfix.js"></script>
<![endif]-->

*/

var arVersion = navigator.appVersion.split("MSIE")
var version = parseFloat(arVersion[1])

if ((version >= 5.5) && (document.body.filters)) 
{
   for(var i=0; i<document.images.length; i++)
   {
      var img = document.images[i]
      var imgName = img.src.toUpperCase()
      if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
      {
         var imgID = (img.id) ? "id='" + img.id + "' " : ""
         var imgClass = (img.className) ? "class='" + img.className + "' " : ""
         var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
         var imgStyle = "display:inline-block;" + img.style.cssText 
         if (img.align == "left") imgStyle = "float:left;" + imgStyle
         if (img.align == "right") imgStyle = "float:right;" + imgStyle
         if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle
         var strNewHTML = "<span " + imgID + imgClass + imgTitle
         + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
         + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
         + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>" 
         img.outerHTML = strNewHTML
         i = i-1
      }
   }
}

*/
body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #000;
	margin: 0px 20px;
	padding: 0px;
}
a, a:visited {
	color: #0C72A2;
	text-decoration: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	text-align: right;
	padding-bottom: 3px;
}
h1 a, h1 a:visited{
	color: #000;
	text-decoration: none;
}
h2 {
	color: #0C72A2;
	margin: 0px;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
}
h2 a, h2 a:visited {
	color: #0C72A2;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #0C72A2;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: 758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#header {
	border-bottom: 3px solid #59780a;
}
#headerimg {
	width: auto;
}
#headerimg .description{
	color: #666666;
	font-size: 14px;
	text-align: right;
	padding-bottom: 3px;
 a:link: #666666;
a:visited: #666666;
a:active: #666666;
a:hover: #666666;
}
#nav {
	display: none;
}
#content {
	padding: 10px 0px 30px 0px;
	width: 100%;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
}
.post-cat {
	float:left;
	font-size: 95%;
}
.post-comments {
	float: right;
	font-size: 95%;
}
.post-calendar {
	float: right;
	font-size: 95%;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	border-top: 1px solid #999999;
	margin-top: 10px;
}
.navigation a, .navigation a:visited {
	color: #0C72A2;
}
.previous-entries {
	float: left;
}
.next-entries {
	float: right;
}
#comments, #respond {
	display: none;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #1888B8;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	display: none;
}
#sidebar {
	display: none;
}
#searchform {
	display: none;
}
#footer {
	display: none;
}
#credits {
	display: none;
}
.center {
	text-align: center;
}
img.center, a img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, a img.alignleft {
	float:left;
	margin: 4px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, a img.alignright {
	float:right;
	margin: 4px 10px 5px 0px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
