
body {
	margin: 0 40px;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	color:#303030;
	background: #333;
	}
	
p {
    margin: 0 0 1em;
    }

/* layout */

#wrap {
	min-width: 960px;
	max-width: 1100px;
	background: url(img/wrap-bg.gif) repeat-y 60% 0;
	}

#content {
	float: left;
	width: 60%;
	font-size: 95%;
	color: #333;
	line-height: 1.6em;
	background-color: #FFF;
	}
	
#sidebar {
	float: right;
	width: 40%;
	font-size: 95%;
	line-height: 1.5em;
	}
	
#footer {
	clear: both;
	background: #FFF url(img/content-bg.gif) repeat-x top left;
	}

/* gutters */

#content .gutter {
	padding: 25px;
	background: url(img/content-bg.gif) repeat-x top left;
	}
	
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	margin: 0 0 0 1px;
	background: url(img/sidebar-bg.gif) repeat-x top left;
	}

/* header */

#header {
    position: relative;
	border-top: 6px solid #666;
	border-bottom: 3px solid #FFF;
	background: #FFF url(img/header-bg.gif) repeat-x top left;
	}
	
#header h1 {
	margin: 0;
	padding: 30px;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #FFF;
	text-indent: -3000px;
	background: url(img/header.gif) no-repeat top left;
	}
	
/* header with important hack  */

#header img {
    position: absolute;
    left: 60%;
    margin: 0 10px;
    top: 0px !important;
    top: 6px;
    }
   
/* alert */

.alert {
    margin: 0;
    padding: 10px;
    text-align: center;
    background-color: #FFF5BF;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    }
    
	
/* tagcloud */

#tagcloud {
	margin: 0;
	padding: 10px;
	font-size: 90%;
	color: #ccc;
	text-align: center;
	background: #000 url(img/tagcloud-bg.gif) repeat-x top left;
	}

	
/* content */

#content br {
    display: none;
    }

#content h1 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 250%;
	line-height: 120%;
	color: #376098;
	font-weight: normal;
	text-shadow: 2px 2px 1px #ccc;
	}
	
#content h2 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: 1px dotted #999;
    margin: 0 0 1em;
    padding: 0;
    }

#content .date {
	font-size: 95%;
	font-weight: normal;
	text-transform:uppercase;
	color:#993300;
	letter-spacing:2px;
    }
	
#content .weblog {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
	border-bottom: 1px solid #DDD;
    }
    	
#content a {
	color: #376098; 
	text-decoration: none; 
	}
	
#content a:link, a:visited { 
	color: #376098; 
	text-decoration: none; 
	}
	
#content a:hover, a:active { 
	color: #ff9933; 
	text-decoration: none; 
	border-bottom: 1px solid #ff9933; 
	background-color:#FFFFCC;
	}

#content blockquote {
    margin: 0 0 1em;
    padding: 10px 20px 0 35px;
    line-height: 1.6em;
    color: #666;
    background: url(img/quote.gif) no-repeat top left;
    }

#content dl {
    margin: 0 10px 12px;
    padding: 10px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    background: url(img/dl-bg.gif) no-repeat top left;
    }
    
#content dt {
    font-weight: bold;
    }
    
#content dd {
    margin: 0;
    }
    
#content img {
    margin: 0em 1em 1em;
    }
    
#content a img {
	text-decoration: none;
	border: none;
    }

/* sidebars */

#sidebar h3 {
	font-family:  "Lucida Grande",Georgia, serif;
	font-size: 120%;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 0px;
	color: #669966;
	}
	
#sidebar h4 {
	font-size:100%;
	margin: 0;
	padding: 0;
	}
	
#sidebar a {
	color: #376098; 
	text-decoration: none;  
	font-weight: normal; 
	}
	
#sidebar a:link, a:visited { 
	color: #376098; 
	text-decoration: none; 
	font-weight: normal; 
	}
	
#sidebar li a:hover, a:active { 
	color: #ff9933; 
	text-decoration: none; 
	border-bottom: 1px solid #ff9933; 
	}
	
