/* @override http://www.nicktoye.co.uk/workspace/css/default.css */

/* Default CSS */

html {
	background: url(../img/body.png) repeat !important;
	margin-bottom: 1px !important;
	height: 100% !important;
}

body {
	background: url(../img/html.png) repeat-x !important;
}

div#notice {
	background: #E05257;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 60px;
	width: 100%;
	display: none;
}

#notice p {
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
}

p.twitter a {
	background: url(../img/twitter.png) no-repeat left;
	padding: 9px 0 9px 34px;
}


/* =branding */
#branding {
	height: 70px;
}

#branding h1 {
	line-height: 70px;
	background: url(../img/logo.png) no-repeat 0 50%;
	text-indent: -3000px;
	margin: 0 0 0 0px;
	float: left;
}

ul#nav {
	margin-left: 20px;
	display: inline;
	list-style: none;
	overflow: hidden;
	height: 70px;
	}
	
ul#nav li {
	float: left;
	width: 155px;
	margin: 0;
	padding: 0;
	}

ul#nav li a {
	height: 40px;
	display: block;
	line-height: 1.4em;
	padding: 22px 10px 13px 10px;
	text-align: left;
	margin: 0;
	color: #999;
	text-transform: uppercase;
	-webkit-transition-property: color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
  font-weight: normal;
	}
	


ul#nav li a strong {
	display: block;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition-property: color;
    -webkit-transition-duration: .5s;
    -webkit-transition-
	letter-spacing: 2px;
	}
	
ul#nav a:hover, ul#nav a.current {
	color: #FAD17F;
	opacity: 2;
}

ul#nav a:hover strong, ul#nav a.current strong {
	color: #BEBEBE;
	opacity: 2;
}

#container {
	
	}

/* =tag */
#banner {
	background: url(../img/banner.jpg) no-repeat;
	height: 204px;
}

body.contact #banner {
	background: url(../img/banner-contact.png) no-repeat;
}

body.portfolio #banner {
	background: url(../img/banner-portfolio.jpg) no-repeat;
}

body.about #banner {
	background: url(../img/banner-about.jpg) no-repeat;
}

#banner h2 {
	text-indent: -3000px;
}


/* =content */

#content {
	padding: 15px 0;
	min-height: 550px;
	}
	
#content img {
	float: right;
}
	
#content img.half {
	width: 100px;
	height: 100px;
	margin: 0 0 0 10px;
}
	
#intro p.summary {
	font-size: 1.8em !important;
	padding-bottom: 15px;
	border-bottom: 1px solid #C6C6BB;
}

#content h2 + p.summary {
	font-size: 1.4em !important;
	
}

#sidebar {
	margin-top: 15px;
	background: #F6F6E8;
}

#sidebar h3 {
	margin-bottom: 10px !important;
}

.gutter {
	padding: 10px;
	padding-bottom: 0;
	border: 1px solid #D8D2A9;
}


/* =content/cornerstones */

#cornerstones {
	border-bottom: 1px solid #C6C6BB;
	margin-bottom: 15px;
	margin-top: 15px;
}

#cornerstones div {
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border: 2px solid #C6C6BB;
	width: 296px;
	position: relative;
}


#cornerstones div h3, #cornerstones div p {
	padding: 0 10px;
	margin-bottom: 15px;
}

#cornerstones p.first {
	padding-right: 60px;
}

#cornerstones img {
	position: absolute;
	top: -30px;
	right: -24px;
	width: 100px;
	height: 100px;
}

#cornerstones span {
	color: #629299;
	font-size: 150%;
}

#cornerstones h3 {
	font-family: georgia;
	font-size: 1.6em;
	margin-right: 60px;
}

#cornerstones div a {
	float: right;
	margin-right: 10px;
	font-size: 1.2em;
	padding-right: 20px;
	background: url(../img/link-icon.png) no-repeat 100% 50%;
}

#cornerstones p {
	clear: both;
	padding: 0;
}

/* =content/recentProject & project */

#recentProject {
	
}

#recentProject h2 {
	margin: 0 0 5px 0;
	font-size: 1.3em;
	text-transform: uppercase;
}

#recentProject h3 {
	margin-bottom: 0;
	color: #9B9B93;
	font-weight: normal;
}

#recentProject h3 span a {
	font-size: 85%;
}

#recentProject {
	
}

div#featured-projects {
	float: left;
	position: relative;
}

ul#project-nav {
	position: absolute;
	right: 0;
	top: 1px;
	margin: 0;
}

