/*
Theme Name: Bill Hoss
Theme URI: http://basetrack.com/
Description: A theme for philross.org and crittersalon.com
Author: Brainvise
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: cool as shit
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:10px;
}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0;
	visibility:hidden;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
	height:620px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Frutiger Neue W01 Book", "Helvetica", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Frutiger Neue W01 Book", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Frutiger Neue W01 Book", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 990px;
}
#wrapper {
	background: transparent;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f2f2f2;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #333;
	text-decoration:none;
	outline:none;
}
a:visited {
	color: #333;
	text-decoration:none;
	outline:none;
}
a:active,
a:hover {
	color: #ccc;
	text-decoration:none;
	outline:none;
}

.type-page a {
	color:#886fcb;
}

.type-page a:active,
.type-page a:hover {
	color:#000;
}

.type-post a {
	color:#ee4894;
}

.type-post a:active,
.type-post a:hover {
	color:#DACD02;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#logo {
	position:absolute;
	left:0px;
	top:30px;
	width:446px;
	height:31px;
	background-image:url('images/logo.png');
}

#header {
	position:relative;
	width:990px;
	margin:auto;
	z-index:110;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: transparent;
	display: block;
	float: left;
	margin: 0 auto;
	height:110px;
	width: 960px;
}
#access .menu-header,
div.menu {
	font-size: 17px;
	margin-left: 12px;
	width: 969px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	float:right;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	text-transform:uppercase;
}
#access a {
	font-size:19px;
	color: #666;
	background: #f2f2f2;
	display: block;
	line-height: 38px;
	padding: 59px 15px 13px;
	text-decoration: none;
	vertical-align:baseline;
}

/*down arrows for menu*/

.down-arrow {
	display:none;
	position:absolute;
	width:17px;
	height:14px;
}

#projects-arrow {
	right:420px;
	background-image:url('images/arrow-projects.png');
}

#about-arrow {
	right:314px;
	background-image:url('images/arrow-about.png');
}

#blog-arrow {
	right:144px;
	background-image:url('images/arrow-blog.png');
}

#store-arrow {
	right:221px;
	background-image:url('images/arrow-store.png');
}

#contact-arrow {
	right:221px;
	background-image:url('images/arrow-contact.png');
}

/*up arrows pointing to logo*/

.up-arrow {
	position:absolute;
	width:17px;
	height:14px;
	left:95px;
	top:-13px;
	display:none;
}

#projects-arrow-up {
	background-image:url('images/arrow-projects-up.png');
}

#about-arrow-up {
	background-image:url('images/arrow-about-up.png');
}

#blog-arrow-up {
	background-image:url('images/arrow-blog-up.png');
}

#store-arrow-up {
	background-image:url('images/arrow-store-up.png');
}

#contact-arrow-up {
	background-image:url('images/arrow-contact-up.png');
}


/*sub-nav
-------------------------------------------------------------- */

/*callouts for projects and blog*/
#blog-callout {
	position:absolute;
	text-transform:uppercase;
	width:100%;
	height:100%;
	left:0px;
	top:38px;
	padding:48px 0;
	margin-left:-20px;
	text-align:center;
	font-size:28px;
	color:#fff;
	text-shadow: 0 1px 6px #ee4894;
	z-index:100;
	background-image:url('images/blog-callout-background.png');
	display:none;
}

#projects-callout {
	position:absolute;
	text-transform:uppercase;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	padding:46px 0;
	margin-left:90px;
	text-align:center;
	font-size:28px;
	color:#fff;
	text-shadow: 0 1px 6px #886fcb;
	z-index:100;
	background-image:url('images/projects-callout-background.png');
	display:none;
}

#sub-nav-container {
	position:relative;
	clear:both;
	height:537px;
	width:100%;
	display:none;
	overflow:hidden;
}

#sub-nav {
	position:relative;
	height:200px;
	width:960px;
	margin:auto;
	overflow:hidden;
}

#blog-tags {
	position:absolute;
	height:200px;
	width:920px;
	top:0px;
	left:20px;
	display:none;
	overflow:hidden;
}

.blog-arrow {
	position:absolute;
	width:32px;
	height:33px;
	top:79px;
	cursor:pointer;
	display:none;
}

.blog-arrow:hover {
	background-position:0 -33px;
}

#blog-arrow-left {
	background-image:url('images/nav-scroll-arrow-left.png');
	left:0px;
}

