/* @font-face */



@font-face {
	font-family: 'Effra';
	src: url('fonts/Effra.eot');
	src: url('fonts/Effra.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/Effra.woff2') format('woff2'),
	     url('fonts/Effra.woff') format('woff'),
		 url('fonts/Effra.ttf') format('truetype'),
		 url('fonts/Effra.svg#Effra') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
Theme Name: Cey Adams
Description: A custom theme for Cey Adams
Author: Bunch Web Development
Author URI: http://bunchwebdevelopment.com/
Version: 2.0
*/


/* =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;
}
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: right;
	margin: 0 0 0 -240px;
	width: 100%;
}

#content {
	margin: 0 20px 0 280px;
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: left;
}
#footer {
	clear: both;
	width: 100%;
}

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

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

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

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


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Effra';
	font-weight: normal;
	font-style: normal;
}
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: 'Effra';
	font-weight: normal;
	font-style: normal;
}
input[type="submit"] {
	font-family: "Helvetica Neue", Arial, Helvetica, "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 */
#main{
	margin: 0 auto;
	width: 940px;
}

#wrapper {
	padding:0;
}


/* Banded Layout */


#header,
#navbar,
#intro-header,
#intro-navbar,
#mobile-nav,
#intro-mobile-nav{
	width:100%;
	float:left;  
}




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

/* Main global 'theme' and typographic styles */
body {
	background:#FFF; /* edit! */
}
body,
input,
textarea {
	color: #919090; /* edit! */
	font-size: 14px;
	line-height: 20px;
}
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;
	overflow: auto;
	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;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
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: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

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



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


#header {  
	
}


#header-banner{
	height:150px; 
}

#logo{
	float: left;
	height: 150px;
	width: 325px;
	text-indent: -9999px;
	display: inline;
	background:url('images/header/logo.png') no-repeat; /* edit! */
}




#intro-mobile-header{
	display: none;
	background:url('images/header/intro_bg.png') repeat; /* edit! */
	position: relative;
	z-index: 99999;
}


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


#intro-header {  
	background:url('images/header/intro_bg.png') repeat; /* edit! */
	position: relative;
	z-index: 99999;
}


#intro-header-banner{
	height:150px; 
}

#intro-logo{
	float: left;
	height: 150px;
	width: 325px;
	text-indent: -9999px;
	display: inline;
	background:url('images/header/intro_logo.png') no-repeat; /* edit! */
}



#intro-mobile-header{
	display: none;
}




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


#nav{
	width: 615px;
	height:150px; 
	float: left; 	
}


#access {
	width:615px;  
	display: inline;
	float: left;
	margin:0 auto;
}

#access .menu-header,
div.menu {
	
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	text-align: center; /* center */
}
#access .menu-header li,
div.menu li {
	position: relative;
	text-transform:lowercase;
	display:inline-block; /* center */
}
#access a {
	color: #919090;
	display: block;
	line-height: 150px;
	padding: 0 10px;
	text-decoration: none;
	letter-spacing: .5px;
	font-size:20px;
	font-family: 'Effra';
	font-weight: normal;
	font-style: normal;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #919090;
	text-decoration: underline;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #919090;
	text-decoration: underline;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #919090;
	text-decoration: underline;
}


/* =Intro Main Menu
-------------------------------------------------------------- */


#intro-nav{
	width: 615px;
	height:150px; 
	float: left;
}


#intro-access {
	width:615px;  
	display: inline;
	float: left;
	margin:0 auto;
}

#intro-access .menu-header,
div.menu {
	
}
#intro-access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	text-align: center; /* center */
}
#intro-access .menu-header li,
div.menu li {
	position: relative;
	text-transform:lowercase;
	display:inline-block; /* center */
}
#intro-access a {
	color: #FFF;
	display: block;
	line-height: 150px;
	padding: 0 10px;
	text-decoration: none;
	letter-spacing: .5px;
	font-size:20px;
	font-family: 'Effra';
	font-weight: normal;
	font-style: normal;
}
#intro-access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#intro-access ul ul li {
	min-width: 180px;
}
#intro-access ul ul ul {
	left: 100%;
	top: 0;
}
#intro-access ul ul a {
	background: #FFF;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#intro-access li:hover > a,
