/* 
STYLE.CSS

Website: Croakies®
Author: Chris Schultz
URI: http://www.croakies.com
Version: 1.0

*/


/* GLOBAL RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    -webkit-text-stroke: 1px transparent;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}   
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* focus style */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* GENERAL STYLES */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
    color: #fff;
    background: black;
}

h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

li {
    letter-spacing: 1px;
    font-size: 11px;
    text-transform: uppercase;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
	color: #FDEF42;
}

.currentpage {
	color: #FF0;
}

/* LAYOUT STYLES */

#wrapper {
	margin: 0px auto;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	background-color: #000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
}

#page {
    width: 942px;
    margin: 0px auto;
}

#header {
	height: 150px;
}

#logo {
	position: relative;
	width: 250px;
	left: -50px;
	height: 150px;
}

#logo a{
	background: url(../images/logo.png) no-repeat 0 0;
	position: absolute;
	display: block;
	width: 250px;
	height: 150px;
	float: left;
}

#navigation {
    padding: 10px 0 0 0;
    float: right;
}

#navigation a {
	padding-left: 30px;
	background-color: FDEF42;
}

#mainnav {
	display: block;
	clear: both;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#mainnav p {
	color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
}

#mainnav a {
	color: #FFF;
	padding: 0px;
}

#mainnav a:hover {   
    color: #FDEF42;
}

#navigation li {
    float: left;
}

#masthead {
	display: block;
	width: 942px;
	height: 300px;
	background: url(../images/masthead.jpg) no-repeat center center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #807C73;
	border-bottom-color: #807C73;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#masthead a{
    display: block;
    width: 942px;
    height: 400px;
}

#titlehead {
	width:  942px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
}

#spotlight {
	width: 942px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 1px;
	padding-left: 0px;
	display: block;
}

#spotlight a {
}

#focus {
	width: 461px;
	height: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#focus img {
	float: left;
	margin-right: 10px;
}

#focus h4 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: normal;
}

#focus p {
    font-size: 12px;
    line-height: 1.7em;
    margin-bottom: 12px;
}

#focus a {
	color: #FFF;
	padding: 0px;
}

#focus a:hover {
	color: #FDEF42;
}

#focus.A {
    float: left;
}

#focus.B {
    float: right;
}

#focus.C {
    float: left;
}

#focus.D {
    float: right;
}

#focus.E {
    float: left;
}

#focus.F {
    float: right;
}

#focus.G {
    float: left;
}

#focus.H {
    float: right;
}

#focus.I {
    float: left;
}

#focus.J {
    float: right;
}

#footer {
	display: block;
	padding-top: 13px;
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
}

#footer p {
	color: #FFF6E5;
	font-size: 10px;
	letter-spacing: 1px;
}

#footer a {
	color: #FDEF42;
	padding: 0px;
}

#footer a:hover {   
    color: #fff;
}

#youtube li {
    float: right;
}

#blogger li {
    float: right;
    margin-right: 10px;
}

#twitter li {
    float: right;
    margin-right: 10px;
}

#facebook li {
    float: right;
    margin-right: 10px;
}


/* ABOUT PAGE */

#bioheader {
    display: block;
    width: 942px;
    height: 343px;
    background: url(../images/bioheader.jpg) no-repeat center center;
    border-top: 1px solid #FFF6E5;
    border-bottom: 1px solid #FFF6E5;
    padding: 10px 0px;
}

#biotext {
	display: block;
	width: 942px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.5em;
	padding-bottom: 10px;
}

#biotext a {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.5em;
	color: #FF0;
}

#subhead {
    display: block;
    margin-top: -5px;
    width:  694px;
    height: 38px;
    border-bottom: 1px solid #FFF6E5;
}

#subhead h2 {
    font-size: 12px;
}

#sidebar a {
    padding-left: 0px;
}
#sbcontent {
    width: 217px;
    height: 220px;
}

#sbcontent h4 {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #FFF6E5;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
}

#sbcontent p {
    font-size: 11px;
    font-weight: normal;
    line-height: 2em;
    padding-left: 6px;
}

#sbcontent {
    float: right;
    position: relative;
    top: -300px;
}  

#features {
    width: 942px;
    height: 340px;
}
    
.section {
	float: left;
	width: 223px;
	height: 260px;
	margin-right: 13px;
	margin-bottom: 13px;
	padding-bottom: 15px;
	border-bottom: 1px solid #FFF6E5;
}

.section h4 {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #6cc2f8;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
}

.section li {
    padding-left: 6px;
    margin-right: 6px;
    font-size: 11px;
    display: block;
    line-height: 2em;
    letter-spacing: 0px;
    text-transform: none;
}



/* WORK PAGE */

#subnavigation {
    float: right;
    padding: 19px 0 0;
}
#subnavigation li {
    float: left;
}
#thumbs {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#thumbs li {
    margin: 15px 21px 10px 0; padding: 0;
    float: left;
    width: 219px;
    min-height: 200px;
    height: auto !important;
    height: 210px;
}
#thumbs p {
    margin: 0; padding: 10px 0px 0px 41px;
    letter-spacing: 1px;
    line-height: 1.2em;
}

/* WORK DETAIL */

#maindetail {
	display: block;
	width: 232px;
	float: left;
	margin-right: 10px;
}

.detailimg li {
    display: block;
    margin-bottom: 20px;
    float: right;
}

.detailimg p {
    float: left;
    width: 200px;
    font-size: 11px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 1.5em;
    border-bottom: 1px solid #4c4c4c;
    padding: 6px 6px 14px 6px;
    font-weight: normal;
}

.detailimg h4 {
    width: 200px;
    font-size: 11px;
    margin-top: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #6cc2f8;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;  
}

.detailimg h3 {
    width: 200px;
    font-size: 13px;
    color: #bfb9ac;
    margin-top: 15px;
    padding-left: 6px;
    letter-spacing: 1px;
}

.detailimg a {
    color: #6cc2f8;
    padding: 6px;
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.detailimg a:hover {
    color: #FFF;
}

.detailimgwide li {
    display: block;
    margin-bottom: 10px;
    float: right;
}   

.detailimgwide p {
    float: none;
    width: inherit;
    font-size: 11px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 1.5em;
    border-bottom: 1px solid #4c4c4c;
    padding: 6px 6px 14px 6px;
    font-weight: normal;
}

.detailimgwide h4 {
    width: inherit;
    font-size: 11px;
    margin-top: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #BFB9AC;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;  
}

.detailimgwide h3 {
    width: inherit;
    font-size: 13px;
    color: #BFB9AC;
    margin-top: 15px;
    padding-left: 6px;
    letter-spacing: 1px;
}

.detailimgwide a {
    display: block;
    float: none;
    color: #FF0;
    padding: 6px;
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.detailpage {
	border-bottom: 1px solid #807C73;
}

.detailpage p {
	font-size: 13px;
	letter-spacing: normal;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 6px;
}

.detailpage a {
	float: none;
	color: #FF0;
	letter-spacing: 1px;
	margin-bottom: 6px;
	font-weight: normal;
}

.detailpage h2 {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.6em;
	font-variant: normal;
}

.detailpage h3 {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 2em;
	font-weight: normal;
}

#work-detail-images {
	float: right;
	width: 688px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

#work-detail-images li{
    padding-bottom: 10px;
}

.detailimgwide a:hover {
    color: #FFF;
}