ul#project-nav li {
	display: inline;
}

ul#project-nav li a {
	float: left;
	width: 9px;
	height: 9px;
	background: rgba(121,185,195,.3);
	-webkit-border-radius: 10px;
	margin-right: 5px;
	-webkit-transition-property: background;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
	/*background: rgba(121,185,195,.3) url(../img/dot.png) no-repeat 0 0;*/
	text-indent: -3000px;
}

ul#project-nav li a:hover, ul#project-nav li a.current {
	background-color: rgba(121,185,195,1);
}

ul#project-piece {
	float: left;
}

ul#project-piece h2 { 
	margin: 0 0 5px 0 !important;
}

ul#project-piece li {
	float: left;
}

#recentProject a img, #project a img {
	padding: 4px;
	background: #fff;
	width: 100%;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 0 14px rgba(0,0,0,.2);
	margin-bottom: 15px;
	-webkit-transition-property: box-shadow;
    -webkit-transition-duration: .6s;
    -webkit-transition-timing-function: ease-in;
}

#recentProject a:hover img {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.4);
}




#project h2 {
	margin: 0;
}

#project a {
	
}

#testimonial {
	float: left;
	
	margin: 0;
	padding: 15px 0;
	
	font-style: italic;
	font-family: georgia;
}

#testimonial p.author {
	float: left;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0;
}

#screens {
	border-top: 1px solid #c6c6bb;
	border-bottom: 1px solid #c6c6bb;
	padding: 15px 0;
	margin: 0 0 15px 0;
}

#screens ul {
	margin: 10px 0 15px 0;
}

#screens ul li {
	border: 1px solid #c6c6bb;
	width: 218px;
}

#screens ul li img {
	margin: 0;
	width: 218px;
	height: 150px;
}

#screens ul li a img {
	opacity: .5;
}

#screens ul li a:hover img {
	opacity: 1;
}

ul.type {
	margin: 0;
}

ul.type li h3 {
	margin: 0;
}

a.back, a.link {
	padding-right: 20px;
	background: url(../img/link-icon.png) no-repeat 100% 50%;
}

/* =content/about */

p.summary {
	/*border-bottom: 1px solid #c6c6bb;*/
	padding-bottom: 10px;
	margin: 0 0 15px 0;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

ul#primary-services, ul#secondary-services {
	border-bottom: 1px solid #c6c6bb;
	padding-bottom: 10px;
	margin: 0 0 15px 0;
}

ul#primary-services h3, ul#secondary-services h3, ul#tertiary-services h3 {
	margin: 0;
}

ul#primary-services h4, ul#secondary-services h4, ul#tertiary-services h4 {
	margin: 10px 0 0 0;
}

ul.related-projects {
	margin: 0 0 10px 0;
	font-size: 1.2em;
}

ul.related-projects li {
	border: 0 !important;
	display: inline;
}



ul#primary-services img {
	float: right;
	width: 64px;
	height: 64px;
}

/* =content/contactMe */

#contactMe {
	margin-top: 15px;
	background: #F6F6E8;
}

#contactMe h3 {
	margin-bottom: 10px;
}

#contactMe form {
	font-size: 1.2em;
}

#contactMe form label {
	display: block;
	margin-bottom: 15px;
}

#contactMe form label span {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}

#contactMe form input, #contactMe form textarea {
	font-size: 1.0em;
	margin: 0;
	padding: 5px;
	width: 265px;
	border: 1px solid #C6C6BB;
	color: #3d3d3d;
}

#contactMe form input:focus, #contactMe form textarea:focus {
	background: #E6E6D9;
	border-color: #C6C6BB;
}

#contactMe form button {
	background: #FFFFFF;
	border: 1px solid #C6C6BB;
	padding: 5px 10px;
	cursor: pointer;
	float: left;
	margin-left: 229px;
	display: inline;
}

#contactMe form button:hover {
	background: #C6C6BB;
}

/* =loginForm */

form#loginForm {
	font-size: 1.2em;
}

form#loginForm label {
	display: block;
	margin-bottom: 15px;
}

form#loginForm label span {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}

form#loginForm button {
	background: #FFFFFF;
	border: 1px solid #C6C6BB;
	padding: 5px 10px;
	cursor: pointer;
	float: left;
}

form#loginForm button:hover {
	background: #C6C6BB;
}

h2 span.logout {
	float: right;
	font-size: 55%;
}

