@charset "utf-8";
body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 40px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #74718c;
	position: relative;
	background-color: #000;
	background-image: url(Design/Assets/Homepage_Images/Internet_Trolls_Body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.trollHug  #container {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background-color: #000;
	position: relative;
} 
.trollHug  #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
	color: #74718c;
	font-size: 10px;
	margin: 0px;
	position: relative;
	background-image: url(Design/Assets/Homepage_Images/Internet_Trolls_Main_Content_different.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.trollHug  #header  h1 {
	padding: 30px auto; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	text-decoration: underline;
	margin: 0px;
	text-indent: -1000em;
}
.trollHug #header p {
	padding: 0px auto;
	margin: 15px auto;
	text-indent: -1000em;
}
.trollHug #sidebar-wrapper {
	float: right;
	margin: 0;
	padding: 0;
	width: 261px;
	background-image: url(Design/Assets/Homepage_Images/Internet_Trolls_Sidebar_Repeating.gif);
}

.trollHug  #sidebar1 {
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 6px;
	margin: 0px 49px 0px 0px;
	background-image: url(Design/Assets/Homepage_Images/Internet_Trolls_Sidebar_Bottom_Cap.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.trollHug  #mainContent {
	margin: 0 300px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #74718c;
	text-align: justify;
} 
.trollHug #mainContent a {
	color: #FF3300;
	text-decoration: underline;
}
#mainContent li {
	list-style-type: none;
	padding-left: 0px;
}
#mainContent ul {
	padding: 0;
}


.trollHug  #footer {
	background-image: url(Design/Assets/Homepage_Images/Internet_Trolls_Footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 84px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.trollHug  #footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 50px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
}
.trollHug #trollHeadlineWatcher {
	position: absolute;
	left: 755px;
	top: 104px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.main {
	position: absolute;
	top: 239px;
	left: 286px;
}

.videos {
	position: absolute;
	top: 239px;
	left: 396px;
}
.tuhdGauge {
	position: absolute;
	left: 418px;
	top: 122px;
}

.merch {
	position: absolute;
	top: 239px;
	left: 634px;
}
.contact {
	position: absolute;
	top: 239px;
	left: 754px;
}
h1, h2, h3 {
	font-size: 13pt;
	color: #F60;
}

.qq {
	position: absolute;
	top: 239px;
	left: 883px;
}

