/*
	CSS : ladewig.com 
	Last Validation: 
	Copyright (c) 2004, Scott Ladewig
*/

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Lucida, Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: small;
	background: #FFEFD5;
	color: Black;
	padding: 0px;
	margin: 0px;
}

form { 
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited	{
	color: #003366;
	font-weight:bold;
}

a:hover	{
	color: #0000FF;
	text-decoration: none;
}

a:active	{
	color: #0000FF;
}

a.noline, a.noline:active, a.noline:visited, a.noline:hover {
	text-decoration: none;
	border-style: none;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p {
  position: relative;
}
	
.description {
	color: White;
	font-size: x-small;
	font-weight: bold;
  	background: #003366;
  	text-transform: none;	
}

/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* page layout */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 720px;
    text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}

/* ----- Basic Structure ----- */
				
/* --- Overall site block --- */

.container {
	background: #FFEFD5;
	line-height: 1.2em;

}

/* --- Header block --- */

.header {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Lucida, Verdana, 'Bitstream Vera Sans', sans-serif;
	color: White;
	background: #003366;
  	padding: 5px;
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid Gray;
}

.blogname, .blogname a, .blogname a:link, .blogname a:visited, .blogname a:hover, .blogname a:active {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Lucida, Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: xx-large;
	text-decoration: none;
	color: White;
	font-variant : small-caps;
	font-style : italic;
	font-weight : bolder;
	line-height: 1.5em;
}

.headermenu {
	font-family: Lucida, Verdana, 'Bitstream Vera Sans', sans-serif;
	color: #FFF;
	font-weight: bold;
	background: #003366;
	padding: 5px;
	text-align: right;
	text-decoration: none;
	font-size: small;
	border-top: thin solid Gray;
	font-style : italic;
}

.headermenu a, .headermenu a:link, .headermenu a:visited, .headermenu a:active {
	color: White;
	text-decoration: none;
}
		
.headermenu a:hover {
	color: #FFCC66;
	text-decoration: none;
}

/* --- Content block --- */

.content {	
	background: #FFEFD5;
}


/* --- Blog entry --- */

.blog {
	padding: 5px 10px 10px 10px;
	background: #FFEFD5;
	margin: 0px 241px 0px 0px;
}

.blogdate {
	/*margin: 10px 10px 10px 10px;*/
	padding: 5px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Lucida, Verdana, 'Bitstream Vera Sans', sans-serif;
}

.blogbody {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Lucida, Verdana, 'Bitstream Vera Sans', sans-serif;
	color: #333333;
	font-size: small;
	font-weight: normal;
	background: #FFFAFA;
	text-align: justify;
	border : 1px solid;
	padding : 10px;
	margin : 10px 10px 10px 10px;
}

.blogbody a, .blogbody a:link, .blogbody a:visited {
	font-weight: normal;
	text-decoration: underline;
}

.blogbody a:hover {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}

.blogbody a:active {
	font-weight: normal;
	text-decoration: underline;
}
	
.posted	{
	font-size: x-small;
	color: #000000;
	text-align : left;
	border-top : solid 1px Black;
	padding-top : 5px;
}

/* --- Side block --- */

.sidebar {
	background: #FFEFD5;
	padding: 5px;
	right : 0;
	top : 0;
	margin: 0px 0px 0px 0px;
	width: 220px;
	float: right;
	/*border-left: 2px solid gray;*/
}
		
.calendar {
	color: #666666;
	font-size: small;
	font-weight: normal;
	line-height: 125%;
	padding: 1px;
	text-align: center;
}
	
.calendarhead {	
	color: Black;
	font-size: small;
	font-weight: bold;
	line-height: 140%;
	padding: 2px;	
	text-align: center;
	margin-left: auto; 
	margin-right: auto;					
}	

.calendarpost {	
	font-size: small;
	font-weight: bold;
	line-height: 125%;
	padding: 2px;	
}	
	
.calendarpost a {
	color: Black;
	font-weight: bold;
}

.calendarpost a:link, .calendarpost a:visited, .calendarpost a:active {
	color: Black;
}

.calendarpost a:hover {
	color: White;
	background: Black;
	text-decoration: none;
}


table.center {
	margin-left:auto; 
	margin-right:auto;	
}
	
.sideblock {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Lucida, Verdana, 'Bitstream Vera Sans', sans-serif;
	color: Black;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	padding: 5px;
	border: 1px solid Black;
	background: #FFFAFA;
}

.sideblock a, .sideblock a:link, .sideblock a:visited, .sideblock a:active {
	color: Black;
	font-weight: bold;
}

.sideblock a:hover {
	color: White;
	background: Black;
	text-decoration: none;
}

.sidetitle {
	font-family: Lucida, Verdana, 'Bitstream Vera Sans', sans-serif;
	color: Black;
	font-size: small;
	font-weight: bolder;
	padding: 2px;
	margin-top: 15px;
	letter-spacing: .1em;
	text-align: center;
}
	
.syndicate {
	font-size: xx-small;
	font-weight: bold;		
	line-height: 140%;
	padding: 2px;
	margin-top: 10px;
 	text-align: center;
 	background: #CCCCCC;  		
 }	
		
.powered {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Lucida, Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
	line-height: 140%;
	padding: 5px;
	border: 1px solid Black;
	background: #FFFAFA;
}	
		
.comments-body {
	color: #666666;
	font-size: small;
	font-weight: normal;
	/*background: #FFFAFA;*/
	line-height: 140%;
	padding-bottom: 10px;
	padding-top: 10px;		
	border-bottom: 1px dotted #999999;
}		

.comments-post {
	color: #666666;
	font-size: x-small;
	font-weight: normal;
	/*background: #FFFAFA;*/	
}	
	
.trackback-url {
	color: #666666;
	font-size: small;
	font-weight: normal;
	/*background: #FFFAFA;*/
	line-height: 140%;
	padding: 5px;		
	border: 1px dotted #999999; 					
}

.trackback-body {
	color: #666666;
	font-size: small;
	font-weight: normal;
	/*background: #FFFAFA;*/
	line-height: 140%;
	padding-bottom: 10px;
	padding-top: 10px;		
	border-bottom: 1px dotted #999999; 					
}		

.trackback-post {
	color: #666666;
	font-size: x-small;
	font-weight: normal;
	background: White;		
}	
		
.comments-head	{ 
	font-size: small; 
	color: #666666; 
	border-bottom: 1px solid #999;
	margin-top: 20px;
	font-weight: bold;		
}		

.banner-commentspop {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Lucida, Verdana, 'Bitstream Vera Sans', sans-serif;
	color: White;
	font-size: large;
	font-weight: bold;
	font-variant : small-caps;
	font-style : italic;
	font-weight : bolder;
	border-left: 1px solid White;	
	border-right: 1px solid White;  		
	border-top: 1px solid White;  		
	background: #003366;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;  		  		   
}

/* --- Footer --- */

.footer {
	font-size: medium;
	color: White;
	text-align: center;
	padding: 0px;
 	background: #003366;
 	clear: both;
}

/* page layout */
#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 720px;
    text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}

