/*
Theme Name: Chester Black
Theme URI: http://www.squigloo.com.au
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Starter theme for Chester Eyewear
Version: 1.0
License: GNU General Public License
*/



/*@import url(http://fonts.googleapis.com/css?family=Enriqueta);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

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

}


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

}
/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


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

body {
	padding:0px;
}
#page {
	margin: 0em auto;
	width: 960px;
}
#branding hgroup {
	margin: 0 20px;
}
#access div {
	margin: 0 0 0 20px;
}
#primary {
	float: left;
	margin: 0 -270px 0 0;
	width: 100%;
}
#content {
	margin: 0 320px 0 0px;
	/*The width with a sidebar*/
	width: 660px;
}

#secondary {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	width: 200px;
	padding:10px;
}

/* Singular (uses no-sidebar-template) */
.singular #primary,
.wide #primary {
	margin: 0;
}
.singular #content,
.wide #content {
	margin: 0 0px;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 100%;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 650px;
}


/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 70px;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


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

body, input, textarea {
	color: #808080;
	font: 13px "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background-color: #FFF;
	background-image:url(images/chester-bg.gif);
	background-repeat:repeat-x;
	background-position:center top;	
}
#page {

}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: left;
}
hr {
	background-color: #fff;
	border: 0;
	height: 1px;
	margin-bottom: 5px;
	width:100%;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
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 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
	background: #FFF;
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	color: #373737;
	border-color:#2BC2D6;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel] {
	padding: 4px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #2BC2D6;
	text-decoration: underline;
}
a:focus,
a:active,
a:hover {
	color: #33cebb;
	text-decoration: none;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 70px;
}


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

#branding {
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
/* HEADER WIDGET AREA 
--------------------------------------------*/
#header-widgets {
	text-align: right;
	width:100%;
	height:35px;
	padding-top:9px;
	overflow:hidden;	
}
#header-widgets a {
	margin-left:10px;
	opacity:0.8;
}
#header-widgets a:hover {
	opacity:1;
}
.hTitles {
	width:100%;
	height:140px;
	overflow:hidden;
	text-align:center;
}
#site-title {
	margin: 40px 0px 0px;
	padding: 0;
}
#site-title a {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}



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

#access {
	background: #FFF; /* Show a solid color for older browsers */
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
	border-bottom:1px solid #C9C9C9;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 -20px;
	padding-left: 0;
	font-family:'enriquetaregular', Georgia, serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #333;
	display: block;
	line-height: 40px;
	padding: 0 22px;
	text-decoration: none;
	
	background-color:#fff;
	-webkit-transition: background-color 700ms linear;
     -moz-transition: background-color 700ms linear;
     -o-transition: background-color 700ms linear;
     -ms-transition: background-color 700ms linear;
     transition: background-color 700ms linear;
	
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top:40px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background-color: #efefef;
}
#access li:hover > a,
#access a:focus {
	background-color: #2BC2D6; /* Show a solid color for older browsers */
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	color: #000;
}

