/* @override http://cafe-vio.com/wp-content/themes/cafe-vio/style.css */

* {
	margin: 0px;
	padding: 0px;
}

body  {
	font: 100% Garamond, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#fffcee;
	line-height: 1.5em;
}

.wrapper{
	width:100%;
}
.top{
	height:121px;
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/header_back.png) repeat-x;
}
.main{
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/oldback.jpg) repeat-x;
	background-color:#fffcee;
}
.bottom{
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/footer_back.png);
	height: 120px;
}

.container {
	position:relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:990px;
} 
#header { 
	position: relaitve;
	height: 120px;
	padding: 0 10px 0 20px;
	width:960px;
} 
#header h1 {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 296px;
	height: 101px;
	background: url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/logo.png) no-repeat top center ;
	margin: 0;/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}

#header h1 span {
	display: none;
}

#top-links {
	position: absolute;
	top: 30px;
	right: 15px;
	width: 630px;
	padding-left:20px;
/*	border: 1px solid red;*/
}
ul#top-links li {
	float: left;
	display: block;
	font-size:10px;
	color: white;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	/*border:1px solid blue*/
	padding-left:20px;
	height:21px;
	margin-right:20px;
}
#wifi{
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/wifi.png) no-repeat;
}
#phone{
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/phone.png) no-repeat;
	padding-left:10px !important;
}
#email{
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/envelope.png) no-repeat;
}
#address{
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/cup.png) no-repeat;
}
.selected{
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/selected.png) no-repeat center bottom;
}
ul#top-links li a {
	color: white;
	text-decoration: none;
}

#header #nav {
	position: absolute;
	top: 70px;
	right: 15px;
	width: 650px;
	height: 50px;
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/nav_bar.png) no-repeat;
}
#header #nav li {
	float: left;
	display: block;
	font-family: Arial;
	font-weight: 900;
	font-size: 17px;
	color: white;
	padding:15px 0;
	text-align:center;
	width:20%;
}
#header #nav li a {
	color: white;
	text-decoration: none;
}



#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0 0 0 40px;
/*	border: 1px solid green;*/
}

#twitter {
	position: relative;
	margin-top: 14px;
	padding: 0px;
	min-height:120px;
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/twitter.png) no-repeat 0 2px;
	width:235px;
	height:132px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

#twitter p {
	font-size: 11px;
}

#twitter p#text {
	position: absolute;
	top: 8px;
	left: 12px;
	width: 210px;
	height: 70px;
	overflow: hidden;
}

#twitter_update_list ul {
	padding: 0px;
	margin: 0px;
}

#twitter_update_list li {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 210px;
	height: 70px;
	overflow: hidden;
	font-size: 9px;
	line-height: 1.4em;
}

#twitter_update_list li span {
	font-size: 10px;
	line-height: 1.4em;
}

p#twitter-link {
	position: absolute;
	top: 114px;
	left: 64px;
	width: 190px;
	text-align: right;
}
#twitter-link  a{
	color:#000;
	font-size: 11px;
}
#sidebar #menu {
	position: relative;
	min-height: 260px;
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/our_menu.png) no-repeat 2px 0;
	width:233px;
	height:260px;
}

#sidebar #menu h3 {
	text-indent:-9999px;
	padding: 0px;
	margin: 0px;
}

#menu ul {

	padding: 0px;
	margin: 45px 0 0 0;
}

#sidebar #menu ul li {
	padding:0 0 9px 42px;
	display: block;
	font-size: 18px;
	margin-left:30px;
	width:145px;
	list-style-type:none;
	color:#FFF;
	font-size:20px;
}
#sidebar #menu ul li a{
	color:#FFF;
	font-size:20px;
	text-decoration:none;
}
#coffee-and-tea{
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/menu_1.png) no-repeat;
	margin-left:30px !important;
	padding-left:32px !important;
}
#breakfast{
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/menu_2.png) no-repeat;
	margin-left:28px !important;
	padding-left:34px !important;
}
#lunch{
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/menu_3.png) no-repeat;
	margin-left:22px !important;
	padding-left:41px !important;
}
#catering{
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/menu_4.png) no-repeat;
	margin-left:18px !important;
	padding-left:45px !important;
}
#sidebar #menu p {
/*	border: 1px solid red;*/
}
#sidebar #menu p a,#sidebar #menu p a:hover{
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/full_menu.png) no-repeat;
	margin: 0px 40px 0 25px;
	padding:8px 10px 0 8px;
	width:165px;
	height:34px;
	display:block;
	text-indent:-9999px;
}

#gallery {
	margin: 50px 0 0 0;
	
/*	border: 1px solid green;*/
}

#gallery ul {
	min-height: 250px;
	width:250px;
/*	border: 1px solid red;*/
}

#gallery ul li {
	float: left;
	width: 95px;
	height: 95px;
	margin: 3px 15px 15px 3px;
	padding: 2px;
	list-style-type:none;
	padding:3px;
	border:1px solid #CCC;
	/*border: 1px solid blue;*/
}


