/*
Theme Name: Granite 960
Theme URI: http://ithemes.com/purchase/granite
Author: iThemes
Author URI: http://ithemes.com/
Version: 0.1.12
Description: Granite is a premium WordPress theme designed by iThemes.
Tags: light, business, theme options, image fader, dropdown menus, CMS

Copyright (c) 2009 iThemes Media, LLC.
See license.txt for terms and conditions.

See history.txt for version history.
*/

/*CSS Reset*/
@import url("css/reset.css");

body { /* This is where you set many of the universal defaults */
	/*background: #333333 url(images/body-bg.png) top left repeat;*/
	color: #333;
	font-family: garamond,helvetica,sans-serif;
	font-size: 15px;
	text-align: left;
	padding: 11px 0 20px;
	margin: 0;
	line-height: 1.4em;
	width:100%;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	margin: 0px; 
	padding: 0px;
	height: 0; 
	visibility: hidden; 
}

#wrap {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 0;

}

/*********************************************
	Container Div
*********************************************/
#container {
	clear:both;
	margin: 0px auto;
	width:920px;
	padding: 0;
	text-align: left;
	background-color:#120c06;
	}

/*********************************************
	Universal Link Styles
*********************************************/

a, a:link, a:visited {
	color: #cd7924;
	text-decoration: none;
}

a:hover, a:active {
	color: #cd7924;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	color: #fff;
}

/*********************************************
	Universal Text Elements
*********************************************/
p, ul, ol {
}
ol, ul, dd {
	margin: 15px 35px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
blockquote {
	margin: 0 35px 15px;
	padding: 15px 15px 1px;
	background:#ddd;
}
img {
	border: 0px;
	background: none;
}
p {
	padding: 0px;
	margin: 0 0 15px;
}
p.about {
	padding: 0 0 20px 25px;
	margin: 0 0 0 0px;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px solid #999;
}
* html acronym, abbr {
	border-bottom: 1px dashed #999;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
	display: block;
	clear:both;
}
table {
	border-collapse:collapse;
	margin-bottom:15px;
}
tr, td, th {
	margin:auto;
}
td, th {
	padding:10px;
	vertical-align:top;
}
th {
	border:1px solid #120c06;
	font-weight:bold;
	background:#eee;
}
td {
	border:1px solid #120c06;
}

/*********************************************
	Header Styles
*********************************************/
h1,h2,h3,h4,h5,h6 { /* Use this for universal styles for all header elements */
	font-family: cambria, Tahoma, Arial, san-serif;
	padding:10px 0 0 10px;
	margin: 10px 0px 10px;
	font-weight: normal;
	color:#120c06;
}
h1 {
	font-size: 25px;
	color:#120c06;
	padding:10px 0 0 10px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
	color:#120c06;
	padding:10px 0 0 10px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.post h3 { /* This style used as the post titles on homepage/archive and comments headings */
	margin-bottom:3;
	padding-left: 0;
}
.entry h3 { /* This style used within the post content itself */
}
.widget h4 { /* This style used as the sidebar widget titles  */
	padding: 0;
	margin: 0 0 3px;
	letter-spacing:0px;
	font-size: 14px;
}
#home-top .widget h4 { /* This style used as the home top widget title  */
	padding: 0;
	margin: 0 0 10px;
	letter-spacing:-1px;
	font-size: 24px;
}
#home-bottom .widget h4 { /* This style used as the home bottom widget titles  */
	padding: 0;
	margin: 0 0 15px;
	letter-spacing: 1px;
	font-size: 18px;
	color: #FFFFFF
}
.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
}

.entry h5 {
	padding-left:0px;
}

h3 a, h3 a:link, h3 a:visited {

}
h3 a:hover, h3 a:active {

 }