#access li.eye {
	margin-left:45px;
	
}
#access li.eye  a{
	background-image:url(images/icon-eye.png);
	background-repeat:no-repeat;
	background-position:5px center;
	padding-left:40px;
}
#access li.current-menu-item {
	background-image:url(images/nav-arrow.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-color:transparent;
}
#access li.current-menu-item a{
	background-color:transparent;
}
/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 1em 0 0;
	min-height:400px;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #666666;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family:'enriquetaregular', Georgia, serif;
	font-size:36px;
}
.entry-title,
.entry-title a {
	color: #666666;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 5px 0 0;
}
.entry-content h1,
.entry-content h2 {
	color: #2BC2D6;
	font-weight: normal;
	margin: 0 0 5px;
	font-family:'enriquetaregular', Georgia, serif;
	font-size:21px;
}
.entry-content h3,
.comment-content h3 {
	color: #2BC2D6;
	font-family:'enriquetaregular', Georgia, serif;
	font-size:18px;
	line-height:normal;
	margin-bottom:3px;
}
.entry-content table{
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td{
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a{
	background-color: #ADE;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.8em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 12px;
}
.entry-meta .edit-link a:hover {
	background-color: #0CC;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	/*max-width: 100%;97.5%;  Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;  /*Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
img.shadow {
	box-shadow:1px 1px 4px 2px rgba(0,0,0,0.3);
}

p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
/* Comments link */
/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding:  0.5em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0.5em 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	right: 20px;
	position: absolute;
	left: auto;
	top: 10px;
}


/* =Aside (Removed)
----------------------------------------------- */


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery  (Removed)
----------------------------------------------- */
/* =Status  (Removed)
----------------------------------------------- */
/* =Quote  (Removed)
----------------------------------------------- */
/* =Image  (Removed)
----------------------------------------------- */

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase  (Removed)
----------------------------------------------- */
/* Recent Posts */
/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


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

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
/* = Page Content
-------------------------------------------------------------- */

#box-welcome {
	height:300px;
	width:320px;
	float:left;
	margin-bottom:10px;
	padding-left:30px
}

#box-welcome h1 {
	margin-top:45px;
	font-size:36px;
	color:#666666;
	line-height:normal;
}
#box-welcome h1 strong {
	font-size:42px;
	font-weight:normal;
}
#box-vimeo {
	float:right;
	margin-right:30px;
	box-shadow:1px 1px 3px 3px rgba(0,0,0,0.1);
	position:relative;
	width:500px;
	height:281px;
	background-color:#000;
}
.page-id-12 #box-vimeo {
	float:none;
	margin:0px auto 20px;
	background-color: #FFF;
    color: #FFFFFF;
	text-align:center;
	height:auto;
	width:auto;
	box-shadow:none;
}
.page-id-12 #box-vimeo.videomode {
	background-color:#000;
	width:100%;	
}
.page-id-12 #box-vimeo a {
	color:#2BC2D6;
	 font-family: 'enriquetaregular',Georgia,serif;
    font-size: 18px;
	margin-bottom: 3px;
	text-decoration:none;
	font-weight:bold;
}
#vimeoplayer {	
}
#sq-slideshow {
	clear:both;
}
#sq-slideshow .slide {
	border-top:1px solid #C9C9C9;
	border-bottom:1px solid #C9C9C9;	
	min-height:160px;
	margin-bottom:10px;
	overflow:hidden;
	background-repeat:no-repeat;	
}
#sq-slideshow .blurb {
	float:left;
	width:490px;
	margin-left:305px;
	margin-top:15px;
}
#sq-slideshow .blurb p {
	margin-bottom:10px;
}
#sq-slideshow a.hero-link {
	float:right;
	display:block;
	width:85px;
	height:80px;
	padding:30px 10px 0px;
	background-image:url(images/circle.png);
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	margin:15px;
	background-color:#2BC2D6;
	-webkit-transition: background-color 300ms linear;
     -moz-transition: background-color 300ms linear;
     -o-transition: background-color 300ms linear;
     -ms-transition: background-color 300ms linear;
     transition: background-color 300ms linear;
	 text-decoration:none;
	
}
#sq-slideshow a.hero-link.long {
	padding-top:25px;
	height:85px;
	text-decoration:none;
}
#sq-slideshow a.hero-link:hover,
#sq-slideshow a.hero-link:active {
	background-color: #33CEBB;
	text-decoration:none;
}
.box-mini-promo {
	width: 250px;
	height: 50px;
	padding-left: 60px;
	padding-top: 5px;
	float: left;
	background-color: #2BC2D6;
	margin-right: 15px;
	color: #CFF1F5;
	font-size: 11px;
	line-height: normal;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#box-eyetest {	background-image:url(images/box-bg-book.png); }
#box-facebook {	background-image:url(images/box-bg-facebook.png); }
#box-instagram {	background-image:url(images/box-bg-instagram.png); margin-right:0px; }

.box-mini-promo strong {
	color:#fff;
	font-size:16px;
	font-family:'enriquetaregular', Georgia, serif;
	font-weight:normal;
	margin-bottom:3px;
}
.box-mini-promo.clickable {
	cursor:pointer;
	background-color:#2BC2D6;
	-webkit-transition: background-color 300ms linear;
     -moz-transition: background-color 300ms linear;
     -o-transition: background-color 300ms linear;
     -ms-transition: background-color 300ms linear;
     transition: background-color 300ms linear;
}
.box-mini-promo.clickable:hover,
.box-mini-promo.clickable:active {
	background-color: #33CEBB;
	text-decoration:none;
}

/* CONTACT BOOK FORMS */
#box-hc-logos {
	float:right;
	width:450px;
	margin-left:30px;
	text-align:center;
}
#box-hc-logos img {
	margin:5px 10px;
}
/* WHY */
.box-why {
	width:286px;
	float:left;
	margin-right:20px;
	padding:0px 10px 5px;
}
#box-first.box-why {
	clear:both;
	float:none;
	margin:0px 330px;
}
#box-second.box-why  {
	clear:both;
}
#box-fourth {
	margin-right:0px;
}
.box-why h3,
.box-why h2 {
	background-color:#2BC2D6;
	color:#fff;
	margin-left:-10px;
	margin-right:-10px;
	line-height:30px;
	padding-left:10px;
	
}
.box-why img {
	max-width:215px;
}
#ngg-slideshow-2-12-1 {
	float:right;
	margin-left:20px;
	text-align:center;
}
#ngg-slideshow-2-12-1 img {
	box-shadow:1px 1px 3px 1px rgba(0,0,0,0.2);
}
#ngg-slideshow-2-12-1 .ngg-slideshow-loader {
	padding-top:70px;
}
#ngg-slideshow-2-12-1 .ngg-slideshow-loader img {
	box-shadow:none;
}


