/*  
Design URI: http://phantomprint.com
Description: Custom desgin for phantomprint.com.
Version: 1.0
Author: Robert Dobes - Dot Consutlting
Author URI: http://dotconsulting.net

	This theme was designed and built by Robert Dobes,
	whose blog you will find at http://robertdobes.com/

	The CSS, XHTML and design is copyrighted by Phantom Print:
	Coping and using this desgin is prohibited. 
*/

/*
	Reseting styles
*/

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, sub, sup, tt, var,
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-weight: normal;
	font-style: inherit;
	font-size: 100.1%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
body {
	line-height: 1em;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End of CSS Reset */

/********* GENERAL STYLES **********/
body{
	text-align:center;
	background: url('/images/body-bg.jpg') repeat-x;
	background-position: left 113px;
}
h1{
}
h2{
}
h3{
}
a:link, a:visited {
	color: #006699;
}
a:hover {
	color: #990033;
	text-decoration: none;
}
/********* LAYOUT STYLES **********/
#header{
	border-bottom: 4px solid #666666;
	background: #fff;
}
#header-inner{
	margin: 0 auto;
	position: relative;
	height: 130px;
	width: 780px;
	text-align: left;
}
#topnav {
	position: absolute;
	float:right;
	margin-left: 300px;
	top: 0;
	right: 0;
}
#wrapper{
	margin: 0 auto;
	padding-top: 25px;
	position: relative;
	width: 780px;
	text-align: left;
}
#content{
	margin-left: 260px;
	width: 520px;
}
#leftcol{
	position: absolute;
	top: 25px;
	left: 15px;
	width: 210px
}
#footer{
	padding: 25px 0;
	background: #D8D8D8 url('/images/footer-bg.jpg') repeat-x top;
	border-top: 7px solid #eee;
}
#footer-left {
	float: left;
	width: 210px;
	margin-left: 10px;
}
#footer-right {
	float: right;
	width: 520px;
}
.logo {
	position: absolute;
	top: 17px;
	left: 15px;
	border: 3px solid #370B36;
}
#home-left-block{
	float: left;
	padding-top: 20px;
	width: 260px;
}
#home-right-block{
	float: left;
	padding-top: 20px;
	width: 260px;
}
/******** NAVIGATION STYLES *********/
#leftnav li{
	margin-bottom: 3px;
	width: 210px;
	background: url('/images/nav-btn-bg.gif') repeat-x top;
}
#leftnav li a{
	display: block;
	padding-left: 35px;
	line-height: 27px;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#leftnav li a:link, #leftnav li a:visited{
	border: 1px solid #666666;
	color: #671364;
	background: url('/images/bullet.gif') no-repeat 5px 5px;
}
#leftnav li a:hover {
	border: 1px solid #FF0000;
	color: #FF0000;
	background: url('/images/bullet-over.gif') no-repeat 5px 5px;
}
#topnav ul {
	margin-top: 17px;
	height: 95px;
	border: 3px solid #370B36;
/*	border-left: 2px solid #370B36;
	border-right: 2px solid #370B36;*/
}
#topnav li{
	float:left;
	display: inline;
}
#topnav li a{
	display: block;
	width: 110px;
	line-height: 93px;
	text-align:center;
	text-decoration: none;
	font-size: 0.8em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	border-left: 1px solid #BC96BB;
	border-right: 1px solid #370B36;
	border-top: 1px solid #BC96BB;
	border-bottom: 1px solid #BC96BB;
}
#topnav li a:link, #topnav li a:visited{
	color: #ffffff;
	background: url('/images/top-btn-bg.jpg') repeat-x top;
}
#topnav li a:hover{
	color: #ffffff;
	background: url('/images/top-btn-bg.jpg') repeat-x bottom;
}
/********* TEXT STYLES *************/
#content {
	font-family: "Times New Roman", Times, serif;
}
#content p{
	padding: 8px 0;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 145%;
	color: #333;
}
#content h2{
	margin: 10px 0;
	padding: 0 0 5px 0;
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	border-bottom: 2px solid #A573A3;
}
#content h3{
	margin: 10px 0;
	padding: 10px;
	font-size: 1.1em;
	color: #732571;
	font-weight: bold;
	background-color: #EFEFEF;
}
.servingLA {
	display:block;
	height: 140px;
	margin-top: 10px;
	padding: 20px 0;
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	/*line-height: 110%;*/
	text-indent: -9999px;
	overflow: hidden;
	color:#333;
	background: url(images/25th.png) no-repeat top center;
}
.topquality{
	display:block;
	padding: 10px 0;
	font-size: 1.7em;
	text-align: center;
	font-style: italic;
	color: #691165;

}
.pickup{
	display:block;
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 1.7em;
	text-align: center;
	font-style: italic;

}
#home-left-block p{
	margin-right: 10px;
	text-align: justify;
}
div#home-left-block h2{
	margin-right: 10px;
}
#home-right-block p{
	margin-left: 10px;
	text-align: justify;
}
div#home-right-block h2{
	margin-left: 10px;
}
#footer {
	text-align: center;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#footer-left {
	text-align: left;
}
#footer-right {
	text-align: right;
}
#footer p {
	margin-bottom: 15px;
}
#footer .credit {
	font-size: 0.85em;
}
/*********** FORM **************/
#estimate {
	margin: 10px 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;	
}
#estimate label{
	display:block;
	margin: 10px 0 2px 0;
	color: #333;
	font-size: 0.8em;
	font-weight: bold;
}
#estimate .field{
	font-size: 0.8em;
	color: #671364;
	border: 1px solid #ccc;
}
#estimate textarea{
	margin-bottom: 15px;
	/*font-size: 0.8em;*/
	color: #671364;
	border: 1px solid #ccc;

}
/******** OTHER STYLES ************/
ul.services{
	padding-left: 20px;
	list-style: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
}
ul.services li{
	line-height: 140%;
}
.address {
	padding-top: 50px;
	text-align: right;
	padding-right: 20px;
	font-size: 0.75em;
	color:#691165;
}
.address p{
	margin-bottom: 10px;
	line-height: 130%;
}
.errors {
	list-style: disc;
	margin-left: 0;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
	.errors li{
		line-height: 22px; 
		color: red;
		font-style:italic;
	}
.clr{
	clear:both;
	font-size:1%;
}

/******* LMU MBA business card order form *********/
#order-form {margin: 30px 0;width: 410px;font-family:Arial, Helvetica, sans-serif;}
legend {padding: 20px;font-weight: bold; font-size: 1.3em;}

#order-form label{
	display:block;
	width: 180px;
	clear: left;
	float:left;
	text-align: right;
	margin: 10px 0 2px 0;
	color: #333;
	font-size: 0.8em;
	font-weight: bold;
}
#order-form .field{
	float: right;
	width: 220px;
	font-size: 0.8em;
	color: #671364;
	border: 1px solid #ccc;
}
#order-form small {font-size: 0.8em;}
input.submit-btn {margin-left: 120px;font-size: 1.1em;}
/**************************************************/