/*
= LICENSE =
Theme Artist3
Copyright � 2012 Likely Arts Web + Print. All rights reserved.
This theme may not be reproduced in whole or in part in any way without purchase of a commercial license.
Please see license.txt for the full text of the commercial license.
*/

/* ==================================== RESET ======================================= */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size:100%;
  font-family: inherit;
  vertical-align: baseline;
  }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  }

figure { margin: 0; }

ul, ol { list-style: none;}
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

#container img { max-width: 100%; height: auto;}
#content embed, #content object, #content video, #content iframe {max-width: 100%;}
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }

html.ie8 img { 
  	width: auto; /* for ie 8 */
}

img { -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

.gallery iframe {display: block; padding: 30px 0;}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =================================== TYPOGRAPHY ==================================*/

html { font-size: 80%; -webkit-text-size-adjust: 80%; -ms-text-size-adjust: 80%; line-height: 1.6em;}
html, button, input, select, textarea { font-family: 'OpenSansRegular', Arial, sans-serif; color: #444;}

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

@font-face {
    font-family: 'OpenSansRegular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('OpenSans-Semibold-webfont.eot');
    src: url('OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Semibold-webfont.woff') format('woff'),
         url('OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

#container p{
padding:0;
margin:0px 0px 12px 0px;
line-height: 1.6em;
max-width: 650px;
}

#container #bigimage p{
max-width: 100%;
}

#content a {
text-decoration: underline;
}

#container #content a:hover {
color: #000;
}

#info img, #contact img {
  margin-top: 40px;
}

/* ================================ Global Layout  =================================*/

html {
height: 100%;
}

body {
width: 100%;
text-align: center;
height: 100%;
background-color: #ddd;
}

body.gallery {
color: #cecece;
background-color: #666;
}

#container .clearfix { display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix { height: 1%;}

#container {
position: relative;
margin: 0 auto;
width: 100%;
min-height: 100%;		/* Min height for modern Browser */
height: auto !important;	/* !important-Rule for modern Browser */
height: 100%;			/* Min height for IE (<7) */
}

#sidebar {
position: static;
float: none;
width: 100%;
text-align: left;
color: #999;
}

#sidebar p a {
text-decoration: underline;
}


header {
margin: 0 0 20px 0;
padding: 5%;
width: 90%;
background: #333;
}

header a {
text-decoration: none;
}

h1#logo {
padding-top: 5%;
line-height: 1.5em;
text-align: left;
}

#container nav#main {
  display: none;
}

.mobilemenu {
text-decoration: none;
text-align: left;
margin: 20px 0;
padding: 10px 0;
text-transform: uppercase;
  display: inline-block;
  font-size: 40px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cecece;
}

/*Hide checkbox*/
input[type=checkbox]#mobilemenu {
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]#mobilemenu:checked ~ ul.nav{
    display: block;
}

#hhmenu ul.nav {
list-style: none;
margin: 0;
padding: 0;
display: none;
background: #333;
}

#hhmenu ul.nav li {
float: none;
margin: 0;
padding: 0;
border-top: solid 1px #999;
}

#hhmenu ul.nav li a {
display: block;
margin: 0 30px;
padding: 10px 0;
outline: 0;
color: #cecece;
text-align: left;
text-transform: uppercase;
}

#hhmenu ul.nav li last-child {
border-bottom: none;
}

#container #hhmenu ul.nav li a:hover, #hhmenu ul.nav li a.nav-selected, #hhmenu ul.nav li.nav-selected a, #hhmenu ul.nav li a.nav-path-selected, #hhmenu ul.nav li.nav-path-selected a {
color: #999;
}

#hhmenu ul.nav ul  {
margin: 0 0 10px 30px;
}

#hhmenu ul.nav ul li {
border-top: none;
}

#hhmenu ul.nav ul li a {
padding: 7px 0;
text-transform: none;
}

#menus {
display: none;
padding: 3%;
width: 94%;
}

#menus p span.subheader {
display: none;
}

