/* ------  
Theme Name: Force
Theme URI: http://www.confident.ch/

Colors: Darkest Red     #3B171A
Colors:	Dark Red	#491C20
Colors:	Light Red	#C4A7A6
Colors:	Bright Red	#F5EFEF
------ */
/* ------  font  ------ */
@font-face {
    font-family: 'BodonitownRegular';
    src: url('font/bodonitown-webfont.eot');
    src: url('font/bodonitown-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bodonitown-webfont.woff') format('woff'),
         url('font/bodonitown-webfont.ttf') format('truetype'),
         url('font/bodonitown-webfont.svg#BodonitownRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

::selection {
        background: #C4A7A6;; /* Safari */
        }
::-moz-selection {
        background: #766565; /* Firefox */
}

/* ------ group Normalize ------ */
html, body {
	height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
ol,ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
caption,th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
/* ------ end ------ */

/* ------  general  ------ */
body {
	font: 11px/20px Georgia, Times New Roman, serif;
	text-align: left;
	color: #C4A7A6;
	background: #000 repeat-y;
	margin: 0 auto;
	padding: 0;
}

#wrapper {
	font-size: 1.2em;
	margin: 0 auto auto 40px;
	text-align: left;
	position: relative;
	overflow: hidden;
	width: 840px;
	min-height: 100%;
	
	background-image: url(images/ff_bg_sidebar.png);
	background-repeat: repeat-y;

	margin-left: 40px;
	
  -webkit-transition: all 0.3s ease-out;  
     -moz-transition: all 0.3s ease-out;  
      -ms-transition: all 0.3s ease-out;  
       -o-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;  
}

#header {
	text-align: left;
	font-size: 3em;
	font-variant: small-caps;
	background: url('images/corner.png') no-repeat;
	
	position: absolute;
	top: 0;
	left: 0;
	
	width: 340px;
	height: 240px;
}
/* ------ end ------ */

a:link, a:visited, .more-link {
	cursor: pointer;
	color: #FAFAFA;
	text-decoration: none;
	font-weight: bold;
}

a:hover, .more-link:hover {
	color: #FAFAFA;
	text-decoration: underline;
	border-bottom: none;
}


a:link.subscribe, a:visited.subscribe {
	color: #C4A7A6;
}

a:hover.subscribe  {
	color: #FAFAFA;
}

.description {font-size: .5em;}

#header img {
	border: 0px solid; 
	float: left;
	padding: 60px 0 0 0;	
}



/* ------ event-, left- and postimage ------ */
#postimage {
	text-align:left;
	float:left;
	
	width: auto;
	height: auto;
	margin: -240px 0 0 360px;
	
	top: 0px;
	left:340px;
}
#postimage img {
	max-width: 480px;
	height: auto;
}
#bgimage {
	text-align:left;
	float:left;
	
	width: auto;
	height: auto;
	margin: 0px 0 0 360px;
	
	top: 0px;
	left:340px;
}
#bgimage img {
	max-width: 200px;
	height: auto;
}

/* ------  leftimage  ------ */
#leftimage {
	position:absolute;
	z-index: 2;
	top: 20px;
	left: 360px;
	max-height: 220px;
	width: 400px;
}

#leftimage img {
	max-height: 220px;
	height: auto;
}

/* ------ sidebar ------ */
#sidebar {
	position: absolute;
	top: 240px;
	left: 0px;
	padding: 20px 20px 0px 0px;
	width: 320px;
	height: auto;
}

#sidebar p {
	padding: 0 0 20px 30px;
}

#sidebar .flexipages_widget li {
	text-align: left;
	text-transform: uppercase;
	font: 18px/30px Bodonitown, Georgia, Times, serif;
	min-height: 42px;
	padding: 8px 0 0 30px;
	background: url('images/bg_hover_li.png') no-repeat;
	background-position: -8px 8px;
	
  -webkit-transition: all 0.3s ease-out;  
     -moz-transition: all 0.3s ease-out;  
      -ms-transition: all 0.3s ease-out;  
       -o-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;

}