#sidebar ul {
	margin: 0;
	padding: 0px 10px 14px 10px;
	list-style: none;
	}
	
#sidebar ul li {
	margin: 0 0 0px;
	padding: 0;
	}
	
.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	/* background: #fff url(img/box-b.gif) no-repeat bottom right; */
	}
	
.box h3 {
	margin: 0;
	padding: 12px;
	font-family:  "Lucida Grande",Georgia, serif;
	font-size: 120%;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 0px;
	color: #666;
	/* background: url(img/box-t.gif) no-repeat top left; */
	}
	
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
	
.box ul li {
	margin: 0 0 0 0px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(img/li-bullet.gif) no-repeat 0 3px;
	}
	
#sidebar #deliciousfeed a {
    font-family: Georgia;
    font-size: 120%;
    font-weight:normal;
    }

#sidebar #deliciousfeed p {
    margin: 0 14px 1.8em;
    }
	
/* rss feed icon */

.feedIconStyle {
	font-size: x-small !important;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid;
    padding: 0px 2px 0px 2px;
    margin: 0px;
    vertical-align: middle;
    }

.feedIconStyle, .feedIconStyle:link, .feedIconStyle:visited, .feedIconStyle:active {
    color: #FF9966;
    background-color: white;
    border-color: #FF9966;
    }   

.feedIconStyle:hover {
     color: white !important;
     background-color: #FF6600;
     border-color: #FFC8A4 #7D3302 #3F1A01 #FF9A57;
    }
	
/* image shadow */

div.shadow {
    float: left;
    padding: 0 1px;
    background: #bfbfbf;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    position: relative;
    }

div.shadow img {
    padding: 5px 5px 9px 5px;
    background: white url(img/shad_bottom.png) repeat-x bottom left;
    }

div.shadow div.topleft {
    width: 2px;
    height: 4px;
    background: url(img/shad_tlcorner.png) no-repeat top left;
    position: absolute;
    top: 0px;
    left: -1px;
    }

div.shadow div.topright {
    width: 2px;
    height: 4px;
    background: url(img/shad_trcorner.png) no-repeat top right;
    position: absolute;
    top: 0px;
    right: -1px;
    }

div.shadow div.bottomleft {
    width: 4px;
    height: 4px;
    background: url(img/shad_blcorner.png) no-repeat bottom left;
    position: absolute;
    bottom: 0px;
    left: -1px;
    }

div.shadow div.bottomright {
    width: 4px;
    height: 4px;
    background: url(img/shad_brcorner.png) no-repeat bottom right;
    position: absolute;
    bottom: 0px;
    right: -1px;
    }

br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

/* footer */

#footer a {
	color: #376098; 
	text-decoration: none; 
	}
	
#footer a:link, a:visited { 
	color: #376098; 
	text-decoration: none; 
	}
	
#footer a:hover, a:active { 
	color: #ff9933; 
	text-decoration: none; 
	border-bottom: 1px solid #ff9933; 
	background-color:#FFFFCC;
	}

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333; 
	border-top:1px solid #CCC;
	}

#footer img {
	float: left;
	padding: 0 10px 0 0;
	}

/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */

/* Special Comment Tags */

.commentlabel1 {
     font-family: verdana,trebuchet,sans-serif;
     font-size: 12px;
     color: #CC3333;
     margin-top: 12px;
     margin-bottom: 5px;
     font-weight: bold;
    }

.commentlabel2 {
     font-family: verdana,trebuchet,sans-serif;
     font-size:   12px;
     color:       #CC3333;
     margin-bottom: 5px;
     font-weight: bold;
    }

.loginText, .loginText a:link, .loginText a:active, .loginText a:visited, .loginText a:hover{ 
     color: #333333;
     font-family: verdana,trebuchet,sans-serif;
     font-size: 9px; 
     font-weight: normal;
    }
.loginText a:link    { color:  #333333; }
.loginText a:visited { color:  #666666; }
.loginText a:active  { color:  #999999; }
.loginText a:hover   { color:  #333333; } 