/*
Theme Name: Internasjonalen
Author: Eivind Figenschau Skjellum, 
Author URI: http://www.sigarett.com/
*/


/***************************************************************/
/*																*/
/*						INTERNASJONALEN							*/
/*																*/
/***************************************************************/


/* ---------------- HTML elements styling --------------- */

body {
	font-family: tahoma, "lucida sans", lucida, arial, sans-serif;
	font-size: 10px;
}

a {
	color:  black;	
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	border: none;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	color: maroon;
}


/* -------------- Main structural elements -------------- */

.wrap {
	min-width: 900px;
}

.wrap.contain {
	max-width: 800px;
	min-width: 0;
	padding-right: 20px;
}

#header {
}

#menu {
	clear: both;
	float:left;
	margin: 8px 0 0 34px;
	font-size: 11px;
}

.home #main_section {
	background: black;
}

#footer {
	float: left;
	clear: left;
	padding: 10px 0 45px 3%;
	width: 97%;
	border-top: 1px dotted gray;
}

#footer .fb-like {
	float: left;
	margin: 30px 0 50px;
}

#bottom_section + #footer {
	border: none;
}

#footer.border {
	border-top: 1px dotted gray;
}

#logo {
	margin: 11px 0 40px 34px;	
	clear: left;
	float: left;
}

.front #top_section {
	margin-bottom: 5px;
}

#top_section {
	margin-bottom: 25px;
	border-top: 1px solid white; /* border is needed for correct placement, why? */
}

#top_section .content {
	margin:  42px 35px 0 35px;
	width: 560px;
	float: left;
	clear: left;
}

.page #top_section .content p {
	width: 95%;
}

.front #top_section .content {
	width: 850px;
}

.wrap {
	padding: 0;
}

#sidebar {
	float: right;
	width: 200px;
	margin-top: 2px;
}

.front #sidebar {
	margin: 0 0 0 50px;
}

#main_section {
	padding: 30px 0 0 35px;
	margin-bottom: 40px;
}

#bottom_section {
	background: black;
}

#bottom_section > .content {
	padding: 30px 0 0 35px;
}

.col_content {
	width: 100%;
	float: left;
	margin-right: -230px;
}

.col_content > .content {
	margin-right: 230px;
}

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


#menu li {
	color: gray;
	float: left;
}

#menu li a {
	text-decoration: none;
	color: black;
	margin-right: 14px;
	padding-right: 14px;
	background: url(images/menu_sep.gif) 100% 3px no-repeat;
}

#menu li.current-menu-item a {
	font-weight: bold;
}

#menu li a:hover {
	color: maroon;
}

#menu li:last-child a {
	background: none;
}


/* ----------------- Typography styling ---------------- */

h1 {
	margin-bottom: 6px;
	font-size: 2.1em;
	border-bottom: 1px dotted gray;
	padding-bottom: 4px;
	margin-top: 2px;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.6em
}

h3.event_type {
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 3px;
}


/* ----------------- Top section ---------------- */

#opening_times {
	margin: 111px 0 0 33px;
	font-family: tahoma;
	font-size: 11px;
}

#opening_times span {
	margin:  0 10px;
	}


#top_section #col_hverdager {
	width: 340px;
	float: left;
	margin-right: 35px;
}

#top_section #col_hverdager .event {
	width: 340px;
	}

#top_section #col_hverdager .event .text {	
	margin-left: 148px;
}

#top_section #col_fredag, #top_section #col_lordag {
	float: left;
	width: 194px;
	margin:0 35px 0 0;	
}

#top_section #col_fredag .event, #top_section #col_lordag .event {
	border-bottom: 1px dotted #666;
	padding-bottom: 4px;
}


#top_section #col_fredag .event:last-child, #top_section #col_lordag .event:last-child {
	border: none;
}

section .event h2 {
	font-size: 2.8em;
	margin-bottom: 0.2em;
}


body.single .event h2 {
	border-bottom: 1px dotted gray;
	margin: 5px 0 10px 0;
	padding-bottom: 3px;
	margin-bottom: 16px;
	font-size: 1.8em;
}

section .event a:hover h2 {
	color: maroon;
}

section .event {
	float:  left;
	clear: left;
	margin-bottom: 20px;
	width: 100%;
}

