/*
Theme Name: Studio Surface
Theme URI: http://orioncreativegroup.com/
Description: Based off Kuprick.
Version: 1.0
Author: Travis Cunningham 
Author URI: http://orioncreativegroup.com/
Tags: custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@font-face {
	font-family: 'SelfishRegular';
	src: url('media/fonts/selfish_-webfont.eot');
	src: local('☺'), url('media/fonts/selfish_-webfont.woff') format('woff'), url('media/fonts/selfish_-webfont.ttf') format('truetype'), url('media/fonts/selfish_-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DistrictRegular';
	src: url('media/fonts/distth__-webfont.eot');
	src: local('☺'), url('media/fonts/distth__-webfont.woff') format('woff'), url('media/fonts/distth__-webfont.ttf') format('truetype'), url('media/fonts/distth__-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'DistrictRegular',Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#5f604b;
}
#wrapper {
	text-align:left;
	margin:0 auto 0;
	width:923px;
	position:relative;
	padding:108px 0 0 0;
	overflow:auto;
}	
a, a:visited {
	color:#ef4c27;
	text-decoration:none;
	outline: none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin:0 0 10px;
}
h1, h2, h3, h4, h5 {
	margin:0 0 10px;
	font-weight:normal;
}

/* Headers slightly smaller on press page */
.page-id-32 h2 {
	font-size:16px;
	margin-top:15px;
}

img {
	border:none;
}

.alignright {
	float:right;
	margin:0 0 5px 5px;
}
.alignleft {
	float:left;
	margin:0 5px 5px 0;
}
.wp-caption-text {
	padding:5px 0 0;
	font-size:10px;
	text-align:center;
}
textarea, input, select {
	font-family: Helvetica, Arial, sans-serif;
}
textarea {
	overflow:auto;
}
.req {
	color:#EF4C27;
}

.hzBullets {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
.hzBullets li {
	width:167px;
	float:left;
	font-weight:bold;
	padding:0 3px 5px 7px;
	font-size:11px;
	background:url(media/backgrounds/ico_bullet.gif) no-repeat 0 2px;
}
.noBullets,
.noBullets ul {
	margin:0 0 15px;
	padding:0;
	list-style:none;
}
.noBullets li,
.noBullets ul li {
	list-style:none;
	margin:0;
	padding:0;
}
/* -- Header -- */
#header {
    background:url(media/backgrounds/bg_header.png) no-repeat 0 bottom;
	width:923px;
	height:110px;
	position:absolute;
	top:0;
	left:0;
}
#logo {
	background-image:url(media/backgrounds/logo.png);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	width:297px;
	height:96px;
	text-indent:-9999px;
	overflow:hidden;
}
#logo:hover {
	background-position:0 -96px;
}
#navigation {
	list-style:none;
	margin:22px 17px 0 0;
	padding:0;
	float:right;
}
#navigation li {
	float:left;
	margin-left:10px;
}
#navigation li.page-item-7,
#navigation li.page-item-9,
#navigation li.page-item-2 {
	margin-left:16px;
}
#navigation li.page-item-5 {
	margin-left:0;
}
#navigation li a {
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#navigation li.page-item-5 a {
	background-image:url(media/backgrounds/nav/art.png);
	width:55px;
	height:82px;
}
#navigation li.page-item-7 a {
	background-image:url(media/backgrounds/nav/design.png);
	width:79px;
	height:82px;
}
#navigation li.page-item-9 a {
	background-image:url(media/backgrounds/nav/objects.png);
	width:70px;
	height:82px;
}
#navigation li.page-item-2 a,
#navigation li.page-item-11 a,
#navigation li.page-item-25 a,
#navigation li.blog a {
	height:14px;
	margin-top:66px;
}
#navigation li.page-item-2 a {
	background-image:url(media/backgrounds/nav/about.png);
	width:48px;
}
#navigation li.page-item-11 a {
	background-image:url(media/backgrounds/nav/philosophy.png);
	width:79px;
}
#navigation li.page-item-25 a {
	background-image:url(media/backgrounds/nav/contact.png);
	width:59px;
}
#navigation li.blog a {
	background-image:url(media/backgrounds/nav/blog.png);
	width:30px;	
}
#navigation li.current_page_item a,
#navigation li a:hover {
	background-position:0 -83px;
}
/* -- Content -- */
#content {
	background:#f4f5f1;
	clear:both;
	width:902px;
	margin:0 0 10px 11px;
	float:left;
}
.home #content {
	background:#f4f5f1 url(media/placeholders/img_home.jpg) no-repeat 0 0;
	padding-top:318px;
}
#article {
	width:532px;
	float:right;
	padding:0 40px 10px;
}
.home #article {
	width:425px;
	position:relative;
}
#article h1 {
	text-align:right; 
	font-style: normal; 
	line-height:normal; 
	color:#5f604b;
	font-size:24px;
	margin:20px 0;
	text-transform:lowercase;
}
#article h1.pageTitle {
	font-family: 'SelfishRegular', sans-serif;
	font-size:100px;
	margin:0;
}
.home #article h1.pageTitle {
	text-align:left;
	position:absolute;
	top:-80px;
	left:-350px;
	font-size:130px;
	text-shadow: 4px 0 2px #fff;
}
#article p {
	line-height:18px;
}
#left {
	float:left;
	clear:left;
	width:290px;
	min-height:434px;
}

