/*
Theme Name: mocsy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 mocsy is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =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, 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;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    background-color: #e0d6b3;
	    background-image: url("../mocsy/images/body-bck.jpg");
    background-repeat: repeat-x;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
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:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body, button, input, select, textarea {
    color: #333;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-size: 17px;
    line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: .5em 1.5em 0;
font-family:georgia, serif;
color:#755910;
font-size:1.3em;
font-style:italic;
line-height:1.5em;
}

blockquote p{margin-bottom:.7em;}

address {
    color: #444444;
    font-size: 0.75em;
    margin:0 0 1.5em 0;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2em;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #755910;
}
a:hover,
a:focus,
a:active {
	color: #888;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
    background-color: transparent;
    background-image: url("../mocsy/images/menu-bck.png");
    background-repeat: no-repeat;
    font-size: 1.05em;
    height: 50px;
    margin-left: 0;
    width: 100%;
    z-index: 20000;
	position: relative;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
.main-navigation ul {
	background-color:#4d5f23;
	background-image: url("../mocsy/images/nav-bck.jpg");
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-left: 0;
    width: 100%;
    min-width:230px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding:0 1em;
	color:#eee3b5 !important;
	margin-right:1px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	    line-height: 45px;
	    border-right: none;
}

.main-navigation ul ul {

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 2.2em;
    z-index: 99999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
	border:none;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	color: #b58e27 !important;
	background-color:transparent;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
color:#b58e27 !important;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	color: #b58e27 !important;
	background-color:transparent;
}

.main-navigation li.current-menu-parent a{
	color: #b58e27 !important;
	background-color:transparent;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

/*homeslides css
----------------------------------------------- */

.h-slide-wrap{
    background-image: url("../mocsy/images/homeslide-bck.jpg");
    background-repeat: no-repeat;
 width:967px;
 height: 335px;
 position:relative;
 overflow:hidden;
 background-color:transparent;
 margin:auto;
 margin-bottom:1px;
 margin-top:-10px;
 	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
 }

#cyclewrap {
    display: inline-block;
    float: left;
    height: 100%;
    margin-bottom: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 967px;
}
#cyclewrap img{
	border-radius: 0 !important;
}

#cycleimages {
    overflow: hidden;
    position: relative;
    width: 100% !important;
    height:100%;
    min-height:315px;
}

.homeslide-wrap {
    background: none;
    width: 100% !important;
    height: 100% !important;
	width:960px;
position:relative;
}
.home-slide-text {
font-family: georgia,serif;
font-size: 1em;
width: 285px;
position: absolute;
right: 35px;
top: 65px;
color: #e3d69d;
line-height: 1.4em;
font-style:italic;
}

.txt-page {
width: 265px;
line-height: 1.5em;
right: 45px;
}

.home-slide-text   a{color:#b58e27}

.home-slide-text h2{font-family: 'Open Sans Condensed', sans-serif; text-transform:uppercase;font-style:normal;margin-bottom:1.5em;font-size:2em;}

#cyclewrap .cycleprev, #cyclewrap .cyclenext{display:block;position:absolute;width:32px;height:32px;top:150px;z-index:9999;text-decoration:none;display:none;}
#cyclewrap .cycleprev{left:0;background:url(slideshow/images/img-prev.png) no-repeat top left;}
#cyclewrap .cyclenext{right:0;background:url(slideshow/images/img-next.png) no-repeat top left;}
#cyclewrapnav {position:absolute; bottom:0; z-index:9999;right:0;}
#cyclewrapnav a{background:transparent url(slideshow/images/pagenav.png) no-repeat 0 0 ; float:left; height:15px; overflow:hidden; text-decoration:none; text-indent:-1234px; width:16px;}
#cyclewrapnav a.activeSlide {background-position:-32px 0;}




/* =Content
----------------------------------------------- */
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
 a {
 	text-decoration:none;
 }
 
  a:hover {
 	text-decoration:none;
 }
body {
    background-color: transparent;
}
.sticky {
}
.hentry {
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.5em;
    padding-left: 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: .5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
#masthead {
	background-color:transparent;
	padding:1em 0 0 0;
}
.site-title {
width: 352px;
display: block;
margin-top: 2em;
margin-bottom: 1.4em;
}
.site-branding {
    background-color: transparent;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    max-width: 960px;
    position: relative;
    width: 960px;
}
.site-title a {
background-image: url("../mocsy/images/logo.png");
background-repeat: no-repeat;
display: block;
font-size: 0;
font-weight: normal;
height: 36px;
width: 352px;
color: transparent;
}
.site-title a{color:transparent;}
.site-description {
background-color: transparent;
float: right;
width: 35%;
margin-top: -1.8em;
margin-bottom: 1.5em;
}
.contact-h {
position: absolute;
right: 0;
top: 1.17em;
min-width: 236px;
font-family: georgia, serif;
line-height: 2.1em;
font-size: 23px;
font-style: italic;
color: #755910;
}

.contact-h a{ color:#2c320c;}

.tel, .mail {
display: inline-block;
width: auto;
padding-left: 50px;
margin-left:1em;
}
.tel{ 
	background-image: url("../mocsy/images/phone.jpg");
    background-repeat: no-repeat;
    background-position:center left;
}
.mail{
	background-image: url("../mocsy/images/envelope.jpg");
    background-repeat: no-repeat;
        background-position:center left;
}

.social-i {
position: relative;
float:right;
// top: 2.5em;
// min-width: 3em;
}

.face{ 
	display:inline-block;
	background-image: url("../mocsy/images/facebook.png");
	background-repeat: no-repeat;
	background-position:center;
	width:60px;
	height:60px;
	margin:0;
}
.trip{
	display:inline-block;
	background-image: url("../mocsy/images/tripadvisor.png");
	background-repeat: no-repeat;
	background-position:center;
	width:120px;
	height:60px;
	margin:0 1em 0 0;
}
.wifi{ 
	display:inline-block;
	background-image: url("../mocsy/images/wifi.png");
	background-repeat: no-repeat;
	background-position:center;
	width:60px;
	height:60px;
	margin:0em;
}
.twit{
	display:none;
	background-image: url("../mocsy/images/twitter.png");
	background-repeat: no-repeat;
	background-position:center;
	width:60px;
	height:60px;
	margin:0em;
}



#page {
    background-color: transparent;
}
#banner-area{
	background-color:transparent;
}
#primary {
	padding-top:0;
	background-color: rgba(255, 255, 255, 0.5);
	width:967px;
	margin:auto;
	margin-top:0px;
	margin-bottom: 8px;
}