#sidebar .flexipages_widget li:hover {
	background-position: 0 8px;
 	color: #FAFAFA;
	font-weight: normal;
	text-decoration: none;
}

#sidebar .flexipages_widget li ul {
	padding: 0 0 0 0;
}

#sidebar .flexipages_widget li ul li {
	background: none;
	font: 16px/30px Bodonitown, Georgia, Times, serif;
	text-align: left;
	min-height: 20px;
	padding: 2px 0 6px 30px;
	background-position: 0 8px;
}


#sidebar .flexipages_widget li ul li:hover {
	background: url('images/bg_hover_sub_li.png') no-repeat 0 8px;
}

#sidebar .flexipages_widget ul .current_page_item {
	background: url('images/bg_li.png') no-repeat 0 8px;
}

#sidebar .flexipages_widget li ul .current_page_item {
	background: url('images/bg_sub_li.png') no-repeat 0 8px;
}

#sidebar a {
	color: #F5EFEF;
	border: none; 
	font-weight: normal;
}

#sidebar a:hover {
	text-decoration: none;
}


/* ------ languages ------ */
#languages {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 210px;
	height: 40px;
}

#languages .widget_qtranslate {
	float:left;
}

#languages .qtrans_language_chooser li { 
	font: 9px Georgia, Times New Roman, serif;
	color: #C4A7A6;
	float: left; 
	margin: 12px 10px 0 0;
	background: transparent;
}
#languages .qtrans_language_chooser .active {
	text-decoration:underline;
	color: #c4a7A6;
}
#languages a {
	color: #C4A7A6;
}
#languages a:hover {
	color: #FFFFFF;
}


/* ------ Social Links ------ */
.socialize-this ul {
	width: 78px;
	
}
.socialize-this li {
	float: left;
}
.socialize-this img {
	float: left;
	margin: 10px 10px 0 0;
	background: #C4A7A6;
	width: 16px;
	height: 16px;
}

#rss {
	float: left;
	margin: -3px 10px 0 0;
	background: #C4A7A6;
	width: 16px;
	height: 16px;	
}

.socialize-this img:hover, #rss:hover {
	background: #fff;
}

/* ------ footer ------- */
#footer {
	background: transparent;
	position: absolute;
	
	bottom: 0px;
	left: 0px;

	width: 340px;
	height: 50px;
}

#footer #copyright {
	font: 9px Georgia, Times New Roman, serif;
	position: absolute;
	text-align: left;

	bottom: 8px;
	left: 30px;
	width: 340px;
}

/* ------ Postnavigation ------ */
.blog-navigation {
	float: left;
	clear: both;
	border-top: 1px solid #491C20;
	margin: 0 0 0 340px;
	padding: 20px 0 8px 20px;
	width: 440px;
}

.blog-navigation ol {
	width: 420px;
}

.blog-navigation li {
	float: left;
	padding: 0 8px 0 0;
}

/* ------ post ------ */
.post {
	float: left;
	clear: both;
	z-index: 2;
	width: 420px;
	padding: 0 0 0 360px;
	text-align: left;	
}

/* ------  eventimage  ------ */
.blog-post .eventimage {
	z-index: 2;
	position: relative;
	padding: 0 0 0 360px;
	overflow: visible;
	text-align:left;
	float:left;
	clear:both;
}

.blog-post .eventimage img {
	border: 2px solid #491C20;
	text-align:left;
	float:left;
	max-width: 416px;
	height: auto;
}
/* ------  blog-post  ------ */
.blog-post .post {
	z-index: 3;
	float:left;
	clear:both;
}
.blog-post .entry-title {
	z-index: 2;
	position: absolute;
	bottom: 2px;
	left: 360px;
	
	margin-right: 110px;
	padding: 5px 40px 2px 10px;
	background: url(images/title_bg.png) no-repeat bottom right;
}

