/*
Theme Name: Bushwick Print Lab
Description: A simple responsive theme for development - based off of the old one 
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: left;
	margin: 0 -240px 0 0;
	width: 100%;
}

#content {
	margin: 0 280px 0 20px; 
}
#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;
	padding: 0 10px 50px 10px;
	width: 920px;
}

/*
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: 'Abel', sans-serif;
	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: 'Abel', sans-serif;
	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 */


#wrapper {
	padding:0;
}


/* Banded Layout */


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




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

/* Main global 'theme' and typographic styles */
body {
	background:#222; /* edit! */
}
body {
	color: #000; /* edit! */
	font-size: 14px;
	line-height: 20px;
}

input,
textarea {
	color: #000; /* 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: bolder;
	font-family: 'Oswald', sans-serif;
	letter-spacing:.5px; 
}
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 #000;
	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: #000;
}
a:visited {
	color: #000;
}
a:active,
a:hover {
	color: #ff4b33;
}

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


/* wrap */

.wrap {
	position:relative;
	margin:0 auto;
    width:940px;
    padding:0 20px;
    border-left:#000 solid 1px;
    border-right:#000 solid 1px; 
    /* background:pink; */ 
}

/* clear */

.clear{
	clear: both;
}	


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

#pre-header {
	height:35px; 
	background:white;    
}

#pre-header .wrap {
	border:none;
	background:#080808; 

}

#search-box{	
	float:left; 	
	width:45%; 
	height:35px;
	margin:0 auto;
}



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


#header,
#header-carousel {  
	background:#FFF; 
}


#header-banner{
	padding:20px 0; 

}

#header-banner .wrap{
	 border-top:1px solid #000; 
}

#logo{
	float: left;
	height: 220px;
	width: 940px;
	text-indent: -9999px;
	display: inline;
	background:url('images/header/banner.jpg') no-repeat; /* edit */
}


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

#navbar{
	background:#FFF; 
}



#nav{
	width: 940px;
	float: left;
	
}


#access {
	background: url(images/nav/border.png) repeat-x scroll 0 0 transparent;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	letter-spacing: 1px;
	margin: 0 auto 6px;
	text-transform: uppercase;
	padding-top: 12px;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	margin-bottom: 30px;
	font-weight: normal;
}

#access .menu-header,
div.menu {
	
}
#access .menu-header ul,
div.menu ul {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-family: 'Abel', sans-serif;
}
#access .menu-header li,
div.menu li {
	border-right: 1px solid #000;
	float: left;
	position: relative;
	margin-bottom: 0;
}


#access li:last-child {
	border-right: none;
}
#access li li {
	border-right: none;
}


#access a {
	color: #080808;
	display: block;
	line-height: 3.333em;
	min-width: 100px;
	padding: 0 1.75em;
	text-decoration: none;
	text-align: center;
}

#access li li a, #access li li li a {
	text-align: left;
}
#access li:last-child a {
	min-width: 128px;
}

#access ul ul {
	float: left;
	margin: 0;
	position: absolute;
	top: 3.3em;
	left: 0;
	z-index: 99999;
	padding: 10px;
	background: #f9f9f9; /* drop down background */
	border: 1px solid #FFF;
	display: none;
	text-transform: none;
	font-weight: normal;
	font-family: 'Abel', sans-serif;
	text-shadow: 1px 1px 1px #fff;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	letter-spacing: 0;
}

#access ul ul ul {
	left: 100%;
	top: 0;
	padding: 0;
	border: 0;
}
#access ul ul a {
	background: #fff;
	border-bottom: 1px solid #FFF;
	color: #444;
	font-size: 16px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px;
	width: 168px;
}

#access .sub-menu li {
	border-right:0;
	margin:0 0 0 10px; 
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #ffffcc;  
}

#access li.parent a {
	background: #fff url(images/nav/nav.png) no-repeat 90% 1.5em;
}
#access li.parent li.parent a {
	background: #fff url(images/nav/nav.png) no-repeat 90% -72px;
}
#access li.parent li.parent:hover a {  /* drop down hover */
	
}
#access li.parent li.parent:hover li a {
	background-color: #FFF;
}
#access li.parent li.parent li:hover a {
	background: #ffffcc; 
}
#access li:hover > a,
#access a:focus {
	background-color: #f9f9f9; /* hover main nav */
	color: #000000;
}
#access li.parent:hover > a,
#access li.parent:focus > a {
	background: #f9f9f9 url(images/nav/nav.png) no-repeat 90% -28px;
}
#access li.parent li a, #access li.parent li.parent li a {
	background-image: none;
}

