/*
Title: "Taylor Barton" screen styles
Date Modified: 2/9/2011
--
Author: Bayt & Takl Design
Contact: http://baytandtakl.com/contact
--
Table of Contents:
	layout
	navigation
	typography
	alignment
	misc
*/

/* layout
------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	}

body {
	font: normal 14px/1.4em "Trebuchet MS", helvetica, arial, sans-serif;
	background: #000 url(/images/backgrounds/taylor1.jpg) 50% 45px no-repeat;
	color: #fff;
	}

#wrapper {
	width: 960px;
	min-height: 860px;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
	position: relative;
	}

/* ----- header ----- */
#header {
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	height: 175px; 
	position: relative;
	}

#logo {
	z-index: 999;
	position: absolute;
	top: 75px;
	right: 125px;
	width: 400px;
	}

#logo h1, #logo h1 a {
	color: #613436;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #ccc;
	width: 470px;
	height: 65px; 
	background: url(/images/themes/maroon/taylor-barton.png) 0 0 no-repeat;
	border-bottom: none;
	text-decoration: none;
	text-align: left;
	}

/* ----- main content ----- */
#main {
	display: block;
	position: absolute;
	top: 125px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 550px;
	height: 709px;
	background: url(/images/themes/maroon/main.png) 0 0 no-repeat;
	text-align: left;
	overflow: hidden;
	}
/*
#content {
	margin: 25px 65px 5px 35px;
	}

#sidebar {
	margin-top: 50px;
	float: right;
	width: 240px;
	}
*/


/* Tiny Scrollbar */
#scrollbar1 { width: 500px; clear: both; margin: 25px 65px 5px 35px; }
#scrollbar1 .viewport { width: 455px; height: 680px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .scrollbar,
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background: transparent url(/images/backgrounds/bg-scrollbar.png) no-repeat; }
#scrollbar1 .scrollbar { position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track	{ background: transparent url(/images/backgrounds/bg-scrollbar-end.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background-position: 100% 100%; height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { background-position: 100% 0; height: 5px; width: 13px; }
#scrollbar1 .disable { display: none; }



ul {
	list-style-type: square;
	}

ol {
	list-style-type: decimal;
	}

ul.gallery {
overflow: hidden;
margin: 0;
padding: 0;
list-style-type: none;
}

ul.gallery li {
float: left;
margin: 0 10px 8px 0;
padding: 0;
overflow: hidden;
}

ul.gallery li img {
border: 1px solid #333;
}

ul.gallery li a:hover img {
border: 1px solid #ccc;
}
	
/* ----- footer ----- */
#footer {
	margin: 0 auto;
	padding: 25px;
	text-align: center;
	clear: both;
	color: #215571;
	font-style: normal;
	font-size: 12px;
	}

/* navigation
------------------------------------- */

a {
	color: #39C;
	text-decoration: none;
	}

a:link {
	color: #39C;
	text-decoration: none;
	}

a:hover  {
	color: #39F;
	text-decoration: none;
/*	text-shadow: 0 0 6px #278EB3; */
	}

div#nav {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #242424;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #333;
	width: 960px;
	height: 41px;
	}

div#nav ul {
	text-decoration: none;
	color: #ccc;
  font-weight: normal;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 480px;
	overflow: hidden;
	text-align: center;
	}

div#nav ul li {
	float: left;
	line-height: 41px;
  font-size: 14px;
	}

div#nav ul li a {
	display: block;
	color: #ccc;
	padding: 0 15px;
	text-decoration: none;
	}

div#nav ul li a:hover {
	color: #ccc;
	text-decoration: none;
	}

div#nav ul li a:visited {
	color: #ccc;
	}

div#nav ul li a.selected {
	text-decoration: none;
	color: #39C;
	}


/* typography
------------------------------------- */
h2, h3, legend {
	font-weight: normal;
	line-height: 1.4em;
	text-decoration: none;
	color: #fff;
	}

h2 {
	font-size: 26px;
	width: auto;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
}

h2 a, h2 a:link, h2 a:hover {
color: #000;
text-decoration: none;
}
	
h3, dt, legend {
	font-size: 16px;
	}

h4 {
	font-size: 14px;
	}

.caption {
	text-align: left;
	line-height: 1.5em;
	font-size: x-small;
	}

.alert {
	color: #C00;
	}

.small {
	font-size: 90%;
	line-height: 1.3em;
	}
	
abbr, acronym {
	font-style: italic;
	cursor: help;
	}

/* ----- misc ----- */
.hide {
display: none;
}

.button a, .buy a {
margin: 25px 0;
display: block;
width: 100px;
height: 25px;
line-height: 25px;
color: #000;
background: orange;
border: 1px solid #163748;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-align: center;
}

.buy a {
width: 55px;
height: 20px;
line-height: 20px;
font-weight: bold;
}

.button a:hover, .buy a:hover {
color: #000;
background: yellow;
}

.footnote {
	font-size: 80%;
	line-height: 1.2em;
	}

.alert {
color: #900;
}

img, a img {
	border: 0;
	border: none;
	text-decoration: none;
	}

.border {
	border: 1px solid #ccc;
	}

.border_btm {
	border-bottom: 1px dashed silver;
	}

.lrg_banner {
	margin: 15px auto 45px auto;
	text-align: center;
	}

.banner {
	margin: 15px auto 20px auto;
	text-align: center;
	}

.inset {
	width: 125px;
	margin: 0 0 10px 15px;
	text-align: center;
	float: right;
	}

.inset .caption {
	font-size: 80%;
	}

.no_bullet {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
dd {
	margin: 0;
	}

hr {
border: none;
border-bottom: 1px solid #163748;
margin: 25px auto;
width: 80%;
}

/* social icons */
#social {
list-style-type: none;
overflow: hidden;
margin-bottom: 25px;
}

#social li {
display: inline;
font-size: 14px;
margin-right: 15px;
}

#social li a {
color: #278eb3;
}

#social li a:hover {
color: #fff;
}

.facebook, .twitter, .flickr, .etsy, .linkedin {
padding-left: 22px;
padding-bottom: 22px;
}

.facebook {
background: url(/images/icons/social/facebook-16.png) left top no-repeat;
}

.twitter {
background: url(/images/icons/social/twitter-16.png) left top no-repeat;
}

.flickr {
background: url(/images/icons/social/flickr-16.png) left top no-repeat;
}

.etsy {
background: url(/images/icons/social/etsy-16.png) left top no-repeat;
margin-right: 0;
}

.linkedin {
background: url(/images/icons/social/linkedin-16.png) left top no-repeat;
}


/* alignment
------------------------------------- */
.align_left {
	float: left;
	}

.pad_left {
	float: left;
	margin: 0 15px 10px 0;
	}

.align_right {
	float: right;
	}

.pad_right {
	float: right;
	margin: 0 0 10px 15px;
	}

.pad_center {
	text-align: center;
	margin: 0 auto 10px auto;
	}

.clear {
	clear: both;
	}

/* @import url('/scripts/css/prettyPhoto.css'); */
