/*
Theme Name: Blazing_Onion
Theme URI: http://www.consideropen.com/
Description: wordpress theme for blazing onion burgers
Version: 1
Author: troy@consideropen.com
Author URI: http://www.consideropen.com
*/

/**********
MAIN
****************************************/
* {
padding: 0;
margin: 0;
color: #333;
font-size: 14px;
}

#content_wrap img {
padding: 0 10px;
}

.ngg-galleryoverview img {
padding: 0px!important; 
}

a img {
border: none !important;
}

body {
font-family: Palatino, arial, sans-serif;
background-color: #4C1303;
background-image: url('images/blo_topnav_bg.jpg');
background-position: 0 -7px;
background-repeat: repeat-x;
}

#wrap { 
width: 100%;
text-align: center;
}

#page {
width: 1000px;
margin: 0 auto; 
text-align: left;
}

/**********
HEADER
****************************************/
#header {
width: 100%;
float: left;
}

#top_nav {
float:right;
list-style-type:none;
margin:7px 5% 0 0;
padding:3px 0 10px;
width:695px;
}

#top_nav li {
float: right;
margin-left: 13px;
position: relative;
}

#top_nav li a {
color: #F9F6C4;
text-decoration: none;
font-size: 13px;
padding: 3px;
font-family: Palatino, sans-serif;
}

#top_nav li ul {
display: none;
position: absolute; 
z-index: 10000;
padding: 10px;
background-color: white;
border-left: 1px solid #B5760C;
border-right: 1px solid #B5760C;
border-bottom: 1px solid #B5760C;
margin-top: 14px;
left: 0;
list-style-type: none;
}

#top_nav li ul li {
margin-left: 0px;
}

#top_nav li ul a {
color: #333 !important;
font-weight: normal !important;
}

#top_nav li ul li.current_page_item a {
color: #333 !important;
font-weight: bold !important;
}

#top_nav li ul a:hover {
color: red !important;
}

#top_nav li:hover > ul {
display: inline;
}

#top_nav li a:hover {
text-decoration: underline;
color: white;
}

#top_nav li ul li {
float: left;
width: 200px;
}

#top_nav li ul li a {
float: left;
display: block;
width: 98%;
padding: 3px 1%;
}

.current_page_item a {
font-weight: bold;
color: white !important;
}

#header_logo {
background-position:3px 10px;
background-repeat:no-repeat;
float:left;
height:180px;
left:0;
top:-50px;
width:250px;
}

#social_links {
float:left;
margin-left:230px;
margin-top:40px;
width: 50px
}

#social_links a {
display:block;
height:50px;
overflow:hidden;
float: left;
width: 100%;
}

#social_links a img {
border: none;
}

/**********
CALLOUTS
****************************************/
#callout_wrap {
background-image: url('images/paper_bg.gif');
background-position: bottom right;
border-color:#B5760C #B5760C -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
float:right;
height:120px;
margin-right:50px;
margin-top:30px;
width:400px;
}

#callout_wrap .callout_img {
float: left;
width: 100px;
height: 95px;
margin: 12px;
border: 1px solid #B5760C;
overflow: hidden;
}

#callout_wrap h2 {
color: white;
font-family: georgia, serif;
margin: 10px 0 10px;
width: 272px;
float: right;
}

#callout_wrap h2 a {
font-size: 20px;
}

#callout_wrap p {
font-size: 14px;
color: #666;
line-height: 20px;
}

#callout_wrap a img {
border: none;
padding: 0;
}

#callout_wrap a {
color: #333;
text-decoration: none;
}

#callout_wrap a:hover {
text-decoration: underline;
}

/**********
CONTENT AREA
****************************************/

#content_wrap {
float: left;
border: 3px solid #B5760C;
background-color: white;
width: 900px;
margin: 0 44px;
background-image: url('images/paper_bg.gif');
}

.page #content_wrap {
padding: 20px;
width: 860px;
}

.page #content_wrap h1 {
margin: 0px 0 10px;
font-size: 25px;
font-family: georgia, times, serif;
float: left;
width: 100%;
}


.page #content_wrap h2 {
margin: 25px 0 10px;
font-size: 20px;
font-family: georgia, times, serif;
float: left;
width: 100%;
}