#access ul li:hover > ul {
	display: block
}
#access .current_page_item > a,
#access .current_page_ancestor > a, #access .current-menu-item > a { /* current menu */
	color: #000;
}


/*

#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: #080808;
	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: #080808;
	text-decoration: underline;
}

*/



/* =Mobile Me5nu
-------------------------------------------------------------- */

#mobile-nav{
	width:100%;
	position: relative;
	background: #FFF;
}

#mobile-access {
	background: url(images/nav/border.png) repeat-x scroll 0 0 transparent;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	letter-spacing: 1px;
	margin: 0 auto 6px;
	text-transform: uppercase;
	padding-top: 12px;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	margin-bottom: 30px;
	font-weight: normal;
}

#mobile-access .menu-header,
div.menu {
	font-size: 16px;
}
#mobile-access .menu-header ul,
div.menu ul {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-family: 'Abel', sans-serif;
}
#mobile-access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#mobile-access a { /* edit! */
	color: #080808;
	float: left;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	font-family: 'Abel', sans-serif;
}

#mobile-access ul ul a { /* edit! */
	color: #FFF;
	float: left;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	font-family: 'Abel', sans-serif;
}

#mobile-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;
}
#mobile-access ul ul li {
	min-width: 180px;
}
#mobile-access ul ul ul {
	left: 100%;
	top: 0;
}
#mobile-access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#mobile-access li:hover > a,
#mobile-access ul ul :hover > a {
	background: #333;
	color: #fff;
	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 {
	color: #080808;
	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 {
	color: #080808;
	text-decoration: underline;
}





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

#main {
	clear: both;
	overflow: hidden;
	background:#FFF; 
	padding:0 0 20px 0;
	margin:0 0 50px 0; 
	position:relative;
	z-index: 999;  	
}

#main .wrap{
	border-bottom: 1px solid #000;
	height:100%;
	background:#FFF; /* edit */

}

.shadow
{
  position: relative;
}
.shadow:before, .shadow:after
{
  z-index:-1;
  position: absolute;
  content: "";
  bottom:15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}



#content {
	color: #000; /* edit! */	
	margin-bottom: 36px;
}
#content{
	font-size: 18px;
	line-height: 24px;
}

#content input,
#content textarea {
	color: #000; /* edit! */	
	font-size: 18px;
	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: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-weight: 900;
	font-style: normal;
}

#content h1 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-weight: 900;
	font-style: normal;
}

#content h2 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-weight: 900;
	font-style: normal;
}

#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 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: #000;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	font-weight: 900;
	font-style: normal;
}
.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;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !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,
.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;
}

.attachment-post-thumb{
	float:left;
	padding:0 10px 10px 0  
}


/* =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: #000;
}
#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: #CCC; 
	padding: 15px 0 100px 0;
	background:#222;
}



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


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

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





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

#footer-info{
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	font-size:16px; 
}


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

#footer-tagline{
		margin:20px 20px 0 0; 
		font-size:50px;
		font-weight: 500;
		font-style: normal; 
	}

#footer-signup{
		margin:0 0 0 0; 
		font-size:18px;
		font-weight: 500;
		font-style: normal; 
	}	


#footer .wrap{
	border-right: none;
	border-left: none;
	border-top: 1px #666 solid;
	background:none;	
}


/* =Home Page
-------------------------------------------------------------- */


.carousel{
	width:100%;
}

.carousel img{
	width:100%;
}

#header-carousel .wrap{
	padding:20px; 
}

.slide-1,
.slide-2,
.slide-3,
.slide-4,
.slide-5,
.slide-6{
	
	
}

#home-columns{
	  

}

#home-column-left{
	width:40%;
	float: left; 
	padding:0 15px 0 0;	 
}


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




/* contact */

#contact-right{
 float:left; 	
 width:45%; 
}

#contact-left{
 float:left; 	
 width:45%;
 margin:0 10px 0 0;

}


/* button */