#intro-access ul ul :hover > a {
	color: #919090;
	text-decoration: underline;
}
#intro-access ul li:hover > ul {
	display: block;
}
#intro-access ul li.current_page_item > a,
#intro-access ul li.current_page_ancestor > a,
#intro-access ul li.current-menu-ancestor > a,
#intro-access ul li.current-menu-item > a,
#intro-access ul li.current-menu-parent > a {
	color: #FFF;	
	text-decoration: underline;
}
* html #intro-access ul li.current_page_item a,
* html #intro-access ul li.current_page_ancestor a,
* html #intro-access ul li.current-menu-ancestor a,
* html #intro-access ul li.current-menu-item a,
* html #intro-access ul li.current-menu-parent a,
* html #intro-access ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}



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


#mobile-access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}

#mobile-access .menu-header,
div.menu {
	font-size: 20px;
}
#mobile-access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	text-align: center; /* center */
}
#mobile-access .menu-header li,
div.menu li {
	position: relative;
	display:inline-block; /* center */
}
#mobile-access a { /* edit! */
	color: #919090;
	float: left;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	text-transform:lowercase;
	font-family: 'Effra';
	font-weight: normal;
	font-style: normal;
}
#mobile-access ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#mobile-access ul ul li {
	font-size:12px; 
	min-width: 180px;
	color: #919090;
}
#mobile-access ul ul ul {
	left: 100%;
	top: 0;
}
#mobile-access ul ul a {
	color:#080808;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#mobile-access li:hover > a,
#mobile-access ul ul :hover > a {
	text-decoration: underline;
}
#mobile-access ul li:hover > ul {
	display: block;
}
#mobile-access ul li.current_page_item > a,
#mobile-access ul li.current_page_ancestor > a,
#mobile-access ul li.current-menu-ancestor > a,
#mobile-access ul li.current-menu-item > a,
#mobile-access ul li.current-menu-parent > a {
	text-decoration: underline;
}
* html #mobile-access ul li.current_page_item a,
* html #mobile-access ul li.current_page_ancestor a,
* html #mobile-access ul li.current-menu-ancestor a,
* html #mobile-access ul li.current-menu-item a,
* html #mobile-access ul li.current-menu-parent a,
* html #mobile-access ul li a:hover {
	text-decoration: underline;
}




/* =Intro Mobile Menu
-------------------------------------------------------------- */


#intro-mobile-access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	background:url('images/header/intro_bg.png') repeat; /* edit! */
}

#intro-mobile-access .menu-header,
div.menu {
	font-size: 20px;
}
#intro-mobile-access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	text-align: center; /* center */
}
#intro-mobile-access .menu-header li,
div.menu li {
	position: relative;
	display:inline-block; /* center */
}
#intro-mobile-access a { /* edit! */
	color: #FFF;
	float: left;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	text-transform:lowercase;
	font-family: 'Effra';
	font-weight: normal;
	font-style: normal;
}
#intro-mobile-access ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#intro-mobile-access ul ul li {
	font-size:12px; 
	min-width: 180px;
	color: #919090;
}
#intro-mobile-access ul ul ul {
	left: 100%;
	top: 0;
}
#intro-mobile-access ul ul a {
	color: #FFF;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#intro-mobile-access li:hover > a,
#intro-mobile-access ul ul :hover > a {
	text-decoration: underline;
}
#intro-mobile-access ul li:hover > ul {
	display: block;
}
#intro-mobile-access ul li.current_page_item > a,
#intro-mobile-access ul li.current_page_ancestor > a,
#intro-mobile-access ul li.current-menu-ancestor > a,
#intro-mobile-access ul li.current-menu-item > a,
#intro-mobile-access ul li.current-menu-parent > a {
	text-decoration: underline;
}
* html #intro-mobile-access ul li.current_page_item a,
* html #intro-mobile-access ul li.current_page_ancestor a,
* html #intro-mobile-access ul li.current-menu-ancestor a,
* html #intro-mobile-access ul li.current-menu-item a,
* html #intro-mobile-access ul li.current-menu-parent a,
* html #intro-mobile-access ul li a:hover {
	text-decoration: underline;
}




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

