/*
  Theme Name: Over Easy
  Theme URI: http://www.treefrogcinegraphix.com
  Version: 1.0
  Author: Treefrog Cinegraphix
  Author URI: http://www.treefrogcinegraphix.com
  Tags: simple, clean, right sidebar, two columns, valid XHTML, valid CSS
  Licence: GPL
  
  Description: Custom Wordpress theme for Sunny Side Up Travel
*/

/*----------Redeclarations----------*/

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

hr {
	display: none;
}

p {
	margin: 1em 0;
}

/*-------Block Level Elements-------*/

html {
	background: #d7ae97 url("images/html-bg.png");
}

body {
	background: url("images/bg-tile.png") repeat-x;
	min-height: 633px;
	color: #474747;
	font: 13px OpenSansSemibold, Helvetica, Arial, sans-serif;
	line-height: 18px;
}

#header {
	position: relative;
	width: 918px;
	height: 34px;
	padding: 20px 30px;
	color: #fffefe;
	margin: 0 auto;
	background-color: #00bcd1;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	z-index: 100;
}

#header h1 {
	position: relative;
	float: left;
}

#banner {
	position: relative;
	width: 938px;
	height: 147px;
	padding: 30px 0 0 30px;
	margin: 0 auto;
	font-family: OpenSansBold;
	font-size: 24px;
	line-height: 32px;
	color: #fffefe;
	-webkit-text-shadow: 2px 2px 0 #ee094c;
	-moz-text-shadow: 2px 2px 0 #ee094c;
	text-shadow: 2px 2px 0 #ee094c;
	z-index: 90;
}

#ocean {
	width: 100%;
	padding-top: 74px;
	background: url("images/bg-ocean-8.png") top center no-repeat;
}

#clouds {
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/clouds.png") repeat-x;
	width: 100%;
	height: 350px;
	z-index: 60;
}

#boats {
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/boats.png") repeat-x;
	width: 100%;
	height: 350px;
	z-index: 70;
}

#page {
	width: 918px;
	padding: 30px;
	margin: 0 auto;
	background: #f4f0e7 url("images/content-bg.png");
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

#menu {
	position: relative;
	float: right;
	font-size: 15px;
}

#menu li {
	position: relative;
	float: left;
	margin: 10px 10px 10px 0;
}

#menu li:hover > .sub-menu {
	display: block;
}

#menu a {
	display: block;
	padding: 0 10px;
	line-height: 25px;
	text-decoration: none;
	color: #fffefe;
	-webkit-text-shadow: 0 1px 1px #095861;
	-moz-text-shadow: 0 1px 1px #095861;
	text-shadow: 0 1px 1px #095861;
	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
}

#menu li:hover a, #menu .current_page_item a {
	background: transparent url("images/menu-bg-right.png") 100% 0 no-repeat;
}

#menu li:hover, #menu .current_page_item {
	background: transparent url("images/menu-bg-left.png")  no-repeat;
}

#menu .sub-menu {
	position: absolute;
	display: none;
	padding: 10px 0;
	z-index: 900;
	background-color: #00bcd1;
	border-bottom: 1px solid #ee094c;
}

#menu .sub-menu li {
	float: none;
	width: 100%;
	min-width: 150px;
	background: none;
}

#menu .sub-menu li a {
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #fff;
	padding: 0 10px;
	border-bottom-color: transparent;
	white-space: nowrap;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#menu .sub-menu .sub-menu {
	display: none;
	position: absolute;
	left: 100%;
	top: -6px;
	background-color: #c0c0c0;
}

#content {
	float: left;
	width: 580px;
}

#content .event-date {
	display: block;
	color: #3f8d8f;
	margin-top: 20px;
}

#content.archive .event-date {
	position: relative;
	top: -15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #3f8d8f;
}

#content.archive .post {
	border-top: 1px solid #3f8d8f;
	margin: 30px 0;
	padding: 5px 0 30px 0;
	clear: right;
}

#content.archive .read-more {
	margin-top: 0;
}

#sidebar {
	position: relative;
	float: right;
	width: 300px;
}

#footer {
	position: relative;
	clear: both;
	font-size: 10px;
	color: #606060;
	padding-top: 30px;
}

#footer form {
	margin-bottom: 24px;
}

#footer h4 {
	padding: 12px 0;
}

#footer label {
	position: relative;
	float: left;
	padding-right: 6px;
}

#footer #name, #footer #bltidh-bltidh {
	display: block;
	width: 169px;
	padding-left: 6px;
	padding-right: 6px;
	height: 33px;
	border: 0;
	background: url("images/input-bg.png") no-repeat;
}

#footer #submit {
	display: block;
	border: 0;
	width: 95px;
	height: 31px;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
	background: url("images/button-submit.png") no-repeat;
}

#sub-footer {
	clear: both;
	border: 1px solid #3f8d8f;
	border-width: 1px 0;
	font-size: 11px;
	color: #3f8d8f;
	padding: 12px 0;
}

#sub-footer:hover a {
	text-decoration: underline;
}

#sub-footer a:hover {
	color: #000;
}