.page #content_wrap p {
float: left;
width: 100%;
margin: 10px 0;
line-height: 20px;
}

.page #content_wrap ul {
margin: 15px 0px 15px 20px;
float: left;
}

.page #content_wrap ul li {
margin: 10px 0;
}

/**********
FOOTER
****************************************/
#footer {
float: left;
width: 100%;
padding: 13px 0 150px 0;
margin: 0;
text-align: center;
background-color: #ccc;
background-image: url('images/blo_bottom_menu_bg.jpg');
background-repeat: repeat-x;
background-color: #4C1303;
background-position: 0px 50px;
}

#footer_menu{
width: auto;
margin: 50px auto 0px auto;
}

#footer_menu li {
line-height: 20px;
margin-left: 10px;
display: inline;
width: auto;
list-style-type: none;
text-align: left;
position: relative;
}

#footer_menu li ul {
display: none;
position: absolute;
z-index: 10000;
background-color: white;
border-left: 1px solid #B5760C;
border-right: 1px solid #B5760C;
border-bottom: 1px solid #B5760C;
margin-top: 21px;
left: 0;
}

#footer_menu li:hover > ul {
display: inline;
}

#footer_menu li ul li a {
display: block;
width:200px;
padding: 5px 10px;
text-align: left;
color: #333 !important;
}

#footer_menu li ul li a span {
color: #666 !important;
}

#footer_menu li ul li a:hover span {
color: #4C1303 !important;
text-decoration: underline;
}

#footer_menu li a {
color: #FCD165;
width: auto;
font-size: 14px;
text-decoration: none;
padding-bottom: 10px;
}

#footer_menu li a span {
color: #F9BB62;
}

#footer_menu li a:hover span {
color: #fff ;
}
 
#footer_links {
float: left;
width: 100%;
list-style-type: none;
padding: 0;
margin: 0;
text-align: center;
margin: 30px 0;
}

#footer_links li {
display: inline; 
margin: 10px;
}

#footer_links li a {
color: #ccc;
text-decoration: none;
font-size: 12px;
}

.footer_social_links {
color: white;
float: left;
width: 100%;
}

.footer_social_links a {
color: white;
font-weight: bold;
}

.footer_social_links a:hover {
color: #F9BB62;
}

.footer_bizcenter_links {
margin-top: 15px;
float: left;
width: 100%;
color: #ccc;
font-size: 12px;
}

.footer_bizcenter_links a {
color: #ccc;
}

#footer_testimonials {
margin: 0 auto;
width: 900px;
text-align: left;
padding-top: 20px;
}

#footer_testimonials div {
margin-top: 10px;
float: left;
width: 400px;
color: white;
}

#footer_testimonials div h4 {
color: white;
margin: 20px 0 10px;
width: 100%; 
}

#footer_testimonials div p {
color: #ccc;
}

#footer_testimonials div p a {
color: #fff;
}

#footer_testimonials a {
color: #fff;
}

#newsletter_signup {
width: 90%;
float: left;
}

/**********
PAGES
****************************************/
/**********
HOME
****************************************/
#home_flash_intro {
float: left;
height: 300px;
width: 900px;
background-image: url('images/ajax_loader.gif');
background-position: center; 
background-repeat: no-repeat;
}

body.home #content_wrap {
background-image: none;
}

#under_main {
margin: 0 auto;
width: 900px;
list-style-type: none;
}

#under_main li {
width: auto !important;
}

#audioPlayer{
float: right;
}

/*
 * CONSTANT CONTACT
 */

#constant-contact {
	width: 100%;
	float: left;
}

.newsletter_label {
color: white;
}


#pause_music {
cursor: pointer;
}

/*
GALLERY ADJUSTMENTS
*************************/
p.gallery_image_caption {
width: 100px !important;
}

.ngg-gallery-thumbnail {
width: 100px;
margin-right: 20px !important;
margin-top: 20px !important;
}

.ngg-gallery-thumbnail a {
border: 1px solid white;
float: left;
}

.ngg-gallery-thumbnail a:hover {
border: 1px solid blue;
}

.ngg-gallery-thumbnail a img {
margin: 0 !important;
}