/*
Theme Name: Restaurang B.A.R.
Description: Theme used by the site restaurangbar.se
Version: 1.3.15
Author: Glauser Consulting
Author URI: http://glauserconsulting.com
Tags: sidebar, top sidebar, two columns, background image, pages, languages
*/


/***** Reset *****/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/***** Basic Elements *****/

body{
	background: #f5f0e6 url(images/background.jpg) no-repeat top;
	color: #352321;
	font-family: Georgia, Arial, Helvetica, Verdana, Times New Roman, Times, Sans-serif;
	font-size: 12px;
	line-height: 20px;
}

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

a:hover {
	text-decoration: none;
}

a:link, a:visited{
	text-decoration: none;
}

h1{
}

h2{
	font-size: 12px;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

small {
	font-size: 11px;
}

code {
	background: #fcfbf2;
}

p{
	padding-bottom: 10px;
}

img{
  border: 0px;
  float: none;
  margin: 4px 0 4px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0px 4px 0px 4px;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  float: left;
  margin: 0px 6px 6px 0px;
}

img.alignright {
  float: right;
  margin: 0px 0px 6px 6px;
}

img.alignnone{
	margin: 0px;
}

div.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

div.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.hide {
	visibility:hidden;
}

.clear{
	clear: both;
}

.divider{
	clear: both;
	border-top: 1px dashed #666462;
	padding-top: 10px;
}


/***** Basic Layout *****/

#wrapper{
	clear: both;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	padding-bottom: 25px;
	width: 800px;
}

#header{
	display: inline;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	height: auto !important;      /* for modern browsers */
	height: 95px;                /* for IE5.x and IE6   */
	min-height: 95px;            /* for modern browsers */
	position: relative;
	width: 786px;
}

#content{
	display: inline;
	float: left;
	margin: 8px 8px;
	width: 540px;
}

#content a{
	color: #339966;
	font-style: italic;
}

#sidebar{
	border-left: 4px #666462 double;
	display: inline;
	float: right;
	font-size: 11px;
	line-height: 16px;
	list-style-type: none;
	margin: 8px 0;
	padding: 0 8px;
	text-align: center;
	width: 224px;
}

#footer{
	border-bottom: 1px #666462 solid;
	border-top: 1px #666462 solid;
	clear: both;
	height: 40px;
	width: 800px;
}


/***** Header *****/

#header h1 a{
	background: url(images/logo.png) no-repeat top;
	float: left;
	height: 82px;
	position: absolute;
	bottom: 12px;
	width: 503px;
}

#header h1 a span{
	display: none;
}

#header_opentimes{
	color: #003733;
	float: right;
	font-size: 10px;
	line-height: 16px;
	list-style-type: none;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
	width: 272px;
}

#header_menu{
	border-bottom: 1px #666462 solid;
	border-top: 1px #666462 solid;
	float: left;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 25px;
	padding-top: 1px;
	text-align: center;
	text-transform: uppercase;
	width: 800px;
}

#header_menu ul li{
	display: inline;
	list-style-type: none;
	margin-left: 38px;
	padding: 0px;
}

#header_menu ul li:first-child{
	margin: 0;
}

/* more narrow space between menu items on iPhone and browsers with lesser res */
@media only screen and (max-device-width: 480px) {
	#header_menu ul li{
		display: inline;
		list-style-type: none;
		letter-spacing: 0px;
		margin: 0 8px;
		padding: 0px;
	}
}

#header .facebook_icon{
	float: left;
}

#header .facebook_icon h1 a{
	float: right;
	display: visible;
	height: 10px;
	width: 48px;
	position: absolute;
	right: 63px;
	top: 4px;
	background: url(images/facebook_ikon.png) no-repeat;
}

#header .facebook_icon h1 a span{
	display: none;
}


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

.home .post img,
.page-id-7 .post img {
	-o-box-shadow: 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
}

.post img{
	-o-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}


/***** Languages *****/

#qtranslate-3{
	height: 23px;
}

#qtranslate-3 li{
	float: right;
	margin-left: 5px;
}

#qtranslate-3 .qtrans_flag.qtrans_flag_se{
	width: 25px;
	height: 18px;
	background: url(images/se.jpg) no-repeat;
}

#qtranslate-3 .active .qtrans_flag_se{
  width: 25px;
  height: 18px;
  background: url(images/se_inactive.jpg) no-repeat;
}

#qtranslate-3 .qtrans_flag.qtrans_flag_en{
  width: 25px;
  height: 18px;
  background: url(images/en.jpg) no-repeat;
}

#qtranslate-3 .active .qtrans_flag_en{
  width: 25px;
  height: 18px;
  background: url(images/en_inactive.jpg) no-repeat;
}


/***** Sidebar *****/

#sidebar li{
	display: inline;
}

#sidebar img{
	margin-bottom: 10px;
}

#sidebar .textwidget{
	margin: 12px 0;
}

#sidebar .news_widget{
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
}



/***** Footer *****/

#footer_content{
	margin: 0 8px;
}

#footer_address{
	background: url(images/footer_address.jpg) no-repeat top;
	height: 15px;
	float: left;
	margin-top: 13px;
	width: 563px;
}

#footer_creative{
	background: url(images/footer_creative.jpg) no-repeat top;
	float: right;
	height: 20px;
	margin-top: 18px;
	width: 151px;
}

#brorrudicreative h1 a{
	height: 10px;
	position: absolute;
	width: 75px;
}

#brorrudicreative h1 a span{
	display: none;
}

#glausercreative h1 a{
	height: 10px;
	margin-left: 82px;
	position: absolute;
	width: 70px;
}

#glausercreative h1 a span{
	display: none;
}


/***** Styling *****/

.line_bottom{
	border-bottom: 1px #666462 solid;
	padding-top: 3px;
}

.line_long_bottom{
	border-bottom: 1px #666462 solid;
	float: left;
	font-size: 0px; 	/* needed to remove strange bug in IE6 */
	padding-top: 3px;
	width: 800px;
}

.line_bottom_6{
	border-bottom: 1px #666462 solid;
	padding-top: 12px;
}


/***** Gallery *****/

#sb-title {
	visibility: collapsed;
	width: 0px;
	height: 0px;
}

#sb-body img {
	margin: 0;
}

#content .gallery-icon a img {
	border: none;
}



/***** Facebook button *****/

#header .facebook_thumb{
	position: absolute;
	right: 118px;
	top: -4px;
}