#blog-arrow-right {
	background-image:url('images/nav-scroll-arrow-right.png');
	right:0px;
}



#nav-arrows {
	clear:both;
	position:relative;
	margin:auto;
	height:0px;
	width:960px;
	margin:auto;
}

#sub-nav li a.current {
	color:#fff !important;
	opacity:1;
}

#sub-nav li a {
	color:#000;
	font-size:15px;
	font-family:'Frutiger Neue W01 Md';
	text-decoration:none;
}

#sub-nav li a:hover {
	color:#fff !important;
	opacity:1;
	text-decoration:none;
}

#blog-tags li {
	display:block;
}

#blog-tags li a:hover {
	opacity:1 !important;
}

#blog-tags li a.current {
	text-decoration:none;
}

#blog-tags li a {
	color:#EE4894;
	display:block;
}


/*.projects-list li a {
	color:#755bba !important;
}

.about li a {
	color:#6f87a1 !important;
}*/


.cat-nav,.page-nav,.tag-nav {
	height:131px;
	overflow:hidden;
	display:none;
	margin:28px 20px 24px 0;
}

.tag-nav {
	margin:28px 0px 24px 10px;
}

.cat-nav,.page-nav {
	width:200px;
}

.cat-nav ul {
	text-transform:uppercase;
}

#sub-nav .about,
#sub-nav .blog {
	text-transform:uppercase;
}

.page-nav ul,
.cat-nav ul,
.tag-nav ul {
	padding:15px 0;
	list-style:none;
}

/*levels in nav and their position*/
.level-0 {
	position:absolute;
	right:0px;
	top:0px;
}

.level-1 {
	position:absolute;
	right:200px;
	top:0px;
}

.level-2 {
	position:absolute;
	right:400px;
	top:0px;
}

.level-3 {
	position:absolute;
	right:600px;
	top:0px;
}


/*arrow for highlighted element*/
.nav-arrow {
	position:absolute;
	top:44px;
	background-image:url('images/nav-arrow.png');
	height:15px;
	width:15px;
	display:none;
	float:left;
}

#nav-arrow-1 {
	right:205px;
}

#nav-arrow-2 {
	right:405px;
}

#nav-arrow-3 {
	right:605px;
}

#nav-arrow-4 {
	right:805px;
}

/*scrolling of navs*/
.nav-scroll-up {
	position:absolute;
	top:10px;
	background-image:url('images/nav-scroll-arrow-up.png');
	width:24px;
	height:24px;
	display:none;
	cursor:pointer;
}

.nav-scroll-down {
	position:absolute;
	bottom:10px;
	background-image:url('images/nav-scroll-arrow-down.png');
	width:24px;
	height:24px;
	z-index:100;
	display:none;
	cursor:pointer;
}

.nav-scroll-up:hover,
.nav-scroll-down:hover {
	background-position:0 -24px;
}

#nav-scroll-up-0,
#nav-scroll-down-0 {
	right:68px;
}

#nav-scroll-up-1,
#nav-scroll-down-1 {
	right:320px;
}

/*gallery on home page*/
#home-slideshow {
	width:100%;
	height:537px;
	margin:auto;
	background:#f2f2f2;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 10px 0 10px -8px;
	width:990px;
}
#content {
	margin-bottom: 36px;
	width:1000px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 20px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}

.type-page,
.type-post {
	width:600px;
}

.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #dacd02;
}
#content .entry-title {
	color: #000;
	font-size: 24px;
	text-transform:uppercase;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #dacd02;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #dacd02;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #dacd02;
}
#content .video-player {
	padding: 0;
}

#content h1.entry-title {
	margin-top:30px;
}

h3 {
	text-transform:uppercase;
}

h3.fb-comments {
	margin-bottom:8px;
}


/*BOX ITEMS*/

.box-item {
	position:relative;
	float:left;
	width:314px;
	height:360px;
	margin:8px 16px 8px 0;
	border:1px solid #ccc;
	background-color:#fff;
	-moz-box-shadow:rgba(0, 0, 0, 0.33) 1px 1px 0 0;
	-o-box-shadow:rgba(0, 0, 0, 0.33) 1px 1px 0 0;
	-webkit-box-shadow:rgba(0, 0, 0, 0.33) 1px 1px 0 0;
	box-shadow:rgba(0, 0, 0, 0.33) 1px 1px 0 0;
}

