@import url(css/reset.css);
@import url(css/960.css);

/* FORMATTING */

noscript span {
	display:block;
	padding:5px;
	background:#444;
	color:#999;
	font-size:1.1em;
}

body {
	background:#222 url(imgs/src/tile.gif);
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:left;
}

a:link { color:#222; border-bottom:1px solid #1dffd2; text-decoration:none; }
a:visited { color:#222; border-bottom:1px solid #1dffd2; text-decoration:none; }
a:hover { color:#1dffd2; background-color:#1dffd2; text-decoration:none; }
a:active { color:#222; background-color:#fff; text-decoration:none; }

a.reverse:link { color:#1dffd2; background:none; text-decoration:none; border:none; }
a.reverse:visited { color:#1dffd2; background:none; text-decoration:none; border:none; }
a.reverse:hover { color:#fff; background:none; text-decoration:none; border:none; }
a.reverse:active { color:#1dffd2; background:none; text-decoration:none; border:none; }

p {
	margin-bottom:10px;
	line-height:1.8em;
}

h1,h2 {
	color:#222;
	font-weight:bold;
	font-size:1.1em;
	padding:10px 0; margin-bottom:10px;
	border-bottom:1px solid #ccc;	
}

h2.arrowed {
	background:url(imgs/src/arrow.gif) no-repeat 0 50%;
	padding-left:10px;
}

h1#strap, h3#contact {
	font-weight:normal;
	position:absolute;
	color:#fff;
	font-size:1.3em;
	margin:0; padding:0;
	border:0;
}

h1#strap {
	top:17px; left:130px;	
}

h3#contact {
	text-align:right;
	top:0; right:0;
	background-image:url(imgs/src/bubble.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding:17px 30px 0 0;
}

h3#contact span {
	padding:0 2px;	
}

span.grey {
	color:#999;	
}

h3 {
	color:#eee;
}

.tooltipStyle {
	background:#fff url(imgs/src/arrow.gif) no-repeat 5px 50%;
	border:1px solid #ccc;
	padding:5px 5px 5px 15px;
	font-weight:bold;
	font-size:1.1em;
}

img {
	display:block;	
}

/* CONTACT */

div#sbox-content {
	margin:0 auto;
}

div#sbox-content fieldset.loading {
	background:url(imgs/src/ajax-loader.gif) no-repeat 100% 50%;	
}

div#sbox-content fieldset.formStatus {
	height:30px;
	margin:0; padding:0;
}

div#sbox-content span.status {
	padding:3px;
	border-radius:3px;
	color:#333;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

div#sbox-content span.success {
	background:url(imgs/src/status-success.png) no-repeat 0 50%;
	padding-left:18px;
}

div#sbox-content span.error {
	background:url(imgs/src/status-error.png) no-repeat 0 50%;
	padding-left:18px;
}

div#sbox-content fieldset.formStatus fieldset.statusLeft,
div#sbox-content fieldset.formStatus fieldset.statusRight {
	line-height:30px;	
}

div#sbox-content fieldset.formStatus fieldset.statusLeft {
	float:left; display:inline;
	width:23%;
	margin-right:1%;
}

div#sbox-content fieldset.formStatus fieldset.statusRight {
	float:right; display:inline;
	width:73%;
	padding:0 1%;
	text-align:left;
}

div#sbox-content div.hash {
	background:url(imgs/src/checker-light.gif) repeat 0 0;
	width:100%; height:5px;
	margin:0 0 10px 0;
}

div#sbox-content h1 {
	background:url(imgs/src/email-me.gif) no-repeat 0 0;
	border:none;
	width:100%; height:27px;
	text-indent:-9999px;
	margin:10px 0 10px 0; padding:0;
}

div#sbox-content form input, div#sbox-content form textarea {
	width:337px;
	padding:5px; margin:0 0 10px 0;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	border:1px solid #ccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	background:url(imgs/src/shadow.gif) no-repeat 0 -80px;
	line-height:1.6em;
}

div#sbox-content form fieldset textarea {
	height:170px;	
}

div#sbox-content form fieldset.statusLeft input {
	width:auto;
	background:#fff;
	color:#333;
	border-color:#999;
	width:80px;
	padding:3px 0; margin:0;
	cursor:pointer;
	font-weight:bold;
}

