/* CSS Document */
/* Author: Sean Gilbert, Pilotage, Inc. */

* {
margin:0pt;
padding:0pt;
}

.none {
display:none;
}

img {
padding:0;
vertical-align:top;
border:none;
}

object {
display:block;
padding:0;
margin:0;
}

embed {
display:block;
padding:0;
margin:0;
}

.left {
float:left;
}

.right {
float:right;
}

.clear {
clear:both;
}

.logo {
float:left;
margin-top:10px;
margin-left:10px;
}

.tagline {
position:absolute;
top:90px;
left:25px;
}

/* -- Basics -- */
body {
margin:0;
padding:0;
font-size: 14px;
font-family:"Times New Roman", Times, serif;
line-height:1.4em;
color:#000;
background-color:#FFF;
background-image:url(/images/bg.jpg);
background-repeat:repeat-x;
}

/* Headers
------------------ */

h1, h2, h3, h4, h5 {
color:#000;
}

h1 {
font-size:30px;
margin-bottom:15px;
line-height:1em;
}

h2 {
font-size:20px;
margin-bottom:15px;
}

#wrapper {
width:960px;
margin:0 auto;
}

#globalHeader {
float:left;
position:relative;
width:960px;
height:110px;
background:url(/images/headershade.png) no-repeat;
z-index:9998;
}

/* Quicks
-------------------------------------- */

#quicks {
float:left;
width:940px;
padding:20px 10px;
}

#quicksInner {
float:left;
width:940px;
padding:20px 0;
}

#quickLeft, #quickCenterLeft, #quickCenterRight, #quickRight  {
float:left;
width:235px;
}

/* Quick Items
-------------------------------------- */

.galleryQuick, .faceQuick, .bodyQuick, .skinQuick {
float:left;
width:204px;
height:84px;
padding:8px;
line-height:1.3em;
font-size:12px;
font-family:"Helvetica Neue", Helvetica, sans-serif;
background:#FFF url(/images/blkboxarrow.jpg) no-repeat;
text-decoration:none;
overflow:hidden;
}

.galleryQuick img, .faceQuick img, .bodyQuick img, .skinQuick img {
float:left;
margin-right:5px;
width:50px;
height:85px;
overflow:hidden;
}

.galleryQuick h2, .faceQuick h2, .bodyQuick h2, .skinQuick h2 {
color:#AA6EBF;
font-size:18px;
font-weight:100;
letter-spacing:1px;
margin-bottom:3px;
}

.galleryQuick p, .faceQuick p, .bodyQuick p, .skinQuick p {
color:#FFF;
font-size:12px;
font-weight:100;
letter-spacing:1px;
}

.galleryQuick a, .faceQuick a, .bodyQuick a, .skinQuick a {
color:#AD70C2;
text-decoration:none;
}

.galleryQuick a:hover, .faceQuick a:hover, .bodyQuick a:hover, .skinQuick a:hover {
text-decoration:underline;
}

/* Feature
-------------------------------------- */

#feature {
float:left;
position:relative;
width:960px;
height:400px;
margin-top:-110px;
overflow:hidden;
}

#featureInner {
float:left;
position:relative;
width:960px;
height:250px;
margin-top:-110px;
overflow:hidden;
}

#featureInner img {
float:left;
}

/* MainContent
-------------------------------------- */

#mainContent {
float:left;
position:relative;
width:940px;
padding:0 10px;
}

#mainContentInner {
float:left;
position:relative;
width:940px;
padding:10px 10px 0 10px;
background-color:#FFF;
}

#mainLeft {
float:left;
width:235px;
}

#mainCenter {
float:left;
width:235px;
}

#mainRight {
float:left;
width:470px;
}

#mainInnerLeft {
float:left;
width:600px;
}

#mainInnerRight {
float:left;
width:340px;
background-color:#CACACA;
}

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

#globalFooter {
clear:both;
width:100%;
min-height:80px;
font-size:12px;
}

