@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #b8b8b8;
	background-image: url(images/BackgroundBg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 884px;
	background-image: url(images/ContentBg.png);
	background-color: transparent;
	padding: 0 12px 0 13px;
}

#header{
	width: 884px;
	height: 90px;
	background: #f6f6f6 url(images/headBg.png);
}
h1{
	margin: 0 0 0 16px;
	float: left;
}
h1, h1 a{
	width: 296px;
	height: 72px;
	display: block;
}
h1 a{
	background: url(images/Title.png);
	outline: none;
	text-indent: -99999px;
}

#headsearch{
	float: right;
	margin: 46px 16px 0 0;
	height: 28px;
}
#headfield{
	height: 20px;
	width: 211px;
	padding: 4px;
	border: none;
	background: transparent url(images/SearchBg.png);
	float: left;
}
#headbutton{
	height: 28px;
	width: 29px;
	border-style: none;
	background: transparent url(images/SearchButton.png);
	float: left;
	margin: 0 0 0 8px;
	outline: none;
}
#navigation{
	display: block;
	height: 50px;
	width: 884px;
}
#navigation li{
	display: block;
	float: left;
	height: 50px;
}
#navigation li a{
	display: block;
	outline: none;
	height: 50px;
	text-indent: -99999px;
}
a#navpictures{
	width: 221px;
	background: #62AA0B url(images/Navigation.png) 0px 0px;
}
a#navpictures:hover{
	background: #62AA0B url(images/Navigation.png) 0px -50px;
}
a#navvideos{
	width: 222px;
	background: #62AA0B url(images/Navigation.png) 0px -100px;
}
a#navvideos:hover{
	background: #62AA0B url(images/Navigation.png) 0px -150px;
}
a#navjokes{
	width: 221px;
	background: #62AA0B url(images/Navigation.png) 0px -200px;
}
a#navjokes:hover{
	background: #62AA0B url(images/Navigation.png) 0px -250px;
}
a#navquotes{
	width: 220px;
	background: #62AA0B url(images/Navigation.png) 0px -300px;
}
a#navquotes:hover{
	background: #62AA0B url(images/Navigation.png) 0px -350px;
}
div.splitter{
	background: url(images/StripeBG.png) repeat-x;
	margin: 0px;
	padding: 0px;
	height: 8px;
	display: block;
	width: 884px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}
#sidebar{
	background: #f4f4f4;
	margin-right: 600px;
	margin-left: 8px;
	width: 276px;
	margin: 0 0 0 8px;
}
.sidebox{
	width: 276px;
}
.sideboxhead{
	width: 276px;
	height: 42px;
	background: #284061;
	text-indent: -99999px;
}
#sidesubmenu{
	background: url(images/SideHeadSubmenu.png);
}
#sidenavigation{
	background: url(images/SideHeadNavigation.png);
}
.sideboxcontent{
	width: 256px;
	background: #f4f4f4 url(images/SideBg.png);
	padding: 0 10px 0 10px;
}
div.sideboxcontent li, div.sideboxcontent li a.sidelink{
	display: block;
	width: 256px;
}
.sideboxfooter{
	width: 276px;
	height: 9px;
	background: #f4f4f4 url(images/SideBottom.png) no-repeat;
}

#content{
	float: right;
	width: 576px;
	margin-right: 8px;
	background: #f5f5f5;
	padding: 4px;
}
div.commentlight{
	margin: 15px 40px 0 40px;
	background: #E3E3E3;
	padding: 4px;
}
div.attributionlight{
	background: #F5F5F5 url(images/BubbleLight.png) no-repeat 390px top;
	height: 50px;
	text-align: right;
}
div.commentdark{
	margin: 15px 40px 0 40px;
	background: #C5C5C5;
	padding: 4px;
}
div.attributiondark{
	background: #F5F5F5 url(images/BubbleDark.png) no-repeat 86px top;
	height: 50px;
	text-align: left;
}
div.attributionlight .commenter{
	position: relative;
	top: 20px;
	right: 190px;
}
div.attributiondark .commenter{
	position: relative;
	top: 20px;
	left: 190px;
}
#footer{
	height: 31px;
	background: #62AA0B url(images/FooterBg.png);
	padding: 8px;
}
