/* @override 
	http://brownsrestaurantgroup.com/scottybrowns/wp-content/themes/scottybrowns/style.css
	http://browns.mu/scottybrowns/wp-content/themes/scottybrowns/style.css
*/

/*
Theme Name: Scotty Browns
Theme URI: http://www.brownsrestaurantgroup.com/scottybrowns/
Description: Theme for Scotty Browns
Version: 1.0
Author: Mark Alexander
Author URI: http://www.6agraphics.com/
*/

/* @group CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a {
	text-decoration: none;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* @end */




body, html	{
	background: #4f4f51 url(images/bg_gradient.jpg) repeat-x;
		font: 12px/15px Arial, Helvetica, sans-serif;
}

.clear {
	clear:both;
}
.wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(images/bg_page.jpg) repeat-y;
}

#header #logo	{
	float: left;
	background: #FFFFFF;
	padding: 35px 150px 24px 20px;
}
#header #banner img{
	width: 772px;
}

#leftColumn {
	width: 64px;
	float: left;
}
#rightColumn { 
	width:64px; 
	float:right;
}
#content	{
	min-height: 360px;
	float:left;
	width: 520px;
	padding: 20px 20px 40px 20px;
}

#content h1	{
	font-size: 20px;
	color: #f5842c;
	font-weight: bold;
	text-transform: uppercase;
}

.widget_pages div.title {
	display: none;
}

#content h3	{
	
}

#content p	{
	line-height: 15px;
	font-size: 12px;
	margin: 15px 0;
	
}

a:hover {
	color:#f26722;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#content a, #content a:visited	{
	color: #f5842c;
}

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

#contentwrapper {
	position: relative;
	padding: 0 65px;
}

#sidebar {
	float:left;
	width: 166px;
	padding:20px;
}

#sidebarbottom {
	position: absolute;
	bottom: 0;
}

#sidebar li {
	margin: 0 0 10px 0;
}

#sidebar li a{
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	color: #ffffff;
	
}

#sidebar li.current_page_item a, #sidebar li a:hover{
	color: #f5842c;

}

#sidebarbottom{
	float: left;
	width: 166px;
	padding:20px;
}

#sidebarbottom .title {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;
}
#sidebarbottom p {
	color: #ffffff;
}

input.email{
	width: 158px;
	border: 1px solid #616161;
	color: #909090;
	padding: 3px;
}

input.submit{
	background: #343436;
	border: 1px solid #2f2f2f;
	color: #fff;
	float: right;
	font-weight: bold;
	margin: 0;
	padding: 3px 7px;
}


.mapp-poweredby {
	display: none;
}
#footer	{
	clear: both;
	width: 100%;
	height: 73px;
	background: #4f4f51 url(images/bg_footer.jpg) no-repeat;
	font-variant: normal;
}
img.right {
	float: right;
}
