/*
Theme Name: gardiner-2010
Theme URI: http://ithemes.com/
Author: Roberto Ciccolella
Author URI: http://ciaoweb.co.uk
Version: 1.0
Template: Builder
Tags: blog, theme options, multiple layouts, multiple color schemes

Version History
	See history.txt
*/

/*********************************************
	Default font settings.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size:100.01%;
}
body {
	font-size: 75%;
	line-height: 1.5em;
	color: #222;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #000;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #9f0707;
	text-decoration: underline;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}
h1 {
	font-size: 2em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.7em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 130%;
	line-height: 1;
	margin-bottom: .75em;
		
}
h4 {
	font-size: 120%;
	line-height: 1;
	margin: 0;
	
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0em;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 2em auto;
	border: 0em solid #fff;
	display: block;
	border: #fff solid 10px;
}

/*********************************************
	All Modules Default Defenitions
*********************************************/
.builder-module {
	margin-bottom: 0em;
	background: #FFF;
}
.builder-module-widget-bar {}
.builder-module-image {}

/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	width: 100%;
}
.builder-module-sidebar .widget {
	padding: 1em;
	color: #333;
}
.builder-module-sidebar .widget a {
	color: #333;
	text-decoration: none;
}
.builder-module-sidebar .widget a:hover {
	color: #888;
	text-decoration: underline;
}
.builder-module-sidebar h4.widget-title a {
	color: #333;
	text-decoration: none;
}
.builder-module-sidebar h4.widget-title {
	color: #B30D00;
}
.builder-module-sidebar .widget h4,
.builder-module-sidebar .widget p,
.builder-module-sidebar .widget ul,
.builder-module-sidebar .widget ol,
.builder-module-sidebar .widget img {
	padding: 0 0 .8em 0;
}
.builder-module-sidebar .widget ul,
.builder-module-sidebar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}

/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation {
	font-size: 1em;
		line-height: 1.1em;
	background: #FA7300 url(images/nav_bg.png) repeat-x top left;
	border: 0.1em solid #ccc;
	display: block;#

}
.builder-module-navigation ul {
	float: left;
	display: block;
}
.builder-module-navigation li {
	padding: 0em;
	background: #3D0101;
	border-right: 0.1em solid #ccc;
}
.builder-module-navigation li a {
	font-size: 1em;
	font-weight: bold;
	padding: .9em 1em;
	color: #B30D00;
	font-family: Century Gothic, Helvetica, sans-serif;;
	text-transform: uppercase;
	text-decoration: none;
	background: #FA7300 url(images/nav_bg.png) repeat-x top left;
}
.builder-module-navigation li a:hover {
	background: #333333 url('images/nav_bg_hover.png') repeat-x top left;
	color: #666;
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 14em;
	border: 0.1em solid #FA7300;
	border-bottom: 0.1em;
}
.builder-module-navigation li li {
	border-bottom: 0.1em solid #FA7300;
	width: 14em;
}
.builder-module-navigation li li a {
}
.builder-module-navigation li li a:hover {
}
.builder-module-navigation li ul {
	width: 14em;
}
.builder-module-navigation li ul ul {
	margin: -3.1em 0em 0em 14em;
}
.builder-module-navigation li:hover ul ul,
.builder-module-navigation li:hover ul ul ul,
.builder-module-navigation li:hover ul ul ul ul,
.builder-module-navigation li:hover ul ul ul ul ul,
.builder-module-navigation li.sfhover ul ul,
.builder-module-navigation li.sfhover ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul ul {
	left: -999em;
}
.builder-module-navigation li:hover ul ul,
.builder-module-navigation li:hover ul ul ul,
.builder-module-navigation li:hover ul ul ul ul,
.builder-module-navigation li:hover ul ul ul ul ul,
.builder-module-navigation li.sfhover ul ul,
.builder-module-navigation li.sfhover ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul ul {
	left: auto;
}