#content {
    float: left;
    margin-right: 2%;
	    margin-left: 2%;
    margin-top: 1.5em;
    width: 58%;
	font-size:.93em;
	line-height:1.6em;
}

.gallery-content{width: 95% !important;}

#content h2{
	color:#755910;
	font-family:'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
}


.about-content{
    width: 95% !important;
}
.about-content img{margin-bottom:.5em;}

.home-carrig {
	width: 100% !important;
}

.secondary {
    float: right;
    padding: 2em 1.5em 0 0;
    width: 34%;
	clear:right;
}
.event-offer {
background-image: url("../mocsy/images/chalkboard.jpg");
background-color: #333;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
font-family: 'Open Sans Condensed', sans-serif;
color: #f6f6f6;
font-size: 1.2em;
font-weight: normal;
padding: 1em;
border: solid 3px #755910;
box-shadow: 2px 3px #aaa;
-moz-box-shadow: 2px 3px #aaa;
-webkit-box-shadow: 2px 3px #aaa;
}

.site-info {
    background-color: transparent;
    color: #555555;
    font-size: 12px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 18px;
    width: 967px;
overflow:auto;
height:100%;
	background-image: url("../mocsy/images/footer.jpg");
	background-repeat:repeat-y;
float:none;
}

#colopho {
    background-color: transparent;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 967px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
overflow:auto;
height:auto;
}

