            body, html {
	padding: 0;
	margin: 0;
	font-family: Lucida Grande, Verdana, sans-serif;
	background: #FFF;
	font-size: 13px;
	text-align:center;
	width : 100%; 
	height : 100%; 
}
body {
	padding: 0 1%;
        width: 98%;
}

a img {
	border: 0;
}

div#container {
	text-align: left;
	width: 100%;
	min-width: 820px;
	margin-bottom: 7px;
	background: #fff;
}
	

#header {
	background: #040308 url(/images/theme/header.jpg) no-repeat top right;
	height: 132px;
	border-bottom: 4px solid #6B4801;
	padding: 70px 0px 0px 0px;
}

#header h1, #header h2{
margin:0px;
padding: 0px;
margin-left: 5em;
}
#header h1 {
	font-size: 350%;
}

#header a{
text-decoration:none;
color: #fefadd;
text-shadow: 0px 2px 4px #000, 0px -2px 4px #000;
}

#sidebar {
	width: 20%;
	padding: 10px;
	float:right;
	background: #fff;
	border-left: 1px solid #020106;
	border-bottom: 1px solid #020106;
	margin-left: 2em;
 	 }
#sidebar h3{
 padding: 5px 10px;
}
#content{
width: 95%;
}
a {color:#94581D }

.post {color:#666666; margin-top:30px; }
.post_title {
	background: #6B4801;
}
.post_title h2{
	color:#FEFADD;
	padding: 0px;
	margin: 10px 0px 0px 90px;
	font-size: 30px;
	}
.post_title h2 a {
color: #FEFADD;
text-decoration: none;
display: block;
}
.post_details{
	color: #000000;
	background: #FCF7DA url(/images/theme/post_body_bg.jpg) repeat-x top left;
	border: 1px solid #A27A21;
}
.post_left{
	float:left;
	width: 50px;
	position: relative;
	top: -20px;
	text-align: center;
}
.post_date{
	background: url(/images/theme/post_date_bg2.jpg) no-repeat top left;
	width:50px;
	height:58px;
	text-align:center;
	color:#A87E31;
	margin: 0px 0px 0px 20px;
	padding: 9px 0px 0px 0px;
}
.datenum{font-size:20px; }
.month{font-size:18px; line-height: 14px;  }
.post_author{
	color:#c63;
	font-size: 0.75em;
	background-attachment: fixed;
	padding: 7px 0px 0px 90px;
}
.post_body{  padding: 15px 20px 20px 90px;  }
.post_meta {
	color: #94581D;
	font-size: 0.75em;
	padding: 3px 90px;
	}
.post_comments {
	padding: 7px 30px 30px 19px;
	background: url(/images/theme/comment_icon.jpg) no-repeat 0% 0%;
	text-decoration:underline;
	margin: 17px 0px 0px 20px;
	text-align: center;
	display:block;
	font-size: 6pt;
}

.posttrackbacks a{
	padding: 4px 0px 8px 35px; background: url(/images/theme/trackback_icon.jpg) no-repeat 0% 0%; text-decoration:underline;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... */

.sIFR-hasFlash .post_title h2 {
	visibility: hidden;
	letter-spacing: -9px;
	color: #94581D;
	padding: 0px;
}

.sIFR-hasFlash #header h1 a{
	color:#fff;
	font-size:50px;	
	margin-bottom: 0px;
	padding:0px;
}

.sIFR-hasFlash h2#subtitle a{
	color:#fff;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.sIFR-hasFlash #sidebar h3{
	color:#fff;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

pre{
	background:#FFF4D2;
	padding: 10px 20px;
	margin: 5px 30px; 
	border: 1px solid #E2A76B;
	overflow: auto;
}

blockquote{
	background: url(/images/theme/quote_back.gif) no-repeat top left;
	padding: 1px 40px;
	margin: 5px 20px;
	font-size: 18px;
	color: #D4863A;
	font-style: italic;
}

/*
AZURE STUFF
*/
#sidebar ul li { 
 	background: url(/images/theme/bullet.jpg) 0 45% no-repeat;
 	padding-left: 17px;
	list-style-type:none;
 	 }
	 
#flickr div img {
 	border: 4px solid #6B4801;
 	}
 	
 #flickr div {
 text-align:center;
 	margin-bottom: 5px;
 	}

  #flickr div a { border: none; }
	
	/*+-------------------------------------------+
   |   			       FORMS 						           |
   +-------------------------------------------+*/
   
 input, textarea, select {
 	border: 1px solid #8ab3d1;
 	background: #FFF;
 	}
 	
 	.frm-tbl td { vertical-align: top; padding: 5px; }
 	td#frm-btns { text-align: right; }
 	
 	#comment_body { height: 220px; }
 	#form-submit-button { background: #FFF1C6; }
  
 /*+-------------------------------------------+
   |   		          	MISC 						         |
   +-------------------------------------------+*/
   
 .powered { border: none; }
 .powered img { margin-top: 20px; }
 .pullquote {
		width: 30%;
		float:right;
		font: 150%/1.5em Times, Helvetica, "Times New Roman", serif;
		color: #666;
		margin:10px;
		background: url(/images/theme/q-close.gif) no-repeat 70% 100% !important;
		background /**/:url(); /* removing quote graphic in IE5+ */
		padding: 0 25px 5px 0;
}
.pullquote:first-letter {
	background: url(/images/theme/q-open.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

 .light-bg { background: #f7f7f7; padding: 2px; }
   .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
 }
 
 #errors {
   color: red;
 }

.admintools {
  float: right;
  background-color: #fff;
  font-size: smaller;
  padding: 0 2px;
  margin: 0 1px;
  color: #ccc;
  border: 1px solid #ccc;
}

.admintools:hover {
  color: #c00;
  border: 1px solid #c00;
}

a[name] { border: none; }

 /* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 /* End hide from IE-mac */

#categories li em, #archives li em
{
  color: #98B4D1;
  font-size: smaller;
}

/*
END AZURE STUFF
*/	

  
  
  
  
  
  RE STUFF
*/	

  
  
  
  
  