/* Balloons Screen Styles */

body {
	margin: 0;
	text-align: center;
	background: #89d0ef url(/images/theme/bg-gradient.gif) repeat-x fixed;
	font: 1em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: black;
	}
	
#container {
	margin: 0 auto;
	width: 762px;
	text-align: left;
	background: #fff;
	font-size: 80%;
	}
	
#content {
	float: left;
	width: 520px;
	}

#main { 
	float: left;
	padding: 20px;
	}

	
#sidebar {
	background: white url('/images/theme/sbar-back.png') no-repeat top left;
	padding-left: 10px;
	padding-right: 5px;
	float: right;
	width: 225px;
	}

#search {
	padding-left: 10px;
	}
	
	
#footer {
	background: #d3e0ea;
	margin-top: 7px;
	height: 35px;
	text-align: center;
	}
	
#footer a { border: none; }
#footer img { border: none; margin-top: 10px; }
	
/*+-------------------------------------------+
  |   			LINKS 						  |
  +-------------------------------------------+*/
  a {
  	color: #1998bb;
	}
	
 a:hover { color: black; }

/*+-------------------------------------------+
  |   			UTILITY 					  |
  +-------------------------------------------+*/
  
  h1, h2, h3, h4, h5, h6 {
  	margin: 0;
	padding: 0;
	}
	
  form, div { padding: 0; margin: 0; }
  p { margin: 0 0 1em 0; padding: 0; }
  img { border: 0; }

  
/*+-------------------------------------------+
  |   			HEADER 						  |
  +-------------------------------------------+*/
  
#sitename {
	font-family: "Futura Condensed", Impact, "Arial Black", Verdana, sans-serif;
	font-size: 48pt;
	font-weight: bold;
	color: black;
}

#subtitle {
	font-family: "Futura", Impact, "Arial Black", Verdana, sans-serif;
	font-size: 24pt;
	font-style: italic;
	/* text-transform: lowercase; */
	color: black;
	padding-top: 35px;
}


#header {
	background: url(/images/theme/header.png) no-repeat top left;
	height: 255px;
	margin: 0;
	text-align: left;
	
}

#logo {
	padding-top: 50px;
	padding-left: 70px;
}
	
#logo h1 a { color: black; text-decoration: none; border: none; }
#logo h2 { color: black;}

/*+-------------------------------------------+
  |   			        SEARCH     						    |
  +-------------------------------------------+*/	

 #sform { padding-top: 10px; }
 
 #sidebar #searchform #s {
	width: 130px;
	margin-top: 20px;
	}

 #sidebar #searchsubmit {
	padding: 1px;
	}
	
 #search-results {
  padding: 2px;
  }
  

/*+-------------------------------------------+
  |   			POST 						                  |
  +-------------------------------------------+*/
  .post {
  	margin: 0 0 20px 0;
	padding-bottom: 10px;
	background: white url(/images/theme/post-bullet.png) no-repeat top left;
	padding-left: 42px;
	}
	
  .post h2 {
  	font-family: "Futura Condensed", Impact, "Arial Black", Verdana, sans-serif;
  	font-weight: bold;
  	color: #1998bb;
  	text-decoration: none;
  	border: none;
	}

/* Title of post */
  .post h2 a {
  	font-family: "Futura Condensed", Impact, "Arial Black", Verdana, sans-serif;
  	font-weight: bold;
  	color: #1998bb;
	text-decoration: none;
	border: none;
	}
	
 .post h2 a:hover {
 	color: white;
	background: #1998bb;
	}
	
  p.meta {
  	font-size: 75%;
	text-align: right;
	margin-right: 5px;
	}
	
 p.auth {
	font-size: 90%;
	color: #999999;
	font-family: "Futura", Impact, "Arial Black", Verdana, sans-serif;
	font-style: italic;
	text-transform: lowercase;
	}

/* Comments header, trackbacks */	
 h4.blueblk {
 	background: white url('/images/theme/comment-bullet.gif') no-repeat 3px 3px;
 	margin: 0 0 20px 0;
	padding: 10px 0 20px 42px;
	border-top: 2px solid black;

 	font-family: "Futura Condensed", Impact, "Arial Black", Verdana, sans-serif;
 	font-weight: bold;
 	color: #1998bb;
 	text-decoration: none;
	font-size: 2.0em;
 	}
 
	
 /*+-------------------------------------------+
  |   			      COMMENTS						         |
  +-------------------------------------------+*/
  .comment-list li {
  	background: #eeeeee;
  	padding: 5px;
  	margin-bottom: 8px;
	border-bottom: 1px solid black;
  	}
  	
 /*+-------------------------------------------+
  |   			SIDEBAR 						               |
  +-------------------------------------------+*/
  
 #sidebar h3 {
 		font: 110%/1.5em Verdana, Arial, Helvetica, sans-serif;
 		color: #1998bb;
 		margin-top: 10px;
		font-weight: bold;
 		}
 		

 #sidebar h3 a {
		color: #1998bb;
		}

 #sidebar h3 a:hover { color: black; }

 #sidebar ul {
 		margin: 0;
 		padding: 0;
 		list-style-type: none;
 		}
 		
 #sidebar ul li { 
 	background: url(/images/theme/bullet.gif) 0 45% no-repeat;
 	padding-left: 17px;
 	 }
 	 
 #flickr div img {
 	border: 4px solid #fff;
 	}
 	
 #flickr div {
        width: 108px;
 	border: 2px solid #dbd1c1;
 	margin-bottom: 5px;
 	}

 #flickr div.flickrsquare { 
        width: 82px;
        border-right: 3px solid #dbd1c1;
        float:left;
        margin-right: 5px;
        margin-right: 5px;
        }

  #flickr div a { border: none; }
  
 /*+-------------------------------------------+
   |   			FOOTER 						                 |
   +-------------------------------------------+*/
  
  #footer ul {
  	margin: 0;
  	padding: 10px 0 0 0;
  	list-style: none;
  	}
  	
  #footer ul li {
  	display: inline;
  	margin: 0;
  	padding: 0 5px 0 0;
  	font-size: 75%;
  	}
  	
 /*+-------------------------------------------+
   |   			       FORMS 						           |
   +-------------------------------------------+*/
   
 input, textarea, select {
 	}
 	
 	.frm-tbl td { vertical-align: top; padding: 5px; }
 	td#frm-btns { text-align: right; }
 	
 	#comment_body { height: 220px; }
 	#form-submit-button { }
  
 /*+-------------------------------------------+
   |   		          	MISC 						         |
   +-------------------------------------------+*/

table {
	background: #cccccc;
}
td {
	background: white;
	padding: 3px;
}

pre {
	font-size: 1.0em;
	padding: 10px 10px 10px 15px;
	color: white;
	background: #333333;
	border-top: 2px solid black;
	border-bottom: 1px solid black;
}

blockquote
{
	background: url(/images/theme/quotes.gif) no-repeat top left;
	padding: 0 0 1px 30px;
	margin: 0;
}



   
 .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: #1998bb;
  font-size: smaller;
}