h1.pagetitle { /* This style used as title on archive pages and pages */
	margin-bottom:15px;
	padding:10px 0 0 10px;
	/*border-bottom: 1px dotted #ddd;*/
}
h1.single-pagetitle { /* This style used as title on single posts */
	margin-bottom:0;
	padding-left:0px;
	line-height:35px;
}
#comments h3 { /* This style used as title in the comments section */
	margin-bottom:10px;
}
#respond h3 { /* This style used as title in the comments section */
	margin-bottom:3px;
}
.sitemap h2 {
	margin: 0 0 5px;
	letter-spacing:0px;
	font-size: 14px;
}
h3.home2-title {
	width:920px;
	padding: 7px 20px;
	background:#000;
	color:#fff;
	margin:0 auto;
	font-size: 18px;
	display:none;
}
h3#feature-title {
	padding:0;
	margin:0 0 10px;
	font-size: 12px;
	letter-spacing:0;
	color:#000;
	font-weight:normal;
}


/*********************************************
	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.alignright {
	margin: 0px 0px 8px 8px;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
.wp-caption {
	text-align: center;
	background-color: #ccc;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img.alignright, img.alignleft, img.aligncenter {
	background:#fff;
	padding:5px;
	border:1px solid #ddd;
}

/*********************************************
	Header Styles
*********************************************/

#header {
	position:relative;
	z-index: 1;
	width: 960px;
	clear: both;
	height: 160px;
	margin: 0 auto;
	padding: 0;
}
#topHeaderImage {
	position:relative;
	z-index: 1;
	width: 960px;
	clear: both;
	height: 160px;
	margin: 0 auto;
	padding: 0;
}
#title-outer-wrapper {
	display: table;
	height: 80px;
	#position: relative;
	overflow: hidden;
	float:left;
	width: 350px;
}
#title-inner-wrapper {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
#title {
	#position: relative;
	#top: -50%
}
#title a {
	font-weight:bold;
	letter-spacing: -1px;
	text-indent: 0;
	font-size: 28px;
	line-height: 32px;
	text-decoration: none;
}
/*********************************************
	Search Form Styles
*********************************************/
#searchform {
	padding:0;
	margin:0;
}
#searchform label {
	display:none;
	text-indent:-999em;
}
#searchform #searchfield {
}
#searchform #submitbutton {
}

/*********************************************
	Nav Bar Search Form Styles
*********************************************/
#menu-wrapper #searchform {
	width:180px;
	height:24px;
	float:right;
	padding:0;
	margin:13px 12px 0 0;
	background: url(images/search-bg.png) top right no-repeat;
}
#menu-wrapper #searchform #searchfield {
	padding: 0;
	margin: 4px 0 0 6px;
	border:0;
	background:transparent;
	float:left;
	color:#ccc;
	font-size: 12px;
	width:150px;
}
#menu-wrapper #searchform #submitbutton {
	height:24px;
	width:20px;
	float:right;
	display:block;
	cursor:pointer;
}

/*********************************************
	Horizontal Navigation Styles
	(with dropdowns)
*********************************************/