#sub-footer a {
	color: #3f8d8f;
	text-decoration: none;
}

/*---------Inline Elements----------*/

h1 {
	font-family: "DesyrelRegular";
	font-size: 36px;
	line-height: 36px;
	color: #fffefe;
	-webkit-text-shadow: 1px 1px 2px #095861;
	-moz-text-shadow: 1px 1px 2px #095861;
	text-shadow: 1px 1px 2px #095861;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	color: #fffefe;
}

#content h2, #footer h2 {
	position: relative;
	left: -54px;
	display: block;
	width: 534px;
	height: 36px;
	padding: 8px 0 4px 100px;
	font-family: "DesyrelRegular";
	background: url("images/h2-bg-2.png") no-repeat;
	-webkit-text-shadow: 0 1px 1px #8a2945;
	-moz-text-shadow: 0 1px 1px #8a2945;
	text-shadow: 0 1px 1px #8a2945;
	clear: both;
}

#banner h2 {
	font-family: "DesyrelRegular";
	font-size: 58px;
	line-height: 58px;
	margin-bottom: 6px;
}

h3 {
	font-size: 18px;
	line-height: 18px;
}

h3, #content h2.gsection_title {
	border: 1px solid #3f8d8f;
	border-width: 1px 0;
	font-size: 21px;
	line-height: 21px;
	font-family: "DesyrelRegular";
	padding: 12px 0;
	color: #3f8d8f;
}

#content h2.gsection_title {
	left: 0;
	display: inline;
	width: auto;
	height: auto;
	border-width: 0;
	background-image: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}

#content h3.gf_progressbar_title {
	font-size: 14px;
	font-family: arial;
	color: #000;
}

#sidebar h3 img {
	vertical-align: middle;
	margin-right: 10px;
}

#sidebar #featured h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}

#sidebar #featured .event {
	display: block;
	position: relative;
	font-size: 11px;
}

#sidebar #featured .title {
	color: #ffa205;
	font-family: OpenSansBold;
	font-size: 21px;
}

#sidebar #featured .event-date {
	display: block;
	margin: 6px 0 10px 0;
	font-size: 14px;
	color: #3f8d8f;
}

.read-more, #limoscom #search_submit {
	position: relative;
	float: right;
	margin-top: 8px;
	text-transform: uppercase;
	background-color: #3f8d8f;
	color: #fff;
	padding: 4px 8px !important;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 11px !important;
}

#limoscom #search_submit {
	width: auto !important;
	height: auto !important;
}

#limoscom ul {
	width: auto !important;
}

#limoscom li {
	background: none !important;
	padding-left: 0 !important;
}

#limoscom input {
	padding: 3px !important;
}

#sidebar #upcoming-events {
	color: #fff;
	background-color: #3f8d8f;
	padding: 10px;
	margin-top: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#sidebar #upcoming-events img {
	position: relative;
	float: left;
}

#sidebar #upcoming-events small {
	display: block;
	margin-top: 9px;
	font: 13px/20px OpenSansSemibold, Helvetica, Arial, sans-serif;
}

#sidebar #upcoming a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #3f8d8f;
	background: url("images/li-bg-2.png") left center no-repeat;
}

#sidebar #upcoming a:hover {
	text-decoration: none;
	background-color: #f8f5ef;
}

#sidebar #upcoming .title {
	display: block;
	color: #ffa205;
	margin-left: 20px;
	font-family: OpenSansBold;
	font-size: 15px;
}

#sidebar #upcoming .date {
	position: relative;
	float: right;
	color: #3f8d8f;
}

h4, #footer label {
	font-family: "OpenSansBold";
	font-size: 18px;
	line-height: 24px;
	color: #3f8d8f;
}

#footer label {
	font-size: 12px;
}

#footer #social {
	position: absolute;
	top: 30px;
	right: 50px;
}

h5 {
	font-weight: bold;
}

a {
	color: #ffa205;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.cyan {
	color: #00bcd1;
}

.teal {
	color: #3f8d8f;
}

.magenta {
	color: #ee094c;
}

.orange {
	color: #ffa205;
}

/*-------------The Post-------------*/

.post {

}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.post-edit-link {
	font-size: 10px;
}

.entry {

}

.entrytext .postmetadata {

}

.entrytext .alignright, .entrytext .alignleft {
	border: 7px #fff solid;
	box-shadow: 1px 1px 0 #928f8a;
	-webkit-box-shadow: 1px 1px 0 #928f8a;
	-moz-box-shadow: 1px 1px 0 #928f8a;
}
	
.entrytext .alignright {
	margin-left: 20px;
	margin-bottom: 10px;
}

.entrytext .alignleft {
	margin-right: 20px;
	margin-bottom: 10px;
}

.entrytext ul {
	margin-left: 15px;
	margin-bottom: 15px;
}

.entrytext li, #sidebar .textwidget li {
	list-style-position: inside;
	background: url("images/li-bg-1.png") left center no-repeat;
	padding: 1px 0 1px 15px;
}

.entrytext td {
	padding: 4px 8px;
	border-bottom: 1px solid #3f8d8f;
	
	margin-right: 2px;
}

