@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%
}

#bucket {
margin-left:auto;
margin-right:auto;
max-width:1000px;
position:relative;
}

p {
font-size:1.3em;
line-height: 140%;
color: #a0a0a0;
}

small {
color: #a0a0a0;
font-style:italic;

}

h1, h2 {
	text-indent: -9000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-position: center center;
	background-repeat: no-repeat;
}

a:link, a:visited {
color: #ff5000;
}

a:hover, a:active {
text-decoration: none;
}

/* Bucket > Header */

#bucket #header {
position: relative;
height:60px;
	border-bottom: 1px solid #a0a0a0;
	margin-top: 10px;
}

#bucket #header #logo {
position: absolute;
left: 0;
}

#bucket #header #logo strong {
font-size:2em;
text-transform:uppercase;
display: block;
}

#bucket #header #logo small {
font-size:1em;
}

#bucket #header #say_hello {
position: absolute;
right: 0;
}

#bucket #header #say_hello small {
display: block;
text-align: right;
font-size:1.3em;
}

#bucket #header #say_hello strong {
display: block;
text-align: right;
font-size:1.8em;
}


#bucket #header #login {
position: absolute;
bottom: -19px;
right: 0;
font-size: 1.2em;
font-style:italic;



}

#bucket #header #login a:link, #bucket #header #login a:visited {
text-decoration: none;
color:#FFFFFF;
background: #a0a0a0;
padding: 5px;
}

#bucket #header #login a:hover, #bucket #header #login a:active {
background: #ff5000;
}


/* Bucket > Content > Feature */

#bucket #content #feature {
margin-bottom: 20px;
margin-top:60px;
}

#bucket #content #feature h1#heading_buzzed {
	width: 705px;
	height: 118px;
	background-image: url(/images/interface/heading_buzzed.gif);
}

#bucket #content #feature h2#heading_handcrafted {
	background-image:url(/images/interface/heading_handcrafted.gif);
	height:39px;
	left:-15px;
	margin-bottom:20px;
	margin-top:10px;
	position:relative;
	width:678px;
}

#bucket #content #feature #introduction {
width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#bucket #content #feature #introduction:after {
clear:both;
content:".";
display:block;
height:0pt;
visibility:hidden;
}


#bucket #content #feature #introduction p {
float: left;
width: 50%;
}



/* Bucket > Content > Work */

#bucket #content #work {
margin-left:auto;
margin-right:auto;
margin-top:70px;
width:865px;
}

#bucket #content #work #jumper {
	clear: both;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	position: relative;
	width: 100%;
	height: 30px;
	font-size:1.3em

}

#bucket #content #work #jumper small {
display: block;
position: absolute;
left: 0;
top: 25%;
}

#bucket #content #work #jumper ul {
list-style: none;
display: block;
position: absolute;
right: 0;
top: 25%;
}

#bucket #content #work #jumper ul li {
float: left;
margin-left: 10px;
	border-right: 1px solid #000;
	padding-right: 10px;
}

#bucket #content #work #jumper ul li.end {
border: none;
}

#bucket #content #work .project .links {
display: none;
}


#content #work ul li {
list-style-position:inside;
list-style-type:circle;
margin-left: 10px;
}

#content #work ul li a {
font-size:10pt;
line-height:150%;
}


#content #work h3 {
color:#FF5000;
font-size:12pt;
font-weight:bold;
margin-bottom:6px;
margin-top:100px;

}


#bucket #content #work img {
border: 4px solid #FFF;
padding: 2px;
}

#bucket #content #work a:hover img {
border: 4px solid #FFD800;
}

#footer {clear: both; margin-top: 50px;}
