/*  
Theme Name: L'abri Cafe
Description: L'abri Cafe Website.
Author: mol
Author URI: http://mol.vnfiction.com

*/

html{
overflow-x: auto;
SCROLLBAR-FACE-COLOR: #664C10; 
SCROLLBAR-HIGHLIGHT-COLOR: #846315;
SCROLLBAR-SHADOW-COLOR: #47360b; 
SCROLLBAR-ARROW-COLOR: #CC9933; 
SCROLLBAR-TRACK-COLOR: #47360b; 
SCROLLBAR-DARKSHADOW-COLOR: #3A2C09; 
SCROLLBAR-BASE-COLOR: #3A2C09;
}


/* Begin Typography & Colors */
body {
 background: #47360b url('pic/bg.jpg') repeat-x top;
 margin: 0px;
 padding: 0px;
 cursor: crosshair;
 color: #4E4E4E;
 font-family: Times New Roman, Courier, Serif, Verdana, Arial;
 font-size: 14px;
 
}
table, td { font-size: 14px;
}

h1 { font-size: 30px;
margin-bottom: 0px;
}
h2 { font-size: 20px;
margin-bottom: 0px;
}

h3 { font-size: 16px;
margin-bottom: 0px;
}

h4 { font-size: 10px;
margin-bottom: 0px;
}
a
{text-decoration:none;cursor:crosshair;color:#A47B1A; }

a:hover
{text-decoration: none; color:#000000;}

.title A{
color: #000000
}

.title a:hover
{text-decoration: none; color:#989898;}

.head A, .smalldesc A{
color: #a50101
}

.head a:hover
{text-decoration: none; color:#000000;}

.head {
color: #a50101;
font-size: 30px;
text-transform: lowercase;
font-style: italic;
margin-bottom: 0px;
padding: 0px;
}

.title {
background: url('pic/write.png') no-repeat;
color: #000000;
font-size: 18px;
text-transform: uppercase;
margin-bottom: 0px;
padding: 0px;
padding-left: 36px;
}

.subtitle {
color: #747474;
font-size: 14px;
font-style: italic;
letter-spacing: 2px;
text-transform: lowercase;
margin: 0px;
padding: 0px;
}


.border {border: 1px dashed #a50101;background: #e9e9e9;
}

.but {
background: url('pic/cup.png') no-repeat;
padding-left: 20px;
}

.smalldesc {
color: #A47B1A;
font-size: 10px;
text-transform: uppercase;
font-style: normal;
letter-spacing: 0px;
padding: 0px;
margin: 0px;
margin-bottom: 10px;
}

input,
select,
button,
textarea{
	background: #e5e5e5;
	border: 1px dashed #D4D4D4;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 3px;
	padding: 2px;
	vertical-align: middle;
}

.submitbut {background: #664C10;
  border-top: 1px solid #A47B1A;
  border-right: 1px solid #A47B1A;
	border-bottom: 1px solid #47360b;
	border-left: 1px solid #47360b;
	color: #ffffff;
	margin: 3px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

a img {
  border: 0;
}

/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
text-align: left;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 1px solid #765813;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}


.ddsubmenustyle li a{
font-size: 12px;
display: block;
width: 120px;
background-color: #47360b;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #765813;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color: #A47B1A;
color: #000000;
}

/* ######### Neutral CSS  ######### */


.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font-size: 12px;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 10px 0px 10px; /*padding inside each tab*/
border-right: 1px dashed #765813; /*right divider between tabs*/
}


.mattblackmenu li a:hover{
 /*background of tabs for hover state */
}

.mattblackmenu a.selected{
 /*background of tab with "selected" class assigned to its LI */
}


 