/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar {
	width: 100%;
	color: #FFF;
	float: left;
	padding: 0;
	overflow: hidden;
	border-top: medium solid #ccc;
}
.builder-module-widget-bar .widget-wrapper {
	display: inline;
	float: left;
	margin: 0;
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.builder-module-widget-bar .widget {
	padding: 1em 1em;
	color: #666;
}
.builder-module-widget-bar .widget a {
	color: #FFF;
	text-decoration: none;
}
.builder-module-widget-bar .widget a:hover {
	color: #000;
	text-decoration: underline;
}
.builder-module-widget-bar h4.widget-title a {
	text-decoration: underline;
}
.builder-module-widget-bar h4.widget-title {
	font-size: 160%;
	border-bottom: dashed #ccc 1px;
	padding-bottom: 6px;
	color:#B30D00;
	font-weight: normal;
}
.builder-module-widget-bar .widget h4, .builder-module-widget-bar .widget p, .builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol, .builder-module-widget-bar .widget img {
	padding: 0 0 .8em 0;
}
.builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-widget-bar .widget a.rsswidget img {
	display: none;
}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer {
	background: transparent;
}
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #CCC;
}
.builder-module-footer .builder-module-element .alignleft,
.builder-module-footer .builder-module-element .alignright {
	padding: 1em;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #CCC;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

/*********************************************
	HTML Module
*********************************************/
.builder-module-html .builder-module-element {
	margin: 1em;
	padding: 0 0.8em 0.8em;
}
.builder-module-html .builder-module-sidebar {
	margin-top: 1em;
}
/*********************************************
	Content Module
*********************************************/
.builder-module-content .builder-module-element {
	margin: 0;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.builder-module-content .builder-module-sidebar {
	margin-top: 1em;
}
.page-title {
	margin: 1em;
}
h4.page-title {
	margin-bottom: -1em;
}
.post {
	margin: 1em;
	background: #FFF;
	padding: 1em 1em 0 1em;

}
.post .thumbnail-wrap {
	display: none;
}
.post .date {
	display: none;
}
.post .post-title {
	float: left;
	padding: 0;
	border-bottom: dashed #ccc 1px;
	width: 400px;
	
	
}
.post-title h1 {
	
	margin: 0.5em  1.2em .5em 1.2em !important;
	font-size: 160%;
	border-bottom: dashed #ccc 1px;
	padding-bottom: 6px;
	color:#B30D00;
		  
}
.post .post-title a {
	text-decoration: none;
	color: #9F0707;
}
.post .post-title a:hover {
	color: #FA7300;
}
.post .post-meta {
	clear: both;
	display: block;
	padding-bottom: 9px;
}
.post .post-meta a {
	color: #9F0707;
	font-style: italic;
}
.post .post-meta a:hover {
	color: #FA7300;
}
.post .meta-bottom {
	display: block;
}

.post .gallery a,
.post .gallery dt,
.post .gallery img {
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.post .gallery-item {
	float: left;
	margin: 0 1.5em 1.5em 0 !important;
	padding: 0;
	text-align: left !important;
	width: 150px !important;
	border: 2px solid #CFCFCF;
	background: #CFCFCF;
}
.post .gallery-item img {
	border: none !important;
	margin: 0;
	padding: 0;
}
.post .gallery-caption {
	margin: 0;
	padding: 5px;
	line-height: 1;
}
.post .gallery + * {
	margin-top: 0;
}

.post img {
	border: 2px solid #CFCFCF;
}
.post-content {
	clear: both;
	padding: 0 2em;
	min-height: 270px;
	font-size: 110%;
	font-family: Tahoma, Calibri, "Trebuchet MS", Verdana;
	color: #666;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	border-top: .1em solid #d7d7d7;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.meta-bottom .alignleft {
	width: 70%;
}
.meta-bottom .categories {
	background: url(images/folder.png) 0px 0px no-repeat;
	padding: 0;
}
.meta-bottom .comments {
	background: url(images/comments.png) 0px 2px no-repeat;
	padding: 0em;
}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px;
	width: 100%;
}
.EXIF {
	margin: 0
	padding: 0;
}
.EXIF table {
	width: auto;
	margin: 0 auto;
}
.photometa h4 {
	border-bottom: 1px solid #D7D7D7;
	text-align: center;
	margin: 0;
	padding: 0;
}
.photometa ul {
	list-style-type: none;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: .6em;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 0;
	padding: 20px 10px;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 50px 0px;
}
#comments ol.commentlist {
	margin: 0px;
	padding: 0px;
	background: #fff;
}
#comments ul.children {
	margin: 10px;
	padding: 0;
}
#comments .vcard {
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments .comment-body {
	margin: 10px;
}
#comments li.even, #comments li.odd {
	clear: both;
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #999;
}
#comments blockquote {
	margin: 10px 0px;
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px;
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding: 10px;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author, #respond #commentform #email, #respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}
#respond #commentform #comment {
	width: 90%;
	margin: 10px 0px 15px 0px;
	padding: 5px;
}