/* =content/wrf */

form#workReqForm {
	margin: 0;
}

form#workReqForm fieldset {
	margin-left: 0;
	position: relative;
}

form#workReqForm label {
	display: block;
	margin-bottom: 15px;
	font-size: 1.2em;
	width: 215px;
}

form#workReqForm label.grid_6 {
	width: 450px;
}

form#workReqForm label.grid_9 {
	width: 685px;
}

form#workReqForm label.grid_6.omega {
	width: 450px;
	margin-left: 10px;
	display: inline;
}

form#workReqForm label span {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}

form#workReqForm input, form#workReqForm textarea, form#workReqForm select {
	font-size: 1.0em;
	margin: 0;
	padding: 5px 0;
	width: 100%;
	border: 1px solid #C6C6BB;
	color: #74746D;
	text-indent: 5px;
}

form#workReqForm input:focus, form#workReqForm textarea:focus {
	background: #F6F6C4;
	border-color: #C6C6BB;
}

form#workReqForm label.nomargin {
	margin-bottom: 0;
}

form#workReqForm button {
	background: #FFFFFF;
	border: 1px solid #C6C6BB;
	padding: 5px 10px;
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	right: 5px;
}

form#workReqForm button:hover {
	background: #C6C6BB;
}



form#workReqForm fieldset div.gutter {
	background: #F6F6E8;
	float: left;
	padding: 10px;
	width: 920px;
	margin: 0;
}

img#click-here {
	width: 128px;
	position: absolute;
	right: 60px;
	bottom: 30px;
}

small.required {
	float: right;
	font-size: 1.1em;
}

/* =content/studioAddress */

div#studioAddress {
	border-top: 1px solid #D8D2A9;
	padding-top: 15px;
}

div.vcard {
	font-size: 1.2em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #D8D2A9;
}

div.adr span {
	display: block;
}

div.org {
	font-weight: normal;
}


div.tel span {
	display: inline;
	margin: 5px 0;
}

#contactMe p em {
	font-weight: bold;
}





p.error {
	background: #990011;
	text-align: center;
	border: 1px solid #3d3d3d;
	color: #fff;
	font-size: 1.4em;
	padding: 5px;
}

p.success {
	background: #2F7608;
	text-align: center;
	border: 1px solid #3d3d3d;
	color: #fff;
	font-size: 1.4em;
	padding: 5px;
}


/* =rateCard */

table.rates {
	text-align: left;
	margin: 0 0 15px 0;
	font-size: 1.2em;
	
}

table.rates thead, table.rates tbody, table.rates tr {
	margin: 0;
}

table.rates th, table.rates td {
	margin: 0;
}

table.rates th.grid_11 {
	width: 840px;
}

table.rates th.grid_1, table.rates td.grid_1 {
	width: 90px;
}

table.rates thead {
	border-bottom: 1px solid #C6C6BB;
	text-indent: 5px;
}

table.rates tbody tr {
	padding: 5px;
	width: 930px !important;
	background: #FBFBED;
	border-bottom: 1px solid #C6C6BB;
	
}

table.rates tbody tr:hover {
	background: #fff;
}

/* =footer */
	
#footer {
	clear: both;
	width: 100%;
	background: #25272A;
	float: left;
	padding-bottom: 50px;
}

#footer #shell {
	margin: 0 auto;
}

/* =footer/sitemap */
	
#footer ul {
	margin: 15px 0 0 10px;
	}
	
#footer ul li {
	display: inline;
	font-size: 1.4em;
	color: white;
	margin: 0;
	}
	
#footer ul ul {
	margin: 0;
	
	}
	
#footer ul li li {
	display: block;
	font-size: 80%;
	float: none;
	padding: 5px 0 0;
	
	}
	
#footer ul li li a {
	color: #3d3d3d !important;
	}
	
#footer ul li li a:hover {
	color: white !important;
	}
	
/* =footer/details */

#thumbs, #about, #contact {
	margin-top: 15px;
}

#thumbs {
	margin-left: 10px;
}

#footer h3 {
	font-size: 1.4em;
	color: #fff;
	font-weight: normal;
	margin-bottom: 8px;
}

#thumbs ul {
	margin: 10px 0 0 0;
}

#thumbs ul li a img {
	width: 60px;
	padding: 2px;
	background: #fff;
	border: 1px solid #141517;
}

#thumbs ul li a:hover img {
	background: #3d3d3d;
}

#about {
	margin-top: 15px;
}





