/*  
Theme Name: Dharamsala
Theme URI: http://www.dharamsala.at
Description: Theme for the Dharamsala Catering
Version: 1.1
Author: Thomas Neumann
Author URI: http://www.newtone.cc

*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 101%;
    font-family: inherit;
    font-variant: inherit;
    vertical-align: baseline;
}




/* Structure
------------------------------------------ */

body {
	background: #8d0e12;
}
#container {
	margin: 0 auto;
	width: 820px;
	text-align: left;
	color: #FEF7D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#head {
	margin: 30px 0 10px 150px;
	height: 130px;
	width: 280px;
	background: url(images/logo.png) no-repeat center top;
}
#breadcrumb {
	margin: auto;
	padding: 20px 0 0 45px;
	float: left;
	background: url(images/top.jpg) no-repeat;
	width: 553px;
	height: 65px;
}
#sidebar {
	float: right;
	width: 222px;
  height: 600px;
  background: url(images/sidebar_bg_right.jpg) left top no-repeat;
}

#nav {
	float: right;
	width: 82px;
	height: 615px;
	padding: 10px 36px 0 0;
	text-align: right;
}
#content {
	float: left;
	background: url(images/corners.png) no-repeat top #f9c457;
	width: 504px;
	padding: 45px;
	border-left: solid 2px #fdd210;
	border-right: solid 2px #fdd210;
}
#footer {
	float: left;
	margin-bottom: 1px;
	background: url(images/footer.png) no-repeat;
	height: 205px;
	width: 598px;
}

/* Navigation
------------------------------------------ */

.menu ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
	margin-top: 130px;
	padding-left: 25px;
	list-style-type: none;
  width: 150px;
}
.menu ul ul {
  margin-top: 0;
  padding-left: 10px;
  width: 140px;
}
.menu li {
  padding: 1px;
  margin: 0;
}
.menu li a { 
  display: block;
  padding: 4px;
  color: #FEF7D8;
  text-decoration: none;
  border-bottom: #990000 solid 1px;
}
.menu li li a {
  color: #FEF7D8;
  background: none;
}

.menu a:hover { 
  color: #ffcc00 !important;
  background: #A81302 !important;
}
.menu li.current_page_item a  { 
  color: #ffcc00;
  background: #A81302;
}
.menu li.current_page_item li a {
  color: #FEF7D8;
  background: none;
}
#lang ul {
  list-style: none;
  margin: 20px 0 0 30px;
}
*html #lang ul {
  margin: 5px 0 0 30px;
}
#lang li {
  list-style: none;
  margin-right: 7px;
}
.qtrans_language_chooser li { 
  float: left; 
  margin-right: 3px; 
}

.login {
}
#breadcrumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #CC3300;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 2px;
}
#breadcrumb a:hover {
	background: #ffcc66;
}


/* Links
------------------------------------------ */

#content a {
	color: #CC3300;
	text-decoration: none;
	border-bottom: 1px solid #E2B018;
}
#content a:hover {
	background: #FAF3DA;
}


/* Content
------------------------------------------ */

#content h2 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #5d1717;
	letter-spacing: 1px;
	font-weight: lighter;
	margin-bottom: 20px;
}
#content h3 {
	margin: 16px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: lighter;
	color: #5d1717;
	letter-spacing: 1px;
}
#content h4 {
	margin: 12px 0;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #5d1717;
	letter-spacing: 1px;
}
#content p {
	margin-bottom: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #5d1717;
}
#content ul {
	margin: 0 0 20px 20px;
}
#content li {
	padding: 0 0 5px 0;
	list-style: url(images/square.gif);
	font-size: 10pt;
	color: #5d1717;
}
#content .thumbnail {
	width: 106px;
	background:#EEEEEE none repeat scroll 0% 50%;
	border-color:#DDDDDD rgb(187, 187, 187) rgb(170, 170, 170) rgb(204, 204, 204);
	border-style:solid;
	border-width:1px;
	color:inherit;
	margin:3px;
	padding:5px;
}
#content .thumbnail img {
	filter: alpha(opacity=100);
	-moz-opacity: .99;
	opacity: .99;
	background:#FFFFFF none repeat scroll 0%;
	border-color:#AAAAAA rgb(204, 204, 204) rgb(221, 221, 221) rgb(187, 187, 187);
	border-style:solid;
	border-width:1px;
	color:inherit;
	padding:2px;
	vertical-align:top;
}
#content .thumbnail img:hover {
	filter: alpha(opacity=90);
	-moz-opacity: .9;
    opacity: .9;
	border-color:#000000;
}
.leftimg {
	float: left;
	margin: 3px 10px 5px 0;
	border: 1px solid #000;
}
#content .small {
	font-size: 8pt !important;
}
#content strong {
	font-weight: bold;
}
#credit {
	float: right;
	width: 750px;
	margin-bottom: 30px;
	font-size: 10pt;
	padding-right: 30px;
}
#credit a {
	color: #d34001;
	text-decoration: none;
}


/* Menu Cards
------------------------------------------ */

.menucard {
	width:100%;
	float:left;
	display:inline;/*Ie double margin fix*/
}
.menucard ul {
	width:100%;
	float:left;
	list-style:none;
	margin-left: 0 !important;
}
.menucard li {
	list-style:none !important;
	line-height: 16pt;
	float:left;
	width:100%;
	border-bottom:1px dotted #000;
	clear:both;
}
* html .menucard li {
	border:none;
	background: url(images/dotted-leader.gif) repeat-x left bottom;
}
.menucard li span {
	padding:1px 0 0 5px;
    margin-left: 10px;
	left:1px;/* ie rounding error*/
	float:right;
}
.menucard li em {
	position:relative;
	padding:0 5px 0 0;
}
.menucard p {padding:0 5em 0 0 }