#menu-wrapper {
	clear:both;
	/*background:url(images/nav-bg.png) top center no-repeat;*/
	width:920px;
	margin:0 auto;
	padding: 2px 0 0;
	background-color:#120c06;
}
#menu {
	margin: 0;
	padding: 0;
	font-size:12px;
	width:825px;
	float:left;
	background-color:#120c06;
}
#socialStuff {
	width:85px;
	height:45px;
	float:right;
	padding: 0px 0 0;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	margin: 0;
	padding:0;
	float: left;
	height:50px;
	line-height:50px;
}
#menu li li {
	padding:0;
	margin: 0;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #000;
}
#menu li a, #menu li a:link, #menu li a:visited {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	color:#fff;
	font-weight:bold;
}
#menu li a:hover, #menu li a:active {
	color:#FA8700;
}
#menu li.current_page_item,
#menu li.current_page_ancestor {

}
#menu li.current_page_item li,
#menu li.current_page_ancestor li {
}
#menu li.current_page_item a,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_ancestor a,
#menu li.current_page_ancestor a:link,
#menu li.current_page_ancestor a:visited {
	color:#FFFFFF;
}
#menu li ul {
	float:none;
	z-index: 9999;
	position: absolute;
	left: -999em;
	width: 200px;
	margin: 0;
	padding:0;
	background:#333;
	border:1px solid #000;
	border-top:0;
	border-bottom:0;
}
#menu li ul a,
#menu li ul a:link,
#menu li ul a:visited {
	padding: 0px 10px;
	width:180px;
}
#menu li.current_page_item ul a,
#menu li.current_page_item ul a:link,
#menu li.current_page_item ul a:visited,
#menu li.current_page_ancestor ul a,
#menu li.current_page_ancestor ul a:link,
#menu li.current_page_ancestor ul a:visited {
	padding: 0px 10px;
	width:180px;
	color:#FFF;
}
#menu li ul a:hover,
#menu li ul a:active,
#menu li.current_page_item ul a:hover,
#menu li.current_page_item ul a:active,
#menu li.current_page_ancestor ul a:hover,
#menu li.current_page_ancestor ul a:active,
#menu li li.current_page_item a,
#menu li li.current_page_item a:link,
#menu li li.current_page_item a:visited {
	color:#7A96CC;
}
#menu li li.current_page_item li.page_item a,
#menu li li.current_page_item li.page_item a:link,
#menu li li.current_page_item li.page_item a:visited {
	color:#FFF;
}
#menu li li.current_page_item li.page_item a:hover,
#menu li li.current_page_item li.page_item a:active {
	color:#7A96CC;
}
#menu li ul ul,
#menu li.current_page_item ul ul,
#menu li.current_page_ancestor ul ul {
	margin: -30px 0 0 200px;
}
#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover, 
#menu li.sfhover {
	width:auto;
}

/*********************************************
	Content Div
*********************************************/
div.entry {
padding: 0px 10px 10px 10px;
}

#content {
	display: inline;
	float: left;
	margin: 0;
	padding: 20px;
	width: 874px;
	background-color: whiteSmoke;
	border: 3px solid #595959;
	border-radius: 10px;
	-moz-border-radius: 10px;

}
#content-full {
	display: block;
	margin: 0;
	background-color:#fff;
}
#content-right {
	display: inline;
	float: right;
	margin: 0;
	padding: 20px;
	width: 580px;
}
.main-content {
	/*width:420px;*/
	width: 575px;
	float: left;
	margin:0;
	padding:0;
}
.main-content-left {
	width:420px;
	float:left;
	margin:0;
	padding:0;
}

/*********************************************
	Post Div
*********************************************/
.post, .page {
	clear: both;
	margin: 0 0 15px;
	padding: 0 0 15px;
	height: auto;
	border-bottom: 1px dotted #ddd;
}

.post p{
	margin: 7px 75px 20px 10px;
	color: black;
	text-align: justify;
	font-size: 16px;
}

.post img {
	clear:both;
	margin: 7px 10px;
	padding: 5px;
	border: 1px solid lightgray;
	float: left;
}

.post .imgright {
	clear:both;
	margin: 7px 10px;
	padding: 5px;
	border: 1px solid lightgray;
	float: right;
}
/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta {
	background: #F3F3F3;
	border: 1px solid #F3F3F3;
	clear: both; /* we need this so floats in the post are cleared */
	margin: 2px 2px 0px 0px;
	padding: 5px 6px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size:11px;
	color:#999;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size:11px;
	color:#999;
}
.meta-date { }
.meta-author { }
.meta-comments { }
.meta-category { }

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: 0px;
}
.page-nav .alignright a {
	padding: 5px 10px;
	background: #ddd;
	border:1px solid #ccc;
	display:block;
}
.page-nav .alignleft a {
	padding: 5px 10px;
	background: #ddd;
	border:1px solid #ccc;
	display:block;
}


