/*
Theme Name: Restaurang B.A.R.
Description: Theme used by the site restaurangbar.se
Version: 1.4.4
Author: Chamigo AB
Author URI: http://chamigo.se
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 5px 5px 0px;
}

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

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: 1044px;
}

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

#content{
	display: table-cell;
	float: left;
    margin: 0 8px 8px;
    padding-left: 4px;
	width: 540px;
}

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

section.main{
	background: url(images/bar-main-background-faux.png) top repeat-y;
	clear: both;
    display: table;
    float: left;
    margin: 8px 0;
	width: 100%;
}

.sidebar{
	display: table-cell;
	font-size: 11px;
	line-height: 16px;
	list-style-type: none;
	padding: 0 8px;
	text-align: center;
	width: 224px;
}

.sidebar.left{
	/*border-right: 4px #666462 double;*/
	float: left;
}
.sidebar.right{
	/*border-left: 4px #666462 double;*/
	float: right;
}

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

button {
	background-color: #003732;
	border-radius: 3px;
	box-shadow: none;
	border: 1px solid #666462;
	color: white;
	font-size: 16px;
	padding: 10px 20px;
}


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

#header h1{
	margin: 0 auto;
	padding-top: 20px;
	width: 556px;
}

.header h1.logo a {
	background: url(images/logo.png) no-repeat;
    display: block;
    height: 82px;
    text-indent: -9999px;
    width: 503px;
}

.opentimes{
	clear: both;
	color: #003733;
	font-size: 10px;
	line-height: 13px;
	list-style-type: none;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 16px 0 8px;
	text-align: center;
	text-transform: uppercase;
	width: 99%;
}

#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: 100%;
}

#header_menu ul li{
	display: inline;
	list-style-type: none;
	margin-left: 24px;
	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 2px;
		padding: 0px;
	}
}

#header_menu a{
	color: #000000;
	-moz-transition: color 0.15s ease-in;
    -webkit-transition: color 0.15s ease-in;
    -o-transition: color 0.15s ease-in;
    transition: color 0.15s ease-in;
}

#header_menu a:hover{
	color: #003733;
	-moz-transition: color 0.15s ease-in;
    -webkit-transition: color 0.15s ease-in;
    -o-transition: color 0.15s ease-in;
    transition: color 0.15s ease-in;
}

#header_menu .current-menu-item a{
	color: #003733;
}



/***** 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);
}

.entry{
	width: 540px;
}

.entry-thumbnail img {
	margin-top: 0;
}


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

.qtranxs_language_chooser{
	float: right;
	height: 23px;
	margin-right: 16px;
}

.qtranxs_language_chooser li{
	float: right;
	margin-left: 5px;
}

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

.qtranxs_language_chooser .lang-se.active .qtrans_flag_se{
  width: 25px;
  height: 18px;
  background: url(images/se_inactive.jpg) no-repeat;
}

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

.qtranxs_language_chooser .lang-en.active .qtrans_flag_en{
  width: 25px;
  height: 18px;
  background: url(images/en_inactive.jpg) no-repeat;
}



/***** Menu Template *****/

#content .menu-menulist{
	clear: both;
}

#content .menu-menulist li{
	float: left;
	margin: 20px 0 20px 56px;
}

#content .menu-menulist li:nth-child(2n+1){
	clear: both;
}

#content .menu-menulist h3{
	font-weight: 800;
	text-transform: uppercase;
}

#content .menu-menulist img{
	border-radius: 3px;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
	transition: all .2s ease-in-out;
	transform: scale(1);
	padding-left: 0;
}
#content .menu-menulist img:hover{
	transform: scale(1.05);
}



/***** 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;
}

.sidebar .widget-instagram-for-wordpress h3{
	display: none;
}



/***** 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;
}

.social {
	display: block;
	margin: 10px 0;
	text-align: right;
}
.social > a {
	margin-left: 10px;
}
.social .facebook{
	background-image: url(images/eat-social-icon-facebook@2x.png);
	background-repeat: no-repeat;
	background-size: 71.5px 14px;
	display: inline-block;
	height: 14px;
	margin-bottom: -1px;
	width: 71.5px;
}
.social .instagram{
	background-image: url(images/eat-social-icon-instagram@2x.png);
    background-repeat: no-repeat;
    background-size: 71px 20px;
    display: inline-block;
    height: 20px;
    margin-bottom: -7px;
    width: 71px;
}


/***** 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: 100%;
}

.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: relative;
	left: 590px;
	top: -2px;
}

.fb_iframe_widget span { width: 224px !important; }
.fb-like-box iframe { width: 224px !important; }



/***** IE6 specials *****/

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

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