/* Azure Screen Styles */

body {
	margin: 15px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: url("http://synapsoftware.com/images/background.png") repeat-x;
	}

a,
a:visited {
	color: #000099;
	text-decoration: none;
	}
	
a:hover { 
	color: #85ab02; }

blockquote {
	font-style: italic;
	margin-left: 0px;
	}
	
blockquote p {
    margin: 0;
	}

h2 {
    font-size: 20px;
	}

img {
	border: none;
	}
	
p   { 
    margin: 0 0 1em 0; 
	padding: 0; 
	line-height: 1.5em;
  	}

p.meta {
  	font-size: 75%;
	}

p.auth {
 	padding: 3px 3px 3px 0px;
	font-size: 95%;
	font-weight: normal;
	color: #333;
	}
 	
.comment-list li {
    background-color: #FAFAFA;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0 0 10px 0;
	list-style: none;
	padding: 10px 10px 10px 15px;
	width: 465px;
  	}
	
.comment-list a {
    border: none;
    }

#container {
	margin: 0 auto;
	width: 800px;
	padding: 20px;
	text-align: left;
	background-color: white;
	font-size: 13px;
	}	
		
	
#main { 
	float: left;
	width: 500px;
	margin-top: 20px;
	}

.post {
 	width: 550px;
	background: url("http://synapsoftware.com/images/dropshadow.png") repeat-y;
	padding: 0 0 0 20px;
	}

.post h2 {
	background: url("http://synapsoftware.com/images/dropshadow_top.png") no-repeat;
	width: 480px;
	display: block;
	padding: 20px 50px 0px 20px;
	margin: 0 0 5px -20px;
	}	

.post h2 a {
	text-decoration: none;
	border: none;
	font-weight: bold;
	color: #333333;
	}
	
.post h2 a:hover {
 	color: black;
	text-decoration: underline;
	}

.post p,
.post ul,
.post ol {
    padding-right: 58px;
	}	
	
.post_bottom_more {
	background: url("http://synapsoftware.com/images/dropshadow_bottom_more.png") no-repeat;
    width: 550px;	
	height: 75px;
	}
	
.post_bottom_more a {
    border: none;
	color: #000099;
	line-height: 50px;
	margin-left: 20px;
	margin-top: -12px;
	}

.post_bottom {
	background: url("http://synapsoftware.com/images/dropshadow_bottom.png") no-repeat;
    width: 550px;
	height: 25px;
	margin-top: -13px;
	margin-bottom: 20px;
	}	
	
#sidebar {
    margin-left: 570px;
	width: 220px;
	margin-top: 25px;
	}

#sidebar h3 {
  	font: normal  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	padding: 3px 0 3px 0px;
	font-weight: normal;
    border-bottom: 1px solid black;
	margin-bottom: 3px;
	} 

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
 	}
 		
#sidebar p,
#sidebar ul {
	font-size: 12px;
    line-height: 1.25em;
 	}

#sidebar a {
    text-decoration: none;
	border: none;
	color: blue;
 	} 
  
#sidebar li a:hover {
  	color: #black; 
	text-decoration: underline;
	}

#summary {
    width: 440px;
    background-color: #FAFAFA;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 20px 3px 20px;
	margin: 0 0 15px 0;
	color: #333333;
	}	
	
#summary li {
    list-style: square;
	}

#summary p {
    padding-right: 5px;
	}	
		
 /*+-------------------------------------------+
   |   			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; width: 463px;}
 	#form-submit-button { background: #d3e0ea; }	