#main {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #919090; /* edit! */	
	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 h3,
#content h4,
#content h5,
#content h6 {
	color: #919090;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	
}

#content h1 {
	color: #919090;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	
}

#content h2 {
	color: #919090;
	line-height: 1.5em;
	margin: 0 0 20px 0;

}

#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: 14px;
	padding: 9px 24px;
}
#content tr td {
	/* border-top: 1px solid #e7e7e7; */
	padding: 2px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 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;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;

}
.page-title span {
	color: #000;
	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: #ff4b33;
}
#content .entry-title {
	color: #919090;
	font-size: 21px;
	line-height: 24px;
	/* font-weight: bold; */
	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: #ff4b33;
}
.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;
	line-height: 48px;
	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: #ff4b33;
}
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: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =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,
.widget-container 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: #ff4b33;
}
.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: -18px 0 0 0;
}


/* banner image */

#banner-image{
	width:100%;
	margin:0 auto; 
}

#banner-image img{
	width: 100%;
	margin:0 auto; 
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	font-size: 21px;
	line-height: 1.5em;
	color: #080808;
	font-weight: bold;	
}




.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}








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

#footer {
	color: #919090;
	padding: 125px 0 100px 0;
}

#footer a:link,
#footer a:active{
	color: #919090;
}


#footer a:hover {
	color: #ff4b33;
	text-decoration: underline;
}

#footer a:visited {
	color: #919090;
}

#footer-left{
	float: left;
	width: 49%;
	text-align: left;
	line-height: 50px; 
}

#footer-info{

}

#footer-info a, span{
	float: left;
}

#cey-tag{
	float: left;
	height: 50px;
	width: 64px;
	text-indent: -9999px;
	display: inline;
	background:url('images/footer/cey_tag.png') no-repeat; /* edit! */
}


#footer-right{
	float: left;
	width: 49%;
	text-align:left;
	line-height: 50px;
}

#footer-copyright{

	}

	


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

#intro-footer {
	width:100%;
	height:150px;
	position:absolute;
	bottom:0;
	left:0;
	color:#FFF; 
	background:url('images/header/intro_bg.png') repeat; /* edit! */
	display: none;  /* temp */
}

#intro-footer a:link,
#intro-footer a:active{
	color: #FFF;
}


#intro-footer a:hover {
	color: #ff4b33;
	text-decoration: underline;
}

#intro-footer a:visited {
	color: #919090;
}





#intro-footer-left{
	float: left;
	width: 49%;
	margin:0 5px 0 0;
	text-align: left;
}

#intro-footer-info{
	line-height:50px;
	font-size:16px; 
}

#intro-footer-info a, span{
	float: left;
}


#intro-footer-right{
	float: left;
	width: 49%;
	margin:0 5px 0 0;
	text-align:left;
}


#intro-footer-center{
	float: left;
	width: 100%;
	margin:0 5px 0 0;
	text-align:center;
}

#intro-footer-tagline{
		margin:20px 20px 0 0; 
		font-size:12px;
	}

#intro-cey-tag{
	float: left;
	height: 50px;
	width: 64px;
	text-indent: -9999px;
	display: inline;
	background:url('images/footer/cey_tag.png') no-repeat; /* edit! */
}	



/* =Intro Page
-------------------------------------------------------------- */

/* #intro{
  background: url(images/intro/rotator.php) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

*/

/* Intro Page */

#bg {
	position: fixed; 
	top: -50%; 
	left: -50%; 
	width: 200%; 
	height: 200%;
}

#bg img {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;
	z-index:0; 
}


/* =About Page
-------------------------------------------------------------- */

#about-columns{

}

#about-column-left{
	float: left;
	width: 45%;
	padding:10px; 
}

#about-column-right{
	float: left;
	width: 45%;
	padding:10px; 
}


/* =Contact Page
-------------------------------------------------------------- */

#contact-columns{

}

#contact-column-left{
	float: left;
	width: 45%;
	padding:0 10px;
	border-right: 1px #CCC solid;  
}

#contact-column-right{
	float: left;
	width: 45%;
	padding:0 10px; 
}

#gform_wrapper_1{
	
}