/* Brand Logos */
table#brand-logos {
	float:none;
	width:100%;
	margin-left:0px;
	border:none;
	margin-bottom:40px;
}
table#brand-logos td {
	border:none;
	vertical-align:middle;
	text-align:center;
}
.page-id-6 .entry-content p {
	padding:0px 30px 0px 180px;
	
}
.page-id-6 .entry-content h3 {
	float:left;
	max-width:160px;
	
}
/* BRANDS GALLERY */
.hwrap {
	height:250px;
	background-color:#333;
	padding:10px 0px;
	margin-bottom:30px;
	margin-top:10px;
	position:relative;
	overflow:hidden;
	
}
#loader {
	text-align:center;
	margin-top:120px;
}
/**/
#horizontal-slider {
	display:none;
}
/*.ngg-gallery-horizontal #items {
	height:250px;
	white-space:nowrap;
	overflow:visible;
}
	
.ngg-gallery-horizontal .photo {
	margin-right:5px;
}
.ngg-gallery-horizontal  #items img {
	height:250px;
	width:auto;
}*/
/* Eye Test */
.box-half-column {
	width:450px;
	float:left;
	padding-right:50px;
}
#box-second.box-half-column {
	padding-right:0px;
}
.box-half-column h3 {
	background-color: #2BC2D6;
    color: #FFFFFF;
    line-height: 30px;
    padding-left: 5px;
}
/* CONTACT BOOK FORMS */
.page-template-contact-page-php iframe {
	border:1px solid #ccc;
	margin-top:-10px;
}