.gform_wrapper li {
	background: none !important;
	padding-left: 0 !important;
}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
	height: 20px;
	display: block;
}

/*-------------Comments-------------*/

#comment {
	width: 100%;
}

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*----Sliding Door Fade Buttons-----*/

a.button, .overlay {
	display: inline-block;
	position: relative;
	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
	overflow: hidden;
	cursor: hand;
	
	height: 40px;
	margin-right: 5px;
	padding-right: 15px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	-webkit-text-shadow: 1px 1px 2px #1d4129;
	-moz-text-shadow: 1px 1px 2px #1d4129;
	text-shadow: 1px 1px 2px #1d4129;
	background: transparent url("images/button-right.png") no-repeat scroll top right;
	
}

.overlay {
	background: none;
	width: 100%;
	
	padding-left: 15px;
}

.sd2 {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 46px;
	
	width: 15px;
	background: transparent url("images/button-right.png") 0 -40px no-repeat;
}

a.button span.sd {
	display: inline-block;
	position: relative;
	
	padding-left: 15px;
	line-height: 40px;
	background: transparent url("images/button-left.png") no-repeat;
}

.button span.hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 96%;
	
	margin-right: 46px;
	background: url("images/button-left.png") 0 -40px no-repeat;
}

/*-------------Columns--------------*/

.c75, .c66, .c50, .c33, .c25, .c20 {
	display: block;
	position: relative;
	float: left;
	margin: 0 4% 1em 0;
}

.c75 {
	width: 71%;
}

.c66 {
	width: 62%;
}

.c50 {
	width: 46%;
}

.c33 {
	width: 29.3%;
}

.c25 {
	width: 21%;
}

.c20 {
	width: 16%;
}

/*-----------Search Form------------*/

#searchform {

}

#searchform #s {
	height: 18px;
	padding: 3px;
	margin: 0;
	
	border: 1px #666 solid;
	border-right-width: 0;
}

#searchform #searchsubmit {
	width: 40px;
	height: 26px;
	border: 1px #666 solid;
	border-left-width: 0;
}

/*--------VCRM Payment Frame--------*/

.vcrm-frame {
	width: 100%;
	height: 1070px;
	margin-bottom: 40px;
}

/*----------jQuery Fader------------*/

.fadeThis {
	position: relative;
	display: block;
}

.fadeThis * {
	display: none;
}

.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 132px;
	height: 40px;
}

#facebook {
	position: relative;
	float: left;
	margin-right: 15px;
	background: url("images/button-facebook.png") no-repeat;
	width: 95px;
	height: 31px;
}

#facebook span.hover {
	background: url("images/button-facebook.png") 0 -31px no-repeat;
	width: 95px;
}

#linkedin {
	position: relative;
	float: left;
	background: url("images/button-linkedin.png") no-repeat;
	width: 95px;
	height: 31px;
}

#linkedin span.hover {
	background: url("images/button-linkedin.png") 0 -31px no-repeat;
	width: 95px;
}

/*---------CSS3 and Custom----------*/

body {
	text-rendering: optimizeLegibility;
	/*-webkit-font-smoothing: antialiased;*/
}

@font-face {
    font-family: "DesyrelRegular";
    src: url("css/desyrel-webfont.eot");
    src: url("css/desyrel-webfont.eot?#iefix") format("embedded-opentype"),
         url("css/desyrel-webfont.woff") format("woff"),
         url("css/desyrel-webfont.ttf") format("truetype"),
         url("css/desyrel-webfont.svg#DesyrelRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSansSemibold";
    src: url("css/OpenSans-Semibold-webfont.eot");
    src: url("css/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"),
         url("css/OpenSans-Semibold-webfont.woff") format("woff"),
         url("css/OpenSans-Semibold-webfont.ttf") format("truetype"),
         url("css/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSansBold";
    src: url("css/OpenSans-Bold-webfont.eot");
    src: url("css/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"),
         url("css/OpenSans-Bold-webfont.woff") format("woff"),
         url("css/OpenSans-Bold-webfont.ttf") format("truetype"),
         url("css/OpenSans-Bold-webfont.svg#OpenSansBold") format("svg");
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

input:focus {
	outline: none;
	box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;
	-webkit-transition: -webkit-box-shadow .2s linear;
	-o-transition:  box-shadow .2s linear;
	-moz-transition:  -moz-box-shadow .2s linear;
	transition:  box-shadow .2s linear;
}

blockquote .bqstart {
	float: left;
	height: 45px;
	margin-top: -20px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 700%;
	color: #ff0000;
}


blockquote .bqend {
	float: right;
	height: 25px;
	margin-top: 0px;
	padding-top: 45px;
	font-size: 700%;
	color: #ff0000;
}

a, #footer {
	-webkit-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
}

.float-left, .alignleft {
	position: relative;
	float: left;
}

.float-right, .alignright {
	position: relative;
	float: right;
}

.separator {
	clear: both;
	height: 1px;
	width: 100%;
	background-color: #3f8f8f;
	margin: 1.5em 0;
}

.clear {
	clear: both;
}