/* Azure Screen Styles */

body {
	margin: 0;
	text-align: center;
	background: #CCCCCC;
	font: 1em/1.2em Arial, Verdana, Helvetica, sans-serif;
	color: black;
	}

img {
    border-bottom: 0;
}

#header { 
	background: #FFF url(../../images/theme/hdr.gif) no-repeat;
	width: 520px;
	height: 139px;
	margin: 0;
	text-align: center;
	float: left;
	padding-bottom: 30px;
	}
	
#content {
	background:  #fff;
	margin: 0;
	padding: 0;
	}

#main { 
	float: left;
	width: 500px;
	background: #fff;
	padding: 1px;
	}

#sidebar {
    margin-left: 540px;
	width: 230px;
	padding-top: 38px;
}

.sidebar-node {
    margin-top: 25px;
}
	
#footer {
	background: #d3e0ea;
	margin-top: 7px;
	height: 35px;
	text-align: center;
	}
	
#footer a { border: none; }
#footer img { border: none; margin-top: 10px; }
	

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background: white;
	border: 1px solid #999999;
	font-size: 80%;
	padding: 10px;
	}	
	
/*+-------------------------------------------+
  |   			LINKS 						  |
  +-------------------------------------------+*/
  a {
  	color: #5189b5;
	text-decoration: none;
	border-bottom: 1px dotted #5189b5;
	}
	
 a:hover { color: #85ab02; border-bottom-color: #85ab02; }
/*+-------------------------------------------+
  |   			UTILITY 					  |
  +-------------------------------------------+*/
  
  h1, h2, h3, h4, h5, h6 {
  	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	}
	
  form, div { padding: 0; margin: 0; }
  p { margin: 0 0 1em 0; padding: 0; 
	font-size: 100%;
	font-weight: normal;
  	}
  img { border: 0; }

  
/*+-------------------------------------------+
  |   			HEADER 						  |
  +-------------------------------------------+*/
  
#logo {
	padding-bottom: 50px;
	}
	
#logo h1 a { color: #fff; text-decoration: none; border: none; }
#logo h2 { color: #fff; padding-top: .2em; font-size: 1.2em; text-decoration: underline;}

#logo a,
#logo img {
  text-decoration: none;
  border: none;
  }

 
#logobackground {
  background: white url("http://www.synapsoftware.com/images/index.png") no-repeat;
  padding-bottom: 50px;
  height: 120px;
}

/*+-------------------------------------------+
  |   			        SEARCH     						    |
  +-------------------------------------------+*/	


#search {
	background: white;
	height: 100px;
	margin: 0;
	padding: 0;
	margin-left: 527px;
	padding-left: 20px;
	color: black;
	}

 #sform { padding-top: 50px; }
 
 #sidebar #searchform #s {
	width: 130px;
	margin-top: 20px;
	}

 #sidebar #searchsubmit {
	padding: 1px;
	}
	
 #search-results {
  padding: 2px;
  }
 	 		  
  

/*+-------------------------------------------+
  |   			POST 						                  |
  +-------------------------------------------+*/
  .post {
  	margin: 0 0 20px 5px;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 10px;
	}

  .post h1 {
  	font: normal  Arial, Verdana, Helvetica, sans-serif;
	color: black;
	font-size: 160%;
	font-weight: normal;
  }	
	
  .post h2 {
  	font: normal  Arial, Verdana, Helvetica, sans-serif;
	font-size: 110%;
	color: white;
	background-color: #333;
	padding: 3px 0 3px 3px;
	font-weight: normal;
    border-bottom: 1px solid black;
	}
	
  .post h2 a {
  	color: white;
	text-decoration: none;
	border: none;
	font-weight: normal;
	}
	
 .post h2 a:hover {
 	color: #FFFF66;
	}
	
  p.meta {
  	font-size: 75%;
	text-align: right;
	margin-right: 5px;
	}
	
 p.auth {
 	padding: 0 0 0 12px;
	font-size: 95%;
	margin-left: 10px;
	font-weight: normal;
	color: #333;
	background: url(../../images/theme/bracket.gif) no-repeat;
	}
	
 .post a {
    border: none;
 }
	
 h4.blueblk {
 	background: white;
 	padding: 5px;
 	margin: 10px 0;
 	border-bottom: 1px solid #333333;
 	}
 	
 /*+-------------------------------------------+
  |   			      COMMENTS						         |
  +-------------------------------------------+*/
  .comment-list li {
  	background: white;
  	padding: 5px;
  	margin-bottom: 5px;
  	color: #333333;
	border-bottom: 1px dotted #CCCCCC;
  	}
	
  .comment-list a {
    border: none;
  }
  	
 /*+-------------------------------------------+
  |   			SIDEBAR 						               |
  +-------------------------------------------+*/
  
  #sidebar h3 {
 		font: 1.5em Arial, Verdana, Helvetica, sans-serif;
 		color: black;
 		margin-top: 20px;
		font-size: 130%;
 		} 
  
  a {
  	color: blue;
	text-decoration: none;
	border-bottom: 1px solid #5189b5;
	
	}
	
 a:hover { color: #85ab02; border-bottom-color: #85ab02; }
 
 #sidebar h3 a {
		color: black;
		border-bottom: 1px dotted #d75a20;
		}

 #sidebar h3 a:hover { 
 		color: #black; 
		border-bottom-color: #85ab02; 
		background: #65768D;}

 #sidebar ul {
 		margin: 0;
 		padding: 0;
 		list-style-type: none;
 		}
 		
 #sidebar ul li { 
 /*	background: url(../../images/theme/bullet.gif) 0 45% no-repeat; */
	display: block;
	border-top: 1px solid #3B4A5F;
    font-size: 90%;	
 }
 
 #sidebar p {
   font-size: 90%;
   line-height: 1.3em;
 }
  
 #sidebar a {
    text-decoration: none;
	border: none;
	color: blue;
 } 
  
 #sidebar li a:hover {
  	color: #black; 
	border-bottom-color: #85ab02; 
	display: block;
	background: #FFFF99;}

 #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 {
 	border: 1px solid #8ab3d1;
 	background: #f9f9f9;
 	}
 	
 	.frm-tbl td { vertical-align: top; padding: 5px; }
 	td#frm-btns { text-align: right; }
 	
 	#comment_body { height: 220px; }
 	#form-submit-button { background: #d3e0ea; }
  
 /*+-------------------------------------------+
   |   		          	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: white; padding: 0px; }
   .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;
}

.hi2 {
   background: #FFFF99;
}

.nounderline a {
  border-bottom: none;
  text-decoration: none;
}