/* 
Kellye Betancourt 
Stylesheet
design by: @lvin Chao (http://www.the-chaos.com)
5.30.2005
------------------------------------------------------ */

/* Body and title bar:
------------------------------------------------------ */
BODY  {		
    position: absolute;
	margin-top:0;
	margin-right:0;
	margin-left:0;
	margin-bottom:0px;
	padding-top:0;
	padding-right:0;
	padding-left:0;
	padding-bottom:0px;
	height: 100%;
	width: 100%;
	font-family:"lucida grande",verdana,sans-serif;
	background:#000000;
	}

#title {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width:100%;
	background: #000000;
	height: 10%;
	}
#title-left {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width:10%;
	background: url(./template/black-bar.jpg) repeat-x #000000;
	height: 10%;
}
#title-middle {
	position: absolute;
	margin-top: 0px;
	margin-left: 8%;
	padding-top: 1%;
	width: 93%;
	background: url(./template/black-bar.jpg) repeat-x #000000;
	font-family: "adobe garamond",garamond,"new century schoolbook",cochin,georgia,"times new roman";
	font-size: 28px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-align: left;
	color:#88B2C0;
	height: 10%;
}
#title-right {
	position: absolute;
	margin-top: 0px;
	margin-left: 70%;
	width:30%;
	background: url(./template/black-bar.jpg) repeat-x #000000;
	font-family: "adobe garamond",garamond,"new century schoolbook",cochin,georgia,"times new roman";
	font-size: 28px;
	font-weight:bold;
	text-align: center;
	color:#88B2C0;
	height: 10%;
}

/* Top Navigation bar:
------------------------------------------------------ */
#navigation {
	position: absolute;
	top: 10%;
	width: 100%;
	background: #000000;
	font-family:"lucida grande",verdana,sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#2E2017;
	border-bottom: 1px solid #000000;
	height: 3%;
	white-space: nowrap;
	}
	
#navigation ul {
	border: 0;
	margin: 1px 0px 0px 13px;
	padding: 0px;
	list-style-type: none;
	}

#navigation ul li {
	display: inline;
	text-align: left;
	font-family:"lucida grande",verdana,sans-serif;
	color:#8B846E;
	}
	
#navigation .current {
	color: #70BDFF;
	}

#navigation a {
	text-decoration: none;
	border: none;
	color:#8B846E;
	padding-right: 25px;
	}
	
#navigation a:hover {
	text-decoration: none;
	border: none;
	color: #CF340C;
	}
	
/* Normal Page Content:
------------------------------------------------------ */
#content_left {
    position: absolute;
	font-size: 11px;
	color:#2E2017;
	width: 70%;
	height: 82%;
	top:13%;
	margin-top: 2px;
	margin-left: 5px;
	background: #F9F7E8;
	border-right: 1px solid #ECE8DD;
	overflow: auto;
	}

/* Sidebar:
------------------------------------------------------ */
#sidebar {
	font-size: 11px;
	color:#FFFFFF;
	}
	
#sidebar.right {
	position: absolute;
	top: 13%;
	left: 70%;
	padding-top:1%;
	padding-left:1%;
	width:30%;
	height: 82%;
	}
	
#sidebar.header {
	color:#666666;
	font-weight:bold;
	}

#sidebar ul {
	margin: 0;
	padding: 3px 0px 0px 0px;
	font-size:10px;
	list-style-type: none;
	text-align: left;
	width: 200px;
	}

#sidebar td {
	padding: 1px 1px 1px 1px;
	font-size:11px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	}
		
/* Gallery page
------------------------------------------------------ */
#gallery {
	position: absolute; 	
	font-size: 12px;
	color:#FFFFFF;
	top: 13%;
	width: 70%;
	height: 530px;
	text-align: center;
	vertical-align: middle;
	background: #000000;
	}
	
#gallery a.image {
	position: absolute;	
	text-decoration: none;
	border: none;
	text-align: left;
	vertical-align: middle;
	}
	
#gallerysidebar {
	position: absolute;
	font-size: 12px;
	color:#FFFFFF;
	top: 10%;
	left: 70%;
	width: 25%;
	height: 530px;
	padding-top: 1%;
	text-align: left;
	vertical-align: top;
	background: #000000;
	overflow: auto;
	}
#gallerysidebarfooter {
	position: absolute;
	font-size: 10px;
	color:#FFFFFF;
	top: 90%;
	width: 25%;
	left: 70%;
	height: 10%;
	padding-top: 1%;
	text-align: center;
	vertical-align: top;
	background: #000000;
	}
	
/* Header
------------------------------------------------------ */
#header {
	font-family: "adobe garamond",garamond,"new century schoolbook",cochin,georgia,"times new roman";
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin: 0px 0px 0px 0px;
	padding: 1% 1% 1% 80%;
	text-align: right;
	border-left:0px;
	border-right:0px;
	}