/*********************************************
	Wide Sidebar
*********************************************/
.sidebar {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-family: georgia,times,'times new roman',serif;
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	display: inline;
	float: right;
	width: 300px;
	margin: 0px;
	padding: 20px;
	overflow:hidden;
	display:none;
}
#float-left .sidebar {
	float: left;
}
.sidebar-bottom-left {
	float:left;
	width:160px;
	margin:0;
	padding:0;
}
.sidebar-bottom-right {
	float:right;
	width:120px;
	margin:0;
	padding:0;
}
/*********************************************
	Narrow Small Sidebar
*********************************************/
.sidebar-narrow {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-family: georgia,times,'times new roman',serif;
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	display: inline;
	float: right;
	width: 200px;
	margin: 90px 10px 10px 10px;
	padding: 30px;
	overflow:hidden;
	border:1px solid #d5d5d5;
	background: #e5e5e5; 
}
.float-right .sidebar-narrow {
	float: right;
}
/*********************************************
	Widget Styles
*********************************************/
.widget {
	padding: 0 0 20px;
	clear: both;
	margin: 0 0 20px;
	background:url(images/side-sep.gif) bottom left repeat-x;
}
.widget:last-child {
	padding: 0;
	clear: both;
	margin: 0;
	background:transparent;
}
.widget img {
	margin: 0px;
}
.widget .flickr img {
	margin: 0 3px 3px 0;
	background: #fff;
	padding: 4px;
	vertical-align:top;
	width:75px;
	height:75px;
	border:1px solid #ccc;
}
.widget form {
	margin: 0px;
	padding: 0px;
}

.widget select {
	width:120px;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 15px 0 0; 
	padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; 
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; 
	padding: 0px;
}
#comments ul.children {
	margin: 0px; 
	padding: 10px 0px 0px;
}
#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 li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #ddd;
	background:whitesmoke;
	margin: 10px 0 0;
	padding: 15px;
	overflow: hidden;
}

#comments ul.children li {
	border: 1px solid #ddd;
}
#comments li.even {
}
#comments li.odd {
}
#comments blockquote {
	background: #ccc;
	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 {
	border-top: 1px solid #F3F3F3;
	overflow: hidden;
	padding-top:20px;
	color:#333;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	color:#333;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; 
	padding: 5px;
}
#respond #commentform #comment {
	width: 95%;
	margin: 10px 0px 15px 0px; 
	padding: 5px;
}
#commentform p {
	margin-bottom:5px;
	color:#333;
}
#commentform label {
	display:block;
	color:#333;
}
#commentform textarea,
#commentform input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color:#333;
}


/*********************************************
	Contact Form Styles
*********************************************/
#ithemes-contact-page-form table {
	border:0;
	margin:0;
}
#ithemes-contact-page-form td {
	padding-bottom:15px;
	vertical-align:top;
	border:0;
}
#ithemes-contact-page-form td.label {
	padding-right:5px;
}
#ithemes-contact-page-form textarea {
	width:330px;
}

#ithemes-contact-page-name,
#ithemes-contact-page-website,
#ithemes-contact-page-email,
#ithemes-contact-page-form textarea {
	padding: 5px;
	border:1px solid #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

/*********************************************
	125x125 Banner Ad Styles
*********************************************/
.sidebar ul.banner125 {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
.sidebar ul.banner125 li {
	float:left;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
.sidebar ul.banner125 li img {
	display:block;
	margin: 0px;
	padding: 0px;
}

/*********************************************
	Footer Styles
*********************************************/

#footer {
	font-size: 10px;
	clear: both;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 20px 10px 30px;
	color:#ccc;
	width:920px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
}
#footer p {
	margin:0;
}
#footer a, #footer a:link, #footer a:visited {

}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
/*********************************************
	Home Top Styles
*********************************************/
#home-top {
	margin: 0 auto;
	background:#120c06;
}
#home-top .widget { 
	padding: 0;
	margin:0;
	float:left;
	width:450px;
	background:transparent;
}
/*********************************************
	Image Rotator Styles
*********************************************/
#top-image { /* The image rotator background */
	width:400px;
	height:auto;
	margin: 0;
	padding:9px;
	float:right;
	overflow:hidden;
	background:#fff;
	border:1px solid #d5d5d5;
}

