/* 

default.css - v1.0 - http://www.washedupcelebs.com
Updated 2009-01-24

*/

/* Global Style */
body {
	margin: 10px 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #333;
	background: #ffffff url('../images/body-bg.png') center 40px repeat-y;
}

a:link, a:visited {
	/*color: #FFCD00;*/
	/*text-decoration: none;*/
}
a:hover, a:active {
	/*color: #FFCD00;*/
	text-decoration: underline;
}

/*a[href^="http"] 
{
    background: transparent url(/images/external-link.png) no-repeat center right;
    padding-right: 13px;
}*/
div.ad a
{
    background: none;
    padding: 0;
}

a img {
	border: 0;
}

hr {
	display: none;
}

.clear {
	clear: both;
}

.bottom {
	width: 800px;
	height: 1px;
	clear: both;
}


/* Global Heading and Paragraph Styles */
h1 {
	width: auto;
	margin: 20px 0 0 0;
	padding-bottom: 0;
	font-size: 1.7em;
	font-weight: normal;
}

h2 {
	margin: 1em 0 0.2em 0;
	padding: 0;
	color: #FFCD00;
}

h3 {
	font-size: 0.9em;
	margin: 1em 0 0.2em 0;
	color: #FFCD00;
}


h4 {
	color: #666;
	font-size: 0.9em;
}

p {
	font-size: 0.8em;
	color: #333;
	line-height: 1.6em;
	margin: 0 0 0.4em 0;
}



/* Styling for Wrapper/Container */

#wrapper {
	position:relative;
	width: 889px;
	margin: 0 auto;
	padding: 0 20px 20px;
	text-align: left;
	color: #000;
	background: #fbfbfb;
}

#top-edge {
    background: #ffffff url(../images/bg-top-edge.png) left top no-repeat;
    width: 951px;
    height: 26px;
    position: absolute;
    right: -12px;
    top: -20px;
}
#bottom-edge {
    background: #ffffff url(../images/bg-bottom-edge.png) left top no-repeat;
    width: 951px;
    height: 36px;
    position: absolute;
    right: -12px;
    bottom: -26px;
}

/* Styling for Header Section */

#header {
	position: relative;
	margin: 20px 0 0;
	padding: 0;
	height:240px;
	width:890px;
	background: url('../images/bg-header-short.png') bottom left no-repeat;
}

#header h1 {
	text-indent: -999em;
	height: 94px;
	top: 120px;
	position: relative;
}

#header h2 {
    margin: 0;
}

#header h3#strapline {
	position: absolute;
    top: 80px;
	margin-left: 10px;
	width: 874px;
	height: 21px;
	text-indent: -999em;
	background: url('../images/strapline.png') bottom left no-repeat;
}


/* Styling for Main Site Navigation in Header */

#region-site-navigation {
	position:absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: url('../images/bg-navigation.png');
}

#region-site-navigation ul {
	list-style-type: none;
	height: 26px;
	margin: 0;
	padding: 7px 0 0 0;
	font-size: 11px;
}

#region-site-navigation li.nav-item {
	display: block;
	float: left;
	height: 14px;
	margin: 0;
	padding: 0px 20px 0 20px;
	color: #fec6c4;
	border-left: #fff 1px solid;
}

#region-site-navigation li.first {
    padding-left: 15px;
    border: none;
}

#region-site-navigation li h2 {
	margin:0;
	padding 0;
}

#region-site-navigation li h2 a {
	display: block;
	height: 16px;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: top;
}

a.menu-categories {width: 120px; background-image: url('../images/menu-categories.png');}
a.menu-full-list {width: 160px; background-image: url('../images/menu-full-list.png');}
a.menu-join {width: 50px; background-image: url('../images/menu-join.png');}
a.menu-faq {width: 40px; background-image: url('../images/menu-faq.png');}
a.menu-search {width: 90px; background-image: url('../images/menu-search.png');}
a.menu-login {width: 56px; background-image: url('../images/menu-login.png');}
a.menu-random {width: 80px; background-image: url('../images/menu-random.png');}

#region-site-navigation li input, #region-site-navigation li h2 {
	float: left;
}

#region-site-navigation li.rhs-nav-item {
	float: right;
	border: none;
	padding-right: 5px;
}


/* Styling for Content Area */

#content {
	clear: both;
	margin: 0;
	padding: 5px 0 0 0;
}

#content h4 
{
    margin: 5px 0 10px 0;
}

