@charset "utf-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: bulldog.css
* Version: 1.0 (2008-03-29) YYYY-MM-DD
* Website: http://eatwithus.com/bulldog/
* Author: MWB Interactive http://www.mwb.com
* Description: Handles the site layout & makes it pretty!

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#resBulldog {
	background-image: url(images/bkgnd-bulldog.gif);
	background-repeat: repeat-x;
	background-color: #efd9b4;
	width: 836px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#resBulldogLeft {
	background-image: url(images/bkgnd-bulldog.gif);
	background-repeat: repeat-x;
	background-color: #efd9b4;
	padding-bottom: 15px;
	width: 242px;
	/*float: left;*/
}
#resBulldogLeft table {
	margin-left:16px;
}
#resBulldogRight {
	background-image: url(images/bkgnd-bulldog.gif);
	background-repeat: repeat-x;
	background-color: #efd9b4;
	padding-top: 10px;
	margin-bottom:10px;
	/*float: left;*/
	width: 594px;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== NAVIGATION: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#resBulldogNav {
	background-image: url(images/bkgnd-nav.gif);
	height: 24px;
	background-color: #5f0001;
	padding-left:100px;
}
#resBulldogNav p {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	width: 146px;
	text-align:center;
}
#resBulldogNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#resBulldogNav a:hover {
	color: #fbc462;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== CONTENT: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#resBulldogContent {
	background-color: #FFFFFF;
	background-image: url(images/bkgnd-content.gif);
	background-repeat: repeat-y;
	width: 579px;
	clear:both;
}
#resBulldogContent h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	margin: 0px 0px 0px 16px;
	height: 35px;
	padding: 4px 0px 0px 16px;
	text-transform: uppercase;
	background-image: url(images/bkgnd-header.jpg);
	background-repeat: no-repeat;
}
#resBulldogContent h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	margin: 10px 32px 0px 16px;
	padding: 0px;
	color: #5f0001;
}
#resBulldogContent h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #370606;
	margin: 0px 32px 0px 16px;
	padding: 0px;
}
#resBulldogContent p {
	margin: 0px 16px 0px 16px;
	padding: 0px 0px 15px 0px;
	color: #370606;
}
#resBulldogContent a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
#resBulldogContent a:hover {
	text-decoration: none;
}
#resBulldogContent table {
	margin: 0px 16px 0px 0px;
	/* I HATE IE... PLEASE DIE!!! */
	* margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
#resBulldogContent td {

}

#resBulldogContent input.on { color : #444444; border: solid 1px #999999; background: #ffffff; padding: 3px 3px;}
#resBulldogContent input.on:hover { color : #670001; border: solid 1px #d4b681; background: #ffffff; padding: 3px 3px;}
#resBulldogContent input.on:focus { color : #670001; border: solid 1px #d4b681; background: #ffffff; padding: 3px 3px;}
#resBulldogContent input.onIE { color : #670001; border: solid 1px #d4b681; background: #ffffff; padding: 3px 3px;}

#resBulldogContent textarea.on { color : #444444; border: solid 1px #999999; background: #ffffff; padding: 3px 3px;}
#resBulldogContent textarea.on:hover { color : #670001; border: solid 1px #d4b681; background: #ffffff; padding: 3px 3px;}
#resBulldogContent textarea.on:focus { color : #670001; border: solid 1px #d4b681; background: #ffffff; padding: 3px 3px;}
#resBulldogContent textarea.onIE { color : #670001; border: solid 1px #d4b681; background: #ffffff; padding: 3px 3px;}

#resBulldogContent input.post {display:block; float:left; width: 92px; height: 29px; background: url(images/btn-submit.jpg) no-repeat; border: none; padding: 0px;}
#resBulldogContent input.post:hover { background: url(images/btn-submit.jpg) no-repeat 0 -29px; border: none;  padding: 0px; }
#resBulldogContent input.postIE { width: 92px; height: 29px; background: url(images/btn-submit.jpg) no-repeat 0 -29px; border: none; padding: 0px;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== MENU: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#resBulldogMenuLeft {
	width: 379px;
	float: left;
	padding: 0px 16px 0px 0px;
}
#resBulldogMenuLeft a {
	display: block;
	padding: 10px 7px 12px 17px;
	background-color: #9b0000;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#resBulldogMenuLeft a:hover {
	background-color: #c71500;
}
#resBulldogMenuRight {
	width: 149px;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#resBulldogMenuRight p {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
#resBulldogMenuRight p a {
	font-size: 15px;
	font-weight: bold;
	background-color: #f2ebe6;
	text-decoration: none;
	display: block;
	width: 129px;
	padding: 10px 10px 10px 10px;
	color: #711d1e;
	
}
#resBulldogMenuRight p a:hover {
	background-color: #711d1e;
	color: #ffffff;
	text-decoration: none;
}
#resBulldogMenuRight a {
	background-color: #711d1e;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 129px;
	padding: 10px 10px 10px 10px;
	color: #c3beba;
	
}
#resBulldogMenuRight a:hover {
	color: #ffffff;
	text-decoration: none;
}

.souper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99000B;
	padding-top: 1px;
	text-decoration: none;
}
.souper a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.souper a:hover {
	color: #D80710;
	text-decoration: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== MISC: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.notes {
	font-size: 10px;
	font-weight: normal;
	text-align:right;
}
.required {
	font-size: 11px;
	color: #FF0000;	
}
 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== FOOTER: ==============================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#resBulldogFooter {
	clear: both;
	background-color: #5d0000;
	height: 37px;
	background-image: url(images/bkgnd-footer.jpg);
	background-repeat: no-repeat;
}
#resBulldogFooter p {
	color: #ffffff;
	text-align: right;
	padding: 11px 11px 0px 0px;
	margin: 0px;
	font-size: 11px;
	text-transform:uppercase;
}
#resBulldogFooter a {
	color: #ffe0a6;
	text-decoration: underline;
	text-transform: uppercase;
}
#resBulldogFooter a:hover {
	color: #ffffff;
	text-decoration: none;
}