.blog-post .post-meta {
	z-index: 1;
	float:left;
	clear:both;
	
	width: 412px;
	max-width: 412px;
	height: 64px;
	margin-top: 3px;
	padding: 2px 0 0 8px;
	
	color: #C4A7A6;
	background: url('images/article_top_bg.gif') repeat-x top left;
}

.post-opener {
	float: right;
	margin-top: -20px;
	margin-right: -10px;
	cursor: pointer;
}

.blog-post .post-content {
	float:left;
	clear:both;
	width: 400px;
	height: auto;
	
	padding: 20px 10px 5px 10px;
	background: #491C20;
	border-top: 3px solid #000;
}

.blog-post .entry-title a {
	font: 24px/32px Bodonitown, Georgia, Times, serif;
	letter-spacing: 0.02em;
	height: 42px;
	text-transform: uppercase;
}

/* ------ entry ------ */
.entry {
	margin-top: 260px;
	text-align: left;
	width: 400px;
	height: auto;
	left: 60px;
}

.entry blockquote {
	font-weight: normal; 
	color: #FFFFFF;
	
	background: url('images/bg_quote.png') no-repeat 0 0px;
	border-top: 1px solid #491C20;
	border-bottom: 1px solid #491C20;
	
	margin: 16px 0 2px 0;
	padding: 0 0 10px 30px;
}

.entry img {
	max-width: 400px;
	height: auto;
	margin: 0 0 20px 0px;
}

.entry object {
	margin: 0 0 20px 0px;
}

.entry .coverimage {
	border-top: 1px solid #000;
	cursor: pointer;
	margin: 0 0 0 -20px;
}

.entry .galleryimage {
	max-width: 420px;
	height: auto;
	cursor: pointer;
	margin: 0 0 0 -20px;
}
.entry .youtube-video {
	max-width: 420px;
	height: auto;
	cursor: pointer;
	margin: 0 0 0 -20px;
}

.entry .coverimage:hover {
	border-top: 1px solid #491C20;
}

.entry .icon {
	margin: 20px 0 0 0;
}

/* ------ gallery-navigation ------ */
.galleryfolder {
	display: none;
	float: left;
	clear: none;
	
	margin: -25px 0 0 -20px;
	padding: 0 35px 0 20px;
	height: 25px;
	
	background: #491C20 url('images/corner_right.png') no-repeat top right;
	cursor: pointer;
}

.galleryexpander {
	display: none;
	float: left;
	clear: none;
	
	margin: -25px 30px 0 -20px;
	padding: 0 30px 0 20px;
	height: 25px;
	
	border-left: 1px solid #000;
	background: #491C20 url('images/corner_right.png') no-repeat top right;
	cursor: pointer;
}

/* ------ quote ------ */
.quote {
	font-weight: normal; 
	background: url('images/bg_quote.png') no-repeat 0 0px;
	border-top: 1px solid #491C20;
	margin: 16px 0 2px 0;
	padding: 16px 0 8px 30px;
}

/* ------ entry parts ------ */
.cat a:link, .cat a:visited{
	text-transform: uppercase;
	color: #f5467a;
}

.cat a:hover{
	text-transform: uppercase;
	color: #FAFAFA;
}

.cat {
	text-transform: uppercase;
}

p {
	padding: 1em 0 .5em 0;
}

strong {
	font-weight: bold;
}

h2 {
	padding-top: 10px; 
	font-size: 1.2em;
}

h3 {
	padding-top: 10px; 
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.borderless img, img.borderless {
	border: none;
}

.imgleft {
	float:left;
}

em {
	font-style: italic;
}

.entry li {
	display: block;
}

/* ------ postslider ------ */
.slider {
	background: #000;
	border: 1px solid #491C20;
	padding: 0 5px 10px 10px;
	margin: 5px 0 5px 0px;
}

.slider:hover {
	background: #111 url('images/bg_next.gif') no-repeat 360px 16px;
}

.slider_content {
	display: none;
}

.slider #first {
	display: block;
}