.page-template-contact-page-php .hentry,
.page-template-booking-page-php .hentry {
	width:450px;
	float:left;
}
.wpcf7 {
	width:470px;
	float:right;
	padding:0px !important;
}
.wpcf7-form {
	margin:80px 0px 20px;
	border:1px solid #ccc;
	padding-bottom:55px;
}
.wpcf7-form p {
	margin:1px 10px 5px;
	clear:both;
}
.wpcf7-form p label {
	width:114px;
	display:block;
	float:left;
}
.wpcf7-form p.info {
	float:right;
	width:200px;
	font-style:italic;
	font-size:12px;
	line-height:1.4em;
	color:#B0B0B0;
}
.wpcf7-form p.pt {
	clear:left;
	width:220px;
}
.wpcf7-form p.mand {
	clear:left;
	width:120px;
	font-size:11px;
	float:left;
	font-style:italic;
	padding-top:5px;
}
.wpcf7-form p.sub {
	float:right;
	clear:none;
	height:35px;
}
.wpcf7-form h3 {
	background-image:url(images/semi-cirlce.png);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:58px;
	text-align:center;
	padding:5px 190px 10px;
	color:#fff;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
}
.wpcf7-form select {
   border: 1px solid #DDDDDD;
   padding:4px;
   color:#888888;
}
.wpcf7-form select.subject {
   width:325px;
}
.wpcf7-form h4 {
	margin-left:10px;
	margin-top:15px;
	font-weight:bold;
}
input.quizzy {
	width:30px;
	margin-left:3px;
}
input.wpcf7-submit {
	margin-top:6px;
	float:right;
	background-color:#2BC2D6;
	text-align:right;
	border:none;
	color:#fff;
	text-transform:uppercase;
	margin-right:-10px;
	padding:5px 15px;
	font-size:16px;
	cursor:pointer;
}
input.wpcf7-submit:hover {
	background-color:#33cebb;
}
span.wpcf7-not-valid-tip {
	border: none;
	border-color: #FFECEC  !important;
	background-color: #FFECEC  !important;
	font-size: 10pt;
	left: 10%  !important;
	padding: 2px;
	position: absolute;
	top: 10%;
	width: 180px !important;
	z-index: 100;
}
div.wpcf7-validation-errors {
	border-color: #FFFFB0 !important;
	background-color: #FFFFB0;
	clear:both;
	width:65%;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #2BC2D6 !important;
background-color:#2BC2D6  !important;
clear:both;
color:#FFF;
width:65%;
}
/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2em;
}
#secondary .widget-title {
	color: #666;
	font-family: 'Enriqueta',Georgia,serif;
    font-size: 13px;
    letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-bottom:10px;
}
.widget ul {
	font-size: 15px;
	margin: 0 0 0 20px;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget  (Removed) */
/* Twitter  (Removed)*/

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget (Removed)*/
/* =Comments(Removed)
----------------------------------------------- */
.form-allowed-tags {
	display: none;
}


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

#colophon {
	clear: both;
	background-color:#EFEFEF;
	background-image:url(images/footer-bg.png);
	background-repeat:repeat-x;
	background-position:top;
}
#colophon .wrap {
	width:960px;
	margin:0px auto;
	padding-bottom:50px;
}
#supplementary {
	padding: 1.625em 20px 0.5em;
	overflow: hidden;
	color:#B0B0B0;
	font-size:12px;
	line-height:normal;
}
#supplementary #first a {
	float:left;
	padding-top:5px;
}
#supplementary #first h3 {
	font-family:'enriquetaregular', Georgia, serif;
	font-size:18px;
	color:#B0B0B0;
	float:left;
	clear:none;
	padding:0px;
	line-height:24px;
}
#supplementary span {
	font-size:15px;
}
#supplementary .widget a {
	color: #9F9F9F;
	font-weight:normal;
}
/* Two Footer Widget Areas */
#supplementary .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary #second.widget-area {
	margin-right: 0;
	text-align:right;
}

/* Mini Footer Widget Areas */
#credits-and-copyright {
	padding: 1.625em 20px 3em;
}
#credits-and-copyright .widget-area {
	width: 45%;
	font-size:11px;
	color: #9F9F9F;
}
#credits-and-copyright .widget-area a {
	color: #B5B5B5;
}
#credits-and-copyright #mini-left.widget-area {
	float:left;
}
#credits-and-copyright #mini-right.widget-area {
	float:right;
	text-align:right;
}

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

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.page-link {
		display: none;
	}
	
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

}
/* Safari hacks
-----------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	#page {
		padding:0px 32px; /*1024 - 960*/
	}
	#colophon {
		padding-left:32px;
		padding-right:32px;
	}
}