#footer {
clear:both;
width:960px;
margin:0 auto;
background:#000 url(/images/footerbg.jpg) repeat-x;
}

.footerBox {
padding:20px;
}

.footerBox p {
color:#FFF;
}

.footerBox a {
color:#2F2825;
}

/* Content Boxes
---------------------------------------- */

.boxLeft, .boxCenter, .boxRight {
padding-right:15px;
}

.boxInnerRight {
color:#333;
padding:10px 15px;
}

.boxLeft h1, .boxCenter h1, .boxRight h1 {
color:#000;
margin-bottom:10px;
font-size:48px;
font-weight:200;
line-height:1.2em;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.boxLeft h3, .boxCenter h3, .boxRight h3, .boxInnerRight h3 {
color:#9863AA;
}

.boxLeft h4, .boxCenter h4, .boxRight h4, .boxInnerRight h4 {
color:#000;
font-size:14px;
font-family:Helvetica, Arial, sans-serif;
}

.boxLeft .blockheadline, .boxCenter .blockheadline, .boxRight .blockheadline, .boxInnerRight .blockheadline {
color:#B8AB55;
padding:3px 6px;
font-size:14px;
font-weight:100;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing:1px;
background-color:#000;
}

.boxLeft ul, .boxCenter ul, .boxRight ul, .boxInnerRight ul {
margin: 1em 1.5em 1em 1.5em;
}

.boxLeft ol, .boxCenter ol, .boxRight ol, .boxInnerRight ol {
margin: 0 1.5em 1.5em 2em;
}

.boxLeft dl, .boxCenter dl, .boxRight dl, .boxInnerRight ol {
margin: 0 0 1.5em 0;
}

.boxLeft blockquote, .boxCenter blockquote, .boxRight blockquote, .boxInnerRight blockquote {
margin:0.5em;
font-style: italic;
}

.boxLeft a, .boxCenter a, .boxRight a, .boxInnerRight a {
color:#333;
}

.boxLeft p, .boxCenter p, .boxRight p, .boxInnerRight p {
margin-bottom:15px;
}

/* SplitBox
---------------------------------------- */

.splitBox {
float:left;
width:455px;
}

.splitLeft {
float:left;
width:220px;
margin-right:15px;
}

.splitRight {
float:left;
width:220px;
}

.splitContent {
padding:0 5px;
}

.splitContent a {
color:#9863AA;
text-decoration:none;
}

.splitContent a:hover {
text-decoration:underline;
}

/* News
---------------------------------------- */

#news ul, #news ul li {
list-style:none;
}

#news ul {
margin-top:0;
margin-left:0;
margin-right:0;
}

#news li {
margin:0.5em 0;
padding:6px;
border-bottom:1px dotted #000;
}

#news h3 {
color:#9863AA;
font-size:14px;
font-family:Helvetica, Arial, sans-serif;
}

#news a {
color:#9863AA;
text-decoration:none;
}

#news a:hover {
text-decoration:underline;
}

/* more, date
---------------- */

.more, .date {
color:#9863AA;
font-style:italic;
font-family:"Times New Roman", Times, sans-serif;
}

/* Blog
---------------------------------------- */

.blogEntry {
float:left;
width:585px;
margin-bottom:20px;
}

.blogContent {
float:left;
width:507px;
}

.blogEntry h2 a {
text-decoration:none;
}

.blogEntry h2 a:hover {
background-color:transparent;
}

.dateBox {
float:left;
color:#FFF;
width:50px;
height:60px;
padding:8px 4px 0 4px;
margin:0 20px 10px 0px;
text-align:center;
font-size:12px;
line-height:1.2em;
background-color:#000;
}

.dateBox h3 {
color:#FFF;
margin-bottom:0;
}

.dateBox h4 {
color:#FFF;
line-height:0.9em;
margin-top:4px;
font-family:"Times New Roman", Times, serif;
}

