/*
Author: John Ellis of Seriously Awesome, LLC
Copyright 2010 Seriously Awesome, LLC, all rights reserved. 
*/

@import url(reset.css);
@import url(960.css);
@import url(960-forms.css);


body { 
	background-color: #FFF;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
}

hr {
	clear: both;
	margin-bottom: 18px;
	border-width: 0;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
}

/* @group Text */

p, li {
	margin-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { color: #BD0000; }

h1, h2, h3 { 
	word-spacing: -.25em;
	font-family: Gotham, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font-size: 39px;
	line-height: 54px;
	white-space: nowrap;
	color: #000;
}

h2 {
	font-size: 22px;
	line-height: 36px;
	margin-bottom: -7px;
	color: #000;
}

h3 {
	font-size: 24px;
	line-height: 36px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 18px;
	clear: both;
	padding-top: 36px;
	color: #000;
}

h4, legend {
	font-size: 18px;
	line-height: 36px;
	text-transform: capitalize;
	font-weight: normal;
}

h4, small, legend, th	 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #BD0000;
}

a { color: #000; }
a:hover { color: #BD0000; }

small { font-size: 12px; line-height: 18px; }

small a {
	color: #000;
	text-decoration: none;
}

small a:hover { color: #FFF; }



/* @end */

/* @group Lists */

ul li {
	margin: 0;
}

ul.bullet, ol {
	list-style-type: disc;
	list-style-position: inside;
}

ol {
	list-style-type: decimal;
}

ul.bullet li, ol li {
	margin-bottom: 0;
	margin-left: 1em;
	text-indent: -1em;
}

ol li { margin-left: 1.25em; text-indent: -1.25em; }
ol li ol { list-style-type: lower-alpha; }

ul.links li {
	margin-bottom: 18px;
}
ul.links li a, strong {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

ul.links li a:hover { color: #BD0000; }

/* @end */

/* @group Forms */

p.action-buttons {
	clear: both;
	padding: 18px 0;
	border-top: 1px solid #DDD;
	text-align:  right;
}

input.text, input.file, textarea, select {
	margin-bottom: 18px;
}

input.checkbox, div.checker, input.radio, div.radio {
	float: left;
	clear:  left;
}

label {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

label.checkbox, label.radio { font-weight: normal; font-size: inherit;}

input.submit, input.secondary {
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 6px 18px 0;
}

input.submit {
	background: #BD0000;
	background-image: 
		-webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(1, rgb(189,0,0)),
	    color-stop(0, rgb(227,27,27))
		) 
		;
	
	text-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px;
	border: 1px solid #804a4a;
	color: #550000;
	padding: 8px;
}

input.submit:hover {
	-webkit-box-shadow: 0 0 4px #804a4a;
	-moz-box-shadow: 0 0 4px #804a4a;
}

input.submit:active {
	background-image: 
		-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(1, rgb(189,0,0)),
	    color-stop(0, rgb(227,27,27))
		);
	text-shadow: rgba(255, 255, 255, 0.25) 0px -1px 0px;
}

input.secondary {
	background-image: 
		-webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(1, rgb(200,200,200)),
	    color-stop(0, rgb(253,253,253))
		);
	text-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px;
	border: 1px solid #BBB;
	color: #666;
	padding: 8px;
}

input.secondary:hover {
	-webkit-box-shadow: 0 0 4px #CCC;
	-moz-box-shadow: 0 0 4px #CCC;
}

input.secondary:active {
	background-image: 
		-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(1, rgb(200,200,200)),
	    color-stop(0, rgb(253,253,253))
		);
	text-shadow: rgba(255, 255, 255, 0.25) 0px -1px 0px;
}



/* @end */

/* @group Quotes */

blockquote {
	background: #EEE;
	padding: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

q {
	display: block;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	margin-left: .5em;
	text-indent: -.5em;
}

blockquote:before, q:before { content: "“"; }
blockquote:after, q:after { content: "”"; }

cite {
	display: block;
	margin-bottom: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	margin-right: 18px;
}

cite:before {
	content: "-";
}
/* @end */

/* @group Tables */

table {
	width: 100%;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
}

td {
	padding: 0 10px ;	
}

th {
	padding: 8px 9px;	
	background-color: #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #CCC;
	background-image:
		-webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(1, rgb(225,225,225)),
	    color-stop(0, rgb(253,253,253))
		)
	;
}

tr:hover, tr.alt:hover {
	background-color: #BD0000;
	color: #FFF;
}

tr.alt { background-color: #EEE; }
th.order-id { width: 60px; }
th.text { width: auto; }
th.status { width: 60px; }
th.money { width: 60px; }
tr.pending td { font-weight: bold; color: #333; }
tr.pending:hover td { color: #FFF; }



/* @end */

#header { background-color: inherit;
	padding-top: 18px;
	padding-bottom: 18px;
}

#proposal-id { text-align: right; }

#body { 
	background-color: #F9F9F9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 18px;
	padding-bottom: 54px;
	margin-bottom: 54px;
	-webkit-box-shadow: 0 0 24px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 24px rgba(0,0,0,.25);
	z-index: 1;
}
#content { background-color: inherit; }

#footer {
	color: #999;
	font-weight: bold;
	text-align: center;
}

/* @group Tabs */

ul#tabs {
	z-index: -10;
	overflow: hidden;
	background-color: #F9F9F9;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

ul#tabs li {
	display: inline;
	float: left;
	background-color: #F9F9F9;
	padding: 9px 18px;
	margin: 0;
	z-index: -1;
	-webkit-box-shadow: 0 0 24px rgba(0,0,0,.5);
	text-transform: uppercase;

}

ul#tabs li a {
	text-decoration: none;
}
/* @end */

.container_16 .gallery {
	width: 140px; !important;
	-webkit-border-radius: 5px;
	border: 1px solid #DDD;
	padding: 9px;
	background-color: #FFF;
	margin-bottom: 18px;
	background-image:
		-webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(1, rgb(225,225,225)),
	    color-stop(0, rgb(253,253,253))
		)
	;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.5);
}

.gallery img {
	-webkit-border-radius: 5px;
	border: 1px solid #FFF;
	border-top: 1px solid #DDD;
	width: 140px;
	height: 140px;
	margin: 0;
}