#menus ul.nav {
  display: none;
margin: 0 0 20px 0;
}

#menus ul.nav li a {
margin: 10px 0;
text-decoration: none;
border-bottom: 1px solid #777;
}

#menus ul.nav li a.nav-selected, #menus ul.nav li a.nav-path-selected {
color: #fff;
}

#public .row {
  margin: 0 0 50px 0;
  padding-bottom: 20px;
  border-bottom: solid 1px #777;
}

#public .row .text {
  margin-left: 10px;
}

#content, #maincont {
float: none;
margin-bottom: 40px;
width: 90%;
padding: 5%;
text-align: left;
}

footer {
width: 90%;
padding: 5%;
text-align: center;
font-size: 0.9em;
}

body.left_sidebar footer a {margin: 0; padding: 0; text-decoration: underline;color: #444; }

body.gallery footer a, body.gallery footer a:hover, body.gallery footer a:active, body.gallery footer a:visited {
  color: #cecece;
}

/*======================= Social=========================*/

.ccm-page-list-rss-icon {
margin: 20px 0;}

/*==================================Lists ======================================*/
#content ul {
list-style-type: square;
margin: 10px 20px;
padding: 0;
}

#content ul li {
margin: 0;
padding: 2px 0;
}

#content ol {
margin: 10px 20px;
padding: 0;
font-size: 1em;
}


/*===================================Form styles ===============================*/
#search {
float: left;
margin: 0;
padding: 0;
width: 250px;
height: 30px;
text-align: left;
}

#search h3 {
display: none;
}

#search input[type="text"] {
margin: 0;
height: 15px;
width: 130px;
padding: 3px;
color: #fff;
border: solid 2px #818181;
background: #a3a3a3;
}

#search input[type="submit"] {
text-transform: uppercase;
background: url(images/button.gif) bottom left repeat-x;
color: #000;
border: solid 2px #818181;
font-size: 1em;
cursor: pointer;
margin: 0;
padding:  2px 3px 3px 3px;
height: 25px;
vertical-align: bottom;
}

#search input[type="submit"]:hover {
color: #444;
border: solid 2px #666;
}

.searchResult h3 a {
margin-top: 5px;
color: #fff;
}

.searchResult .searchHighlight {
background-color: #696969;
}

#content.field, #sidebar.field {
margin:5px 0 20px 0;
padding: 0;
}


#content input[type="text"], .guestBook-formBlock input[type="text"], #content input[type="email"], #content input[type="tel"] {
margin: 5px 0 10px 0;
display: block;
height: 15px;
width: 180px;
padding: 3px;
color: #000;
border: solid 1px #ccc;
background: #f4f4f4;
}

#content textarea, .guestBook-formBlock textarea {
margin: 5px 0 10px 0;
padding: 3px;
color: #000;
border: solid 1px #ccc;
background: #f4f4f4;
}

#content input[type="radio"], .guestBook-formBlock input[type="radio"] {
margin: 5px 5px 10px 0;
vertical-align: middle;
}

#content input[type="submit"], submit.ccm-input-submit, .guestBook-formBlock input[type="submit"], a.button {
display: block;
text-transform: uppercase;
border: solid 1px #ccc;
border-radius: 10px;
background: #fff url(images/buttonbg.gif) bottom left repeat-x;
font-size: 1em;
cursor: pointer;
margin: 20px 0 10px 0;
padding: 5px 15px 3px 15px;
line-height: 22px;
vertical-align: bottom;
-moz-box-shadow: 0 0 3px #c4e1e3;
-webkit-box-shadow: 0 0 3px #c4e1e3;
box-shadow: 0 0 3px #c4e1e3;
}

#content input[type="submit"]:hover, .guestBook-formBlock input[type="submit"]:hover, a.button:hover {
color: #000;
border: solid 1px #666;
}

#container.error {
color: red;
}

#container div.poll {
font-size: 1.1em;
}

#content object {
margin: 20px 0;
padding: 0;
}


.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* ===================================== print styles ============================= */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}