/*
Theme Name: Euro Teaterteknik
Theme URI: http://www.euroteaterteknik.se
Description: 
Author: Arvid Eriksson
Version: 1.0
*/

/* @group Reset */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

/* @end */

/* @group General */

html, body {
	word-wrap: break-word;
	background: #646464 url(images/bg.png) repeat;
	height:100%; /* needed for container min-height */
}

.alignleft {
	float: left;
	margin-right: 40px;
}

.alignright {
	float: right;
	margin-left: 40px;
}

/* @end */

/* @group Layout */

#page {
	width: 900px;
	height:auto !important;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
	min-height:100%;
	position:relative;
	background: url(images/pagebg.png) repeat-y;
}


#head {
	height: 165px;
	padding-left: 50px;
	padding-right: 50px;
}

#head img{
	padding-top: 20px;
	margin-right: 355px;
}

#headitem {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 130px;
	padding-top: 40px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid gray;
}

#content {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
}

#stage {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 620px;
}

.column-left {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding-right: 30px;
	width: 290px;
}

.column-right {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 290px;
}


/* @group Search */

#searchform {
	float: left;
}

#searchsubmit {
	cursor: pointer;
	border-style: none;
	height: 24px;
	padding-bottom: 2px;
	position: relative;
	bottom: 4px;
	background-color: transparent;
}

#searchsubmit:hover {
	background-color: #e6e6e6;
}

#searchinput {
	border-style: none;
	height: 22px;
	position: relative;
	bottom: 5px;
	background-color: #e6e6e6;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 200px;
	font-size: 14px !important;
}

/* @end */

/* @group Nav */

#menu {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding-top: 10px;
	width: 175px;
}

.mainnav {
	list-style-type: none;
}

.subnav {
	padding-top: 50px;
	padding-bottom: 30px;
	list-style-type: none;
}

.mainnav li {
	height: 20px;

}

.subnav li {
	height: 17px;
}

.subnav img {
	vertical-align:-12%;
}
.page-item-63 {
	background: url(images/iconuk.png) no-repeat 60px;
}

/* @end */

/* @group Frontpage */

/* @group Stepcarousel */

.stepcarousel {
	position: relative; 
	/*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 620px; 
	/*Width of Carousel Viewer itself*/
	height: 270px;
	margin-bottom: 50px;
}

.stepcarousel .belt {
	position: absolute;
	/*leave this value alone*/
	left: 0;
	top: 0;
	}

.stepcarousel .panel {
	float: left;
	/*leave this value alone*/
	overflow: hidden;
	/*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px;
	/*margin around each panel*/
	width: 620px;
	/*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	}

/* @end */

#frontpage .column-left {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding-right: 30px;
	width: 290px;
}

#frontpage .column-left h1,
#frontpage .column-left h2 {
	text-transform: none;
	padding-bottom: 5px;
}

#frontpage .column-right {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 290px;
}

#frontpage .column-right h3 {
	border-bottom: 1px solid gray;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#frontpage .head .posthead {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 170px;
	text-transform: uppercase;
}

#frontpage .head .time {
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: right;	
}

#frontpage .excerpt {
	margin-bottom: 10px;
}

#twitter_update_list li {
	margin-bottom: 10px;
}

/* @end */

/* @group News */

#newsindex,
#newssingle {
	width: 660px;
}

.post {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin-right: 30px;
	width: 290px;
}

#newsindex .posthead,
#newssingle .posthead {
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid gray;
}

#newsindex .post {
	margin-bottom: 50px;
	border-bottom: 1px solid gray;
	height: 160px;
}

.exerpt img {
	vertical-align: -15%;
	padding-left: 3px;
}

#newsindex .alignright {
	margin-left: 0px;
	margin-right: 45px;
	}

#topimage {
	margin-bottom: 20px;	
}

/* @end */

/* @group Produkter */
#customposttindex .post{
	width: 620px;
	margin-bottom: 25px;
	border-bottom: 1px solid gray;
	height: 160px;
	overflow: hidden;	
}
#custompostsingle li, 
#customposttindex li {
	list-style-type: circle;
	list-style-position: outside;
}

#custompostsingle {
	
}

.faktaindexitem {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 140px;
}
.faktaindexitem img {
	border: 1px solid gray;
}

/* @end */

#pagephp p,
#pagephp h2,
#pagephp h3 {
	margin-bottom: 7px;
}

.attachment-single-post-thumbnail {
	padding-bottom: 20px;
}

#kontakt h2 {
	margin-bottom: 20px;
}

#kontakt h3 {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid gray;
}

#wpcf7-f1-t1-o1 {
	margin-top: 25px;
}

#mini-nav {
	margin-top: 30px;	
}

.mini-nav-button {
	text-transform: uppercase;
	line-height: 22px;
}

.mini-nav-button a:hover {
	color: black;
	text-decoration: none;
}

.mini-nav-button img {
	vertical-align: -15%;
	padding-right: 20px;
}

#footer {
	bottom:0;
	position:absolute;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
}

/* @end */

/* @group Type */

body {
	color: #515151;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	padding-bottom: 6px;
}

h1,
h2,
h3 {
	color: black;
	text-transform: uppercase;
}

h1 {
	font-size: 2.2em;
	line-height: 1em;
	padding-bottom: 5px;
}

#kontakt a {
	text-decoration: none;
}

#kontakt a:hover {
	color: black;
}

.wpcf7 {
	font-size: 0.8em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 6px;
}

h3 {
	font-size: 1.0em;
	letter-spacing: 0.05em;
}

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

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.small,
#footer,
.meta p,
#about ul,
#details li,
#frontpage .excerpt,
#project #otherprojects,
#customposttindex li, 
#custompostsingle li {
	font-size: 0.8em;
}

#searchsubmit,
.mainnav,
.subnav {
	text-transform: uppercase;
}

.mainnav a,
#searchsubmit {
	font-size: 1.2em;
	color: #515151;
}

.subnav a {
	font-size: 0.9em;
	color: #515151;
}

.mainnav li:hover a,
.mainnav .current_page_item a,
.mainnav .current_page_parent a, 
.mainnav .current_page_ancestor a {
	font-weight: bold;
	color: black;
}

.subnav  a:hover,
.subnav .current_page_item a,
.subnav .current_page_parent a, 
.subnav .current_page_ancestor a {
	font-weight: bold;
	color: black;
}

.mainnav a:hover,
.subnav a:hover {
	text-decoration: none;
}


#footer .small {
	color: #a6a6a6;
}

.time {
	text-transform: uppercase;
	font-size: 0.8em;
}

.post h1,
.post h2 a {
	text-transform: uppercase;
	color: black;
}

.post h2 a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer a {
	color: #515151;
}

/* @end */