/* CSS Document
Thirty Tigers
Common CSS
© 2007 Thirty Tigers
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com 
Updated 5/31/07 1:29PM
Validated 5/31/07 1:29PM */

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

/* Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/* Normalize font-style and font-weight */
address, captin, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}	

/* Universal */

html, body {
	font-size: 100.01%;
	background: #e30a06;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}	
	
/* Global Layout Elements */

/* total width of live area is 770px
total width of left column is 300px
total width of right column is 470px
*/
	
div#wrapperdiv {
	position: relative;
	width: 796px;
	margin: auto;
	}
	
div#launchdiv {
	position: absolute;
	width: 136px;
	height: 240px;
	top: 0;
	left: 796px;
	}
	
div#headerdiv {
	width: 100%;
	height: 170px;
	background: url(../images/home_03.jpg) top left no-repeat;
	}
	
div#contentwrapper {
	position: relative;
	width: 100%;
	background: url(../images/homebackslice_14.jpg) top left repeat-y;
	}
		
div#newscolumn {
	width: 335px;
	float: left;
	padding: 0 0 20px 0;
	}
	
div#newscolumn div#twitter_div {
	width: 290px;
	margin: 0 0 0 45px;
}
	
div#newreleasescolumn {
	float: right;
	width: 461px;
	}
	
div.clearfloats {
	clear: both;
	}
	
div#contentbottom {
	width: 100%;
	background: url(../images/bottom_29.jpg) bottom left no-repeat;
	}
	
div.dividerdiv {
	width: 221px;
	height: 6px;
	padding: 7px 0 9px 45px;
	}
	
div#creditdiv {
	width: 100%;
	height: 29px;
	background: url(../images/home_14.jpg) top left no-repeat;
	}
	
div#footerdiv {
	width: 100%;
	height: 35px;
	background: url(../images/home_15.jpg) top left no-repeat;
	}
	
div.imagewrapper {
	width: 76px;
	float: left;
	margin: 0 13px 0 23px;
	border: 1px solid #000;
	}
	
div.textwrapper {
	width: 300px;
	float: left;
	}
	
/* Lists */
	
ul, li {
	display: inline;
	}
	
ul#nav {
	width: 100%;
	height: 40px;
	}
	
ul#twitter_update_list {
	font-size: 80%;
}

ul#twitter_update_list li {
	display: list-item;
	padding: 0 0 8px 0;
}
	
/* Text */

div#newscolumn h1 {
	font-weight: bold;
	font-size: 80%;
	padding: 0 0 0 45px;
	}
	
div#newreleasescolumn h1 {
	font-weight: bold;
	font-size: 80%;
	}
	
div#newreleasescolumn h2 {
	font-weight: bold;
	font-size: 70%;
	padding: 0 0 5px 0;
	}
	
div#newscolumn p {
	font-size: 80%;
	padding: 0 15px 8px 45px;
	}
	
div#newreleasescolumn div.nrwrapper p {
	font-size: 80%;
	padding: 0 50px 25px 0;
	}
	
div#newscolumn div#twitter_div h2 {
	font-size: 90%;
	padding: 0 0 8px 0;
}

div#newscolumn p#twitterlink {
	padding: 8px 0 10px 0;
}
	
/* Images */
	
div#newscolumn img.topimage, div#newreleasescolumn img.topimage {
	margin: 0 0 20px 0;
	}
	
/* Links */

div#contentwrapper a {
	text-decoration: underline;
	color: #e30a06;
	}
	
div#contentwrapper a:hover {
	text-decoration: underline;
	color: #000;
	}
	
div#contentwrapper div#twitterdiv p#twitterlink a {
	font-size: 80%;
}