/*********************************************
	Text elements
*********************************************/
p {
	margin: 0 0 .5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #000;
}
a {
	color: #009;
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/*********************************************
	Lists
*********************************************/
li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}

/*********************************************
	Tables
*********************************************/
table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}

/*********************************************
	Misc classes
*********************************************/
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

/*********************************************
	Default styling for forms
*********************************************/
label {
	font-weight: bold;
}
fieldset {
	padding:1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:1.2em;
}

/*********************************************
	Form fields
*********************************************/
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
input.text, input.title {
	width: 300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width: 390px;
	height: 50px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}

/*********************************************
	Success, notice and error boxes
*********************************************/
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft {
	margin: 0px .6em .6em 0px;
}
img.alignright {
	margin: 0px 0px .6em .6em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center !important;
	background-color: #eeeeee;
	padding: 4px 4px 0 4px;
	margin: .8em;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 1em;
	padding: .3 0 .3em .4em;
	margin: 0;
	font-weight:bold;
}
.post img.wp-smiley {
	border: none;
}
/* Custom CSS */

#myfooter{
	background: #fff url('images/footer-bg.png')repeat-x;
	text-align:center;
	width: auto;
	margin: 0;
   padding: 15px 0 0 0;
   color: #B30D00;
   height: 30px;
   border: solid 1px #ccc;
   font-family: Tahoma, "Trebuchet MS", "Times New Roman";
   
   }
#myfooter a{
	 color: #B30D00;
   }   
/* PHP Form */

#trip-form {
	margin:auto;
	padding:0;
	margin: 0 auto;
	background-color: #EFEFEF;
	width:250px;
}
form#frm_3de2832d27{
	border: solid #ccc 1px;
}
#trip-form input {
   padding:0;
   margin: 0;
}

#trip-form table {
   padding:3px 0 0 0;
   margin:0;
}

/* Module that contain contact info */
#contact{ 
	width: 748px;
	height: 60px;
	padding:0;
	margin: 5px 0 5px 0;
	}

#contact p {
  	display:none;
	}
.builder-module-html .builder-module-element {
   margin: 0 !important;
   padding: 0 !important;
  }
  /* CUSTOM CSS */
  
#wpcf7-f1-w1-o1 form {
 	width:230px;
 	border: solid medium #6a77c5;
 	padding: 7px; 
 	margin: 0 auto;
 	background: #FFF58A;
 		
 }

 #wpcf7-f1-w1-o1  textarea {
 	width:220px;
 }
 
 
#wpcf7-f1-w1-o1 input {
	margin:0;
	width: auto;
	
}
div.radio-button .wpcf7-list-item input{
   width:auto;	
}

.wpcf7-form-control-wrap captcha-78{
	width: auto;
}
/* graphic for plannain a trip form */
#text-5{
	background: url(images/palms.gif) 90% 0% no-repeat;
}
h4.widget-title {
	font-family: Martina, Times New Roman, Verdana;
	font-size: 22px;
	margin-left:30px;
}
body {
  background: #000 !important;
}