#mc4wp-form-1{
	padding:0 20px; 
}



/* =Types
-------------------------------------------------------------- */

#types{
	
}


/* =Works
-------------------------------------------------------------- */

#works{

}

#work{
	margin:0 0 125px 0; 
}


.work{
	float:left; 
	margin:14px;
	height:160px;
	width:160px;     
}

.work img{

}

.entry-content #single-work-image{ /* centers image */
	text-align:center; 
}

#work-details{
	float:left; 
	width:70%;
	margin:25px 0 0 0; 
	font-size: 16px;
	line-height: 18px;
}

#work-nav{
	text-align: right;
	float:right;
	margin:25px 5px 0 0;  
	width:18%; 
}

#work-nav a{
	height: 50px;
	width: 50px;
	font-size: 35px;
	line-height:50px; 
	color: #919090;
	display:inline-block; 
	text-decoration: none;  
}

#work-nav a:hover{
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	opacity: 0.5;
	text-decoration: none; 
}


#next{
	text-align: right;
	width:42%; 
	float:left; 
}

#prev{
	text-align: left;
	width:42%; 
	float: right;
}





/* Share */

#share{
	float:right;
	width: 40%;
	display: none; 
}

/*  share button */	


 .share-button { 
 		text-align: right;
 		background:#CCC;  
  }

    

    // Base height and width of the button
.share-button.sharer-0 {
  -khtml-user-select:    none;
  -moz-user-select:      none;
  -ms-user-select:       none;
  -webkit-touch-callout: none;
  -webkit-user-select:   none;
  user-select:           none;
  height: 20px;
  width: 92px;
}

// Icon font for leading share icon
.share-button.sharer-0 [class*=entypo-]:before {
  font-family: entypo,sans-serif;
}

// Main button, icon, and text styles
.share-button.sharer-0 label {
  -webkit-transition: all .3s ease;
  transition:         all .3s ease;
  background: #a29baa;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  padding: 5px 10px;
}

// Main button, icon, and text styles upon hover
.share-button.sharer-0 label:hover {
  opacity: .8;
}

// Main text styles ("Share")
.share-button.sharer-0 label span {
  -webkit-font-smoothing: antialiased;
  font-family: Lato,sans-serif;
  font-size: .9em;
  font-weight: 700;
  padding-left: 6px;
  text-transform: uppercase;
}

// div containing all social icons
.share-button.sharer-0 .social {
  -webkit-transition: all .4s ease;
  transition:         all .4s ease;
  margin-left: -15px;
  opacity: 0;
}

// Transform origins for top-anchored networks
.share-button.sharer-0 .social.top {
  -ms-transform-origin:     0 0;
  -webkit-transform-origin: 0 0;
  transform-origin:         0 0;
  margin-top: -80px;
}

// Transform origins for bottom-anchored networks
.share-button.sharer-0 .social.bottom {
  -ms-transform-origin:     0 0;
  -webkit-transform-origin: 0 0;
  transform-origin:         0 0;
  margin-top: 5px;
}

// Transform origins for middle-anchored networks
.share-button.sharer-0 .social.middle {
  margin-top: -34px;
}

// Transform origins for middle-right-anchored networks
.share-button.sharer-0 .social.middle.right {
  -ms-transform-origin:     5% 50%;
  -webkit-transform-origin: 5% 50%;
  transform-origin:         5% 50%;
  margin-left: 105px;
}

// Transform origins for middle-left-anchored networks
.share-button.sharer-0 .social.middle.left {
  -ms-transform-origin:     5% 50%;
  -webkit-transform-origin: 5% 50%;
  transform-origin:         5% 50%;
}

// Global left margin for right-anchored networks
.share-button.sharer-0 .social.right {
  margin-left: 14px;
}

// Hides initial animation upon page load
.share-button.sharer-0 .social.load {
  -webkit-transition: none!important;
  transition: none!important;
}

// Positioning based on the number of enabled networks
.share-button.sharer-0 .social.networks-1 {
  width: 60px;
}

.share-button.sharer-0 .social.networks-1.center,.share-button.sharer-0 .social.networks-1.left {
  margin-left: 14px;
}

.share-button.sharer-0 .social.networks-1.middle.left {
  margin-left: -70px;
}

