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


/* Tag specific rules 
*******************************************************************************/

* {
	/* set even playing field for all browsers */
	margin : 0;
	padding : 0;
}
body {
	background-color: #1e1e1e;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #e5e5e5;
	font-size: 100.01%;
	text-align:center;
}
/* Page Wrapper
*******************************************************************************/

#page-wrapper {
	/* set global base font size for entire page */
	font-size: 90.01%;
	line-height: 1.3em;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
}
/* Menu 
*******************************************************************************/

#top-menu {
	clear: both;
	position : relative;
	font-size : .8em;
	font-weight: bold;
	min-height : 25px;
}
* html #top-menu {
	height : 25px;
}
#top-menu ul {
	padding : 0;
	margin : 0;
	list-style-type: none;
}
#top-menu ul li {
	list-style-type: none;
	float : right;
	position : relative;
	margin : 0;
}
#top-menu li a {
	display : block;
	margin : 0;
	text-decoration : none;
	padding : 4px 3px 4px 4px;
	color: #ffffff;
}
#top-menu li a:hover, #top-menu li a:focus, #top-menu li a.highlight {
	color : #1e1e1e;
	font-weight : bold;
	background-color: #f8ca2c;
}
/* Logo
*******************************************************************************/

#logo {
	height: 250px;
	padding: 0px;
	float: left;
	background-image: url(images/albertos-block-logo-yellow.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #5a2525;
	width: 250px;
}

#news {
  height: 435px;
	float: left;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #5a2525;
	width: 226px;
	margin-top: 240px;
	color: white;
	font-size: 12px;
	padding: 12px;
}

#news h2 {
	color: #f1c42b;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

#news ul li {
	margin-left: 6px;
	margin-right: 6px;
	color: #e8bd29;
	line-height: 20px;
}

/* Content
*******************************************************************************/

#content {
	width: 610px;
	padding: 0px;
	float: left;
}
#collage {
	padding-top: 600px;
	background-image: url(images/collage-1.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: .9em;
	}
#collage h1 {
	display: block;
	margin: 25px 0 15px 0;
	padding: .3em;
	background-color: #f8ca2c;
	color: #1e1e1e;
	font-size: 1.4em;
	font-weight: bold;
	}
#dish-flat h1 {
	display: block;
	margin: 25px 0 25px 0;
	padding: .3em;
	background-color: #f8ca2c;
	color: #1e1e1e;
	font-size: 1.6em;
	font-weight: bold;
}
#dish-flat h2 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e55c5c;
	padding-left: 5px;
	margin: .7em 0 .5em 0;
	font-weight: bold;
	line-height: 1.2em;
}
#dish-flat h3 {
	font-size: 1em;
	padding-left: 10px;
	margin: .7em 0 .7em 0;
	color: #f8ca2c;
}
#dish-flat p {
	padding: 0 15px 0 15px;
	font-size: .9em;
	margin-bottom: 1em;
}
#dish-flat ul {
	padding: 0;
	list-style-type: none;
	background-color: #2e2e2e;
	border: 1px solid #737373;
}
#dish-flat ul li {
	list-style-type: none;
	position : relative;
	padding: 0 15px 0 15px;
	font-size: .9em;
	margin-bottom: 1em;
	padding-bottom: .2em;
	border-bottom: 0px solid #626262;
}
#dish-flat em {
	font-weight: bold;
	color: #eddc97;
	width: 100px;
	font-style: normal;
}
div.column {
	width: 280px;
	float: left;
	margin: 0 15px 15px 0;
}

div.blurb {
	width: 240px;
	margin: 20px 25px 15px 15px;
	border: 1px solid #e55c5c;
	font-size: .85em;
	background-image: url(images/blurb-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
div.coverblurb {
	padding: 0 15px 10px 15px;
	font-size: .9em;
	margin-bottom: 1em;
	width: 570px;
	border: 1px solid #e55c5c;
	background-image: url(images/blurb-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
/* form
*******************************************************************************/

fieldset {
	margin-bottom: 10px;
	border: 0px solid #f8ca2c;
}
legend {
	padding-left: 150px;
	font-weight: bold;
}
fieldset input, textarea {
	width:auto;
	margin:5px 0 0 10px;
}
label {
	display: block;
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0;
	text-align: right;
}
fieldset ol {
	margin: 0;
	padding: 0;
}
fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

/* footer
*******************************************************************************/
#footer {
	clear : both;
	margin: 25px 0 25px 0;
	border-top : 1px solid #f8ca2c;
	padding :  0;
	text-align : right;
	font-size: 0.85em;
	color: #ffefd1;
}
#footer h1 {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	background-color: #1e1e1e;
	color: #f8ca2c;
}
/* generic reusable classes
*******************************************************************************/
.clear-hidden {
	clear : both;
	font-size : 1px;
	line-height : 1px;
}
.float-left {
	float : left;
	margin-right: 10px;
}
.float-right {
	float : right;
	margin-left: 10px;
}
.centered {
	text-align: center;
}