/* -- Footer -- */
#footer {
	width:100%;
	height:100px;
	clear:both;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#footer ul li {
	float:left;
}
#footer a {
	color:#5f604b;
}
#footer #socialLinks {
	padding:0 0 0 13px;
}
#footer #socialLinks li {
	margin-right:18px;
}
#footer #socialLinks li a {
	text-indent:-9999px;
	overflow:hidden;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;
	background-position:0 0;
}
#footer #socialLinks li.icoFacebook a {
	background-image:url(media/backgrounds/ico_fb.gif);
}
#footer #socialLinks li.icoTwitter a {
	background-image:url(media/backgrounds/ico_tw.gif);
}
#footer #socialLinks li a:hover {
	background-position:0 -30px;
}
#footer #footerLinks {
	padding-top:10px;
}
#footer #footerLinks li {
	margin-left:5px;
	padding-left:5px;
	border-left:1px solid #8a8a7b;
	font-size:13px;
}
#footer #footerLinks li.first {
	margin-left:0;
	padding-left:0;
	border-left:none;
}
#footerLinks li.current_page_item a {
  text-decoration:underline;
}
#footer .ribbon {
	float:right;
	background:url(media/backgrounds/bg_ftr_text.jpg) no-repeat 0 0;
	overflow:hidden;
	width:610px;
	height:30px;
	padding:0 0 0 15px;
	margin-top:3px;
	font-style: normal; 
	line-height:normal; 
	font-family: 'SelfishRegular', sans-serif;
	color:#5f604b;
	font-size:19px;
}
#footer .ribbon span {
	color:#ef4c27;
}

/* Hide link category headers - remove this line to put them back in */
#linkcat-2 h2 {
	display:none;
}

.postmetadata {
	font-size:10px;
	clear:both;
}

/* Left panel photo options by page */

/* Generic - will apply unless overrided by another page-specific image */
#left {
	background:url('media/backgrounds/img_design.jpg') no-repeat;
}

/* Art */
.page-id-5 #left {
		background:url('media/backgrounds/img_art.jpg') no-repeat;
}

/* Design */
.page-id-7 #left {
	background:url('media/backgrounds/img_design.jpg') no-repeat;
}

/* Objects */
.page-id-9 #left {
	background:url('media/backgrounds/img_objects.jpg') no-repeat;
}

/* About */
.page-id-2 #left, .page-id-77 #left, .parent-pageid-77 #left {
	background:url('media/backgrounds/img_about.jpg') no-repeat;
}

/* Philosophy */
.page-id-11 #left {
	background:url('media/backgrounds/img_philosophy.jpg') no-repeat;
}

/* Contact */
.page-id-25 #left {
	background:url('media/backgrounds/img_contact.jpg') no-repeat;
}

/* Press */
.page-id-32 #left, .category-press #left {
	background:url('media/backgrounds/img_press.jpg') no-repeat;
}

/* Gallery thumbnail size override */
.ngg-gallery-thumbnail img {
	width:112px;
	height:84px;
}


}