section .event .text {
	margin-left: 174px;
}

body.single section .event .text {
	margin-left: 184px;
}

section .event p {
	font-size: 1.35em;
	line-height: 1.5em !important;
	margin-top: 0;
}

section .event h3.event_series {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 5px 0;
}

body.program section h3.date {
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #bbb;
	margin-bottom: 15px;
}

body.program section h3.date:first-of-type {
	margin-top: 30px;
}

body.program section .event {
	margin-bottom: 40px;
}

.event .infoline {
	padding-top: 3px;
	margin-bottom: 5px;
}

.event .infoline span {
	background: black;
	padding: 1px 3px;
	color: white;
	margin-right: 3px;
	font-family: "lucida grande", lucida, tahoma, arial, sans-serif;
}

.event .infoline span.howmuch {
	background: maroon;
}

.event .infoline span.when {
	background: maroon;
}

.event h1 {
	border: none;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 2.8em;
	border-bottom: 1px dotted silver;
}

#top_section .content p a {
	color: maroon !important;
	text-decoration: none !important;
}

#top_section .content p a:hover {
	text-decoration: underline !important;
}


/* ---------------- Bottom section --------------- */

#bottom_section h2 {
	color: white;
	padding-bottom: 4px;
}

#bottom_section #column_wrap {
	background: url(images/white_boxes_bg.png) 0 24px no-repeat;
	margin-bottom: 45px;
}

#col_drinker {
	margin: 0 10px 0 0;
	width: 364px;
	float: left;
	padding-bottom: 5px;
}

.drinker #bottom_section #col_drinker .content {
	margin-right: 220px;
}

#col_drinker .drink h3 {
	font-size: 21px;
	margin: 2px 0 0 0;
}


#col_drinker .drink p {
	margin-top: 7px;
}

#col_drinker .drink {
	border-bottom: 1px dotted #999;
	padding: 13px 10px 12px 0;
	margin: 0 12px;
	float: left;
	background: transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#col_drinker .drink p {
	font-size: 11px;
	line-height: 15px;
	}

#col_drinker .drink img {
	padding: 4px;
	margin-right: 10px;
	background: white;
	float: left;
	border: 1px solid #7f7f7f;		
}

#col_drinker .vis_alle p, #col_kommersnart .vis_alle p {
	padding: 0px 5px 5px 0;
	float: right;
	clear: left;
	margin: 5px 0 0 0;
	font-size: 10px;
}

#col_drinker .vis_alle a, #col_kommersnart .vis_alle a {
	float: right;
	margin: 0 5px 0 0;
	text-decoration: none;
	color: maroon;
}

#col_drinker .vis_alle a:hover, #col_kommersnart .vis_alle a:hover {
	text-decoration: underline;
}


/* social icons */

body .shareaholic-canvas {
	margin-left: -16px;
	clear: none;
}

.social {
	border-top: 1px dotted silver;
	padding-top: 10px;
}

.social .shareaholic-share-buttons-container {
	margin-top: -10px;
}

.social h3 {
	font-size: 13px;
	margin-bottom: -8px;
}

#col_kommersnart {
	margin: 0 6px 0 0;
	float: left;
	width: 364px;
}

#col_kommersnart .content {
	padding: 4px 12px 12px 12px;
}

#col_kommersnart .event {
	width: 100%;
	
}

#col_kommersnart h3 {
	font-size: 19px;
}

#col_kommersnart h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 3px 0;
}

#col_kommersnart h4.date {
	text-transform: uppercase;
	margin-bottom: 4px;
	font-size: 11px;
}

#col_kommersnart h4.event_type {
	font-size: 14px;
	margin-bottom: 3px;
	font-family: tahoma;
}

#col_kommersnart .event {
	border-bottom: 1px dotted #888;
	padding-bottom: 15px;
	margin-top: 13px;
	float: left;
	margin-bottom: 0;
}

#col_kommersnart .event .thumbnail {
	padding: 4px;
	margin-right: 14px;
	background: white;
	float: left;
	border: 1px solid #7f7f7f;	
	width: 81px;
	height: 81px;	
}

/* ---------------- Main content styling --------------- */

#main_section.program h1 {
	border: none;
	margin-bottom: 0;
	}

