/*

HTML Framework 
Version 0.1 Beta, July 14, 2009
Author: JD Graffam, http://jdgraffam.com/
Source: http://htmlframework.com/
Documentation: http://htmlframework.com/documentation.html

*/

/* Typography
--------------------------------------------------------- */

	
/* Site Styles
--------------------------------------------------------- */

	
	body{
		padding:10px 0;
		}
		
	li {
		padding-top: 20px;
		padding-bottom: 20px;
		list-style: none;
	}
	
	li.nav {
		padding: 0px;
	}
	
	
	
	a:hover {
		text-decoration: none;
	}
	
	/* @group Post Specific */
	
	/* @group Text */
	
	li.text {
		
	}
	
	li.text li {
		line-height: 0px;
		margin-left:20px;
		list-style: square;
		margin-bottom: -5px;
	}
	
	h3 {
		font-size: 24px;
		margin-bottom: 10px;
		text-shadow: none;
	}
	
	
	
	/* @end */
	
	li.photo {
		
	}
	
	li.photo img {
		margin-bottom: 10px;
	}
	
	li.photoset {
		
	}
	
	li.quote {
		
	}
	
	li.link {
		
	}
	
	li.chat {
		line-height: 0px;
		
	}
	
	li.video {
		
	}
	
	li.audio {
		
	}
	
	.audio .caption {
		margin-top: 10px;
	}
	
	
	
	/* @end */
	
		
			
			
			
			
			
		#date {
			background: #ccc;
			padding: 10px;
			margin-top: 10px;
			width: auto;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			color: #FFF;
			text-shadow: 0px 1px #999;
		}
	
			#navigation a{
				color: #FFF;
					padding: 5px;
					padding-left: 10px;
					padding-right: 10px;
					text-decoration: none;
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					background: #bbb;
					text-transform: uppercase;
					height: auto;
					margin-left: 10px;
				}
				
				#navigation a:hover{
				opacity: 0.5;
					}
				
		
			
		.brand {
			font-size: 48px;
			font-weight: bold;
			margin-top: 10px;
		}
		
		p#description {
			padding-top: 10px;
		}
		
		
		#header .accessibility,
		#navigation ul,
		#content .primary,
		#content .misc,
		#footer .copyright,
		#footer .meta{
			overflow:hidden;
			}

		#footer{
			margin-bottom:20px;
			margin-top:10px;
			
			} 