/*********************************************
	Home Featured Styles
*********************************************/
#home-featured {
	margin: 0 auto;
	padding: 20px;
	background:#e5e5e5;
}
#home-featured .widget { 
	padding: 0;
	margin:0;
	float:left;
	width:450px;
	background:transparent;
}
#home-featured .post {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}
#home-featured .meta,
#home-featured .meta-bottom  {
	clear: none;
	color:#777;
}
#home-featured img.feature-image {
	max-width:400px;
	width:auto !important;
	margin: 0 0 0 30px ;
	padding:9px;
	float:right;
	overflow:hidden;
	background:#fff;
	border:1px solid #d5d5d5;
}
/*********************************************
	Home Bottom Styles
*********************************************/
#home-bottom {
	margin: 25px auto;
	padding: 0px;
	background:#120c06;
}
#home-bottom .col1 {
	float:left;
	width: 280px;
	padding:0;
	margin: 0 40px 0 0;
	overflow:hidden;
}
#home-bottom .col2 {
	float:left;
	width: 280px;
	padding:0;
	margin: 0;
	overflow:hidden;
}

#home-bottom .col3 {
	float:right;
	width: 280px;
	padding:0;
	margin: 0;
	overflow:hidden;
}
#home-bottom .widget { 
	padding: 0;
	margin:0;
	background:transparent;
}
.home-bottom-sep {
	margin: 0 auto;
	padding:0;
	background: url(images/home-bottom-sep.png) top left repeat-y;
} 
/*********************************************
	Footer Widget Bottom Styles
*********************************************/
#footer-widgets {
	width:920px;
	margin: 0 auto;
	padding: 20px;
	background:#ddd url(images/home-bottom-bg.png) top left repeat-x;
	display:none;
}
#footer-widgets .col1 {
	float:left;
	width: 270px;
	padding:0;
	margin: 0 30px 0 0;
	overflow:hidden;
}
#footer-widgets .col2 {
	float:left;
	width: 270px;
	padding:0;
	margin: 0 30px 0 0;
	overflow:hidden;
}

#footer-widgets .col3 {
	float:left;
	width: 145px;
	padding:0;
	margin: 0;
	overflow:hidden;
}
#footer-widgets .col4 {
	float:right;
	width: 145px;
	padding:0;
	margin: 0;
	overflow:hidden;
}
#footer-widgets .widget { 
	padding: 0;
	margin:0 0 10px;
	background:transparent;
}
.footer-widgets-sep {
	margin: 0 auto;
	padding:0;
	background: url(images/footer-widgets-sep.png) top left repeat-y;
} 
/*********************************************
	Content List Bullets
*********************************************/

/*********************************************
	Site Map Page
*********************************************/

.entry .sitemap {
	font-size:12px;
	line-height:1.4em;
}
.entry .sitemap ul {
	margin: 0 0 15px 0;
}
.entry .sitemap ul li ul {
	margin: 0;
}
.entry .sitemap ul li ul li ul {
	margin-left:15px;
}

.entry .sitemap ul li {
}
.entry .sitemap ul li ul li {
	list-style-type:none;
}

p.site-map {
	margin: 0;
	font-weight:bold;
	font-size:10pt;
}
.map-narrow {
	border:1px solid #ddd;
	background:#eee;
	padding: 15px 15px 1px;
	width:30%;
	float:right;
}
.map-wide {
	width:60%;
	float:left;
}
.sitemap .post {
}
.sitemap .meta {
	margin: 0;
}
.sitemap select {
	width:90%;
	margin: 0 0 15px;
}
#socialNetworking {
  text-align:left;
  margin:0px 8px 0px -10px;
  width:870px;
  height:15px;
  padding-left:8px;
}
#tweets {
  width:80px;
  float:left;
  text-align:left;
  padding-left:10px;
  background-color:none;
  border:1px solid #fff;
}