.share-button.sharer-0 .social.networks-1 ul {
  width: 60px;
}

.share-button.sharer-0 .social.networks-2 {
  width: 120px;
}

.share-button.sharer-0 .social.networks-2.center {
  margin-left: -13px;
}

.share-button.sharer-0 .social.networks-2.left {
  margin-left: -44px;
}

.share-button.sharer-0 .social.networks-2.middle.left {
  margin-left: -130px;
}

.share-button.sharer-0 .social.networks-2 ul {
  width: 120px;
}

.share-button.sharer-0 .social.networks-3 {
  width: 180px;
}

.share-button.sharer-0 .social.networks-3.center {
  margin-left: -45px;
}

.share-button.sharer-0 .social.networks-3.left {
  margin-left: -102px;
}

.share-button.sharer-0 .social.networks-3.middle.left {
  margin-left: -190px;
}

.share-button.sharer-0 .social.networks-3 ul {
  width: 180px;
}

.share-button.sharer-0 .social.networks-4 {
  width: 240px;
}

.share-button.sharer-0 .social.networks-4.center {
  margin-left: -75px;
}

.share-button.sharer-0 .social.networks-4.left {
  margin-left: 162px;
}

.share-button.sharer-0 .social.networks-4.middle.left {
  margin-left: -250px;
}

.share-button.sharer-0 .social.networks-4 ul {
  width: 240px;
}

.share-button.sharer-0 .social.networks-5 {
  width: 300px;
}

.share-button.sharer-0 .social.networks-5.center {
  margin-left: -105px;
}

.share-button.sharer-0 .social.networks-5.left {
  margin-left: -225px;
}

.share-button.sharer-0 .social.networks-5.middle.left {
  margin-left: -320px;
}

.share-button.sharer-0 .social.networks-5 ul {
  width: 300px;
}

// Transition for when the button has been activated
.share-button.sharer-0 .social.active {
  transition:         all .4s ease;
  -webkit-transition: all .4s ease;
  opacity: 1;
}

// top-positioned transition
.share-button.sharer-0 .social.active.top {
  -ms-transform:     scale(1) translateY(-10px);
  -webkit-transform: scale(1) translateY(-10px);
  transform:         scale(1) translateY(-10px);
}

// bottom-positioned transition
.share-button.sharer-0 .social.active.bottom {
  -ms-transform:     scale(1) translateY(15px);
  -webkit-transform: scale(1) translateY(15px);
  transform:         scale(1) translateY(15px);
}

// middle-right-positioned transition
.share-button.sharer-0 .social.active.middle.right {
  -ms-transform:     scale(1) translateX(10px);
  -webkit-transform: scale(1) translateX(10px);
  transform:         scale(1) translateX(10px);
}

// middle-left-positioned transition
.share-button.sharer-0 .social.active.middle.left {
  -ms-transform:     scale(1) translateX(-10px);
  -webkit-transform: scale(1) translateX(-10px);
  transform:         scale(1) translateX(-10px);
}

// ul containing each individual network
.share-button.sharer-0 .social ul {
  color: #fff;
  height: 46px;
  left: 0;
  list-style: none;
  margin: auto;
  padding: 0;
  position: relative;
  right: 0;
}

// network containers
.share-button.sharer-0 .social ul li {
  -moz-box-sizing:    content-box;
  -webkit-box-sizing: content-box;
  box-sizing:         content-box;
  -webkit-transition: all .3s ease;
  transition:         all .3s ease;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 20px;
  height: 22px;
  margin: 0;
  padding: 12px 0;
  position: relative;
  text-align: center;
  width: 60px;
  z-index: 2;
}

// changes icon color upon hover
.share-button.sharer-0 .social ul li:hover {
  color: rgba(0,0,0,.5);
}

// Background color for Facebook
.share-button.sharer-0 .social li[class*=facebook] {
  background: #3b5998;
  display: block; // for enabling/disabling networks
}

// Background color for Twitter
.share-button.sharer-0 .social li[class*=twitter] {
  background: #6cdfea;
  display: block; // for enabling/disabling networks
}

