@charset "UTF-8";

/*  
Theme Name: Gorilla 76 v1.0
Theme URI: http://gorilla76.com/
Description: The official Gorilla 76 WordPress theme
Version: 1.0
Author: Dan Rashid
Author URI: http://danrashid.com/
*/

@media all {

body, ul, ol, li, h2, h3, h4, h5, p, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}
body { font: .8em/1.4em "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
#content ul, ol, h2.second, h4, p, dt, #archives { padding-top: 1em; }
#content ul ul { padding-top: 0; }
#content ul { margin-left: 1.4em; }
ol { margin-left: 2.4em; }
#header ul, #content .left-col ul, #footer ul {
	list-style: none;
}
#content .left-col ul {
	margin-left: 0;
}
#content li, dd { padding-top: .3em; }
dd {
	margin-left: 1em;
	text-indent: -1em;
}
dt, .left-col ul a { font-weight: bold; }
h2, h3, .arrow { line-height: 1.2em; }
h2 { font-weight: normal; }
h3, h4 { font-size: 1em; }
h3 {
	text-transform: uppercase;
	padding-top: 1.4em;
}
.clear, #content, #footer { clear: both; }
#header li {
	float: left;
	text-align: center;
}
#header .page-item-2 { width: 9em; }
#header .page-item-3 { width: 8em; }
#header .cat-item-3 { width: 8.5em; }
#header .cat-item-6 { width: 9.5em; }
#header .cat-item-1 { width: 6.5em; }
#header .page-item-4 { width: 8em; }
#header .twitter {
	float: right;
	width: 10em;
}
#header .facebook {
	float: right;
	width: 10em;
}
.col, .bios .subpage {
	position: relative;
	float: left;
}
#footer li { display: inline; }

} /* End @all */

@media screen {

html { height: 100%; }
body {
	background: #a2c4d0 url(images/body-stripes.gif) top repeat-x;
	height: 100%;
	color: #333;
}
#wrapper {
	width: 100%;
	min-height: 100%;
	background: url(images/bg0.jpg) left top no-repeat;
}
* html #wrapper { height: 100%; }
#container {
	padding-top: 190px;
	width: 934px;
	margin: 0 34px;
}
#header {
	background: url(images/shadow-ends.png) top no-repeat;
	padding: 12px 12px 0;
}
#header h1 { display: none; }
#header ul {
	height: 54px;
	padding-bottom: 12px;
	background: url(images/shadow-ends.png) bottom no-repeat;
}
#header a {
	height: 18px;
	display: block;
	padding: 18px 16px;
}
#content {
	background: url(images/shadow-mid.png);
	padding: 1em 36px 1.6em;
}
#footer {
	background: url(images/shadow-ends.png) bottom no-repeat;
	padding: 0 12px 12px;
}
#footer ul {
	height: 1.4em;
	padding: 20px 8px 12px;
	background: url(images/shadow-ends.png) top no-repeat;
}
#footer li { padding: 0 16px; }

/* COLORS */

a {
	color: #206880;
	-moz-outline: none;
}
a:hover { color: #001a33; }
#header a {
	text-decoration: none;
	text-transform: uppercase;
	color: #432015;
}
#header a:hover { background: #f0ffb2; }
#header .current_page_item a,
#header .current-cat a,
#header .current_page_parent a,
.portfolio #header .cat-item-3 a,
.blog #header .cat-item-1 a,
.case-studies #header .cat-item-6 a {
	background: #d1e57e url(images/shadow-ends.png) center 28px repeat-x;
	border-top: 18px solid #daf084;
	padding-top: 0px;
}
.current_page_item a, .current-post a, .current-month a, .current-cat a {
	color: #001a33;
	text-decoration: none;
}
.post h2 a {
	color: #333;
	text-decoration: none;
}
.post h2 small { font-size: .8em; }
h3 { color: #432015; }
h3 small { color: #333; }

/* SPRITES */

.sprite {
	width: 0;
	height: 0;
	overflow: hidden;
	background: url(images/sprites.gif) no-repeat;
}
#header .twitter a:hover, #header .facebook a:hover { background: none; }
#header .twitter span {
	display: block;
	background-position: -161px 0px;
	padding: 18px 0 0 80px;
}
#header .twitter a:hover span { background-position: 0px 0px; }
#header .facebook span {
	display: block;
	background-position: -164px -434px;
	padding: 18px 0 0 77px;
}
#header .facebook a:hover span { background-position: 0px -434px; }
#blog-seal-small {
	background-position: 0px -280px;
	padding: 154px 0 0 154px;
	float: left;
	margin: 1em 1em 3em 0;
}
#blog-seal-big {
	background-position: 0px -41px;
	padding: 239px 0 0 241px;
}

/* COLUMNS */

.left-col, .bios #joe-sullivan {
	border-right: 1px solid #ccc;
	padding-right: 16px;
}
.right-col, .bios #jon-franko {
	border-left: 1px solid #ccc;
	margin-left: -1px;
	padding-left: 16px;
}
.two-three .left-col { width: 328px; }
.two-three .right-col { width: 501px; }
.one-two .left-col { width: 271px; }
.one-two .right-col { width: 558px; }
.bios #joe-sullivan { width: 415px; }
.bios #jon-franko { width: 414px; }
.board h3 { clear: left; }
.board h3 img {
	float: left;
	margin: 0 20px 1em 0;
}
.board #content ul { padding-left: 200px; }
.board #content ul ul { padding-left: 0; }
.board h3, #excerpt {
	border-top: 1px solid #e5e5e5;
	margin-top: 1.4em;
}
.post {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 1.4em;
	margin-bottom: 1em;
}
#archives li {
	float: left;
	width: 4em;
	margin-right: 1em;
}
.arrow { font-size: 4em; }
.arrow a { text-decoration: none; }
#post-nav .right {
	float: right;
}

/* SLIDESHOW */

#slides, #slides img {
	width: 527px;
	height: 511px;
}
.gorilla-76 #slides, .gorilla-76 #slides img {
	width: 474px;
	height: 281px;
}
#slides {
	position: relative;
	padding-bottom: 8.4em;
}
.gorilla-76 #slides {
	margin-top: 1em;
	padding-bottom: 0;
}
#slides div, #slides h5 { position: absolute; }
.slide {
	display: none;
	top: 0;
	left: 0;
}
.slide p { margin: 0 4em; }
#slides .arrow { bottom: 1em; }
#slides .left { left: 0; }
#slides .right { right: 0; }

} /* End @screen */

@media print {

body {
	background: #fff;
	color: #000;
}
.sprite { display: none; }

}
