/*
General Stylesheet / The Grizzly Anderson

URL: http://thegrizzlyanderson.com
Created by: Aren Anderson
For: Myself
Site Design by:	Me fool.
		
http://thegrizzlyanderson.com

*/

/******************\
| GENERAL STYLES   |
\******************/

body {
	background-color: inherit;
	color: #3E3E3E;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	margin: 0;
	}
	
	a {
		color: #CC1C04;
		background-color: inherit;
		font-style: italic;
		text-decoration: none;
		}
		
		a:hover {
			color: #3E3E3E;
			background-color: inherit;
			}
	
	p {
		line-height: 18px;
		}
	
	h1 {
		width: 172px;
		height: 50px;
		display: block;
		text-indent: -9009px;
		background: #FFFFFF url("images/grizz-logo.png") no-repeat 0 0;
		margin: 50px 0 5px 83px;
		}
	
	ul {
		margin: 0 0 65px 83px;
		list-style: none;
		overflow: hidden;
		padding: 0;
		}
		
		ul li {
			float: left;
			margin: 0 16px 0 0;
			text-transform: lowercase;
			}
			
			ul li small {
				display: block;
				letter-spacing: 1px;
				}

/******************\
| ID SPECIFICS     |
\******************/

#container {
	margin: 0 auto;
	width: 650px;
	}
	
	#footer {
		margin: 0 0 0 83px;
		color: #828282;
		background-color: inherit;
		}
		
		#footer .email {
			font-style: italic;
			font-size: 11px;
			margin: 0;
			}
			
		#footer .copyright {
			font-size: 10px;
			letter-spacing: 1px;
			margin: 0;
			}

/******************\
| CLASS SPECIFICS  |
\******************/

.intro {
	font-size: 18px;
	text-transform: uppercase;
	text-align: justify;
	width: 548px;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0 0 35px 83px;
	}
	
	.intro i {
		font-weight: bold;
		}
	
	.intro span {
		display: block;
		word-spacing: 3px;
		}
		
		.intro .last {
			display: block;
			word-spacing: 96px;
			}
			
.gigs {
	overflow: hidden;
	margin-bottom: 35px;
	}
	
	.gigs h2 {
		color: #000000;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 14px;
		letter-spacing: 2px;
		width: 83px;
		float: left;
		margin: 0;
		}
		
		.gigs h2 i {
			text-transform: lowercase
			}
			
	.gigs p {
		width: 548px;
		border-bottom: 1px #C9C9C9 solid;
		float: left;
		padding-bottom: 35px;
		margin: 0;
		text-align: justify;
		}
		
		.gigs p span {
			text-transform: uppercase;
			letter-spacing: 2px;
			font-size: 10px;
			}
	
	
	
	
