/*

	threeformed.com stylesheet	
	Copyright ThreeFormed Media
	
	You can borrow, but give credit where it's due.

*/
/*#content {
	background: transparent url(images/temp/bg-content.gif) 0 0 repeat;
}
.pane {
	background: transparent url(images/temp/bg-pane.gif) 0 0 repeat;
}
.blockContainer {
	background: transparent url(images/temp/bg-blockContainer.gif) 0 0 repeat;
}
.block {
	background: transparent url(images/temp/bg-block.gif) 0 0 repeat;
}*/

/* GENERAL
*****************************************************************************/
@import url(reset.css);

html, body {
	background: #222;/* url(images/wrapper/bg-body.gif) 0 0 repeat;*/
	height: 100% !Important;
	font: normal 12px/12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #FFFFFF;
}
#wrapper {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	min-width: 700px;
	min-width: 100%;
}

/* HEADER
*****************************************************************************/
#header {
	/*height: 200px;*/
	height: 620px !Important;
	/*background: transparent url(images/wrapper/bg-header.gif) 0 0 repeat-x;*/
	width: 100%;
	min-width: 100%;
}
#logo {
	width: 223px;
	height: 80px;
	display: block;
	position: absolute;
	top: 34px !Important;
	left: 40px;
	background: transparent url(images/wrapper/logo.png) 0 0 no-repeat;
	cursor: pointer;
}

/* Header NAVIGATION
*****************************************************************************/
ul#navigation {
	position: absolute;
	top: 145px !Important;
	left: 40px;
	width: 935px;
}
ul#navigation li {
	position: relative;
	display: block;
	float: left;
	margin-right: 28px;
	height: 48px;
}
ul#navigation li a {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 24px;
	cursor: pointer;
	background: transparent url(images/spacer.gif) 0 0 repeat;
}
ul#navigation li.about {
	width: 190px;
	background: transparent url(images/wrapper/nav-about.png) 0 0 no-repeat;
}
ul#navigation li.work {
	width: 208px;
	background: transparent url(images/wrapper/nav-work.png) 0 0 no-repeat;
}
ul#navigation li.contact {
	width: 150px;
	background: transparent url(images/wrapper/nav-contact.png) 0 0 no-repeat;
}
ul#navigation li.blog {
	width: 143px;
	background: transparent url(images/wrapper/nav-blog.png) 0 0 no-repeat;
}
ul#navigation li:hover {
	background-position: 0 -50px;
}

/* Main Nav Sub Items 
************************************/
ul#navigation li ul {
	float: right;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 2px;
}
ul#navigation li ul li {
	display: inline;
	margin: 0 0 0 10px;
	height: 11px;
}
ul#navigation li ul li a {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	height: 11px;
	text-decoration: none;
	width: auto;
	color: #2e9e68;
}
ul#navigation li:hover ul li a {
	color: #c7ff66;
}
ul#navigation li ul li a:hover {
	color: #c7ff66;
	text-decoration: underline;
}

/* CONTENTS
*****************************************************************************/
#container {
	position: absolute;
	top: 230px;
	display: block;
	width: 100%;
	min-height: 400px;
	min-width: 700px;
	overflow: hidden;
	/* might not be necessary */
	height: 350px;
	clear: both;
	z-index: 5;
}
#content {
	min-width: 230px;
	margin-left: 310px !Important; /* = nav width + padding */
	padding: /*0 30px 0 */0;
}

/* SUB-NAV
*****************************************************************************/
#subNav {
	display: block;
	float: left;
	width: 230px;
	margin-right: 15px;
	padding-left: 40px;
}
.options {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 10px 0 10px 0;
}
.options:hover li a {
	color: #c7ff66;
}
.options li {
	display: inline;
}
.options li a {
	display: inline;
	margin-right: 8px;
	color: #2e9e68;
	text-decoration: none;
	text-transform: uppercase;
}
.options li a.selected {
	color: #c7ff66;
}
.options li a:hover {
	color: #c7ff66;
	text-decoration: underline;
}

