/* Default Site Styles 	*/
/* Patrick Cole.com 	*/
/* www.patrickcole.com 	*/
	
	
	* { margin: 0; padding: 0; }
	body { font-family: 'Helvetica' ,'Arial',sans-serif; color: #3d4650; background: #f4f4f4 url('../resources/body-bg.png') top left repeat-x; height: 100%; }
	del { color: #8b99a9; }
	:focus { outline: none; border: 0; }
	
	/* July 24, 2010 Update, Temporary */
	#temp { width: 300px; height: 300px; margin: 100px auto 0 auto; }
	
	/* Message Styles */
	#message { width: 400px; margin: 45px auto 0 auto;  }
	
	#heading { overflow: auto; }
	
	#more { width: 50px; padding: 5px; float: right; background-color: #626c78; color: #fff; font-size: 11px; text-decoration: none; }
	#more a:link, #more a:visited { text-decoration: none; color: #fff;}
	#more a:hover, #more a:active { text-decoration: underline; color: #fff; }
	#moretext { display: none; }
	
	#heading h1 { float: left; width: 200px; letter-spacing: -1px;  }
	#heading h2 { float: left; width: 198px; letter-spacing: -1px; margin: 8px 0 0 0; text-align: right; }
	
	#update { background: #c6d1de url('../resources/msg-bg.png') top left repeat-x; padding: 10px 10px 0 10px; overflow: auto; }
	#update img { float: left; width: 60px; }
	#update h3 { font-weight: normal; font-size: 23px; letter-spacing: -1px; margin: 0 0 10px 0; text-shadow: 1px 1px 0px #eee; }
	
	#update-indent {  float: left; width: 290px; margin: 0 0 0 20px; }
	#update-indent p { font-size: 12px; line-height: 21px; margin: 0 0 10px 0; text-shadow: 1px 1px 0px #eee;}
		
	#links { font-size: 13px; overflow: auto; }
	#links ul { list-style-type: none; padding: 5px 0 0 0; background: url('../resources/links-bg.png') 0px 0px repeat-x; }
	#links ul li { display: inline; margin: 0 20px 0 0; padding: 5px 0 0 0; background: url('../resources/links-bg.png') 0px 0px repeat-x; }
	#links ul li.copy { padding: 5px 0 0 10px; margin: 0; background: url('../resources/links-bg.png') -10px -20px no-repeat; }
	#links a:link, #links a:visited { text-decoration: none; color: #3d4650;}
	#links a:hover, #links a:active { text-decoration: underline; color: #333; }
	
	/* IE6 Message */
	#ie6 { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-height: 100%;
		 background-color: #333; color: #fff; }