// Background color for Google Plus
.share-button.sharer-0 .social li[class*=gplus] {
  background: #e34429;
  display: block; // for enabling/disabling networks
}

// Background color for Pinterest
.share-button.sharer-0 .social li[class*=pinterest] {
  background: #c5282f;
  display: block; // for enabling/disabling networks
}

// Background color for email
.share-button.sharer-0 .social li[class*=paper-plane] {
  background: #42c5b0;
  display: block; // for enabling/disabling networks
}


/*--------------------*/
/* circle pop on work navigation */
/*--------------------*/


#prev-work,
#next-work{
	float: left;
	position:fixed; 
  
}


#prev-work{
	left:0;
	top: 60%;	  
}


#next-work{
	right:0;
	top: 60%;	
}




nav a {
	position: absolute;
	top: 50%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

nav a.prev {
	left: 0;
}

nav a.next {
	right: 0;
}

nav a svg {
	display: block;
	margin: 0 auto;
	padding: 0;
}



.nav-circlepop a {
	margin: 0 30px;
	width: 50px;
	height: 50px;
}

.nav-circlepop a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #080808;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.nav-circlepop .icon-wrap {
	position: relative;
	display: block;
	margin: 10% 0 0 10%;
	width: 80%;
	height: 80%;
}

.nav-circlepop a.next .icon-wrap {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav-circlepop .icon-wrap::before,
.nav-circlepop .icon-wrap::after {
	position: absolute;
	left: 25%;
	width: 3px;
	height: 50%;
	background: #080808;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.nav-circlepop .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(30deg);
	transform: translateX(-50%) rotate(30deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.nav-circlepop .icon-wrap::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-30deg);
	transform: translateX(-50%) rotate(-30deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.nav-circlepop a:hover::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.nav-circlepop a:hover .icon-wrap::before,
.nav-circlepop a:hover .icon-wrap::after {
	background: #CCC;
}

.nav-circlepop a:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.nav-circlepop a:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}


/* =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;
}



/* wrap */

.wrap {
	position:relative;
	margin:0 auto;
    width:940px;
}

/* clear */

.clear{
	clear: both;
}	



/* video */


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
        display: block;
   		margin: 0 auto;
}



	
/* Mobile Responsive Styles */



/* Removed from regular non-mobile browser view */ 

#mobile-logo-tablet,
#intro-mobile-logo-tablet,
#mobile-logo-phone,
#intro-mobile-logo-phone,
#mobile-nav,
#mobile-access,
#intro-mobile-nav,
#intro-mobile-access{
	display: none;
}



/* tablet */