.vancity {
	top: 10px; 
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999; 
	position: relative;
	margin-bottom: 20px;
}

/* Projects Navigation
- - - - - - - - - - - - - - - - - - - - - - - */
.projectList {
	font-weight: bold;
	font-size: 12px;
	padding: 8px 0 10px 0;
}
.projectList li a {
	display: block;
	background: none;
	padding: 2px 0 4px 0;
	margin-bottom: 4px;
	text-decoration: none;
	color: #FFFFFF;
}
.projectList li a.hilite {
	color: #c7ff66;
	padding-left: 6px;
	background: transparent url(images/wrapper/bullet.gif) 0 5px no-repeat;
}
.projectList li a:hover {
	color: #000000;
	padding-left: 3px;
	background: #c7ff67;
	text-decoration: none;
}
.projectList li a.hilite:hover {	
	padding-left: 9px;
	background: #c7ff67 url(images/wrapper/bullet.gif) 3px -25px no-repeat;
}

/* WORKS PAGE
*****************************************************************************/
a.gridIcon { /* Appears in work paragraph */
	padding: 0 0 11px 17px;
	display: inline;
	background: transparent url(images/wrapper/grid-icon.gif) 0 0 no-repeat;
	text-decoration: none;
	margin: 0 2px 0 2px;
}
a.gridIcon:hover {
	background-position: 0 -30px;
	text-decoration: none;
}
#subNav a.gridIcon {
	width: 17px;
	height: 11px;
	display: block;
	float: right;
	position: relative;
	top: -17px;
	padding: 0;
	margin: 0 0 -17px 0;
}

/* Grid View
- - - - - - - - - - - - - - - - - - - - - - - */
#gridView ul {
	float: left;
	margin-right: 10px;
	padding: 12px 0 0 0;
	border-top: 1px solid #999999;
}
#gridView ul li a {
	display: block;
	width: 173px;
	height: 74px;
	border: 6px solid #FFFFFF;
	margin-bottom: 10px;
	text-indent: -1000px;
}
#gridView ul li a.hilite {
	border: 6px double #c7ff66;
}
#gridView ul li a:hover {
	border-color: #CCCCCC;
}

/* FOOTER
*****************************************************************************/
#footer {
	height: auto;
	/*margin-top: -110px;*/
	padding: 120px 0 0 0;
	/*background: transparent url(images/wrapper/bg-footer.gif) bottom left repeat-x;*/
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
	display: block;
	z-index: 0;
	clear: both;
}
.copyright {
	height: auto;
	margin: 0 40px 0 40px;
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
}
.clientLogin {
	/*position: absolute;
	bottom: 15px;
	right: 40px;
	width: 350px;
	height: 20px;*/
	
	/* TEMP */
	background: #666666;
	display: none;
}

/* LAYOUT
*****************************************************************************/
.pane {
	position: relative;
	height: 310px !Important;
	width: 98%;
	overflow: auto;
}
.blockContainer {
	min-width: 230px;
}
.block {
	width: auto;
	float: left;
	display: block;
	margin-right: 25px;
	margin-bottom: 15px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #999999;
	min-width: 230px;
	line-height: 16px;
}
.single {
	width: 255px;
}
.double {
	width: 510px;
}
.triple {
	width: 770px;
}

/* HOME PAGE
*****************************************************************************/
.newProject,
a.newProject {
	border: 6px solid #FFFFFF;
	margin: 2px 0 7px 0;
	display: block;
	width: 218px;
	height: 118px;
}
a.newProject:hover {
	border-color: #CCCCCC;
}

a.backHome {
	font: bold 11px/1em Arial, "Helvetica Neue", Helvetica, sans-serif;
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	position: relative; 
	top: -15px;
	right: 25px;
	margin-bottom: -15px;
}
a.backHome:hover {
	color: #c7ff66;
}

