/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* caglescornmaize.com */

/* menu nav reset */
/* I moved these to the top to reset the nav menu items before anything else */
.custom ul#tabs {
	border-bottom:none; 
	border-left:none;}
.custom ul#tabs li {
	margin-bottom:0; 
	border:none; 
	background:none;}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {
	padding-bottom:0; 
	background:none;}
.custom ul#tabs li.rss {}
.custom ul#tabs li a {}
.custom ul#tabs li a:hover {
	text-decoration:none;}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}		
/*  end of nav reset */

body.custom {
	background-color: #5b638d;
}

.custom .format_text h2,
.custom .format_text h3 {
	font-size:1.4em;
	line-height:1.4em;
	margin:1em 0 0.6em;
}

.custom .format_text p {
	margin-bottom:1em;
}

.custom #header_area .page {
	background-color: #ffffff;
	margin-top: 2em;
	border: 2px solid #000000;
	border-bottom: none;
}

.custom ul#tabs {
	background-color: #ffffff;
}

.custom ul#tabs li a {
	background-color: #ffffff;
	color: #000000;
}

.custom ul#tabs li a:hover {
	background-color: #cccccc;
	color: #ffffff;
}

.custom ul#tabs li.current_page_item a,
.custom ul#tabs li.current-cat a {
	background-color: #cccccc;
}

.custom ul#tabs li.current_page_item a:hover,
.custom ul#tabs li.current-cat a:hover {
	background-color: #cccccc;
	color: #000000;
}

.custom #header {
	background: url('images/newBanner.png') no-repeat top center;
	height: 263px;
	border: none;
	padding: 0;
	margin: 0;
}

.custom #content_area .page {
	background-color: #ffffff;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.custom .headline_area {
	display: none;
}

.custom .post_box {
	padding-top: .5em;
}

.custom.group-reservations #content_box,
.custom.response #content_box {
	background: none;
}

.custom .topImageBar img {
	margin: 5px;
}

.custom .sidebar h3 {
	font-variant: normal;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-bottom: 0.4em;
}

.custom li.widget {
	margin-bottom:1.6em;
}

.custom li.widget ul li {
	margin-bottom:0.2em;
}

.custom #wp-calendar {
	border: 1px solid #cccccc;
	border-collapse: none;
}

.custom li.widget abbr {
	font-size: 1em;
}

.custom li.widget abbr img {
	margin-bottom: -2px;
}

.custom #comments {
	display: none;
}

.custom .to_comments {
	display: none;
}

.custom #footer_area .page {
	margin-bottom: 2em;
}

.custom #footer {
	border: none;
	color: #ffffff;
	padding: .5em;
	font-size: .8em;
}

.custom #footer a {
	color: #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

.custom #footer a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

/* For contact form page and form */
.custom.contact-us .page #content_box {
 	background: none;
}

.custom input,
.custom textarea {
	font-family: arial, sans-serif;
}

.custom #contactA {
 	width: 600px;
 	font-size: 1.3em;
 	font-family: arial;
 	margin: 4px auto;
}
 
.custom #contactB {
 	width: 500px;
 	margin: 4px auto;
}
 
.custom #wpcf .challenge {
 	width: 50px;
}
 
.custom .wpcfh1{
 	font-size: 2em;
 	font-weight: bold;
 	color: #5b638d;
 	width: 600px;
 	margin: 1em auto;
}
 
.custom .addyBox {
 	text-align: center;
 	margin: 1em auto;
 	font-weight: bold;
}
 
/* end of contact form CSS */

.custom #contentEqLeft { /* appears on the left */
	float: left;
	width: 47%;
	padding: 4pt;	
}
.custom #contentEqRight { /* appears on the right */
	float: right;
	width: 47%;
	padding: 4pt;
	position: relative;
}

.custom .box { /* this is so cute */
	border:1px solid #b23246;
	padding:3pt;
	text-align: center;
}	

.custom .box img {
	margin: 5px;
}

.custom .center {
	text-align: center;
}

.custom .justify {
	text-align: justify;
}

.custom .sm {
	font-size: .95em;
}

.custom .red {
	color: #b23246;
}

.custom .dkGreen {
	color: #559d0e;
}

.custom .dkBlue {
	color: #4a5ab0;
}

.custom .toClear {
	clear: both; 
}

.custom #contentSubLT {  /*small-appears on the left */
	float: left;
	width: 39.5%;
	padding: 1.2em 0 0;
}

.custom #contentSubLT p {
	margin-bottom: 1.3em;
}

.custom #contentMainRT {  /*large-appears on the right */
	float: left;
	width: 58%;
	margin: 0 0 0 10px;
	padding: 0;
}

.custom h2#pageTitle {
	font-size: 1.6em;
	margin-left: 4px;
	margin-bottom: 0;
	float: left;
}

.custom .eqCol {
	padding: 5px 10px;
}

.custom .imgLine img {
	margin: 6px;
}

