/****************************************
|
| Killbear, Thanks for the Memories!
| Created by: Kevin Biskaborn
| Copyright 2007 ScriptReaction
| http://www.scriptreaction.com
|
****************************************/

/****************************************
|	IMPORT STYLES
****************************************/
@import url("data_form.css");

/****************************************
|	CLEAR ALL STYLES
****************************************/
* {
	margin:0px;
	padding:0px;
}

/****************************************
|	GLOBAL TAG STYLES
****************************************/
body { 
	background:#161616;
	color:#fff;
	cursor:default;
	overflow:auto;
	padding-bottom:20px;
}

body, td, select, input, textarea {
	font-family:tahoma, arial, verdana, sans-serif;
	font-size:11px;
}

a {
	color:#0066ff;
	text-decoration:underline;
}

a:hover {
	color:#ff9900;
	text-decoration:none;
}

ul {
	list-style:none;
}

/* all headings */
h1, h2, h3, h4, h5 {
	font-size:11px;
	line-height:11px;
}

/****************************************
|	GLOBAL CLASSES
****************************************/
.uc { 
	text-transform:uppercase;
}

.filterPng {}

.flash {
	display:block;
	background:#161616;
}

/****************************************
|	PAGE LAYOUT
****************************************/
#skn, #shl {
	position:relative;
}

#skn {
	width:100%;
}

#shl {
	width:779px;
	text-align:left;
}

/****************************************
|	HEADER
****************************************/
#header {
	position:relative;
	width:779px;
	height:115px;
	border-bottom:1px solid #fff;
	overflow:hidden;
}

#header img {
	position:absolute;
	border:0px;
}

#header #logo {
	width:326px;
	height:81px;
	left:180px;
	top:18px;
	z-index:2;
}

#header #mast {
	width:779px;
	height:110px;
	z-index:1;
	border-bottom:5px solid #cc9966;
}

#header ul {
	position:absolute;
	top:89px;
	right:3px;
	z-index:3;
}
#header li {
	display:inline;
}
#header li a {
	float:left;
	font-size:10px;
	color:#999;
	text-decoration:none;
	border-right:1px solid #999;
	padding:0px 4px 0px 4px;
}
#header li a:hover {
	color:#ffcc33;
	text-decoration:underline;
}
#header li.lastChild a {
	border-right:0px;
}

/****************************************
|	BANNER
****************************************/
#banner {
	position:relative;
	width:779px;
	height:155px;
	border-bottom:1px solid #fff;
	overflow:hidden;
}

/****************************************
|	BODY AREA
****************************************/
#bodyArea {
	position:relative;
	width:779px;
	/*background:#999 url(../gfx/body_bg.gif) repeat-x;*/
	background:#2c2c2c;
	border-bottom:1px solid #fff;
}

/****************************************
|	CENTER COLUMN
****************************************/
#bodyArea #centerColumn {
	position:relative;
	left:155px;
	width:467px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#fff;
	overflow:hidden;
}

/****************************************
|	NAVIGATION
****************************************/
#centerColumn #nav {
	position:relative;
	background:#fff url(../gfx/nav_grad.gif) left bottom repeat-x;
	padding:0px 0px 13px 0px;
}
#centerColumn #nav table {
	width:467px;
	border:0px;
	border-bottom:5px solid #cc9966;
}
#centerColumn #nav td {
	width:155px;
	text-align:center;
	background:#2c2c2c;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
#centerColumn #nav td a {
	display:block;
	color:#fff;
	height:100%;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:10px 0px 10px 0px;
}
#centerColumn #nav td a:hover {
	color:#000;
	background:#ffcc33;
}
#centerColumn #nav td.lastChild {
	border-right:0px;
}
#centerColumn #nav td.active {
	background:#cc9966;
	border-bottom:1px solid #cc9966;
}
#centerColumn #nav td.active a {
	color:#fff;
	cursor:default;
	background:none;
}

/****************************************
|	CONTENT FEED
****************************************/
#contentFeed {
	position:relative;
	color:#161616;
	font-size:12px;
	background:#fff;
}
#contentFeed #holder {
	padding:10px 15px 10px 15px;
}
#contentFeed p {
	margin:0px 0px 20px 0px;
}