/* Styling for Main Column */
#main {
	display: block;
	float: left;
	width: 650px;
	/*padding: 0 0 0 20px;*/
}

#main h1 {
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 1.5em;
}

#main h2 
{
    margin: 3px 0 0 0;
    padding: 0;
    font-size: 1.7em;
}

#main h2 a:link, #main h2 a:visited 
{
    text-decoration: none;
}

#main .new {
	top: 15px;
	left: -15px;
}

h2.celebrity-name {
	margin-top: 0;
}


/* Styling for RHS Column */

#right {
	display: block;
	float: right;
	width: 220px;
	margin: 0;
}


#right p a:link, #right p a:visited {
	color: #666;
	text-decoration: underline;
}

#right p a:active, #right p a:hover {
	color: #000;
	text-decoration :underline;
}

#right ul {
	list-style-type: none;
}




/* Styling for Footer */
#footer {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px;
	background: #1f1f1f url('../images/bg-footer.png') top repeat-x;
}

#footer ul#categories a:link, #footer ul#categories a:visited {
	color: #fff;
}


#footer ul#categories ul a:link, #footer ul#categories ul a:visited {
	color: #999;
}

#footer ul#categories a:hover, #footer ul#categories a:active {
	text-decoration: underline;
}
#footer ul#categories {
	list-style-type: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#footer ul#categories li {
	display: block;
	float: left;
	width: 169px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #ffffff;
}

#footer ul#categories ul {
	list-style-type: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


#footer h6 {
	clear: left;
	float: none;
	width: 50%;
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 0.7em;
	color: #FFCD00;
}

#footer h6 a:link, #footer h6 a:visited {
	color:#555;
}

#footer h6 a:hover, #footer h6 a:active {
	color:#333;
}

#footer ul#utilities-menu {
	display: block;
	float: right;
	clear: left;
	list-style-type: none;
	font-size: 0.7em;
	margin: 0;
	padding: 15px 0 0 0;
}

#footer ul#utilities-menu li {
	float:left;
	padding: 0 10px;
	border-left: #ffdc00 1px solid;
}

#footer ul#utilities-menu li.first {
    border: none;
}

#footer ul#utilities-menu li a 
{
    color: #FFCD00;
}


/* Styling for Specific Regions/Blocks */


#region-utilities  {
	position: absolute;
	top: 15px;
	width: 890px;
	font-size: 0.9em;
}

#region-blurb {
	display: block;
	float: left;
	width: 420px;
}

#region-counter {
	display: block;
	float: right;
	width: 141px;
}

.site-search-input {
    width: 175px;
    height: 18px;
    border: 1px solid #e3e3e3;
    border-right: none;
    float: left;
    padding: 0;
    margin: 0 0 0 0;
    position: relative;
    top: -2px;
}

.site-search-button {
    height: 20px;
    width: 44px;
    background-color: #ffcd00;
    border: 1px solid #c89c00;
    border-left: none;
    padding: 0;
    float: right;
    margin: 0 0 0 0;
    cursor: pointer;
    position: relative;
    top: -2px;
    font-weight: bold;
    font-size: 11px;
}

#region-user-login 
{
    border-bottom: 2px solid #e3e3e3;
    height: 90px;
}

.user-name-input {
    width: 217px;
    height: 18px;
    border: 2px solid #e3e3e3;
    padding: 0;
    margin: 0;
}

.user-pass-input {
    width: 175px;
    height: 18px;
    border: 2px solid #e3e3e3;
    border-right: none;
    float: left;
    padding: 0;
    margin: 8px 0 0 0;
}

.user-login-button {
    height: 22px;
    width: 44px;
    background-color: #ffcd00;
    border: 2px solid #e3e3e3;
    border-left: none;
    padding: 0;
    float: right;
    margin: 8px 0 0 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
}

#region-featured {
	clear: both;
	padding-bottom: 20px;
	border-bottom: 2px solid #e3e3e3;
}

#region-featured h1 a, #region-featured h2 a
{
    color: #000000;
    font-size: 0.9em;
    font-weight: bold;
}

#region-celeb-activity ul {
	margin: 0;
	padding: 0;
}

#region-celeb-activity ul li {
	margin: 0 0 10px 0;
}

#region-celeb-activity h3 {
    margin-top: 0;
}
#region-celeb-activity h3 a {
    color: #000000;
    font-weight: bold;
}

#region-celeb-activity h4 {
	font-weight: normal;
	font-size: 0.8em;
	margin: 0;
}