#diggs {
  width:100px;
  float:left;
  text-align:left;
  margin-bottom:5px;
  border:1px solid #fff;
}
#facebook {
  width:110px;
  float:left;
  text-align:left;
  margin-bottom:5px;
  border:1px solid #fff;
}
#stumble {
  width:70px;
  float:left;
  text-align:left;
  border:1px solid #fff;
}
#google {
  width:120px;
  float:left;
  text-align:left;
  border:1px solid #fff;
}
#sharethis {
  width:120px;
  float:left;
  text-align:left;
  margin-bottom:5px;
  border:1px solid #fff;
}
#stumble {
  width:100px;
  float:left;
  text-align:left;
  margin-bottom:5px;
  border:1px solid #fff;
}
#locationsFillmoreInfo {
  background: url("images/locationsFillmoreWhite.gif") no-repeat top left;
  width:800px;
  height:130px;
  padding:10px 0 0 110px;
  font: 17px garamond;  
}
#locationsHayesInfo {
  background: url("images/locationsHayesWhite.gif") no-repeat top left;
  width:800px;
  height:130px;
  padding:10px 0 0 110px;
  font: 17px garamond;  
}
#locationsPaloAltoInfo {
  background: url("images/locationsPaloAltoWhite.gif") no-repeat top left;
  width:800px;
  height:130px;
  padding:10px 0 0 110px;
  font: 17px garamond;  
}
#locationsNoeValleyInfo {
  background: url("images/noe.jpg") no-repeat top left;
  width:800px;
  height:130px;
  padding:10px 0 0 110px;
  font: 17px garamond;  
}
#locationsLafayetteInfo {
  background: url("images/comingsoon.png") no-repeat top left;
  width:800px;
  height:130px;
  padding:10px 0 0 110px;
  font: 17px garamond;  
}
#scrollingDiv {
  float:right;
  width:400px;
  height:45px;
  text-align:right;
}
#downloadMenu {
  float:left;
  width:450px;
  color:#cd7924;
  font-family:garamond;
  font-size:15px;
  font-weight:bold;
}
#topInformation {
  width:920px;
  display:block;
  height:450px;
  margin-top:10px;
}
#topInformationLarge {
  width:920px;
  display:block;
  height:500px;
  margin-top:10px;
}
.locationInfo {
  width:400px;
  float:left;
  text-align:left;
  margin-bottom:15px;
  color:#333;
  font-size:16px;
  padding-left:7px;
}

#locationTweetText {
padding:20px 20px 0 25px;
}

#locationSpecials {
  width:440px;
  height:374px;
  float:right;
  text-align:left;
  color:#fff;
  background: url(images/specialsBackground.jpg) top left no-repeat;
  margin-right:50px;
}
#locationSpecialsLarge {
  width:434px;
  height:450px;
  float:right;
  text-align:left;
  color:#fff;
  background: url(images/specialsBackgroundLarge.png) -2px 0px no-repeat;
  margin-right:50px;
  border-bottom: 3px solid #383838;
  border-right: 3px solid #383838;
  border-left: 3px solid #383838;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
}
#locationSpecialsText {
  padding:20px 20px 0 25px;
  font-size:15px;
}
#locationLinks {
  padding-top:15px;
}
#locationLinks ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}
#locationLinks ul li {
	list-style-type:none;
	padding: 2px 0 0 40px;
	margin:0 0 2px;
	background: url(images/pointingHandWhiteBG.jpg) 0 6px no-repeat;
}
#locationLinksAbout {
  padding-top:15px;
}
#locationLinksAbout ul {
	list-style-type: none;
	margin: 15px;
}
#locationLinksAbout ul li {
	list-style-type:none;
	padding: 2px 0 0 40px;
	margin:0 0 2px;
	background: url(images/pointingHandWhiteBG.jpg) 0 3px no-repeat;
}
#locationPictures {
  width:900px;
  text-align:center;
  clear:both;
}
ul.gallery {
	list-style-type: none;
	margin: 0 0 10px 0;
	width:900px;
	text-align:center;
}
ul.gallery li {
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
}
ul.gallery li a {
	padding: 2px;
	display: block;
	border: 2px #333 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
}
ul.gallery li a:hover { border: 2px #999 solid; 
}
#indexCallInfo {
  width:1045px;
  /*text-align:center;*/
  height:60px;
  font-size:16px;
  color:#fff;
  background:none;
  padding-left:0px;
  padding-bottom:7px;
  clear: both;
}