#gallery p a {
	padding: 8px;
	background-color: orange;
	width:224px;
	height:56px;
	display:block;
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/view_photos.png) no-repeat;
	text-indent:-9999px;
/*	border: 1px solid red;*/
}

#heading {
	position: relative;
	width: 665px;
	height: 145px;
	padding-left:10px;
	margin-left:-4px;
/*	border: 1px solid blue;*/
}




#content { 
	margin: 0 0 0 325px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#content #heading h2 {
	float: left;
	width: 514px;
	padding: 0px;
	margin-top: 40px;
	font-size: 26px;
	line-height: 1.5em;
	height: 50px;
	font-family: Garamond;
/*	border: 1px solid red;*/
	color:#623d03;
	margin-left:-4px;
}

#content h4 {
	float: left;
	width: 515px;
	height: 30px;
	font-size: 16px;
/*	border: 1px solid red;*/
	font-family: Garamond;
	color:#623d03;
	margin-left:-4px;
	letter-spacing:0.1pt;
}

#hours {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	width: 150px;
	height: 125px;
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/wood_sign.png) no-repeat;
	width:134px;
	height:112px;
	text-indent:-9999px;
/*	border: 1px solid blue;*/
}

#slideshow {
	position: relative;
	width:650px;
	height:255px;
	/*border: 1px solid orange;*/
}
#slideshow ul{
	position:absolute;
	bottom:5px;
	left:175px;
	list-style-type:none;
	width:80%;
}
#slideshow ul li{
	display:inline;
}
#slideshow ul li a{
	float:left;
	color:#FFF;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal !important;
	margin:0 4px;
	width:110px;
	height:31px;
	padding-top:2px;
	text-align:center;
	text-decoration:none;
}
#slideshow ul li a:hover{
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/selected_slideshow.png) no-repeat;
	color:#333 !important;
}
#calendar {
	position: relative;
	float: left;
	height: 305px;
	width: 345px;
	margin: 60px 0 0 0;
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/calendar_back.png) no-repeat;
	padding:16px 16px 20px 16px;
	z-index: 0;
}

#calendar p a {
	position: absolute;
	bottom: 0;
	left: 120px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	text-align: center;
}

#promo {
	position: relative;
	float: right;
	height: 370px;
	width: 230px;
	margin: 60px 10px 0 0;
	font:normal Arial, Helvetica, sans-serif;
/*	border: 1px solid orange;	*/
}

#promo #video {
	/*border: 1px solid orange;*/
	height: 200px;
	width:231px;
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/video.png) no-repeat;
}



#promo h3 {
	font-size: 18px;
	margin:8px 0 2px 0;
/*	padding: 10px;*/
}

#promo p {
	font-size: 14px;
	margin-top:2px;
/*	padding: 10px;*/
}

#promo p a {
	padding: 8px;
	display:block;
	width:263px;
	height:55px;
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/view_blog.png) no-repeat;
	text-indent:-9999px;
/*	border: 1px solid red;	*/
}



#tag {
	margin: 0 auto;
	text-align: center;
	font-family: script;
/*	border: 1px solid red;*/
}


#tag p {
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/tag.png) no-repeat;
	display:block;
	text-indent:-9999px;
	width:767px;
	height:46px;
	margin:25px auto 25px auto;
}

p {
	padding: 0 0 15px 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#623d03;
	font-size: 12px;
	line-height: 1.5em;
}

#content div.entry h3 {
	font-size: 20px;
	padding: 0 0 15px 0;
}

#content div.entry ul {
	padding: 0;
	margin: 0;
}

#content div.entry ul li {
	padding: 0 0 0 0;
	color:#623d03;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}


#gallery2 ul {
	list-style: none;
	}
#gallery2 ul li a img {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}
#gallery2 ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	}
#gallery2 ul a:hover img {
	border: 5px solid #942f10;
	border-width: 5px 5px 20px;
	color: #fff;
	}
#gallery2 ul a:hover {
	color: #942f10;
}

#gallery2 ul li a img {
	
}


#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;	
}


#footer { 
	position: relative;
	padding: 0 10px 0 20px;
	width:960px;
}

#footer #logo a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 294px;
	height: 120px;
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/logo.png) no-repeat;
	display:block;
	text-indent:-9999px;
/*	border: 1px solid blue;*/
}


#footer #nav_footer {
	position: absolute;
	top: 00px;
	right: 15px;
	width: 645px;
	height: 50px;
/*	border: 1px solid red;*/
}
#footer #nav_footer li {
	float: left;
	display: block;
	font-family: Arial;
	font-weight: 900;
	font-size: 17px;
	color: white;
	margin: 0 0 0 40px;
	padding: 12px;
/*	border:1px solid blue*/
}
#footer #nav_footer li a {
	color: white;
	text-decoration: none;
	font-weight:normal;
}



#credit {
	position: absolute;
	top: 50px;
	right: 15px;
	width: 645px;
	height: 60px;
	background:url(http://cafe-vio.com/wp-content/themes/cafe-vio/images/credits.png) no-repeat;
	text-indent:-9999px;
/*	border: 1px solid red;*/
}




#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