#contentFeed .framePhoto {
	padding:10px;
	background:#e1e1e1;
	border:1px solid #ccc;
}
#contentFeed .frameRight {
	float:right;
	margin:0px 0px 15px 15px;
}
#contentFeed .frameLeft {
	float:left;
	margin:0px 15px 15px 0px;
}
#contentFeed .leadChar {
	float:left;
	margin:0px 5px 0px 0px;
}
#contentFeed .unleadChar {
	display:none;
}
#contentFeed h2 {
	font-size:18px;
	line-height:18px;
	color:#ff9900;
	margin-bottom:5px;
}
#contentFeed h3 {
	font-size:13px;
	line-height:13px;
	color:#cc9966;
	margin-bottom:20px;
}
#contentFeed .friendLogo {
	border:0px;
}

/****************************************
|	NEWS BLOCKS
****************************************/
#contentFeed h4.newsBlock {
	font-size:12px;
	line-height:13px;
	font-weight:normal;
	padding:7px;
	background:#ffcc99;
	border:1px solid #cc9966;
	margin-bottom:20px;
}
#contentFeed h4.newsBlock span {
	display:block;
}
#contentFeed h4.newsBlock a span {
	text-decoration:none;
	color:#000;
}
#contentFeed h4.newsBlock a img {
	border:1px solid #000;
}
#contentFeed h4.newsBlock a:hover img {
	border:1px solid #fff;
}
#contentFeed h4.newsBlock span.headline {
	font-weight:bold;
	font-size:13px;
}
#contentFeed h4.newsBlock span.tagline {
	font-size:11px;
	margin-bottom:8px;
}
#contentFeed h4.newsBlock a span.content {
	color:#0066ff;
	line-height:16px;
}
#contentFeed h4.newsBlock a:hover span.content {
	color:#ff9900;
	text-decoration:underline;
}

/****************************************
|	LEFT/RIGHT COLUMNS
****************************************/
#bodyArea #leftColumn, #bodyArea #rightColumn {
	position:absolute;
	top:0px;
	width:155px;
	padding:14px 0px 0px 0px;
	font-size:0px;
}
#bodyArea #leftColumn { left:0px; }
#bodyArea #rightColumn { right:0px; }

#leftColumn #spnby, #rightColumn #spnby {
	margin-left:18px;
	width:118px;
	height:11px;
}

#leftColumn img, #rightColumn img {
	border:0px;
}
#leftColumn ul, #rightColumn ul {
	width:120px;
	margin:20px 0px 0px 18px;
	background:url(../gfx/spn_sepbar.gif) left top repeat-x;
	padding:2px 0px 0px 0px;
}
#leftColumn li, #rightColumn li {
	width:120px;
	background:url(../gfx/spn_sepbar.gif) left bottom repeat-x;
	padding:12px 0px 12px 0px;
}

/****************************************
|	BLOCK FEED
****************************************/
.blockFeed_holder {
	display:none;
}
#blockFeed_silver {
	display:block;
}
#blockFeed_options {
	position:relative;
}
#blockFeed_options table {
	width:100%;
	border-bottom:4px solid #cc9966;
	margin-bottom:10px;
}
#blockFeed_options td {
	width:20%;
	text-align:center;
	vertical-align:bottom;
}
#blockFeed_options td a {
	display:block;
	color:#000;
	text-decoration:none;
	padding:4px;
}
#blockFeed_options td a:hover {
	text-decoration:underline;
}


/****************************************
|	FOOTER
****************************************/
#bodyArea #footer {
	position:relative;
	background:#2c2c2c url(../gfx/footer_grad.gif) repeat-x;
	padding:17px 0px 6px 7px;
	font-size:10px;
	color:#999;
	clear:both;
}
#bodyArea #footer a {
	color:#999;
	text-decoration:none;
	white-space:nowrap;
}
#bodyArea #footer a:hover {
	color:#ffcc33;
	text-decoration:underline;
}

/****************************************
|	BASE AREA
****************************************/
#baseArea {
	position:relative;
	border-top:5px solid #cc9966;
	background:#161616 url(../gfx/base_grad.gif) repeat-x;
	font-size:10px;
	color:#666;
	padding:16px 0px 10px 0px;
}
#baseArea a {
	color:#666;
}
#baseArea a:hover {
	color:#ffcc33;
}



/****************************************
|	WHO IS JULIE BANNER
****************************************/
.bannerWhoIsJulie {
	position:relative;
	margin-bottom:20px;
}
.bannerWhoIsJulie,
.bannerWhoIsJulie a {
	display:block;
	width:437px;
	height:99px;
}
.bannerWhoIsJulie a {
	background:url(../../images/banner-who-is-julie.jpg) no-repeat;
	text-decoration:none;
}
.bannerWhoIsJulie a:hover {
	background-position:0 -99px;
}
.bannerWhoIsJulie a span {
	visibility:hidden;
}
















