@charset "utf-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

html, body, div, span, applet, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:150%;
}

body {
	background: url(../images/background.jpg) no-repeat top left fixed #797671;
}

h1, h2, h3, h4, h5, h6 {
	border: 0;
	outline: 0;
	font-family:Helvetica, Arial, sans-serif;
}

p.smalltext {
	font-size:9px;
	margin:0;
	padding:0;
}


a, a:active, a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


#container {
	width:960px;
	margin:0;
	padding:0;
}

#page {
	padding-left:20px;
	background:url(../images/filler.png) repeat;
}

#wrapper {
	width:920px;
	padding-top:10px;
}

#brandingbanner {
}

#mainmenu {
	margin-top:10px;
	height:39px;
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	background:url(../images/boxfiller.png) repeat;
}

#mainmenuwrapper1 {
	clear:left;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
}

#mainmenuwrapper2{
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}

#mainmenu ul {
	float:left;
	height:39px;
	padding:0;
	margin:0;
}

#mainmenu ul li {
	display:block;
	float:left;
	height:39px;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height:39px;
	margin: 0;
}

#mainmenu ul li a {
	padding: 7px 15px 5px;
	font-weight:bold;
	color:#333;
}

#mainmenu ul li a:hover {
	background:url(../images/channelfiller.png) repeat;
}

#channelbar {
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
	background:url(../images/channelfiller.png) repeat;
}

.channelselector {
	width:178px;
	float:left;
	margin:0;
	margin:0 0 0 5px;
}

.channelbutton {
	height: 100px;
	width:100%;
	margin-bottom:3px;
	text-align:center;
}

.channelbutton a {
	text-decoration:none;
}

.channelbutton a img {
	border:none;
}
.channelbutton a img:hover {
	background
}


.channelselector p {
	line-height:100%;
	margin-bottom:0;
	margin-top:0;
}

a.channeltitle {
	color:#FFF;
	line-height:100%;
	margin-bottom:0;
	margin-top:0;
	font-size:16px;
}

a.channeltitle:hover {
	text-decoration:underline;
}

.channeldescription {
	font-size:10px;
}

#content {
	margin-top:10px;
	color:#FFF;
}

#firstcolumn {
	width:610px;
	float:left;
}

.columnpanel {
	background:url(../images/channelfiller.png) repeat;
}

.columnpanel p {
	margin:0;
	padding-bottom:10px;
}

.columnpanel .firstparagraph {
	font-size:18px;
}
.columnpanel h1 {
	margin:0;
	padding:5px 10px 5px 10px;
	background:url(../images/channelfiller.png) repeat;
	font-weight:normal;
	font-size:20px;
}

.columnpanel h2 {
	font-size:20px;
	margin-top:0;
	padding:5px 10px 5px 10px;
	font-weight:normal;
	background:url(../images/channelfiller.png) repeat;
}

.portfolio {
	padding:10px;
}

#secondcolumn {
	float:right;
	width:300px;
}

#lookoflovepromo {
	color:#333;
	background:url(../images/boxfiller2.png) repeat;
	margin:0;
	padding:0;
	border:none;
}

#lookoflovepromo h1 {
	text-align:center;
	margin-top:0;
	padding-top:5px;
}

#lookoflovepromo p {
	padding:0 10px;
	margin:0;
	text-align:justify;
}

#lookoflovepromo a {
	color:#444;
}

#lookoflovepromo a:hover {
	text-decoration:underline;
}

h1 .lovebyte {
	color:#840000;
	font-size:inherit;
}

.lovebyte {
	color:#840000;
}

.votebutton {
	float:left;
}

.votebutton img{
	border:none;
}

.votetext {
	float:left;
	width:210px;
}

#footer {
}

#footermenu {
	height:36px;
	margin:10px 0 10px 0;
	background: url(../images/footer.png) repeat-x;
	padding-bottom:10px;
}

#footermenu p {
	font-size:12px;
	color:#f9f9f9;
	text-align:center;
	line-height:36px;
}

.footermenuitem.first {
	padding:0 0 0 21px;
}

.footermenuitem {
	line-height:36px;
	padding:0 0 0 25px;
	font-size:12px;
	color:#f9f9f9;
	margin:0;
	float:left;
}

.clearfix {
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
	content:".";
}

.spacer {
	padding-top:10px;
}

