/* Grey Box Method - Layout CSS
----------------------------------------------- */
body {
	background: #000; /*url("images/main_bg.png") top left repeat;*/
	color: #333;
	font-size: 11px;
	padding: 0;
}

/* anchors
----------------------------------------------- */
a {
	color: #1F151D;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}

/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background: #fff;
	width: 1000px;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}
h1 a {font-weight:normal;}

/* heading
----------------------------------------------- */
#heading {
	background: #000 url("../images/logo_text.png") center center no-repeat;
	height: 100px;
	margin-top: 10px;
}

/* branding
----------------------------------------------- */
#brand_home {
	background: #fff url("images/brand_red.png") top center no-repeat;
	height: 215px
}
#brand_profile {
	background: #fff url("images/brand_orange.png") top center no-repeat;
	height: 215px
}
#brand_studiospecs {
	background: #fff url("images/brand_yellow.png") top center no-repeat;
	height: 215px
}
#brand_newstudio {
	background: #fff url("images/brand_green.png") top center no-repeat;
	height: 215px
}
#brand_photos {
	background: #fff url("images/brand_turquoise.png") top center no-repeat;
	height: 215px
}
#brand_gearsales {
	background: #fff url("images/brand_blue.png") top center no-repeat;
	height: 215px
}
#brand_faqs {
	background: #fff url("images/brand_indigo.png") top center no-repeat;
	height: 215px
}
#brand_contact {
	background: #fff url("images/brand_violet.png") top center no-repeat;
	height: 215px
}
/* page heading
----------------------------------------------- */
h2#page-heading {
	color: #fff;
	font-weight:normal;
	padding: .5em .5em .5em .5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #fff;
}

/* boxes
----------------------------------------------- */
.box {
	background: #eee url("../images/bg.gif") 0px 25px no-repeat;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box_ns {
	background: #eee url("../images/bg.gif") 0px 0px no-repeat;
	margin-bottom:20px;
	padding:10px 10px 10px 10px;
}
.box h2 {
	font-size:1.3em;
	font-weight:normal;
	color:#fff;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
	/*background:#000;*/
}

/* - - - - - Page Colours - - - - - */

.box h2.home {background:#9C1707;}
.box h2.profile {background:#C15E08;}
.box h2.studiospecs {background:#DBC706;}
.box h2.newstudio {background:#529019;}
.box h2.photos {background:#2B816A;}
.box h2.gearsales {background:#337089;}
.box h2.faqs {background:#D40E6C;}
.box h2.contact {background:#972078;}

/* - - - - - Page Colours - - - - - */

.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}

/* paragraphs, quotes
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	margin-bottom:0.8em;
	border-left:3px solid #ccc;
	font-style: italic;
}
blockquote cite {
	font-size:.9em;
	font-style: normal;
}

/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}

/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p textarea {
	width:98%;
	height: 100px;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	padding-top:.5em;
}
.box .article {
	border-bottom:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}

/* site information
----------------------------------------------- */
#site_info .box_left {
	float: left;
	color:#fff;
	background:#000;
	margin-bottom:10px;
	width:230px;
	min-height:160px;
	padding:10px 0px 1px 10px;
}
#site_info .box_right {
	float: left;
	color:#fff;
	background:#000;
	margin-bottom:10px;
	width:720px;
	min-height:160px;
	padding:10px 10px 1px 10px;
}
#site_info .box_btm {
	color:#333;
	background:#000;
	width:960px;
	padding:0px 10px 2px 10px;
	margin-bottom:10px;
}
#site_info .box_left a {color:#ccc;}
#site_info .box_btm a {color:#444; text-decoration: underline;}
#site_info a:hover {color:#1F151D;}