@media only screen and (min-width: 481px) and (max-width: 1024px){
	#wrapper {  /* tablet */
		margin: 5px auto;
		width: 100%;
		padding:0;
	}


	/* declare tablet sections removed from non-mobile browser  */

	#intro-mobile-header{
		display:block;
		background:url('images/header/intro_bg.png') repeat; /* edit! */
		position: relative;
		z-index: 99999;
	}


	#mobile-logo-tablet{  /* tablet */
		display:inline;
		float: left;

	}

	#intro-mobile-logo-tablet{  /* tablet */
		width: 100%;
		display:inline;
		float: left;
		background:url('images/header/intro_bg.png') repeat; /* edit! */
		position: relative;
		z-index: 99999;
	}

	#intro-mobile-nav{  /* tablet */
		display:block;
	}

	#mobile-nav{  /* tablet */
		display:block;
	}

	#mobile-access{  /* tablet */
		display:block;
	}

	#intro-mobile-access{  /* tablet */
		display:block;
	}

	#mobile-nav,
	#intro-mobile-nav, 
	/* #mobile-access, 
	#mobile-access, .menu-header,
	div.menu, */
	#main,
	#footer {
	    margin: 0 auto;
	    width: 100%;
	}

	#footer-left{  /* tablet */
	float: left;
	width: 48%;
	text-align: left;
	margin:10px 0 0 10px;
	}

	#footer-right{  /* tablet */
	float: left;
	width: 48%;
	margin:10px 10px 0 0;
	text-align: right;
	}


	/* works */

	#works{   /* tablet */
		
	}


	#work{ /* tablet */
	margin:0 0 50px 0; 
	}


	.work{   /* tablet */
		float:left; 
		margin:14px;
		height:160px;
		width:160px;    
	}

	.work img{   /* tablet */

	}


	/* removed form tablet view */
	#mobile-logo-phone,
	#intro-mobile-logo-phone,
	#navbar,
	#intro-navbar,
	#header,
	#intro-header{
		display: none;

	}

  

	/*
	LAYOUT: Responsive Images & Video
	DESCRIPTION: Responsive.
	*/
	#content img {  /* tablet */
		margin: 0;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	
	img, object, embed, iframe, #content .wp-caption {
		max-width: 100%;
	}
	
	#content .wp-caption img{
		max-width: 95%;
	}
	  
	/*
	LAYOUT: Two columns
	DESCRIPTION: Responsive.
	940 = 720 + 220
	100% = 76.5957447% + 23.40425535% 
	*/
	
	#container {  /* tablet */
		float: right;
		margin: 0 0 0 -25.5319149%;
		width: 99%;
	}
	#content {  /* tablet */
		width: 68.5957447%;
		/*margin: 0 29.787234% 0 20px;*/
		margin: 0 20px 0 29.787234%;
	}
	#primary,  /* tablet */
	#secondary {
		margin:0 0 0 10px; 
		overflow: hidden;
		width: 23.40425535% /* 200px / 940px */ 
	}




	/*
	LAYOUT: One Column
	DESCRIPTION: Responsive.
	*/

	.wrap {   /* tablet */
	position:relative;
	margin:0 auto;
    width:100%;
	}
	
	

	.one-column #content {   /* tablet */
	float: left;
	margin: 0 0 0 0;
	width: 99%;
	}
	
	

} /* This belongs here. It goes to @media only screen and (min-width: 481px) and (max-width: 1024px) */

/* smartphone */