.month {
width:50px;
height:15px;
color:#FFF;
padding:0;
margin:0;
font-size:16px;
text-transform:uppercase;
overflow:none;
}

.blogDate {
width:50px;
color:#FFF;
padding:0;
margin:0;
font-size:36px;
text-transform:uppercase;
overflow:none;
}

/* Calendar
---------------------------------------- */

#calendar ul, #calendar ul li {
list-style:none;
}

#calendar ul {
margin-top:0;
margin-left:0;
margin-right:0;
}

#calendar li {
margin:0.5em 0;
padding:6px;
border-bottom:1px dotted #000;
background-image:url(/images/calendarbg.png);
background-repeat:no-repeat;
}

#calendar a {
color:#9863AA;
text-decoration:none;
}

#calendar a:hover {
text-decoration:underline;
}

#calendar h3 {
color:#9863AA;
font-size:14px;
font-family:Helvetica, Arial, sans-serif;
}

#calendar h5 {
float:left;
width:40px;
height:45px;
color:#FFF;
line-height:0.9em;
padding-top:10px;
font-size:14px;
line-height:1.3em;
text-transform:uppercase;
text-align:center;
margin-right:5px;
background:#000 url(/images/calbg.jpg) no-repeat;
overflow:hidden;
}

#calendar p {
margin:0;
}

/* Promotions
---------------------------------------- */

.promo {
width:455px;
position:relative;
margin-bottom:20px;
overflow:auto;
}

.promo img {
float:left;
}

.promo p {
position:absolute;
right:15px;
width:210px;
margin-top:15px;
}

.promo strong {
color:#9863AA;
font-size:14px;
font-family:Helvetica, Arial, sans-serif;
}

.promo a {
color:#9863AA;
text-decoration:none;
}

.promo a:hover {
text-decoration:underline;
}

/* Basic Form Styles
---------------------------------------- */

/* RSS Subscribe
---------------------------------------- */

/* RSS Subscribe
---------------------------------------- */

.rssSubscribe a {
position:relative;
float:right;
width:150px;
height:22px;
text-align:right;
text-decoration:underline;
padding:2px 25px 2px 2px;
background-image:url(/images/rss.png);
background-repeat:no-repeat;
background-position:right;
overflow:auto;
}

.rssSubscribe a:hover {
background-color:#FFF;
}

label {
font-weight: 100;
}

input {
padding:3px;
margin-right:5px;
margin-bottom:5px;
border:1px solid #999;
}

select {
border:1px solid #999;
background-color:#CECECE;
}

fieldset {
padding:0.4em 0.8em;
margin: 0 0 15px 0;
background-color:#FFF;
border:1px solid #CACACA;
}

legend {
color:#AA6EBF;
font-size:14px;
font-weight: 100;
letter-spacing:1px;
padding:0 4px;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
background-color:#000;
}

/* ----------- Contact styling --------------- */

fieldset.contact {
padding:30px;
line-height:1.5em;
margin-top:15px;
background-repeat:no-repeat;
background-position:center;
border:1px dotted #A26EBF;
}

.left {
float:left;
}

.req {
color:red;
font-size:14px;
padding-right:5px;
}

.contact label {
color:#000;
width: 200px;
text-align: left;
font-size:14px;
display: block;
}

.contact #state {
width:40px;
}

.contact #zip {
width:80px;
}

.contact #submit {
width:80px;
}

.contact input {
width:200px;
padding:3px;
margin-right:20px;
margin-bottom:10px;
}

.contact select {
width:160px;
font-size:14px;
background: #FFF;
}

.contact option {
padding-top:5px;
padding-left:5px;
}

/* Photo Gallery
---------------------------------------- */

#thumbs {
padding:20px 0;
border-top:1px dotted #A26EBF;
}

#thumbs img {
border:3px solid #CACACA;
}

#photo_category_form {
float:right;
margin-top:5px;
}
