/* CSS Document */

	body {
		margin:35px 35px 35px 35px;
		background-color: #333;		
		}
	A 		{ color: #6699ff; text-decoration: none; }
	A:link	{ color: #6699ff; text-decoration: none; }
	A:visited	{ color: #6699ff; text-decoration: none; }
	A:active	{ color: #33ccff; text-decoration: none;}
	A:hover	{ color: #33ccff; text-decoration: underline;}
	
	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}
	
	#masthead {
		width:650px;
		height:100px;
		}

	#intro1 {font-family: georgia;
		color:#6699ff;
		font-size:medium;
		padding-left: 15px;
		background: #333;
		}

	#intro2 {font-family: georgia;
		color: #6699ff;
		font-size:medium;
		padding-left: 350px;
		background: #333;
		}

	#banner {
		font-family: Georgia;
		color:#0066cc;
		font-size:x-large;
		font-weight:bold;
  		background:#333;
  		padding-left:45px; 					
		}
		
	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family: Georgia;
		font-size:xx-large;
		color: #0066cc;
		text-decoration: none;
		}
				
	#content {
		position:absolute;
		top:136px;
		left:201px;
        background: black;
        margin-left:20px;
		margin-right:20px;
		width: 450px;
		}

	#links {
		position:absolute;
		top:135px;
		left:50px;
		background:#333;
		color:#CCC;
		width: 150px;
        /*padding: 15px;*/
		}

	.main {
		padding: 15px;
		}

	.mainbody {
		padding:15px;
		font-family: Georgia;
		color: #999;
		font-size: small;
		font-weight: normal;
		background: #333;
		border: 1px solid #666;
		}
		
	.blog {
        padding-left:15px;
  		padding-top:0px;
  		padding-right:15px;
		padding-bottom:15px;
		}	
	
	.blogbody {
		font-family: Georgia;
		color: #999;
		font-size:small;
		font-weight:normal;
		background: #333;
  		line-height:140%;		
  		border-left:1px solid #666;			
  		border-right:1px solid #666;
  		border-bottom:1px solid #666;	  			  		
  		padding:10px;
		}
		
	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		/*font-weight: none;*/
		text-decoration: none;
	}
	
	.title { 
		font-family: Georgia; 
		font-size: small; 
		color: #CCC; 
		text-transform: none;
		font-weight:bold;	
		}			
		
	#menu {
		margin-top:10px;
  		margin-bottom:10px;
		background:#333;
		font-family: Georgia;
		font-size:small;
		font-weight:bold;  							
		}	
		
	.date	{ 
		font-family:Georgia; 
		/*font-size: normal;*/ 
		color: #999; 
		font-weight:bold;
		text-transform:none;
		margin-top:10px;		
  		border-bottom:1px solid #666;	
		}			
		
	.posted	{
		font-family: Georgia; 
		font-size: small; 
		color: #666; 
		}
		
		
	.calendar {
		font-family:Georgia;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		padding:1px;				
		}
	
	.calendarhead {	
		font-family:Georgia;
		color:#0066cc;
		font-size:small;
		font-weight:bold;
  		background:#333;
  		line-height:140%;				
		}	
	
	.side {
		font-family:Georgia;
		color:#CCC;
		font-size:x-small;
		font-weight:normal;
  		background:#333;
  		line-height:140%;
		border-top:1px solid #666;
		border-bottom:1px solid #666;			
		}	
		
	.sidetitle {
		font-family:georgia;
		color:#CCC;
		font-size:x-small;
		font-weight:bold;
  		background:#333;
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
  		text-transform:uppercase;
		letter-spacing: .2em;  					
		}		
	
	.comments-body {
		font-family:georgia;
		color:#CCC;
		font-size:small;
		font-weight:normal;
  		background:#333;
  		line-height:140%;					
		}		

	.comments-post {
		font-family:georgia;
		color:#999;
		font-size:x-small;
		font-weight:normal;
  		background:#333;
 		margin-bottom:25px;
  		border-top:1px dashed #666;
		}	
		
	.comments-head	{ 
		font-family:georgia; 
		font-size: small; 
		color: #CCC; 
		font-weight:bold;
		text-transform:uppercase;
		border-bottom:1px solid #666;		
		}

	#banner-commentspop {
		font-family:georgia;
		color:#cc9933;
		font-size:large;
		font-weight:bold;
  		background:#333;
  		padding-left:15px; 
		}		

								