#main_section.program .event {
	float: left;
	clear: left;
	width: 550px;
}

#main_section.program .event h2 {
	font-size: 2.8em;
	}

#main_section.program .event h3.date {
	border-top: 1px dotted gray;
	padding-top: 8px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: none;
	color: black;
}

#main_section.program .event {
	margin-bottom: 15px;
}

.content p {
	margin: 11px 0;
	font-size: 12px;
	line-height: 1.5em;
}

/* ------------------ Template styles ------------------ */


.sep {
	color: silver;
	margin: 0 5px 0 10px;
}

.no_border {
	border: none;
}

.thumbnail {
	border: 1px solid silver;
	height: 140px;
	width: 140px;
	float: left;
	padding: 5px;
}

body.single .thumbnail {
	width: 150px;
	height: 150px;
	border: 1px solid silver;
	padding: 6px;
}

/* --------------------------- KONTAKTINFORMASJON --------------------------- */

.kontakt #top_section h3 {
	margin: 1em 0 4px 0;
}

.kontakt #top_section h3 + p {
	margin: 0 0 10px 0;
}






/* --------------------------- DRINKER STYLING --------------------------- */
body.drinker #main_section {
	background: none;
}

body.drinker #main_section h2 {
	color: black;
}

body.drinker #main_section h1 {
	margin-bottom: 12px;
	font-size: 2.1em;
}

body.drinker #main_section .drink {
	float: left;
	clear: left;
	margin: 0 0 15px 0;
	padding: 0 30px 15px 0;
	border-bottom: 1px dotted gray;
}

body.drinker #main_section .drink:last-child {
	border: none;
}

body.drinker #main_section .drink p {
	margin-top: 7px;
}

body.drinker #main_section .drink h2 {
	font-size: 2.8em;
	margin-top: 5px;
}

body.drinker #main_section .drink img {
	float: left;
	padding: 4px;
	background: white;
	border: 1px solid silver;
}

body.drinker #main_section .drink .text {
	margin-left: 152px;
}

body.drinker #main_section #col_drinker {
	float: left;
	width: 100%;
	margin-right: -220px;
}

#main_section .event a:hover h3 {
	color: maroon;
}

#main_section.program {
	float: left;
	margin-left: 0;
	padding-top: 0;
}


/* --------------------------- SIDEBAR (Mailing list) STYLING --------------------------- */

#mailinglist {
	margin-bottom: 37px;
}

#mailinglist h2 {
	border-bottom: 1px dotted gray;
	padding-bottom: 4px;
}

#mailinglist p {
	margin:  10px 0;
	line-height: 1.5em;
}

#mailinglist label {
	float: left;
	clear:  left;
	padding-bottom: 4px;
}

#mailinglist {
	border-bottom: 1px dotted gray;
	padding-bottom: 10px;
}

#mailinglist form .submit:hover {
	background: #999;
	border: 1px solid gray;
	color: white;
}


/* --------------------------- CFORM --------------------------- */

.cform input {
	clear:  left;
	float: left;
	width:  182px;
	border:  1px solid silver;
	padding:  3px;
	margin-bottom: 10px;
	background: url(images/inputfield_bg.png);
	}

.cform label  {
	width: auto;
}

.cform label span {
	display:block;
	width:auto;
}

.cform .cf-sb {
	margin-top: -5px;
}

.cform .cf-sb input {
	width:  100px;
	padding:  4px 10px;
	float:  left;
	background: white;
	float: right;
	font-size: 10px;
	margin-right: 10px;
	text-align: center;
}

.cform .cf-sb input:hover {
	background: #999;
	border: 1px solid gray;
	color: white;
}

.cform input.sendbutton {
	margin-top: 0px !important;
}

div.cf_info {
	color:#333333;
	line-height:1.3em;
	margin:10px 0;
	padding:10px 15px !important;
	width:160px;
}

.cform .cf-ol .cf_li_err {
}

span.reqtxt, span.emailreqtxt {
	color: maroon;
	float:left;
	display: block;
}

ol.cf-ol li { 
	float: left;
	margin: 0 !important;
}

.linklove {
	width:180px;
	display: none;
}

.cform {
margin:10px auto 0;
width: 100%;
}

