/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/*
LAYOUT: Three-Column
DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content
*/


body {
	background: #bfbfbf;
}

ul {
	margin:0;
	padding:0;
	}

div#wrapper {
	margin: 0 auto;
	width:900px;
	padding:0px;
}

div#container {
float:left;
width:900px;
background:#fff;
margin:0px;
padding:0px;
}

div#content {
margin:0 190px;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
padding-bottom: 10px;
}

div#content a {
color:#b51720;
text-decoration:underline;
}



div.sidebar {
float:left;
overflow:hidden;
width:180px;
padding-bottom: 10px;
}

div#primary {
margin:0 0 0 -100%;
}

* html div#primary {
left:20px;
position:relative;
}

div#secondary {
margin:2em 0 0 -180px;
}

div#secondary-spacer {
	display: block;
	height: 30px;
}

div#footer {
clear:left;
width:100%;
background:#b51720;
}

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#b51720;
height:30px;
margin:0;
padding:10px 0 0 0;
width:100%;
font-family:Arial, Helvetica, sans-serif;
}

div#menu ul {
	list-style-type: none;
}


div#menu a {
  text-decoration: none;
  padding: 0px 25px;
  color:#fff;
}		

div#menu a:hover {
	color:#000;
	text-decoration:none;
	background:none;
}

div#menu a img {
	border:none;
	background:none;
}

#menu {
	
}

.entry-title,.entry-meta {
clear:both;
}

div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {

}

div#header {
text-align:center;
}

div#footer {
	height:30px;
	margin:0;
	padding:10px 0 0 0;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

div#header {
	background:url(http://citymagazineonline.com/wordpress/wp-content/themes/sandbox/images/Headerbg.jpg) no-repeat;
	width:900px;
	height:109px;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

/* MENU */

#menu
{
}

#menu ul.base li
{
	float: left;
	position: relative;
}

#menu ul.top li
{
	z-index: 2;
}

#menu ul.bottom li
{
	z-index: 1;
}

#menu ul.base li a
{
	display: block;
	overflow: hidden;
}

#menu ul.base li a.inner
{
	width: 141px;
}

#menu ul.base li ul
{
	display: none;
	margin-top: -25px;
	padding-top: 10px;
	margin-left: 25px;
}

#menu ul.base li ul li:hover
{
	display: block;
}

#menu ul.flyout li
{
	float: none;
}

#menu ul.flyout li a
{
	display: block;
	padding: 3px 5px;
	color: #fff;
	overflow: visible;
}

#menu ul.flyout li a
{
	height: auto;
}

#menu ul.base li:hover ul
{
	display: block;
	width: 190px;
	background-color: #b51720;
	position: absolute;
	top: 41px;
	left: 0;
}

#menu ul.flyout li:hover a
{
	color: #000;
}

#access {
	background: #fff;
}

#footer-left, #footer-right {
	float: left;
	width: 430px;
	padding: 0 10px;
}
#footer-right {
	text-align: right;
}

#bottom-nav {
	text-align: center;
	width: 900px;
	height: 30px;
}

#bottom-nav ul li {
	list-style-type: none;
	float: left;
}

#bottom-nav a:link, #bottom-nav a:visited {
	color: #000;
	text-decoration: none;
	margin-right: 10px;
}

#bottom-nav a:hover, #bottom-nav a:active {
	color: #B51720;
}

#home-left img, #home-right img, #home-center img {
	padding-bottom: 7px;
}

#home-left, #home-right {
	float: left;
}

#home-center {
	text-align:center;
}

#home-right {
	padding-left: 20px;
}

#home-right .large-red {
	color:#B51720;
	padding-bottom:3px;
	font-weight:bold;
	font-size:13px;
}

#home-right .normal {
	padding-bottom:1px;
}

#home-right .small {
	padding-left: 5px;
	padding-bottom:5px;
	font-size:9px;
}

#home-right .small-red {
	font-size:9px;
	color:#B51720;
	padding-bottom:1px;
}

#bottom-banner {
	margin-top: 13px;
	width: 520px;
	text-align: center;
}

#zipcode_results {
	padding-top: 10px;
}

#zipcode_results li {
	margin-left: 20px;
}