.site-info ul li{list-style:none;}
.site-info a{color:#b58e27;}
.site-info a:hover{color:#888;}

.fi-wrap {
background-image: url("../mocsy/images/fi-bck.jpg");
position: relative;
width: 967px;
margin: auto;
margin-top: -10px;
margin-bottom: 1px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
line-height: 0;
padding-bottom: 2px;
}

.attachment-img-fi{margin-bottom:0;}

.page-title{display:none;}

.byline{display:none !important;}

.entry-meta{display:none !important;}

.gallery{display:block;}

/*home widget styles
----------------------------------------------- */
#home-content-wrap {
width:98%;
margin:auto;
}

.home-widget {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    margin-top: 0.5%;
    min-height: 224px;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
    width: 25%;
    border-right: 2px solid #e0e3c8;
}

#home-content-wrap div:nth-child(4) {border-right:none;}

.homewidget-title{
	font-family: vollkorn, georgia, serif;
	color:#4D5F23;
	text-align:center;
	padding:4px 0;
	font-size:.95em;
	text-transform:uppercase;
letter-spacing:.07em;
}

.home-widget .textwidget {
    font-size: 0.8em;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
line-height:1.4em;
	color:#666;
}
.home-widget img{margin-bottom:7px;}
.carrig-h-text {
	max-width:94%;
	margin:auto;
	padding-top:20px;
	clear:both;
	color:#777;
}

.footer-widget {
    display: inline-block;
    float: left;
	margin:0;
    position: relative;
    width: 50%;
	font-family:'Open Sans Condensed', sans-serif;
	color:#e7dca6;
	font-size:1.2em;
	font-weight:bold;
}


.read-more{
background: #e9e0bb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTBiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YWIwMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #e9e0bb 0%, #9ab01e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e0bb), color-stop(100%,#9ab01e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9e0bb 0%,#9ab01e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9e0bb 0%,#9ab01e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9e0bb 0%,#9ab01e 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9e0bb 0%,#9ab01e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e0bb', endColorstr='#9ab01e',GradientType=0 ); /* IE6-8 */
}

.read-more{
    display: block;
    font-size: 1em;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    text-align: center;
    width: 70%;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    margin:auto;
    text-transform:uppercase;
    color:#2c320c !important;
}

.read-more:hover{background:#9ab01e;color:white !important;}



/* =typography
----------------------------------------------- */

.entry-title {
font-family:'Open Sans Condensed', sans-serif;
font-size: 1.6em;
color: black;
border-bottom: dotted 1px #bbb;
line-height: normal;
margin-bottom: .5em;
padding-bottom: .2em;
color:#755910;
// text-transform:uppercase;
font-weight:bold
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget-title {
font-family: 'Open Sans Condensed', sans-serif;
font-size: 1em;
text-transform: uppercase;
font-weight: bold;
color: #755910;
margin: 0 0 .3em 0;
}
.some-tours{
background-color:#6b7c11;
    background-image: url("../mocsy/images/tours-widget-bck.jpg");
    background-repeat: repeat-x;
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    width:95%;
}

.some-tours ul{padding:0;margin:0;}
.some-tours li{list-style:none;padding:0;margin:0;}

.some-tours h2{
	background-color:#4f6124;
	font-family:vollkorn, serif;
	font-size:1.2em;
	padding: .2em 0 0em 1.5em;
	color:white;
	margin-bottom:.7em;
	    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.some-tours a {
    color: white;
    display: block;
    margin-bottom: 0.4em;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0.4em;
    padding-left: 1em;
    text-decoration: none;
    text-transform:uppercase;
    font-size:.8em;
    border-bottom:1px solid #95a24d;
}
.some-tours a:hover{color:#eae5bf;}

.some-tours .current_page_item{
color:#eae5bf;
}

.checklist{
    background-image: url("../mocsy/images/checklist-bck.jpg");
    background-repeat: repeat-y;
    padding:1em 0 0 0;
    margin:0 0 1em 0;
        width:95%;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
color:#4D5F23;
}
.checklist ul{
    //background-image: url("../mocsy/images/checklist-bottom.jpg");
    background-position:left bottom;
    background-repeat:no-repeat;
	margin:0 0 2em 0;
	padding:0 0 2.5em 0;
	font-style:italic;
	line-height:1.5em;
	font-size:.9em;
}
.checklist ul li{
    background-image: url("../mocsy/images/checklist-tick.png");
    background-repeat:no-repeat;
    background-position: left center;
	list-style:none;
	padding-left:1.9em;
	padding-right:1em;
	margin-left:1em;
	margin-bottom:.35em;
}

.checklist h2{
 font-family:vollkorn, serif;
 font-size:1.2em;
 padding: .0 0 .2em 1.5em;
}

.client-widget{background-color:#e9e9e9;width:95%;padding:.8em .5em .1em .5em;margin-bottom:.8em;}

.client-widget h3{
	font-family: vollkorn, serif;
	font-size: 1.2em;
	padding: 0px 0px 0em;
border-bottom:dotted 1px #ccc;
margin:0 auto .4em auto;
width:90%;
	}

.client-widget a {
	width:90%;
	display:block;
padding:.1em .4em;
}

.client-widget a:hover {background-color:#e5e5e5;}

.client-widget .current-menu-item a {
	color:#777;
	background-color:#e5e5e5;
}
.client-widget ul{margin-left:2em;}
.client-widget li {list-style:none;padding-left:0;}



/*.gallery {
    padding:.3em 0 0 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: url("../mocsy/images/checklist-bck.jpg");
    background-repeat: repeat-y;
    display: block;
    max-height: 156px !important;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom:1em;
    width:95%;
}
*/
.gallery h2{
 font-family:vollkorn, serif;
 font-size:1.2em;
	padding: .2em 0 0em 1.5em;
	line-height:1.4em;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


#recent-posts-2 li, #recent-posts-2 ul{list-style:none;padding:0;margin:0;}

#recent-posts-2 li {border-bottom:1px dotted #ccc; padding:5px 0;max-width:95%;line-height:1.3em;}

.ct-sv {padding:15px;display:inline-block;border:solid 1px #bbb;background-color:#ddd;}

.fb-like-box-wrap{background-image:url("../mocsy/images/chalkboard1.jpg");
	background-color: rgba(207, 188, 106, 0.2);
}

.clearfix{clear:both;}
