/**
 * COPYRIGHT NOTICE
 * This software is copyright 2006 STOLEN, INC and licensed for use by 
 * distribution from STOLEN, INC. This source code may not be redistibuted
 * without written consent from the above mentioned entity.
 * 
 * @author Jessey White-Cinis <j@stolen.la>
 * @date 2006-02-27
 * @copyright 2006 Stolen, Inc
 * @package pipelineposse.com
 */
 
body {
    margin: 0px;
    padding: 0px;
    font: 10px/15px Verdana, Arial, Helvetica, Sans-Serif;
    color: #4F4F4F;
    background-color: white;
}

td, th, font {
    font: 10px/15px Verdana, Arial, Helvetica, Sans-Serif;
    color: #333333;
}

p { margin: 2px 0px 10px 0px; }
b, strong { font-weight: bold; }

a:link, a:visited {
    text-decoration: none;
    color: #6DBBCA;
}

a:hover {
    color: #666666;
}

h1, h2, h3, h4 {
    font-family: Georgia, Times New Roman, Courier, Serif;
    color: #0F1110;
}

h1 {
    color: #0F1110;
    font-weight: normal;
    line-height: 25px;
    font-size: 24px;
    margin: 5px 0px;
    padding: 0px;
}

h2 {
    color: #4d4d4d;
    font: 18px/15px Georgia, Times, Courier, Serif;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 10px;
    border-left: 7px solid #66B7C8;
}

h3 {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}

#content {
    position: relative;
    width: 820px;
    margin-left: 40px;
    margin-top: 5px;
}

#footer {
    margin: 20px 40px;
    clear: both;
}

/* TAB DEFINITIONS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul.tabs {
	height: 25px;
	overflow: hidden;
	border-bottom: 5px solid #69B7CA;
	margin: 0px;
	padding: 0px;
}

ul.tabs li {
	float: left;
	list-style: none;
	background: #d9d9d9;
	padding: 5px 15px;
	margin: 0px 10px 0px 0px;
	font: 12px/15px Georgia;
}

ul.tabs li:hover {
	background: #69B7CA;
}

ul.tabs li.selected {
	background: #69B7CA;
	color: white;
}



ul.tabs li a, ul.tabs li a:link, ul.tabs li a:visited, ul.tabs li a:hover {
	text-decoration: none;
	color: white;
}


/* SLIP DEFINITIONS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#photo-slip {
    position: absolute;
    left: 475px;
    top: 320px;
    padding: 0px 0px 50px 0px;
}

#slip {
    position: absolute;
    left: 620px;
    top: 320px;
    padding: 0px 0px 50px 0px;
    width: 240px;
}

#slip .module {
    margin-bottom: 20px;
}

#signup {
    width: 240px;
    height: 76px;
    background: url("/assets/images/email_signup-bg.gif") no-repeat;
}

#signup form {
    position: relative;
    padding: 32px 0px 0px 20px;
    margin: 0px;
}

#signup input {
    width: 150px;
}

#signup #btn-join {
    position: absolute;
    right: 20px;
    top: 34px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: transparent;
}

#slip #photos {
    position: absolute;
	width: 116px;
    left: -145px;
    top: 0px;
}

#slip #photos ul { margin: 0px; padding: 0px; }
#slip #photos li {
    color: #A7A7A7;;
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 14px;
    border: 1px solid #D9D9D9;
}

#slip #photos li:hover { 
    background: url("/assets/images/bg_lines_grey.gif");
    border: 1px solid #A7A7A7;
}

#slip #photos .date {
    margin: 10px 0px 0px 0px;
    font-style: italic;
    color: #66B7C8;
}

#wisdom-id {
    display: none;
}

#wisdom-text {
    display: block;
    padding: 2px 15px;
    background: url("/assets/images/island_wisdom-bg.gif");
    color: #444444;
}

#wisdom-text a:link, #wisdom-text a:hover, #wisdom-text a:visited {
    color: #444444;
}

#wisdom-top {
    width: 240px;
    height: 60px;
    background: url("/assets/images/island_wisdom-top.gif") no-repeat;
}

#wisdom-bottom {
    width: 240px;
    height: 35px;
    background: url("/assets/images/island_wisdom-bottom.gif") no-repeat;
}

#tooltip {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	visibility: hidden;
	display: none;
	padding: 0px 5px 0px 5px;
	border: solid 1px #D9D9D9;
    background-color: #ffffff;
    color: #69B7CA;
}