.slider img {
	width: 375px;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.slider object {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* ------ img Functions ------ */
.img_functions {
	display: none;
	width: 100px;
	height: 22px;
	margin-top: -22px;
	
	font: 11px/23px Georgia, Times New Roman, serif;
	text-transform: none;
}

.img_expander, .img_zoomer {
	z-index: 999;
	color: #FFF;
	padding: 0 5px 0 5px;
}

/* ------ posttables ------ */
.entry table {
	width: 375px;
	border: 0px solid;
}

.entry tbody {
	width: 400px;
}

.entry th {
	color: #fff;
	font-weight: bold;
	height: 20px;
	padding: 5px 0 5px 0;
}

.entry td {
	padding: 0;
}

ul {
	padding-bottom: 1em;
}


ul.related li a{display: block;}
ul.related li {display: block;}

ul.archive li{display: block; padding: 0 0 1em;}

ul.archive p:first-child {
	font-weight: bold;
	padding-top: 0; 
	color: #F5EFEF;
}

ul.archive p {
	display: block; 
	padding: 0 0 10px 0;
}

ul.archive {margin: 0; padding:0;}


/* ------ comments ------ */
div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 10px;
	border: 1px solid #c9c2c1;
}

div.bubble blockquote p {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}

div.bubble cite {
	position: relative;
	margin: -7px;
	padding: 7px 0px 10px 15px;
	top: 5px;
	background: transparent url('images/tip.gif') no-repeat 18px 1px;
	font-style: normal;
	font-size: 1em;
	display: block;
}

.alt {
	margin: 0;
	padding: 0;
}

#commentform p {
	padding: 5px 0;
	font-size: 1.2em;
}

#comment {
	font: 14px Georgia, Times New Roman, serif;
	color: #C4A7A6;
	border: 1px solid #491C20;
	background: #000;
	
	padding: 2px 10px 2px 10px;
	
	width: 380px;
	height: 100px;
}

#wpc p {
	padding: 0 0 0 0;
}
ul.archive #wpc p:first-child {
	color: #C4A7A6;
}

#commentform input,
#wpc input,
#wpc textarea  {
	font: 14px Georgia, Times New Roman, serif;
	color: #C4A7A6;
	border: 1px solid #491C20;
	background: #000;
	
	margin: 0 10px 10px 0;
	padding: 2px 10px 2px 10px;
	
	width: 200px;
	height: 20px;
}

#wpc input {
	margin: 0 10px 20px 0;
}

#wpc textarea {
	width: 380px;
	height: 80px;
	margin: 0 10px 10px 0;
}
#wpc #send input {
	height: 24px;
	border: 1px solid #491C20;
	background: #491C20;
}
#wpc small,
#commentform small {
	font: 10px Georgia, Times New Roman, serif;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
	
#commentPreview {
	font-size: .8em;
}


/* ---- fluid-layout ---- */
/* -------  wide  ------- */	
								
@media only screen and (min-width: 1100px) {
	#wrapper {
		margin-left: 22%;
	}
	
	#leftimage {
		z-index: -1;
		position:fixed;
		left: 0px;
		top: 260px;
		height: auto;
		max-height: 1000px;
		width: 22%;
	}

	#leftimage img {
		width: 100%;
		max-height: 1000px;
		height: auto;
	}
}

/* ------  narrow  ------ */
@media only screen and (max-width: 1080px) {
	#wrapper {
		margin-left: 40px;
	}
	
	#leftimage {
		position:absolute;
		z-index: 2;
		top: 20px;
		left: 360px;
		height: 220px;
		max-height: 220px;
		width: 400px;
	}

	#leftimage img {
		width: auto;
		max-height: 220px;
		height: auto;
	}
}



















































