body {
	margin				: 0;
	padding				: 0;
	font-family			: arial, sans-serif;
}
body.inner {
	background			: #fff url(images/bck.gif);
	margin				: 0;
}
body.front {
	background-color	: #000;
	background-image	: none;
}
#twitter {
	margin				: 5px;
	width				: 250px;
	position			: absolute;
}

.front #twitter {
	width				: 270px;
	padding				: 0 0 0 20px;
}

#facebook {
	margin				: 10px 0 10px 130px;
}
.menus {
	margin				: 10px 0;
}

/*******************************************************************************
 ****	BASE																****
 *******************************************************************************/
a.red:link,
a.red:visited,
a.red:hover,
a.red:active {
	color				: #600;
	font-size			: 12px;
}
 
body.inner,
body.inner div.body {
	min-width			: 800px;
}
.inner .header {
	background			: #600 url(images/sardis_logo.gif) no-repeat;
	height				: 100px;
}

.body .column1,
.body .column2,
.body .column3,
.body .column4 {
	float				: left;
	min-height			: 300px;
}
.body .column1 {
	width				: 130px;
}
.body .column2 {
	width				: 480px;
}
.body .column3 {
	width				: 190px;
}
.body .column4 {
	width				: 220px;
}

.inner .footer {
	height				: 40px;
	position			: relative;
}
.inner .footer .address-top {
	position			: absolute;
	top					: 0;
	border-top			: 1px solid #600;
	height				: 1px;
	width				: 800px;
}
.inner .footer .address {
	height				: 40px;
	width				: 172px;
	background			: transparent url(images/sardis_address_maroon.gif) no-repeat;
	position			: absolute;
	top					: 5px;
	left				: 628px;
}
.inner .footer .like-button {
	position			: absolute;
	top					: 5px;
	left				: 5px;
	width				: 400px;
}

.inner .caricature-box {
	margin				: 20px;
}

a img {
	border				: none;
}

.relative {
	position			: relative;
}

body.maintenance {
	overflow			: hidden;
}
.vertical-center {
	margin				: 50% 0;
}
.horizontal-center {
	margin				: 0 50%;
}
.message-center {
	height				: 300px;
	width				: 400px;
	margin				: -150px 0 0 -200px;
}


/*******************************************************************************
 ****	RIGHT MENU															****
 *******************************************************************************/
#right_menu {
	width				: 200px;
	margin				: 5px 0 0 10px;
}
.front #right_menu {
	margin-top			: 0;
}
.right_menu,
.right_menu li {
	margin				: 0;
	padding				: 0;
	list-style-type		: none;
}
.right_menu li {
	margin				: 0 0 12px 0;
}
.right_menu .menu_item {
	cursor				: pointer;
} 


/*******************************************************************************
 ****	LIGHT BOX															****
 *******************************************************************************/
/*
.album_lightbox {
	margin				: 5px;
	overflow			: auto;
}
*/
.album_lightbox ul,
.album_lightbox li {
	list-style-type		: none;
	margin				: 0;
	padding				: 0;
}
.album_lightbox li {
	float				: left;
	margin				: 10px 10px 10px 0;
	width				: 180px;
	height				: 135px;
}



/*******************************************************************************
 ****	PHOTO STACK															****
 *******************************************************************************/
.photo-stack,
.photo-stack-large {
	position			: relative;
	margin				: 10px 0 0 0;
}
.photo-stack {
	background			: transparent url(images/2.0/photo-stack.png) no-repeat top left;
	width				: 310px;
	height				: 290px;
}
.photo-stack .photo-stack-top {
	position			: absolute;
	top					: 40px;
	left				: 50px;
}


.photo-stack-large {
	background			: transparent url(images/2.0/photo-stack-large.png) no-repeat top left;
	position			: relative;
	width				: 430px;
	height				: 350px;
}
.photo-stack-large .photo-stack-top {
	position			: absolute;
	top					: 42px;
	left				: 29px;
}

.photo-stack .photo-stack-caption,
.photo-stack-large .photo-stack-caption {
	position			: absolute;
	width				: 100%;
	bottom				: 45px;
	text-align			: center;
	font-size			: 12px;
	color				: #333;
}
.photo-stack .photo-stack-caption {
	bottom				: 62px;
}

.photo-stack-top {
	border				: 1px solid #666;
	overflow			: hidden;
}
.photo-stack .photo-stack-top {
	width				: 220px;
	height				: 160px;
}
.photo-stack-large .photo-stack-top {
	width				: 360px;
	height				: 240px;
}
.photo-stack-large .photo-stack-top img {
	cursor				: pointer;
	min-height			: 240px;
	min-width			: 360px;
}
.photo-stack .photo-stack-top img {
	cursor				: pointer;
	min-width			: 220px;
	min-height			: 160px;
}


.reservation-table,
.menu-album {
	position			: absolute;
	top					: 10px;
	right				: 10px;
}
.reservation-table {
	right				: -5px;
}


/*******************************************************************************
 ****	TABLE LAYOUT														****
 *******************************************************************************/
table {
	margin				: 0;
	padding				: 0;
	border				: none;
	border-collapse		: collapse;
	border-spacing		: 0 0;
}

table td {
	margin				: 0;
	padding				: 0;
	vertical-align		: top;
}


.inner table.layout {
	width				: 1000px;
}

.layout td.front-top {
	padding-top			: 70px;
}






.front-caricatures {
	text-align			: right;
	width				: 300px;
	padding				: 0 10px 0 0;
}
.front-top #right_menu {
	padding-bottom		: 10px;
	border-bottom		: 1px solid #fff;
}
.layout td.front-footer {
	padding				: 0 0 0 10px;
}




/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}







/*******************************************************************************
 ****	OLD																	****
 *******************************************************************************/
.titlebig,
.titlebig,
.title,
.subtitle,
.text,
.description,
.smalltextgrey,
.smalltextmaroon,
.linksmall,
.link,
.texthp,
.buttons,
.smalltextwhite,
.textmenu,
.textbold {
	font-size			: 12px;
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	color				: #660000;
}

.titlebig {
	font-size: 16px;
	font-weight: bold;
}
.title {
	font-size: 14px;
}
.subtitle {
}
.text {
	color: #000000;
}
.description {
	font-style: italic;
	color: #000000;
}
.smalltextgrey {
	color: #999999;
}
.smalltextmaroon {
	font-size: 11px;
}
.linksmall {
	font-size: 11px;
}
.link{
	font-size: 14 px;
	color: #660000;
	font-weight : bold;
}
.texthp {
	font-size: 12px;
	color: #FFFFFF;
}
.buttons {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
}
.smalltextwhite {
	font-size: 10px;
	font-variant: small-caps;
}
.textmenu {
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: none;
}
.textbold {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}

