/*
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/
*/

body { margin: 20px 0px 0px 0px; background: url(images/background.gif) repeat-x top #000000;}
a { color: #111; }
a:hover { color: #222; }

.menu_h1 { text-decoration: none !important; }
.menu_h1:hover { text-decoration: underline !important; }


#container { width: 900px; min-height: 420px; margin: 0 auto; }

#page { padding: 0px; background: none; min-height: 420px;}

#content { border: 10px solid #fd8402; margin: 20px 20px 20px 0px; background: url(images/bg_content.png) repeat; min-height: 300px; }
.no_sidebars #content { border: 10px solid #fd8402; margin: 20px 20px 20px 20px; background: url(images/bg_content.png) repeat; width: 840px; min-height: 300px; } 


.headline_area  { color: #111; text-transform: uppercase; font-size: 12px; }
.headline_area h1 { display: none;  }
.custom #moonlogo {padding-left:700px; }
#header #logo {display:none; } 
#header { background: url(images/header.png) no-repeat;  width: 967px; height:160px; padding:0; border: none; }
/* #tagline {padding:0px 0px 0px 150px; color:#fd8402 !important; }*/
#tagline {display:none; }

.homepage .headline_area h2 {display:none; }
.homepage li.widget_text { color:#13458d; font-size:16px; font-style:italic; font-weight:bold; line-height:28px; margin:30px 0px 30px 0px; }


ul#tabs { background: url(images/tabs.png) no-repeat; list-style: none; border: 1px solid #ddd; border-width: 0 0 0px 0px; font-size: 1.1em; height:29px; width: 920px; padding: 0 20px 0 0; }
ul#tabs li { margin-bottom: -0.1em; background: #fd8402; border: 1px solid #fd8402; border-left: 0; float: left; }
ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #fd8402; border-bottom: 0; }
ul#tabs li:hover { background: #CCC;}
ul#tabs li:hover.current_page_item { background: #fd8402; }
ul#tabs li a { display: block; line-height: 1.3em; color: #FFFFFF; text-transform: none; letter-spacing: 0px; }
ul#tabs li a:hover { color: #FFFFFF; text-decoration: none; }
ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; }
ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }


#content_box,  #content_box .no_sidebars  { min-height: 480px; background: url(images/backgrounds/bg_01.jpg) no-repeat #000000 !important; border: 10px solid #fd8402; }
.homepage #content_box { background-image: url(images/backgrounds/bg_01.jpg) ;}
.about-us #content_box { background-image: url(images/backgrounds/bg_01.jpg) ;}
.gallery-page #content_box { background-image: url(images/backgrounds/bg_01.jpg) ;}
.craftsmanship #content_box { background-image: url(images/backgrounds/bg_01.jpg) ;}
.service-support #content_box { background-image: url(images/backgrounds/bg_01.jpg) ;}

/* sidebars */
/* .homepage #sidebars { background:none; }*/

.sidebar { background: url(images/sidebar_rpt.png) repeat-y !important; padding-left: 20px; min-height: 245px; }

#sidebars { width: 200px; background: none; padding: 0px; margin: 20px; }
#sidebar_1 {background:none; margin-top:0; margin-bottom:0; }
#sidebars h3, #sidebars h3 a { color: #fd8402; margin: 3px 0px; font-variant: normal; text-transform: uppercase; letter-spacing: 0px; font-size:20px; text-decoration: underline; }
#sidebars ul { margin: 0px 0px 0px 3px; }
#sidebars li { border-bottom: none; }

#sidebars li a { color: #fd8402; font-size: 14px; }
#sidebars li a:hover { color: #fd8402; margin: 0; }

#sidebars #sub-page-menu h3 a { display: none }
#sidebars .widget_subpages { padding: 4px 0px }
#sidebars .widget_subpages .current_page_item a { text-decoration: underline; background: url(images/background.gif); padding: 4px 0px;  text-indent: 0px;}


#sidebar_1 input { width:  155px; border: 1px solid #CCC; background: #fd8402; color: #999999; font-size: 11px; }
#sidebar_1 #search { border-top: none; padding: 10px 0px 10px 0px;}

.sidebar_top { background: url(images/sidebar_top.png) no-repeat; height: 45px; width: 140px }

.sidebar_bottom { background: url(images/sidebar_bottom_food.png) no-repeat; height: 150px; width: 170px }

.events .sidebar_bottom { background: url(images/sidebar_bottom.png) no-repeat; height: 150px; width: 140px }

.custom #sub-page-menu h3 a { color: #fd8402; font-size:20px; font-variant: normal; test-transform: uppercase; letter-spacing: 0px; } 
.custom #search { margin-bottom:0px; }
.custom .textwidget h1 { color:#13458d; font-size:14px; font-weight:bold; }

#pages ul li { border-bottom: 1px solid #CCC; padding-bottom: 7px;}
#pages { margin-bottom: 0px;}
.format_text { color: #333; line-height: 16px;}


#multimedia_box { margin-bottom: 5px;}
#image_box img.three_by_two { width: 171px; height: 116px;}
#image_box { background: none; border-bottom: none; padding:1.1em; }

#footer { border-top: none; font-size: 10px; color: #fd8402; margin: 10px 0px; height: 25px; }
#footer a { border-top: none; color: #fd8402; text-decoration: none; border-bottom: none;  }
#footer a:hover { border-top: none; color: #CCC;  }

/* FEEDBACK FORM */

#wpcf7-f1-p9-o1 p {color: #111; font-weight: bold; font-size: 14px; }
.format_text input, #commentform input, #commentform textarea {
border-width:0.071em;
padding:0.214em;
width: 280px;
height: 30px;
vertical-align: center;
}
.contact_sh { color: #006699; font-size: medium; }
#contact_form { text-align:left; float: left; padding-right: 20px; }
#contact_details { float: right; margin-right: 100px; }

input, textarea {
background:transparent url(images/bg_content.png) repeat scroll 0 0 !important;
border: 1px solid #fff !important;
width: 350px;
color:#cc4a02;
font-weight: bold;
font-size:1.6em
}

.send input { width: 100px; font-size: 14px; border: none; text-decoration: none; }

span.wpcf7-not-valid-tip {
background: transparent url(images/bg_content.png) repeat scroll 0 0 !important;
border: none !important;
font-size:10pt;
left:20%;
padding:2px;
position:absolute;
top:20%;
width:200px;
z-index:100;
text-align: center;
}

div.wpcf7-response-output { margin:2em 0em 1em; }

div.wpcf7-validation-errors { border:2px solid #cc4a02; !important; transparent url(images/bg_content.png) repeat scroll 0 0 !important; }


/* END FEEDBACK FORM */

/* MENU */

.bar_1 { padding: 10px; min-height: 70px; text-align: left; margin: 0px 10px 0px 0px; line-height: 20px; }

.bar_2 { padding: 10px; min-height: 70px; text-align: left; background: url(images/menu_bg.png);  margin: 0px 10px 0px 0px; line-height: 20px }

.bar_1 strong, .bar_2 strong { line-height: 40px; font-size: 18px; }

.float_left { float: left; }
#call_to_action { float: right; text-align: center; margin-right: 40px; }
.headline { font-size: 40px; color: #111; line-height: 46px; }
.subline { font-size: 30px; color: #cc4a02; line-height: 36px; }
.contact_text { font-size: 22px; color: #020202; line-height: 28px; }
.g_map { padding_bottom: 40px; }