.btn {
  display:block; 	
  max-width:335px; 	
  text-align: center;	
  background: #fef009;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(top, #fef009, #fff41e);
  background-image: -moz-linear-gradient(top, #fef009, #fff41e);
  background-image: -ms-linear-gradient(top, #fef009, #fff41e);
  background-image: -o-linear-gradient(top, #fef009, #fff41e);
  background-image: linear-gradient(to bottom, #fef009, #fff41e);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  text-shadow: 1px 1px 5px #666666;
  font-family: 'Abel', sans-serif;
  color: #080808;
  font-size: 28px;
  padding: 10px 20px;
  margin:10px 0 0 10px; 
  border: solid #080808 2px;
  text-decoration: none;
}

.btn:hover {
  color: #fef009; 	
  background: #CCC;
  text-decoration: none;
}



/* =Forms
-------------------------------------------------------------- */



input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px
}
input#s {
	width:200px; 
	background:#FFF url(images/icons/search.png) no-repeat 5px 3px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 18px;
	line-height: 1.1em;
	padding: 2px 10px 2px 28px;
	margin:6px; 
}
input#searchsubmit {
	display: none
}


/* =Gravity Forms
-------------------------------------------------------------- */



.gform_wrapper{ 	
  float:left;
  clear:left;
  width:45%; 
}


.gform_wrapper ul{
	margin:0;
	padding:0;  
}

.gform_wrapper ul li{
	margin:0;
	padding:0;  
}

.gform_wrapper input{
	margin:0;
	padding:0;  
}

.gform_wrapper  .gfield_label{
	color:#080808; 
	font-size: 18px;
	line-height:18px; 
	padding:0;  
}


.ginput_container label{
	color:#080808;
	margin:0;
	padding: 0;  
}

.gfield{
	margin:0 0 0 0;
	padding:0 0 0 0; 
}

.gform_wrapper ul li label{
	margin:0;
	padding:0;
}


.gform_wrapper label{
	margin:0;
	padding: 0;  
}

.gform_wrapper input{
	
}



/* Woocommerce */

.woocommerce div.product div.images.woocommerce-product-gallery{
opacity:1 !important;
}


.images{
	float:left;
}

.summary{ 
	float: right;
	clear: right; 
}

.wc-tabs-wrapper{
	float: right;
	clear: right; 
}




.woocommerce-tabs ul.tabs li{
	border:0;
}


.woocommerce-tabs .tabs { 
	display: none !important; 
}

.woocommerce-tabs .panel { 
	width: 100%; 
	margin-left: 0 !important; 
}

#inner-wrapper {
    border: 0;
    box-shadow: none;
}


#tab-description{
	text-transform: uppercase;
}

.gform_description{
	text-transform: uppercase;
}

/* Product */

h1.product_title{

}

p.price{
	padding:10px 0 0 0;  
}

.woocommerce-tabs{
	float:left; 
}


#additional-details{
	width:100%;
	margin:0 0 20px 0;    
}



.additional-detail-area{
	width:100%; 
	padding:7px 0; 
	border-bottom:1px solid #CCC;
}

.additional-detail-area a{
	color:#CC6699;
	text-decoration: none;

}

.additional-detail-area a:hover{
	color: #ff4b33;
	text-decoration: underline;
}

.detail-title{
	float:left;
	width:35%;
	font-weight: bold;  
}

.detail-answer{
	float: right;
	font-style:italic;
	color:#CC6699; 
}

.detail-answer img{
	box-shadow:none; 
}


#tab-description,
#tab-supplies_tab{
	margin:-25px 0 0 0; 
	padding:10px;
}


.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
background:#080808 !important;
background:#080808 !important;
color:white !important;
text-shadow: transparent !important;
box-shadow: none;
border-color:#ca0606 !important;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
background:#080808 !important;
background:#080808 !important;
color:white !important;
text-shadow: transparent !important;
box-shadow: none;
border-color:#ca0606 !important;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
background:#080808 !important;
color:white !important;
text-shadow: transparent !important;
border-color:#ca0606 !important;

}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
background:#080808 !important;
box-shadow: none;
text-shadow: transparent !important;
color:white !important;
border-color:#ca0606 !important;
}




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




	
/* Mobile Responsive Styles */



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