#header .name {
	font-family: "adobe garamond",garamond,"new century schoolbook",cochin,georgia,"times new roman";
	font-size:18px;
	font-weight: bold;
	}

/* Footer:
------------------------------------------------------ */

#footer {
	position: absolute;
    top: 95%;
	background: #88B2C0;
	font-family:"lucida grande",verdana,sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-left:2px;
	height: 3%;
	width: 100%;
	}
#footer strong {
	color:#EEE;
	}
#footer a {
	color:#FC6;
	border: none;
	}
#footer a:hover {
	color:#EEE;
	border: none;
	}

/*Gallery Footer
------------------------------------------------------*/
#galleryfooter {
	position:absolute;
	top:13%;
	background: #000000;
	color: #FFFFFF;
	width: 3%;
	padding-left:2px;
}

/* Magnifier styles 
------------------------------------------------------*/
		#info
		{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			text-align: center;
			padding: 10px;
			font-family: Trebuchet MS, Verdana, sans-serif;
			background-color: #eee;
			border-bottom: solid 1px #ccc;
		}

		#binding
		{
			position: absolute;
			top: 60%;
			left: 60%;
			padding: 0;
			margin-left: -400px;
			margin-top: -300px;
		}

		#message
		{
			font-family: Trebuchet MS, Verdana, sans-serif;
		}
		
		.magnifier
		{
			position: absolute;
			border: solid 1px #000;
			cursor: move;
			background-repeat: no-repeat;
			background-color: #fff;
			
		}
		
		.magnifierShadow
		{
			position: absolute;
			background: transparent;
			padding: 0;
			margin: 0;
		}
		
		.magnifierController
		{
			color: #000;
			font-family: Trebuchet MS, Verdana, sans-serif;
			font-size: 10pt;
		}
		
		.magnifierControllerContainer
		{
			padding: 10px;
		}

		.magnifierControllerPrefix
		{
			color: #111;
		}
		
		.magnifierControllerButton
		{
			color: #666;
			cursor: pointer; cursor: hand;
			background-color: #eee;
			border: solid 1px #ddd;
			padding: 0px 4px 0px 4px;
			/*text-shadow: dimgray 0px 0px 3px;*/
		}
		
		.magnifierControllerButtonSelected
		{
			background-color: #ccc;
			border: solid 1px #aaa;
			color: #333;
			font-weight: bold;
			cursor: pointer; cursor: hand;
			padding: 0px 4px 0px 4px;
			/*text-shadow: dimgray 0px 0px 3px;*/
		}
/* Text styles:
------------------------------------------------------ */
h2 {
	color: #2E2119;
	font-family: "adobe garamond",garamond,"new century schoolbook",cochin,georgia,"times new roman";
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	line-height: 25px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-right: 30px;
	margin-bottom: 1px;
	border-bottom: 1px dotted #ECE8DD;
	}
	
h3 {
	color: #2E2119;
	font-family: "adobe garamond",garamond,"new century schoolbook",cochin,georgia,"times new roman";
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 25px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-right: 30px;
	margin-bottom: 1px;
	border-bottom: 1px dotted #ECE8DD;
	}
	
h4 {
	color: #ffffff;
	font-family: "adobe garamond",garamond,"new century schoolbook",cochin,georgia,"times new roman";
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	line-height: 25px;
	padding-bottom: 1px;
	margin-right: 30px;
	margin-bottom: 1px;
	}
	
p {
	margin-top:0px;
	padding-top:0px;
	padding-left:5px;
	padding-bottom:0px;
	}
	
p.highlight {
	background: #F3F0E6;
	padding-top:5px;
	padding-left:5px;
	margin-bottom: 10px;
	}

p.centered {
	margin-top:0px;
	padding-top:0px;
	padding-left:5px;
	padding-bottom:0px;
	text-align: center;
	}
	
p.quotation {
	margin-top:0px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
	}
	
p.kellye {
	background: #FFA72A;
	border: 1px solid #E59728;
	padding-top: 1px;
	padding-left:5px;
	margin-bottom: 1px;
	margin-top: 1px;
	}
	
p.quote {
	color:#444;
	line-height: 1.5em;
	padding-left: 5px;
	padding-right: 20px;
	}
	
p.quote strong {
	color:#C60;
	}
		
blockquote {
	background: #F3F0E6;
	padding:10px;
	}
	
strong {
	color: #303;
	font-weight: bold;
	}
	
a {
	text-decoration: none;
	border: none;
	color: #CD330C;
	}
	
a:hover {
	text-decoration: none;
	border: none;
	color: #5091C9;
	}
	
a.image {
	text-decoration: none;
	border: none;
	}
	
a.image:hover {
	border: none;
	border-bottom: 0px;
	}
td {
	font-size:11px;
	vertical-align: middle;
	text-align: center;
	text-align: left;
	font-weight: bold;
	}