/* --- Used for Bobby verification --- */

.skiplink {
	display:none;
}

/* --- Misc --- */

acronym {
	border-bottom: 1px dotted black;
}

/* --- Buttons --- */
/* ***********************************

     notestips.com (c) copyright 2003
     TYPE	: Stylesheet
     TITLE	: css-buttons
     DESC	: "Mike Golding's Buttons" in pure CSS v2.0
     AUTHOR	: Mike Golding
	  
	  PLEASE LEAVE THIS NOTICE INTACT

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

/* VARIATION BUTTON STYLING (v2.0) - SIZABLE SIZE */
#css-buttons2 ul{list-style: none;margin: 0 0 10px 0;padding: 0;}
#css-buttons2 li{border: 1px solid #999; margin: 5px 0 0 20px; width:8.0em;}
head:first-child+body #css-buttons2 li{padding-right:2px;}
#css-buttons2 li a{color: #333; text-decoration: none;}

.css-button2 {
display:block;
font: 0.7em verdana, arial, sans-serif;
padding: 2px 0 2px 0px; border: 1px solid white;
text-decoration: none; width:100%;
background: #ddd;color: #333;
}

.css-button2 span {
font: bold 1.0em verdana, arial, sans-serif;	
padding: 2px 3px 2px 3px; color: #fff;
}  

/* BUTTON LOGO STYLING */
.rss span{background:#f60;}
.geo span{background:#8ca3c3;}
.blogshares span{background:#527142;}
.fun span{background:#5ACE29;}
.res span{background:#A857E6;}
.freedomblog span{background:#EC8D00; color:red;}
.blogsphere span{background:#0066B1;}
.mt span{background:#069;}
.amazon span{background:#f90;color:black;font: bold 1.1em helvetica, arial, Sans-Serif;}
.paypal span{background:#eaf7fc;color:#244873;font-style:italic;}
.paypal2{font: bold 10px helvetica, arial, Sans-Serif;}
.technorati span{background:#000;}
.w3c span {background: #fff; color: #069; font: bold 1.1em helvetica, arial, Sans-Serif;}
.w3c2{background: #fc6;color: black !important;}

.rss-xml span{border:1px solid;border-color:#FC9 #630 #330 #F96;padding:0 3px;font:bold small verdana,sans-serif;color:#FFF;background:#F60;text-decoration:none;margin:0; text-align: center;}


/* Default templates */
/* one-column tweaks */

.layout-one-column body { min-width: 520px; }
.layout-one-column #container { width: 520px; }
.layout-one-column #banner { width: 510px; } /* necessary for ie win */


/* two-column-left tweaks */

.layout-two-column-left #alpha {
    margin: 0;
    width: 200px;
    background: #e6ecf2;
}

.layout-two-column-left #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-two-column-left #beta {
    margin: 15px 15px 0 15px;
    width: 480px;
    background: none;
}

.layout-two-column-left #beta-inner {
    padding: 0;
    border-width: 0;
}


/* three-column tweaks */

.layout-three-column #alpha {
    margin: 0;
    width: 180px;
    background: #e6ecf2;
}

.layout-three-column #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-three-column #beta {
    margin: 15px 15px 0 15px;
    width: 320px;
    background: none;
}

.layout-three-column #beta-inner {
    padding: 0;
    border-width: 0;
}