@media screen and (max-width: 660px) {
	#wrapper {
		margin:0 auto;
		width: 100%;
	}


	/* declare mobile sections removed from regular */

	#intro-mobile-header{
		display:block;
		background:url('images/header/intro_bg.png') repeat; /* edit! */
	}


	#mobile-logo-phone{ /* smartphone */
		display:block;
	}

	#intro-mobile-logo-phone{ /* smartphone */
		display:block;
	}

	#mobile-logo-phone img{ /* smartphone */
		display: block; 
    	margin: 0 auto;
	}

	#mobile-nav{ /* smartphone */
		display: block;
	}

	#intro-mobile-nav{ /* smartphone */
		display: block;
	}

	#mobile-access{ /* smartphone */
		display: block;
	}

	#intro-mobile-access{ /* smartphone */
		display: block;
	}

	
						 
	#mobile-logo-phone,   /* smartphone */
	#mobile-nav,
	#intro-mobile-logo-phone,
	#intro-mobile-nav, /*
	#mobile-access,
	#mobile-access .menu-header,
	div.menu, */
	#main{
		margin: 0 auto;
		width: 100%;
	}



	/* removed from smartphone view */
	#navbar,
	#intro-navbar,
	#header,
	#intro-header,
	#mobile-logo-tablet,
	#intro-mobile-logo-tablet{
		display: none;
	}

	#container { /* smartphone */
		float: left;
		width: 100%; /* edit! */
		overflow: auto;
		margin:0; 
	}
	
	#content { /* smartphone */
		width: 95%;
		margin: 0 0px 0 0px;
	    font-size: 20px;
	    line-height: 26px;
	}


	#content p, h1, .entry-title{ /* smartphone */
		padding:0 3%;  /* edit! */
	}


	/* about */

	#about-column-left, /* smartphone */
	#about-column-right{
		float: left;
		width: 99%;
		padding:0px; 
	}


	/* contact */

	#contact-column-left{
	float: left;
	width: 95%;
	padding:10px;
	border:none;  
	}

	#contact-column-right{
		float: left;
		width: 95%;
		padding:10px; 
	}






	/* works */

	#works{ /* smartphone */

	}

	#work{ /* smartphone */
	margin:0 5px 10px 5px; 
	}

	.work{  /* smartphone */
		float:left; 
		margin:14px;
		height:155px;
		width:155px;   
	}

	.work img{  /* smartphone */
		
	}


	#work-details{   /* smartphone */
	float:left; 
	width:100%;
	margin:10px 0 0 0; 
	font-size:14px;
	line-height:16px; 
	}

	#work-nav{   /* smartphone */
	text-align: center; 
	margin:25px 0 0 0; 
	float:left; 
	width:100%;
	}


	#prev-next-work{  /* smartphone */
		height:65px;
	}

	#prev-work,  
	#next-work{  /* smartphone */
		float:none;
		position:relative; 
	  
	}


	#prev-work{  /* smartphone */
		float:left; 
		left:0;	  
	}


	#next-work{  /* smartphone */
		float: right;
		right:0;	
	}

	#primary,  /* smartphone */
	#secondary {
		margin:0 0 0 10px; 
		float: left;
		overflow: hidden;
		width: 85%; 
	}
	#secondary {  /* smartphone */
		clear: left;
	}

	#footer-left{ /* smartphone */
		float: left;
		width: 99%;
		margin:5px 0 0 0;
	}

	#footer-info{ /* smartphone */
		height: 50px;
		width:60%;
		margin:0 auto;
		padding:0 0 0 50px;   
		text-align: center;	

	}

	#footer-right{ /* smartphone */
		float: left;
		width: 99%;
		margin:5px 0 0 0;
		text-align: center;
	}
	


	/*
	LAYOUT: One Column
	DESCRIPTION: Responsive.
	*/

	.wrap {     /* smartphone */
	position:relative;
	margin:0 auto;
    width:100%;
	}
	
	
	.one-column #content {  /* smartphone */
	float: left;
	margin: 0 0 0 0;
	width: 100%;
	}
	
	/*
	LAYOUT: Responsive Images
	DESCRIPTION: Responsive.
	*/
	  
	#content img {  /* smartphone */
		margin:20 auto;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	
	img, object, embed, #content .wp-caption {
		max-width: 100%;
	}
	
	#content .wp-caption{
		width: 100%;
	}
	
	#content .wp-caption img{
		max-width: 90%;
	}
	
	#content .wp-caption.alignleft{
		float: left;
	}
	#content .wp-caption.alignright{
		float: right;
	}
	#content .alignleft,
	#content img.alignleft {
		display: block;
		float: none;
		margin: 0px auto;
		padding: 0px 0px 5px 0px;
	}
	#content .alignright,
	#content img.alignright {
		display: block;
		float: none;
		margin: 0px auto;
		padding: 0px 0px 5px 0px;
	}

} /* @media screen and (max-width: 660px) */


/*
/* We left these here for you incase you needed them. You do not need to add anything for the Videos or Images.
/*
/*
/* Media = iPad orientation: landscape */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	
}/* This belongs here. It goes to @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) */

/*--------------------------------------------------------------------------------*/

/* Media = iPad orientation: portrait */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

}/* This belongs here. It goes to @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) */

/*--------------------------------------------------------------------------------*/

/* Media = Mobile - iPhone */

@media handheld, only screen and (max-device-width: 480px) {
	iframe, object, embed{
		width: 100%;
		height: auto;
	}
	#content pre {
		font-size: 60%;
		overflow: hidden;
		padding: 1em;
	}
	
	#content code {
		font-size: 50%;
		margin-bottom: 24px;
	}
}/* This belongs here. It goes to @media handheld, only screen and (max-device-width: 480px) */
	
/* Media = Mobile - All Others - orientation:portrait */

@media handheld, only screen and (max-device-width: 480px) and (orientation:portrait) {
	iframe, object, embed{
		width: 100%;
		height: auto;
	}
	
	#content pre {
		font-size: 80%;
		overflow: hidden;
		padding: 1em;
	}

	#content code {
		font-size: 50%;
		margin-bottom: 24px;
	}
}/* @media handheld, only screen and (max-device-width: 480px) and (orientation:portrait) */

/* Media = Mobile - All Others - orientation:landscape */

@media handheld, only screen and (max-device-width: 767px) and (orientation:landscape) {
	iframe, object, embed{
		width: 100%;
		height: auto;
	}
}/* This belongs here. It goes to @media handheld, only screen and (max-device-width: 767px) and (orientation:landscape) */