#altNavBar {
	background-color: #bbc2ea;
	border: 1px solid Black;
	width: 300px;
	font-size: 0.95em;
	text-align: center;
	margin-right: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 1px;
	float: right;
	height: 1.538em;
}
#altNavBar a, 
#altNavBar a:link, 
#altNavBar a:visited,
#altNavBar a:focus, 
#altNavBar a:active {
	color: Black;
	text-decoration: none;
	border: 0;
}
#altNavBar a:hover {
	color: White;
	text-decoration: none;
	border: 0;
}

/* CSS File for Dagon Design Formmailer Script v5.7 */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend {
	color: #ffffff;
}
 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmdate,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit {
	color: #404040;
}

form.ddfm .fmfullblock, 
form.ddfm .required,
form.ddfm .credits {
	color: #b23246;
}

.ddfmerrors {
	color: #b23246;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}

form.ddfm input.fmverify,
form.ddfm input.fmfile,
form.ddfm input.fmtext,
form.ddfm input.fmtextcity,
form.ddfm input.fmtextstate,
form.ddfm input.fmtextzip,
form.ddfm input.fmtextphone {
	font-size: 10pt;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
	width: 650px;
	background: #a7afdf;
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
	padding: 10px;
	width: 630px; 
}

form.ddfm fieldset {
	padding: 10px 10px 10px 10px;
	margin: 0 0 1em 0;
	display: block;
	border: 1px solid #404040;
	background: #c1c9e9;
}

/* fixes fieldset bug in Safari */
.clearfix:after {  
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* Hides from IE-Mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* end of Safari fix */

form.ddfm legend {
	background-color: #99a1cf;
	padding: 1px 5px;
	margin: 0 0 0 10px;
	border: 1px solid #404040;
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 35%; 
	text-align: right;
	margin: 0 .5em 0 0; 
	padding-bottom: 10px;
	padding-top: 4px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 60%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 60%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmchecklabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
}

form.ddfm .fmradio {
	width: 60%;
	float: left;
	display: block;
	margin-bottom: 8px;
}

form.ddfm .fmradiolabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 60%;
	margin-bottom: 8px;
	padding: 3px;
	background: #e8f0ff;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	clear: both;
	padding-left: 0px;
}

form.ddfm .fmhalfblock {
	width: 60%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 8px; 
	padding: 3px;
	/* position: relative; */
	display: block;
	background: #e8f0ff;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext,
form.ddfm input.fmtext_first {
	float: left; 
	display: block;
	width: 60%;
	margin-bottom: 15px;  
	padding: 3px;
	background: #e8f0ff;
}

form.ddfm input.fmtextcity,
form.ddfm input.fmtextstate,
form.ddfm input.fmtextzip,
form.ddfm input.fmtextphone {
	float: left; 
	display: block;
	margin: 0 0px 8px 0;  
	padding: 3px;
	background: #e8f0ff;
}

form.ddfm input.fmtextcity {
	width: 150px;
}

form.ddfm input.fmtextstate {
	width: 24px;
}

form.ddfm input.fmtextzip {
	width: 90px;
}

form.ddfm input.fmtextphone {
	width: 100px;
}

form.ddfm input.fmdate {
	float: left; 
	display: block;
	width: 35%;
	margin-bottom: 15px;  
	padding: 3px;
	background: #e8f0ff;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
	background: #e8f0ff;
}

form.ddfm .credits {
	clear: both;
	float: left;
	text-align: left;
	margin: 10px 0 10px 10px;
	width: 45%;
}

form.ddfm .bottom {
	float: left;
	text-align: left;
	margin: -15px 0 5px 10px;
}

form.ddfm .submit {
	text-align: right;
	clear: both;
	width: 97%;
}

form.ddfm .submit input {
	background-color: #e8f0ff;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 60%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}


/* DATE SELECTION */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #404040;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered 
over) */
.dpTDHover {
	background-color: #888888;
	border: 1px solid #888888;
	cursor: pointer;
	color: #000000;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #C0C0C0;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #666666;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	}

/* styles for order form */


td, th, input  { 
	font-family: Verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	}

form.ddfm a:link, form.ddfm a:visited	{ color:#339 }		

form.ddfm table { 
	border:1px solid #404040;
	width: 100%;
}
form.ddfm td  { text-align:left; vertical-align:top; padding:4px 6px }
form.ddfm td label { width: 100%; }
form.ddfm th	{ 
  text-align:center; font-size: 14px;
  padding:6px 8px;
  background-color:#eef0f7;
  border-bottom:1px solid #404040;
  }
form.ddfm th.first { text-align:left }
form.ddfm tr.even { background-color:#e1e8f8; }
form.ddfm tr.odd { background-color: #d4dcf1;}
form.ddfm td.qty { text-align:center; }
form.ddfm td.lbl, form.ddfm td.cur { text-align:right }

form.ddfm td.gtot { text-align:right; background-color:#eef0f7; font-weight:bold }
form.ddfm td.btns { text-align:center }
form.ddfm input.cur {
	text-align:right;
}
form.ddfm td.aradio {
	padding-left: 70px;
}

form.ddfm input.btn { 
	background-color:#336;
	color:#fff;
	margin:2px 0 
	}	
	/* End of CSS for Dagon Design Formmailer Script */
