@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Ugly Pancakes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		uglypancakes_main.css
	Date:			Nov 29, 2009
	Author:			Ugly Pancakes - http://www.uglypancakes.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	global/body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	body {
		background:#e1dcd9 url(images/pageBG.jpg) 50% 39px no-repeat;
		margin:0;
		font:normal 13px Arial, Helvetica, sans-serif;
		color:#999999;
	}
	.alt {
		text-indent:-3000px;
		display:block;
		font:normal 2px Arial, Helvetica, sans-serif;
	}
	.cleaner {
		clear:both; float:none;
		height:0;
		font-size:0; line-height:0;
		border:none;
		margin:0; padding:0;
		background:transparent;
		overflow:hidden;
	}
	a:link, a:active, a:visited {
		color:#82D3D6;
		padding:3px 6px;
	}
		a:hover {
			padding:3px 6px;
			background:#d76b2e;
			color:#fff;
		}


/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header {
		background:#5a4d46;
		height:40px;
		border-bottom:3px solid #d76b2e;
	}
		#header a.logo:link, #header a.logo:active, #header a.logo:visited {
			width:236px; height:40px;
			margin:0; padding:0;
			background: (images/uglypancakes_logo.jpg) top left no-repeat;
			display:block;
		}
			#header a.logo:hover {
				background: (images/uglypancakes_logo.jpg) bottom left no-repeat;
			}
		#header .address {
			width:295px; height:40px;
			margin:0; padding:0;
			background: (images/uglypancakes_logo.jpg) no-repeat;
			display:;
			float:left;
		}


/*	--------------------------------------------------------------------------------------------------------------------------
	main Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main {
		width:800px;
		margin:0 auto;
	}
		#main .content {
			width:296px;
			margin:106px 0 0 440px; padding:12px 16px 12px 16px;
			border-top:3px solid #d76b2e;
			background:#5a4d46;
		}
		#main .content h2 {
			font:normal 21px Arial, Helvetica, sans-serif;
			line-height:22px;
			color:#d76b2e;
			margin:9px 0 0 0; padding:0;
		}
		#main .content h3 {
			font:normal 11px Verdana, Arial, Helvetica, sans-serif;
			line-height:12px;
			color:#1e2326;
			margin: 0; padding:0;
		}
	ul#projects {
		list-style:none;
		margin:0 0 0 15px; padding:0;
		font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	}
		#projects li {
			margin:7px 0;
		}
		#projects a {
			text-decoration:none;
			font-size:12px;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	footer Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#footer {
		width:800px;
		margin: 120px auto 0 auto;
		text-align:center;
		font:normal 10px Verdana, Arial, Helvetica, sans-serif;
		color:#928c89;
	}