/*
Project:    analog.coop
Variant:    Screen
Author:     Jon Tan, Jon Gibbins
Date:       01 Dec 2009

----------------------------------------*/

@import url("reset.css");

/* #grid styles */

#grid{
background: url(bg-grid-980.gif) repeat-y 0 0;
position: absolute;
top: 0;
left: 50%;
margin-left: -490px;
width: 980px;
}
#grid .horiz{
border-bottom: 1px dotted #aaa;
height: 23px;
}

/* Base styles */

a:link,
a:visited{
color: #5a3232;
border-bottom: 1px solid #fff;
padding: 0 2px;
text-decoration: none;
}
#mugshots a:link,
#mugshots a:visited{
border: 0;
background: 0;
}
a:focus,
a:hover,
a:active{
color: #be3c14;
background-color: #fff;
border-bottom: 1px solid #fff;
}

/*
----------------------------------------*/

@media screen{

body{
font-size: 1em;
line-height: 1.5;
font-family: 'American Typewriter', Georgia, sans-serif;
background: #d8dcce url(bg.jpg) repeat 0 0;
color: #321e1e;
}
html>body{
font-size: 16px;
}

/*
text =t
----------------------------------------*/

/* headings =h */

h2{
font-size: 16px;
line-height: 1.5;
font-weight: 400;
margin-bottom: 10px;
}
header h2{
font-size: 24px;
line-height: 1.333;
letter-spacing: -0.011em;
text-align: left;
float: none;
padding: 72px 0 0 340px;
width: 620px;
}
section h2{
letter-spacing: 0.133em;
text-transform: uppercase;
text-align: right;
color: #be3c14;
float: left;
width: 300px;
}

h2, h3, p, li{
font-weight: 400;
text-shadow: #f8fcee 0 1px 1px;
}

/* structured text =s */

p{
margin-bottom: 24px;
}

#greeting p,
p#just-now{
color: #2b3c45;
}

/*
grouping elements - layers / dividers =d
----------------------------------------*/

#wrap{
width: 980px;
margin: 0 auto;
}

#content{
padding: 0 0 0 20px;
width: 960px;
}

/* header */

header{
position: relative;
height: 100px;
}
header h1 img{
position: absolute;
left: 20px;
top: 24px;
}

/* deck */

#deck{
height: 288px;
position: relative;
margin-bottom: 48px;
}
#deck #greeting{
float: left;
width: 300px;
margin-top: 48px;
z-index: 2;
}
#deck #greeting p + p{
font-size: 14px;
line-height: 18px;
color: #321e1e;
}
#deck #illustration-wrap{
float: right;
width: 650px;
height: 288px;
border-left: 1px solid #999;
overflow: hidden;
}
#deck #illustration{
position: relative;
display: block;
vertical-align: text-bottom;
left: -240px;
z-index: 1;
}

/* is */

#is{
clear: both;
}
#is #mugshots{
display: block;
clear: both;
height: 144px;
padding-left: 320px;
background: transparent url(bg-actual-mugshots.png) 22% 50% no-repeat;
}
#is #mugshots ul{
width: 640px;
}
#is #mugshots ul li{
position: relative;
left: -4px;
float: left;
width: 110px;
height: 130px;
margin-right: 19px;
}
#is #mugshots ul li.jt{
background: transparent url(bg-jt.png) 5% 5% no-repeat;
margin-right: 0;
}
#is #mugshots ul li.az{
background: transparent url(bg-az.png) center bottom no-repeat;
}
#is #mugshots ul li a:link img,
#is #mugshots ul li a:visited img{
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
}
#is #mugshots ul li a:hover img,
#is #mugshots ul li a:focus img{
margin: -5px 0 0 -5px;
width: 120px;
z-index: 2;
}
#is p{
float: right;
width: 620px;
margin: 0 20px 24px 10px;
}

/* does */

#does{
clear: both;
}
#does h2{
float: right;
width: 300px;
text-align: left;
margin: 0 20px 24px 0;
}
#does figure{
float: left;
vertical-align: text-bottom;
}
#does h3{
margin-bottom: 24px;
}
#does h3,
#does ol{
float: right;
clear: right;
width: 300px;
margin-right: 20px;
}
#does ol{
margin-bottom: 24px;
}
#does ol li{
margin-bottom: 24px;
}
#does ol li h4{
display: inline;
font-weight: 600;
}
#does ol li p{
display: inline;
word-spacing: -0.034em;
}

/* talk-to-us */

#talk-to-us{
clear: both;
}
#talk-to-us p,
#talk-to-us form{
float: right;
}
#talk-to-us p{
width: 620px;
margin: 0 20px 15px 10px;
}
#talk-to-us form{
width: 620px;
position: relative;
margin: 0 20px 0 10px;
padding: 0 0 24px;
}
#talk-to-us form#contact div{
position: relative;
margin: 0;
padding: 9px 0 0;
width: 620px;
min-height: 36px;
background-color: #fff;
background-color: rgba(255,255,255,0.5);
color: #2b3c45;
}
#talk-to-us form#contact textarea{
font-family: 'American Typewriter', Georgia, serif;
font-size: 16px;
line-height: 1.5;
color: #2b3c45;
background: transparent;
width: 590px;
margin: 0 0 0 13px;
padding: 0;
resize: vertical;
}
label span{
position: absolute;
left: -999em;
}
label.placeholder span{
color: #2b3c45;
background: transparent;
opacity: 1;
left: 15px;
top: 9px;
z-index: 5;
}
label.faded span{
opacity: 0.4;
}
label.hidden span{
opacity: 0;
z-index: -1;
}
textarea{ 
border: 0;
}
#contactsend{
font-family: 'American Typewriter', Georgia, serif;
font-size: 16px;
border: 0;
background-color: #be3c14;
color: #fff;
margin: 15px 0 32px;
padding: 8px 15px;
letter-spacing: 1px;
cursor: pointer;
}
#contactsend:focus,
#contactsend:hover{
background-color: #2b3c45;
color: #fff;
}
#thanks{
display: block;
color: #be3c14;
background-color: #fff;
background-color: rgba(255,255,255,0.5);
}
#thanks h1{
font-size: 24px;
line-height: 32px;
padding: 24px;
color: #be3c14;
}
#cheers{
color: #be3c14;
background: transparent;
}

/* footer */

footer{
position: relative;
display: block;
clear: both;
border-top: 1px solid #999;
padding: 14px 0 72px;
background: transparent url(bg-fin.png) 10% 25% no-repeat;
}
footer ul,
footer p{
margin-left: 340px;
width: 620px;
}
footer ul{
padding-top: 28px;
margin-bottom: 24px;
}
footer ul li{
font-size: 18px;
line-height: 1.333;
display: inline;
margin: 0 20px 0 0;
}
footer p{
font-size: 14px;
line-height: 1.286;
margin-bottom: 18px;
}
footer ul li img{
margin-right: 12px;
vertical-align: text-bottom;
}
footer p{
}

}/* END screen */