@charset "UTF-8";
/* CSS Document by Sienna Wood for Bella Bistro*/

body  {
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
	min-width: 750px;
	background-image: url(../Images/layout/checkerboard.png);
	line-height: 1.5;
}

.bellaLayout #container {
	width: 80%;
	background: #EBEBEB;
	text-align: center;
	border: solid black 5px;
	padding: 50px 10px 10px 10px;
	margin: 65px auto 25px auto;
	position: relative;
	z-index: 1;
} 

.bellaLayout #header {
	text-align: center;
	padding: 0;
}

#logo {
	margin: 10px auto -130px auto;
	padding: 0 0 10px 0;
	display: block;
	position: relative;
	z-index: 2;
}

.bellaLayout #mainContent {
	padding: 10px;
	text-align: left;
} 

.bellaLayout #footer{
	margin: 0;
	padding: 10px;
	font-size: 90%;
	text-align: center;
	color: #FFFFFF;
}
.bellaLayout #footer a{
	color: #FFFFFF;
}

/* Columns */
#columnR, #columnL {
	width: 48%;
}

#columnR {
	float: right;
}

#columnL {
	float: left;
}

/* Navigation */
.navigation  {
	font-size: 95%;
	vertical-align: middle;
}

.navigation  ul{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 1.5;
}

.navigation ul li {
	display: inline;
	vertical-align: middle;
}

.navigation ul li a:link, .navigation ul li a:visited, .navigation ul li a:hover, .navigation ul li a:active {
	display: inline;
	display: inline-block;
	margin: 5px;
	padding: 5px 10px;
	background-color: #9E0B0F;
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap;
}

/* Paragraphs and Headlines */
p {
	padding-top: 0;
	padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 1em;
	padding-bottom: 0;
}

h1 {
	border-bottom: solid #FFFFFF 5px;
	font-size: 135%;
}

h2 {
	border-bottom: solid #FFFFFF 4px;
	font-size: 120%;
}

h3 {
	font-size: 110%;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: .5em;
}

 /* Links */
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

/* Form Styles */

div.contactForm {
	margin: 0 auto;
	text-align: center;
}

form {
	width: 600px;
	text-align: left;
	margin: 0 auto;
}

#form_select {
	text-align: center;
}

form div{
	width: 230px;
	text-align: right;
	display: -moz-inline-box;  /* for old Mozilla-based browsers */
	display: inline-block;
	zoom: 1;			/* for IE */
	*display: inline;	/* for IE */
	padding: 0 5px;
}

form input, select, textarea {
	border: inset #DDDDDD 1px;
	vertical-align: top;
	text-align: left;
}

#contact_form input, #client_worksheet input, #contact_form select, #client_worksheet select {
	width: 200px;
}

form textarea {
	width: 350px;
}

form span {
	width: 150px;
}

form #submit{
	border: outset black 1px;
	text-align: center;
	margin-left: 150px;
	width: 300px
}


/* AddThis */
#addthis {
	position: relative;
	position: fixed !important; /* prefer fixed over relative unless it's not supported */
	top: 0;
	left: 0;
	display: inline;
	float: left;
	width: 55px;
	text-align: center;
}

/* Facebook Plugin */
#facebook {
	margin: 15px 0 15px 15px;
}

/* Miscellaneous Classes for Reuse */
#floatingbox {
	border: solid white 5px;
	text-align: center;
	background-color: #EBEBEB;
	padding: 0 15px;
	margin-bottom: 10px;
}

.photo {
	text-align: center;
	font-size: 90%;
	padding: 10px;
}

.photo img {
	padding: 0;
	margin: 0;
}

.inline {
	vertical-align: top;
	padding: 10px;
	zoom: 1;					/* for IE */
	display: -moz-inline-box;	/* for old Mozilla-based browsers */
	display: inline-block;
	*display: inline;			/* for IE */
}

.indent {
	margin-left: 20px;
}

.fltrt {
	float: right;
	margin-left: 10px;
}

.fltlft {
	float: left;
	margin-right: 10px;
}

.clearfloat {
	clear: both;
}

div.clearfloat {
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.clearleft {
	clear: left;
}

div.clearleft {
	clear: left;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.clearright {
	clear: right;
}

div.clearright {
	clear: right;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