#region-join {
	display: block;
	float: left;
	width: 200px;
	height: 73px;
	margin-right: 20px;
	background: url('../images/join-now.png') bottom no-repeat;
}

#region-join h2 {
	text-indent: -999em;
	width: 200px;
	height: 60px;
	background: url('../images/title-click-here.png') left top no-repeat;
}

#region-join h2 a {
	width: 200px;
	height: 60px;
	text-indent: -999em;
}


.title-img-sub {
	height: 20px;
	text-indent: -999em;
	font-size: 16px;
	background-repeat: no-repeat;
}

#title-blurb {background-image: url('../images/title-washed-up-celebs.png');}
#title-washup-counter {background-image: url('../images/title-counter.png'); height:35px;}
#title-featured-wash-up {background-image: url('../images/title-featured-washup.png');}
#title-celeb-activity {background-image: url('../images/title-most-recent-activity.png');}
#title-in-the-news {background-image: url('../images/title-in-the-news.png');}
#title-did-you-know {background-image: url('../images/title-did-you-know.png');}
#title-on-this-day {background-image: url('../images/title-on-this-day.png');}
#title-user-login {background-image: url('../images/title-user-login.png');}
#title-happy-birthday {background-image: url('../images/title-happy-birthday.png');}

#region-snippets{
	margin: 20px 0;
}

.snippet {
	display: block;
	float: left;
	width: 200px;
	min-height: 80px;
	padding: 0 10px;
}

#region-snippets .first {
    padding-left: 0;
    border-right: 2px solid #e3e3e3;
}

#region-snippets .last {
    padding-right: 0;
    border-left: 2px solid #e3e3e3;
}

.snippet h2 {
    margin-top: 0;
}

img.small-square {
	/*float: right;
	width: 50px;*/
	margin: 3px;
	/*height: 50px;*/
}

.user-edit {
	font-size: 75%;
	font-weight: normal;
	cursor: pointer;
}


/* Styling for Featured Celeb region */


#feature-text-details {
	width: 440px;
}

#feature-nutshell {
	display:block;
	float: left;
	width: 220px;
}

#feature-milestones {
	display:block;
	float: left;
	width: 190px;
	background-color: #fffdde;
	padding: 10px;
	margin-right: 10px;
}

#feature-milestones h3 {
    margin-top: 0;
}

#feature-worm {
	display:block;
	clear:left;
	padding-top: 5px;
}

#feature-worm img {
	width: 440px;
	height: 93px;
	border: none;
}

.career-worm img 
{
    border: none;
}

#feature-pic img {
	display:block;
	float: right;
	/*
	width: 200px;
	height: 200px;
    */
}

ul#milestone-small {
	/*list-style-image: url('../images/global/bullet.gif');*/
	margin: 0 0 0 2px;
	padding: 0;
}

ul#milestone-small li {
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	color: #666;
}


li.milestone-positive 
{
    list-style: none;
}

li.milestone-negative 
{
    /*margin-left: 15px;
    list-style-position: outside;
    list-style-image: url(../images/milestone-negative.png);*/
    list-style: none;
}

#feature-pic 
{
    display: block;
    float: right;
    width: 190px;
    background: url(../images/polaroid-200px.png) bottom right no-repeat;
    position: relative;
    padding: 10px;
    overflow: hidden;
    position: relative;
    top: -10px;
}

#feature-pic .inner {
	max-height: 220px;
	overflow: hidden;
}

div.sash {
    position: absolute;
    right: 3px;
    top: 5px;
    z-index: 1;
    background: transparent url(../images/sash-washed-up.png) no-repeat top right;
    width: 110px;
    height: 110px;
}

/* Styling for Counter */

p#counter {
    float: right;
}
p#counter span {
	display: block;
	float: left;
	width: 21px;
	height: 28px;
	text-indent: -999em;
	margin-left: 2px;
}

.counter-null {background: url('../images/counter-NULL.png');}
.counter-0 {background: url('../images/counter-0.png');}
.counter-1 {background: url('../images/counter-1.png');}
.counter-2 {background: url('../images/counter-2.png');}
.counter-3 {background: url('../images/counter-3.png');}
.counter-4 {background: url('../images/counter-4.png');}
.counter-5 {background: url('../images/counter-5.png');}
.counter-6 {background: url('../images/counter-6.png');}
.counter-7 {background: url('../images/counter-7.png');}
.counter-8 {background: url('../images/counter-8.png');}
.counter-9 {background: url('../images/counter-9.png');}

