/*
FRESHBANG.COM / FUCKERMEDIA.COM
If you steal this design or leech our bandwidth I
will find you and fuck your asshole raw. Fuck you.
*/

body {
	height: 100%;
	margin: 0;
	background: #212121;
	
	background-repeat: repeat;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
}
.wrapper {
	width: 950px;
	height: 100%;
   	text-align: left;
	margin-top: 5px;
   	margin-left: auto;
   	margin-right: auto;
}

/* --[ headings, hr, p, b ]------------------------------- */

h1, h2, h3, h4 {
	margin: 0;
	color: #7fc6bc;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 16px;
	color: #FF0000;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
}
h4 {
	font-size: 12px;
}
p {
	margin: 4px 0px 8px 0px;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #666;
}
.selected {
	color: #FF0000;
}

/* --[ style spans ]------------------------------- */

.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #6699ff;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
.style3 {
	font-size: 10px;
}

/* --[ text links ]------------------------------- */

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a.tag {
	padding-left: 15px;
	background-image: url(http://www.freshbang.com/images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-weight: bold;
	}
a.text-link {
	padding-right: 13px;
	background-image: url(http://www.freshbang.com/images/more.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	font-weight: bold;
	color: #6699ff;
	}
a.text-link:hover {
	color: #666666;
	text-decoration: underline;
}

/* --[ text gallery links ]------------------------------- */

.gallery a:link {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.gallery a:visited {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.gallery a:hover {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

/* --[ image links ]------------------------------- */

a:link img.logo {
	border:0 none;
	border: 0px;
	}
a:visited img.logo {
	border:0 none;
	border: 0px;
	}
a:hover img.logo {
	border:0 none;
	border: 0px;
	}
a:active img.logo {
	border:0 none;
	border: 0px;
	}
a:link img {
	border: 1px solid #FFFFFF;
	}
a:visited img {
	border: 1px solid #FFFFFF;
	}
a:hover img {
	border: 1px solid #666666;
	}
a:active img {
	border: 1px solid #666666;
	}

/* --[ dhtmltooltip ]------------------------------- */

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
	background-color: #000000;
	visibility: hidden;
	z-index: 100;
	}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
	}

/* --[ eXTReMe ]------------------------------- */

div#eXTReMe, div#eXTReMe * {
	height:0px!important;
	visibility:hidden!important;
	display:none!important;
	}

/* --[ header ]------------------------------- */

#Header {
	width: 100%;
	height: 96px;
	background: url(http://www.freshbang.com/images/img_header_background.jpg) repeat-x;
}
.Content {
	margin: 0 auto 0 auto;
	width: 960px;
}
.Logo {
	float: left;
	width: 340px;
}
.Menu {
	float: right;
	width: 550px;
	height: 65px;
	margin: 0px 22px 0px 0px;
}
.Home a{
	display: block;
	width: 79px;
	height: 65px;
	background: url(http://www.freshbang.com/images/home.jpg) no-repeat top left;
	float: right;
}
.Movies a{
	display: block;
	width: 96px;
	height: 65px;
	background: url(http://www.freshbang.com/images/movies.jpg) no-repeat top left;
	float: right;
}
.Pictures a{
	display: block;
	width: 110px;
	height: 65px;
	background: url(http://www.freshbang.com/images/pictures.jpg) no-repeat top left;
	float: right;
}
.Home a:hover, .Pictures a:hover, .Movies a:hover {
	background-position: bottom left;
}
.MenuText {
	visibility:hidden!important;
}	

/* --[ main content ]------------------------------- */

#LeftColumn {
	float: left;
	display:inline;
}
#RightColumn {
	float: left;
	margin-left:10px;
	display:inline;
}
#LinksColumn {
	float: left;
	margin-left:10px;
	display:inline;
}
.clear {
	margin-top:10px;
}
.break {
	clear: both
}

/* --[ Pagination ]------------------------------- */

div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #6699ff;
	text-decoration: none; /* no underline */
	color: #FFFFFF;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #6699ff;
	color: #6699ff;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #6699ff;
	font-weight: bold;
	background-color: #6699ff;
	color: #000000;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #666;
	color: #333;
}

/* --[ Round Corners ]------------------------------- */
/* (black color scheme) */

.roundcorner {
	display:block;
}
.roundcorner *{
	display:block;
  	height:1px;
  	overflow:hidden;
  	font-size:.01em;
  	background:#000000;
}
.roundcorner1 {
  	margin-left:3px;
  	margin-right:3px;
  	padding-left:1px;
  	padding-right:1px;
  	border-left:1px solid #0f1011;
  	border-right:1px solid #0f1011;
  	background:#060707;
}
.roundcorner2 {
  	margin-left:1px;
  	margin-right:1px;
  	padding-right:1px;
  	padding-left:1px;
  	border-left:1px solid #181a1b;
  	border-right:1px solid #181a1b;
  	background:#050505;
}
.roundcorner3 {
  	margin-left:1px;
  	margin-right:1px;
  	border-left:1px solid #050505;
  	border-right:1px solid #050505;
}
.roundcorner4 {
  	border-left:1px solid #0f1011;
  	border-right:1px solid #0f1011;
}
.roundcorner5 {
  	border-left:1px solid #0f1011;
  	border-right:1px solid #0f1011;
}
.roundcornerfg{
  	background:#000000;
  	padding-left:4px;
  	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
}