#mobile-contact-phone,
#mobile-contact-tablet,
#mobile-logo-tablet,
#mobile-carousel,
#mobile-logo-phone,
#mobile-nav,
#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  */

	#mobile-contact-tablet{  /* tablet */
		color: #FFF;
		font-size: 14px;
		line-height: 35px;
		height: 35px;
		padding: 0 0 0 10px;
		display:block;
		background:red; /* edit! */ 
	}


	#mobile-contact-tablet a{  /* tablet */
		color: #FFF;
	}
 
	#mobile-logo-tablet{  /* tablet */
		width: 100%;
		display:inline;
		float: left;
		background: #FFF; /* edit! */
	}

	#mobile-carousel{  /* tablet */ 
		display:inline-block;
		background:blue; 
	}

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


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


		/* home */

	#home-column-left,   /* tablet */
	#home-column-right{
	width:45%;
	float: left; 
	padding:0 3px; 
	}

 
	#home-column-right iframe{   /* tablet */
		width:99%; 
	}


	

	/* structure */
	#mobile-contact-tablet,
	#mobile-carousel,
	#mobile-nav, 
	#main,
	#footer,
	#mobile-icons {
	    margin: 0 auto;
	    width: 100%;
	}

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

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



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

	}

  

	/*
	LAYOUT: Responsive Images & Video
	DESCRIPTION: Responsive.
	*/
	#content img {  /* tablet */
		margin:20px auto;
		height: auto;
		max-width: 95%;
		width: auto;
	}
	
	img, object, embed, iframe, #content .wp-caption {
		max-width: 100%;
	}
	
	#content .wp-caption img{
		max-width: 95%;
	}

	.attachment-post-thumb{
	width: 95%;
	float:left;
	padding:5px auto;
	display: block; 
}
	  
	/*
	LAYOUT: Two columns
	DESCRIPTION: Responsive.
	940 = 720 + 220
	100% = 76.5957447% + 23.40425535% 
	*/
	
	#container {  /* tablet */
		float: left;
		margin: 0 -25.5319149% 0 0;
		width: 99%;
	}
	#content {  /* tablet */
		width: 68.5957447%;
		/*margin: 0 29.787234% 0 20px;*/
		margin: 0 29.787234% 0 20px;
	}
	#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;
	width: 95%;
	padding: 0 3%;
	}
	
	

} /* 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: 5px auto;
		width: 100%;
		padding:0;
	}


	/* declare mobile sections removed from regular */


	#mobile-contact-phone{ /* smartphone */
		color:#FFF;
		display:block;
		font-size: 23px;
		line-height: 35px;
		height: 35px;
		text-align: center;
		font-family: 'Abel', sans-serif;
		text-transform: uppercase;
		border-bottom:#080808 solid 1px;
	}

	#mobile-contact-phone a{ /* smartphone */
		color:#FFF;
		text-decoration: none;
	}


	#mobile-logo-phone{ /* smartphone */
		display:block;
		background: #FFF; /* edit! */
	
	}

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

	#mobile-carousel{  /* smartphone */ 
		display: block;

	}


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

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


	/* home */

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

 
	#home-column-right iframe{   /* smartphone */
		width:99%; 
	}

	/* contact */

	#contact-right,  /* smartphone */
	#contact-left{
		float:left; 
		width:95%; 
	}	


	/* button */

	.btn{
		width:70%; 
	}

	/* structure */
	
	#mobile-contact-phone, /* smartphone */
	#mobile-logo-phone,
	#mobile-carousel,
	#mobile-nav,
	#main,
	#mobile-icons {
		margin: 0 auto;
		width: 100%;
	}

	/* search */

	#search-box{
	float:left; 	
	width:100%; 
	height:35px;
	margin:0 auto; 
	}

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

	#container { /* smartphone */
		float: left;
		width: 100%; /* edit! */
		overflow: auto;
		margin:0; 
	}
	
	#content { /* smartphone */
		width:100%; /* edit! */
		margin:0;
		padding:0 3%;  /* edit! */
	}


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



	
	#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;
	text-align: center;
	}

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


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

	.wrap {     /* smartphone */
	position:relative;
	margin:0 auto;
	padding:0;
	border:0;  
    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;
	}


	/* gravity forms */

	.gform_wrapper{ 	
  	float:left;
  	width:95%; 
   }

} /* @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) */