.box-item h3 {
	font-size:15px;
	text-transform:uppercase;
	color:#000;
	font-family: "Frutiger Neue W01 Book", "Helvetica", serif;
	padding: 4px 20px 2px;
	margin:0;
}

.box-item .over {
	position:absolute;
	display:none;
	top:31px;
	left:7px;
	width:300px;
	height:224px;
}

.box-item .blog-over {
	background-image:url('images/blog-item-over.png');
}

.box-item .project-over {
	background-image:url('images/project-item-over.png');
}

.box-item .about-over {
	background-image:url('images/about-item-over.png');
}

.box-item img,
.box-item span.excerpt {
	width:300px;
	height:224px;
	margin:0 7px;
}

.box-item span.excerpt {
	height:221px;
	width:290px;
	padding:5px;
	display:block;
	font-size:24px;
	line-height:1.2em;
}

.box-item img.blog,
.box-item span.blog {
	border-top:3px solid #dacd02;
}

.box-item img.project,
.box-item span.project {
	border-top:3px solid #939391;
}

.box-item img.about,
.box-item span.about {
	border-top:3px solid #c63133;
}

.box-item .title {
	margin:-7px 7px 0;
	padding:4px 6px;
	width:288px;
	height:60px;
	display:block;
}

.box-item h2 {
	font-family: "Frutiger Neue W01 Book", "Helvetica", serif;
	font-size:24px;
	line-height:1.2em !important;
	color:#fff;
}

.box-item .title.blog {
	background-color: #dacd02;
}

.box-item .title.project {
	background-color: #939391;
}

.box-item .title.about {
	background-color:#c63133;
}

a:link .box-item {
	color: #333;
	text-decoration:none;
	outline:none;
}
a:visited .box-item {
	color: #333;
	text-decoration:none;
	outline:none;
}
a:active .box-item .project,
a:hover .box-item .project {
	color: #333;
	text-decoration:none;
	outline:none;
}

a:active .box-item .blog,
a:hover .box-item .blog {
	color: #333;
	text-decoration:none;
	outline:none;
}

/*box item icons*/

.box-item .prose-icon,
.box-item .photos-icon,
.box-item .video-icon {
	float:left;
	margin:10px 7px 0 7px;
	display:block;
}
.box-item .prose-icon {
	width:19px;
	height:20px;
	background-image:url('images/prose-icon.png');
}

.box-item .photos-icon {
	width:18px;
	height:20px;
	background-image:url('images/photos-icon.png');
}

.box-item .video-icon {
	width:20px;
	height:20px;
	background-image:url('images/video-icon.png');
}

.box-item .comment-count {
	margin:5px 8px 0 0;
	width:18px;
	height:23px;
	float:right;
	font-size:9px;
	background-image:url('images/comment-bkgrnd.png');
	background-repeat:no-repeat;
	background-position:0 6px;
	color:#fff;
}

.box-item .comment-count .fb_comments_count {
	display:block;
	width:8px;
	margin:0 3px;
	text-align:right;
}

/*underline for related content*/
#related-content {
	text-transform:uppercase;
}

/*search*/

#search {
	width:163px;
	height:32px;
	position:absolute;
	right:22px;
	top:0px;
	z-index:100;
}

#search-circle {
	position:absolute;
	width:33px;
	height:32px;
	right:0px;
	top:0px;
	background-image:url('images/search-circle.png');
	z-index:1;
}

#search-icon {
	position:absolute;
	width:33px;
	height:32px;
	top:1px;
	right:0px;
	background-image:url('images/search-icon.png');
	z-index:3;
	cursor:pointer;
}

#search-icon:hover {
	background-position:0 -32px;
}

#search-box {
	position:absolute;
	width:163px;
	height:32px;
	top:0px;
	right:-2px;
	background-image:url('images/search-box.png');
	z-index:2;
	display:none;
}

#search-box input {
	background:transparent;
	border:none;
	width:113px;
	margin:5px 13px;
}

/*sharing panel*/

.panel-social {
	background: #f2f2f2;
	right: 0px;
	position: fixed;
	bottom: 50px;
	width: 100px;
	height: 170px;
	z-index:101;
	border-top:1px solid #A1A1A1;
	border-left:1px solid #A1A1A1;
	border-bottom:1px solid #A1A1A1;
	z-index:500;
}


.panel-social ul {
	margin: 15px 0px 0px 10px;
	list-style-type: none;
}