/* PROJECTS
***********************************************************/
.project {
	border-top: 1px solid #999999;
}
.projectDetails {
	/*width: 230px;*/
	min-height: 50px;
	width: auto;
	float: left;
	display: block;
	margin-right: 25px;
	padding: 10px 0 10px 0;
	width: 205px;
}
#content .projectDetails p {
	width: auto;
}
.projectDetails p.date {
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
}
.screenshot {
	border: 6px solid #FFFFFF;
	display: block;
	float: left;
	margin: 11px 10px 0 0;
}

/* Screenshots cycling nav 
************************************/
.projectCyclers {
	font: bold 11px/1em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #c7ff66;
	padding-left: 6px;
}
.projectCyclers a {
	color: #c7ff66;
	text-decoration: underline;
	padding: 1px 1px 0 2px;
}
.projectCyclers a:hover {
	color: #000000;
	background: #c7ff67;
}

/* ABOUT US
***********************************************************/
.who {
	border: 6px solid #FFFFFF;
	margin: 2px 0 7px 0;
	display: block;
	width: 218px;
	height: 118px;
}
.role {
	margin: 0 0 1px 0;
	font-size: 10px;
	text-transform: uppercase;
}
.jeff {
	background: transparent url(images/about/jeff.jpg) 0 0 no-repeat;
}
.anton {
	background: transparent url(images/about/anton.jpg) 0 0 no-repeat;
}
.gordon {
	background: transparent url(images/about/gordon.jpg) 0 0 no-repeat;
}

/* CONTACT
***********************************************************/
.contacForm {
	/*width: 230px;*/
}
input,
textarea,
select,
.search input,
#searchform input {
	font: normal 12px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 3px 4px 3px 4px;
	background-color: #2F2F2F;
	background-image: url(images/wrapper/inputs-bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	border: 1px solid #3b3b3b;
	width: 200px;
	display: block;
	margin-bottom: 8px;
}
input:focus,
textarea:focus,
select:focus {
	border: 1px solid #999999;
}
.contacForm textarea {
	height: 100px;
	width: 220px;
	max-height: 100px;
	max-width: 220px;
	overflow: auto;
}
.contacForm textarea.shorty {
	height: 60px;
}
input.btn {
	width: auto;
	display: inline;
	margin-right: 10px;
	border: 1px solid #3b3b3b;
	cursor: pointer;
}
select,
select:focus {
	padding: 2px 1px 2px 0;
	background-color: none;
}
select optgroup option,
select option,
select option:focus {
	font-weight: normal;
	border: none;
	background: #000000;
}
input:hover,
textarea:hover,
select:hover,
form:hover input.btn {
	border: 1px solid #606060;
}
input[type=hidden]{
	display: none;
}

/* TYPOGRAPHY
***********************************************************/
h1 {
	font: bold 16px/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 4px 0;
	color: #FFFFFF;
}
h1 small {
	font: normal 14px/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2,
h2 a {
	font: bold 20px/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 5px 0;
	color: #c7ff66;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	font: bold 12px/1em Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 8px 0;
	color: #c7ff66;
}
h4 {
	font: bold 12px/1em Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 3px 0;
	color: #c7ff66;
	text-transform: uppercase;
}
p {
	font: normal 12px/16px Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 14px 0;
	top: -2px;
	position: relative;
}
sup {
	position: relative;
	top: -2px;
}
#subNav p,
#content p {
	width: 230px;
}
.date {
	margin: 0 0 1px 0;
	font-size: 10px;
	text-transform: uppercase;
}
small {
	font-size: 10px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
span.hilite {
	color: #c7ff66;
	font-weight: bold;
}

/* LINKS
***********************************************************/
a {
	color: #2e9e68;
	text-decoration: none;
}
.block:hover a,
.projectDetails:hover a {
	color: #c7ff66;
}
a:hover {
	text-decoration: underline;
	color: #c7ff66;
	cursor: pointer;
}

/* MISC.
***********************************************************/
.clearer {
	width: 100%;
	clear: both;
	font-size: 1px;
}