.phonenum {
	float: left;
	margin: 5px 7px;
	width: 23%
}

.phonenum a {
  	color:#fff;
	text-decoration: none;
}

.clear {
	clear: both;
}

/*
	Styling added for drop-down menu buttons for social sites - mfa
*/
#sociald
{	margin: 0;
	padding: 0;
	z-index: 30}

#sociald li
{	margin: 0;
	padding: 0;
	padding-left: 0px !important;
	padding-right: 0px !important;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sociald p
{	margin: 4px 14px 3px 4px}

#sociald li a
{	display: block;
	margin: 0px;
	padding: 0px;
	/* width: 60px; */
	background: #120C06 none repeat scroll 0 0;
	color: #120C06;
	text-align: center;
	text-decoration: none}

#sociald li a:hover
{	background: #120C06}

#sociald div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
	z-index: 1002
	}

#sociald div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial}

#sociald div a:hover
{	background: #49A3FF;
	color: #FFF}

.homewidget {
	color: white;
}

.left_home_image {
	padding: 0px 40px 10px 25px;
}

#delivery_area {
/*border:3px solid #120C06;*/
border-right: 3px solid #383838;
border-left: 3px solid #383838;
background: black;
color: white;
float: right;
height: 374px;
margin-right: 50px;
/*margin-top: 10px;*/
padding-top:5px;
text-align: center;
width: 434px;
padding-bottom: 10px;
}

#callnow {
background: black;
/*border: 3px solid #120C06;*/
color: black;
float: right;
margin-right: 50px;
margin-top: -40px;
padding-top: 5px;
text-align: center;
width: 434px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright:7px;
border-top: 3px solid #383838;
border-right: 3px solid #383838;
border-left: 3px solid #383838;
}

.pnumber {
font-family:	cambria,Tahoma,Arial,san-serif;
font-size:	25px;
font-weight:	400;
font-style:	normal;
color: white;
padding: 10px 0px 10px 0px;
}

#delivery_wrap {
display:block;
margin-top:-100px;
margin-bottom:29px;
width:920px;
height:425px;
}

.follow_this_location{
	color:#CD7924;
	margin-top: -2px;
}

.follow_this_location img{
	margin-top: -1px;
	margin-bottom: -6px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#top{
font-size: 20px;
padding-right: 6px;
/*padding: 8px;*/
margin: 0px;
}
/* Social Like buttons */
#social_btn_wrap{
	width: 350px;
	height: 25px;
	margin-bottom: 10px;
}

.facebook_like_btn {
    clear: left;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    width: 90px;
}

.google_plus_one {
    float: left;
    margin-left: 0px;
    margin-top: 0px;
}

/* featured slider area */
#featured {
	clear:left;
}

/* Location Table Settings */
#locationtable {
	margin-top: -25px;
}

#locationtable th{
	background: white;
	border: 0px;
	font-size:17px;
}

#locationtable td{
	border: 0px;
}

th.loc_storename{
	margin-left: 10px;
}

.loc_storename{
	margin-left: 10px;
}

th.loc_phone{
text-align: center;
}

th.loc_orderonline{
padding-top: 10px;
}

td.loc_phone{
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}

.loc_orderonline{
	font-size:19px;
	font-weight: bold;
	padding-top: 20px;
}

.loc_orderonline a {
	text-decoration: none;
}

.loc_details a{
	color: white;
	display: block;
	padding: 6px 10px;
	width: 100px;
	background-color: #777;
	font-weight: bold;
	font-size: 17px;
	text-align:center;
	border-bottom: 2px solid darkgray;
	border-right: 2px solid lightgray;
	margin-top:15px;
}

.loc_details a:hover {
	background-color: #F90;
	text-decoration: none;
	border-bottom: 2px solid #CD7924;
	border-right: 2px solid #DEB887;	
}

#embedmenu{
 margin:0px;
 padding:0px;
}

.wideblack{
	background-color: #120C06;
	width: 100%;
}

/* online order page */
.order_btn {
	float: right;
}

#locationTweets {
padding-top: 20px;
}