.panel-social li {
	clear:both;
	margin: 3px 0;
	font-size: .8em;
	height:18px;
}
.panel-social li:first-child {
	margin-bottom:10px;
}

.panel-social li a span{
	float:left;
	margin:3px;
}

.addthis_button_facebook_like {
	margin-left:0px !important;
}
.at300bs {background: url(images/addThis-icons.gif) !important;}
.at15t_facebook {
	background-position: 0px -976px !important; 
}
.at15t_twitter{background-position: 0px -864px !important; }
.at15t_digg{background-position: 0px -1088px !important; }
.at15t_email{background-position: 0px -1456px !important; }
.at15t_compact{background-position: 0px -1008px !important; }





/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #dacd02;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -10px 0 8px 0;
	width:600px;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	font-family:'Frutiger Neue W01 Md';
	background-color:#ababab;
	display:block;
}
#colophon {
	background-color:#ababab;
	display:block;
	height:155px;
	width:920px;
}

#projects-footer-holder {
	width:100%;
	background-color:#939391;
}
#projects-footer {
	margin:auto;
	width:1000px;
	padding:30px;
}

#about-footer {
	padding:25px 20px;
	background-color:#c63133;
	width:190px;
	height:105px;
	float:left;
	text-align:center;
}

#blog-footer {
	padding:25px 20px;
	background-color:#dacd02;
	width:190px;
	height:105px;
	float:left;
	text-align:center;
}

#store-footer {
	padding:25px 20px;
	background-color:#637e3b;
	width:190px;
	height:105px;
	float:left;
	text-align:center;
}

#contact-footer {
	padding:25px 20px;
	background-color:#2c5291;
	width:190px;
	height:105px;
	float:left;
	text-align:center;
}

#projects-footer h1 {
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	float:left;
	height:100%;
	margin-left:0px;
	margin-right:30px;
}

#projects-footer h1:hover {
	color:#000;
}

#about-footer h1 {
	text-transform:uppercase;
	font-size:13px;
}

#blog-footer h1 {
	text-transform:uppercase;
	font-size:13px;
}

#store-footer h1 {
	text-transform:uppercase;
	font-size:13px;
}

#contact-footer h1 {
	text-transform:uppercase;
	font-size:13px;
}

#colophon h1 {
	color:#fff;
}

a:hover #blog-footer h1 {
	color:#ee4894;
}

a:hover #store-footer h1 {
color:#e88e20;
}

a:hover #contact-footer h1 {
color:#cbf1da;
}

#about-footer a:hover h1 {
color:#6f87a1;
}

.projects-footer-nav {
	margin: 0 28px 0 0;
	width:128px;
	float:left;
	display:inline-block;
}

.projects-footer-nav h2 {
	cursor:pointer;
}

.projects-footer-nav h2:hover {
	color:#000 !important;
}

.projects-footer-nav.last {
	margin:0;
}

.about-footer-nav {
	float:right;
	margin:-18px 30px;
	text-transform:uppercase;
}

.projects-footer-nav ul,
.about-footer-nav ul {
	list-style:none;
	list-style-type:disc;
	margin:0;
	color:#4b4b4b;
}

.projects-footer-nav ul a,
.about-footer-nav ul a {
	color:#fff;
}
.projects-footer-nav ul a:hover {
	color:#000;
}

.about-footer-nav ul a:hover {
	color:#6F87A1;
}



#footer h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	font-weight:100;
}

.pr-image {
	margin: 20px 0 0 0;
	width:593px;
	line-height:0px;
}
.pr-image .single-image {
	position:relative;
	margin:auto;
}

.pr-image .fullscreen-but {
	bottom:5px;
	right:3px;
	background-position:0px 0px !important;
}

.fullscreen-but:hover {
	background-position:0 -26px !important;
}

.pr-image .single-image img{
	border:1px solid #a5a5a4;
	padding:0;
}

.pr-image-nocaption {
	margin-bottom:20px;
}

.pr-image-caption {
	padding:20px;
	color:#666;
	font-size:12px;
	width:553px;
	border-left:1px solid #a5a5a4;
	border-bottom:1px solid #a5a5a4;
	border-right:1px solid #a5a5a4;
	margin-bottom:20px;
	line-height:1.5em;
}

.pr-image-caption p {
	margin-bottom:0px !important;
	vertical-align:baseline;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}