div#sbox-content form input.btn:hover {
	border-color:#666;
	color:#000;
}

/* TABS */

.tabFeatured {
	background:url(imgs/src/tab-featured.gif) no-repeat 0 0;
}

.tabBrowse {
	background:url(imgs/src/tab-browse.gif) no-repeat 0 0;
}

.tabWhatIDo {
	background:url(imgs/src/tab-whatido.gif) no-repeat 0 0;
}

/* LAYOUT */

.hide {
	visibility:hidden;
	display:inline;
}

#container {
	font-size:1.1em;
}

#header {
	position:relative;
	height:34px;
	margin-top:20px;
}

#logo {
	margin:0; padding:0; border:none;
	background:url(imgs/src/rootsy-logo.png) no-repeat 0 0;
	height:100%;
	text-indent:-9999px;
}

#logo a {
	display:block;
	width:120px; height:100%;
	border:0;
}

#logo a:hover {
	background:none;	
}

#feature {
	background:#fff url(imgs/src/notch.gif) no-repeat top right;
	height:340px;
	border-bottom:1px solid #ccc;
}

#feature #gallery {
	position:relative;
	float:left; display:inline;
	width:620px; height:100%;
}

#feature #gallery #screen {
	z-index:1;
	position:absolute;
	top:10px; left:10px;
}

#feature #blurb {
	position:relative;
	float:left; display:inline;
	width:310px; height:100%;
}

#feature div.blurbhead {
	height:36px;
	margin-bottom:10px;
}

#feature div.blurbhead h1 span.layout {
	float:left; display:inline;	
}

#feature div.blurbhead a.visit {
	float:right; display:inline;
	width:10px; height:10px;
	margin-top:2px;
	border:none;
	background:url(imgs/src/viewsite.gif) no-repeat 0 0;
	text-indent:-9999px;
}

#feature #blurb #nav {
	position:absolute;
	bottom:10px; left:10px;
	width:290px; height:9px;
}

#feature #blurb #nav #prev, #feature #blurb #nav #next {
	float:left; display:inline;
	width:145px; height:9px;
	text-indent:-9999px;
	background-image:url(imgs/src/work-nav.gif);
	background-repeat:no-repeat;
	border:none;
}

#feature #blurb #nav #prev {
	background-position:0 0;	
}

#feature #blurb #nav #prev:hover {
	background-position:0 -9px;
}

#feature #blurb #nav #next {
	background:url(imgs/src/work-nav.gif) no-repeat -145px 0;
}

#feature #blurb #nav #next:hover {
	background-position:-145px -9px;	
}

#feature #blurb #scroll {
	float:left; display:inline;
	width:270px; height:250px;
	margin-right:10px;
	overflow:hidden;
	padding:0 5px 0 0;
}

#feature #blurb #scrollbar {
	float:left; display:inline;
	width:5px; height:250px;
	background:url(imgs/src/scroll-bg.gif) repeat-y 0 0;
	position:relative;
}

#feature #blurb #scrollbar #handle {
	cursor:pointer;
	position:absolute;
	width:5px; height:12px;
	background:#1dffd2 url(imgs/src/scrollhandle.gif) no-repeat 0 0;
}

#morework {
	background:#fff;
}
	
#morework a.thumb {
	float:left; display:inline;
	width:135px; height:73px;
	margin:10px 5px 0 5px;
	padding:5px;
	background:url(imgs/src/checker.gif);
	border:none;
}

#morework a.active, #morework a:hover {
	background:#1dffd2;	
}

#morework div.smallgutter {
	padding-top:0;	
}

#whatdo {
	
}

#whatdo div.ido {
	float:left; display:inline;
	width:178px; height:auto;
	padding:0 4px 0 5px;
	border-right:1px solid #ccc;
	background:#fff;
}

#whatdo div.last {
	border-right:none;	
	padding-right:5px;
}

#footer {
	font-size:1em;
	color:#999;
	padding-bottom:10px;
}

#footer p.right {
	text-align:right;	
}

div.row {
	margin-bottom:10px; padding-bottom:10px;
	background:url(imgs/src/1px.gif) repeat-x bottom left;
}

div.gutter {
	padding:10px;
}

div.smallgutter {
	padding:10px 5px;	
}