/* ========================================================================================================
---{ Project:			TedGrafx.com Splash Page
---{ Version:			Beta
---{ Date:			02/2010
---{ Author:			Ted Graf
---{ Email:			tedgrafx@gmail.com
---{ Last Modified:		Ted Graf [ 11/18/11 ]
---{ Copyright:			2010 TedGrafx
---{ Twitter Icon:		Thanks to Pasquale D'Silva from Darkmotion.com - taken from this post on www.wefunction.com ( http://wefunction.com/2008/07/freebie-twitter-icons-illustration/ )
----------------------------------------------------------------------------------------------------------- */

/* === Resets:
=========================================================================================================== */
html, body, table, tr, td, a, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, hr { font: normal 90%/1.3em Arial, Helvetica, Verdana, san-serif; margin: 0; pading: 0; }

/* === Overall font-size can be reduced or increased by modifying the value here:
=========================================================================================================== */
html, body { background: #dee4ea url(../images/bg.jpg) repeat-x center; color: #fff; font-size: 100%; height: 100%; text-align: center; width: 100%; }

/* === Meat And Potatoes:
=========================================================================================================== */
#level { left: 50%; margin-top: -85px; margin-left: -50%; position: absolute; top: 50%; width: 100%; }

	#container { color: #666; height: 85px; padding: 0 2em; text-align: center; width: auto; }
		#container #censor { background-color:#000; display:block; height:50px; left:0; line-height:50px; margin:0 auto; position:absolute; text-align:center; text-transform:uppercase; top:20%; vertical-align:middle; width:100%; z-index:5555; }
		#container h1 { background: url(../images/tedgraf.gif) no-repeat center; display: block; height: 85px; margin: 0 auto; text-indent: -999em; width: 490px; }
		#container p { font: normal 110%/1.3em Arial, Helvetica, Verdana, san-serif; line-height: 170%; margin-top:20px; }
		#container p small { color: #999; font: normal 70%/1.3em Arial, Helvetica, Verdana, san-serif; }
		#container #twitter_div { color: #069; font: bold 130%/1.3em Arial, Helvetica, Verdana, san-serif; line-height: 170%; margin: 0.5em 0 2em 0; }
			#container #twitter_div #twitter_update_list { padding: 0; }
			#container #twitter_div li { font: normal 100%/1.5 Arial, Helvetica, Verdana, san-serif; list-style: none; }
			#container #twitter_div li a[style] { display: none; }
			#container #twitter_div li a { font-size: 100%; margin: 0 0 0 0.2em }
			#container #twitter_div li span { background: url(../images/twitter_48.png) no-repeat left center; display: inline-block; height: auto; padding: 5px 0 5px 50px; }
			#container #twitter_div a { font-size: 70%; }
		#container small { color: #000; font-size: 70%; line-height: 800%; }
			#container small span { color: #666; margin: 0 0.5em; }
		#container a,
			#container a:link,
			#container a:visited { border-bottom: 1px dotted #069; color: #666; margin: 0 0.5em; text-decoration: none; }
			#container a:hover,
			#container a:active { border-bottom: 1px solid #069; color: #333; }
		
	#container #analytics { display: none; visibility: hidden; }

