/*

Theme Name: Viewport Adaption

Theme URI: http://www.armadaquadrat.com | http://labs.paulicio.us/viewport/

Description: A clean, image based layout

Version: 1.0

Author: Julien Jockers / Paul Bennett

Author URI: http://www.armadaquadrat.com/blog | http://paulicio.us

Tags: pictures, images, simple, clean, viewport

*/



* {margin:0; padding:0;}



body {

	background: #262626;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;

	color: #272727;

}



a:link, a:visited {

	color: #272727;

	text-decoration: none;

}



a:hover, a:active {

	color: #272727;

	text-decoration: underline;

}



ul {

	list-style: circle;

}



img {

	border: none;

}



label {

	margin-left: 10px;

}

hr {

 margin: 7px 0 7px 0
}


blockquote {

	margin: 0px 5px 10px 5px;

	padding: 10px 10px 1px 10px;

	font-style: italic;

	border: 1px solid #ddd;

	background-color: #f3f3f3;

}



span.left { float: left; }

span.right { float: right; }



.clearer { clear: both; }



.aligncenter,

div.aligncenter {

   display: block;

   margin-left: auto;

   margin-right: auto;

}



.alignleft {

   float: left;

}



.alignright {

   float: right;

}



.wp-caption {

   border: 1px solid #ddd;

   text-align: center;

   background-color: #f3f3f3;

   padding-top: 4px;

   margin: 10px;

}



.wp-caption img {

   margin: 0;

   padding: 0;

   border: 0 none;

}



.wp-caption p.wp-caption-text {

   font-size: 11px;

   line-height: 17px;

   padding: 4px 5px 0 5px;

   margin: 0;

}



#page {

	min-width: 950px;

	max-width: 1100px;

	margin: 0px auto;

	position: relative;

}



#header {

	width: 940px;

	height: 102px;

	margin: 0px auto;

	padding-bottom: 10px;

}



#header h1 {

	float: right;
	
	padding: 0px 0px 16px 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 3.2em;

}



#nav {

	font-size: 1.2em;
	text-transform: lowercase;
}



#nav li {

	display: inline;
	float: left;
	padding: 12px 6px;
	list-style: none;
}


#nav li.left {

	height: 36px;

	width: 15px;

	padding: 0;

	background: transparent url(images/navbar/left.png) no-repeat 0 0;

}



#nav li.right {

	height: 36px;

	width: 15px;

	padding: 0;

	background: transparent url(images/navbar/right.png) no-repeat 0 0;

}



#searchbox {

	margin-top: 25px;
	float: left;
}


#search_hold {

	min-width: 200px;
	max-width: 500px;
	height: 77px;
	background: transparent url(images/search_new.png) repeat-x 0 0;
	list-style: none;
	float: left
}


#my_searchbox input {

	width: 100%;
	height: 19px;
	background: none;
	border: none;
	outline: 0;
	color: #efefef;
	line-height: 1.2em;
	font-size: 1.2em;

}

#my_searchbox {

	margin-top: 45px;
	width: 100%;
	padding-top: 5px;
	height: 21px;
	background-color: transparent;
}


#search_right {

 height: 77px;
 width: 16px;
 background: transparent url(images/search_new.png) no-repeat -14px -77px;
 float: left
}

#search_left {
 
 height: 77px;
 width: 16px;
 background: transparent url(images/search_new.png) no-repeat 0 -77px;
 float: left
}


#searchform {

 width: 100%;
 float: left;
 margin: 0;
 padding: 0
}



#mid {

	width: 100%;

	padding-bottom: 10px;

	margin-top: 10px;

}



#mid.index {

	background: transparent url(images/indexbg.png) no-repeat 50% 0;

}



#mid.single {

	background: transparent url(images/singlebg.png) no-repeat 50% 0;

}



#mid.archive {

	background: none;

}



.panel, .panel-single {

	font-family: Arial, Helvetica, sans-serif;

	color: #efefef;

	position: relative; 

	display: block; 

	width: 940px;

	height: 600px;

}



.panel-single {

	height: 300px;

	margin: 0px auto;

	padding-top: 10px;

}



.wrapper-archive {

	width: 270px;

	height: 240px;

	padding: 10px;

	margin: 0 10px 10px 10px;

	background: transparent url(images/archivebg.png) no-repeat 0 0;

	display: block;

	position: relative;

	float: left;

}



.wrapper-archive .post-title {

	max-width: 220px;

	font-size: 1.4em;

}





.aktuelles {

	max-width: 440px;

	padding: 15px;

	position: absolute;

	top: 20px;

	right: 20px;

	z-index: 100;

	background: transparent url(images/titlebg.png) repeat 0 0;

	font-size: 1.2em;

	line-height: 1.5em;
	color: #efefef;
}


.aktuelles a:active, .aktuelles a:link, .aktuelles a:visited {

 color: #efefef;
 font-size: 1em;
 text-decoration: none
}

.aktuelles a:hover, .aktuelles a:visited:hover {

 color: #999;
 font-size: 1em;
 text-decoration: none
}


.post-title, .post-title-single {

	max-width: 870px;

	padding: 15px;

	position: absolute;

	top: 20px;

	left: 20px;

	z-index: 100;

	background: transparent url(images/titlebg.png) repeat 0 0;

	font-size: 4em;

	font-weight: normal;

}

.post-title a:active, .post-title a:link, .post-title a:visited, .entry a:active, .entry a:link, .entry a:visited, .post-title-single a:active, .post-title-single a:link, .post-title-single a:visited {

 color: #efefef;
 font-size: 1em;
 text-decoration: none
}

.post-title a:hover, .post-title a:visited:hover, .entry a:hover, .entry a:visited:hover, .post-title-single a:hover, .post-title-single a:visited:hover {

 color: #999;
 font-size: 1em;
 text-decoration: none
}



.post-title-single {

	top: 30px;

}



.entry {

	max-width: 440px;

	padding: 15px;

	position: absolute;

	bottom: 20px;

	right: 20px;

	z-index: 100;

	background: transparent url(images/titlebg.png) repeat 0 0;

	font-size: 1.2em;

	line-height: 1.5em;

}



.entry ul {

	margin: 5px 0 10px 0;

}



.entry li {

	padding: 5px 0 7px 0;

	border-bottom: 1px solid #3b3b3b;

	list-style: none;

}



.entry a:hover {

	color: #c6c6c6;

}



.entry .big {

	font-size: 2em;

}



.entry .rss-big {

	padding-right: 24px;

	background: transparent url(images/rss.png) no-repeat 100% 60%;

}



.content-top {

	height: 15px;

	width: 600px;

	background: transparent url(images/content/top.png) no-repeat 0 0;

}



.content-mid {

	width: 560px;

	padding: 0 20px;

	background: transparent url(images/content/mid.png) repeat-y 0 0;

}



.content-bottom {

	height: 15px;

	width: 600px;

	background: transparent url(images/content/bottom.png) no-repeat 0 0;

}



.postmetadata {

	padding-bottom: 10px;

	margin-bottom: 5px;

	line-height: 1.5em;

}



.postmetadata-archive {

	width: 100%;

	height: 58px;

	padding-top: 10px;

	font-family: Arial, Helvetica, sans-serif;

	color: #FFF;

	line-height: 1.5em;
	font-size: 1em;
}

.postmetadata-archive a:active, .postmetadata-archive a:link, .postmetadata-archive a:visited {

 color: #efefef;
 font-size: 1em;
 text-decoration: none
}

.postmetadata-archive a:hover, .postmetadata-archive a:visited:hover {

 color: #999;
 font-size: 1em;
 text-decoration: none
}

#thepost {

	margin-bottom: 15px;

}



#content {

	width: 940px;

	margin: 0px auto;

	font-size: 1.2em;

}



#narrow-column {

	width: 600px;

	float: left;

}



#narrow-column p, #narrow-column h3 {

	padding-bottom: 10px;

}



#narrow-column p a {

	font-weight: bold;

	color: #594e7a;

}



#narrow-column ul {

	margin: 0 0 10px 20px;

}



#narrow-column input, #narrow-column textarea, #narrow-column submit {

	padding: 6px;

	border: 1px solid #c6c6c6;

}



#narrow-column #submit:hover {

	background-color: #333;

	color: #efefef;

}



#narrow-column textarea {

	width: 545px;

}



.commentlist {

	list-style: none;

	margin-bottom: 10px;

}



.commentlist span.left a {

	font-weight: bold;

}



.commentlist span.right a {

	font-size: 0.8em;

	color: #9e9e9e;

}



.comment-top {

	width: 540px;

	height: 25px;

	padding: 10px;

	padding-bottom: 0;

	background: #fff url(images/comments/head.png) no-repeat 0 0;

}



.comment-mid {

	width: 540px;

	padding: 15px 10px;

	padding-bottom: 5px;

	border-bottom: 1px solid #c6c6c6;

}



.comment-bottom {

	width: 590px;

	height: 10px;

	background: #fff url(images/comments/bottom.png) no-repeat 0 0;

}



.commentmetadata {

	font-size: 0.8em;

}



#sidebar {

	width: 300px;

	line-height: 1.5em;

	float: right;

}



.sidebar-top {

	height: 15px;

	width: 300px;

	background: transparent url(images/sidebar/top.png) no-repeat 0 0;

}



.sidebar-mid {

	width: 260px;

	padding: 0 20px;

	background: transparent url(images/sidebar/mid.png) repeat-y 0 0;

}



.sidebar-bottom {

	height: 15px;

	width: 300px;

	background: transparent url(images/sidebar/bottom.png) no-repeat 0 0;

}



#sidebar li {

	list-style: none;

}



#sidebar h2 {

	margin: 10px 0;

	padding-top: 10px;

	border-top: 1px solid #c6c6c6;

}

#sidebar_feat_1 {

background: transparent url(http://jockers.net/jockers/wp-content/images/mu_front2_feat2.png) no-repeat;

margin: 10px; 10px;

padding-left: 15px;

padding-top: 22px;

width: 278px;

height: 89px;

color: #ffffff;

}

#sidefeature_link {

width: 218px;

	padding: 15px;

	background: transparent url(images/titlebg.png) repeat 0 0;

}



#footer {

	width: 940px;

	margin: 0px auto;

	padding-bottom: 10px;

	text-align: right;

	font-size: 0.9em;

	color: #9e9e9e;

}



#footer a {

	color: #9e9e9e;

}



#footer a.valid {

	padding-left: 16px;

	background: transparent url(images/tick.png) no-repeat 0% 50%;

}



#footer a.valid:hover {

	background: transparent url(images/tick-hover.png) no-repeat 0% 50%;

}

#badge_360 {

background: transparent url(http://jockers.net/jockers/wp-content/images/360-off.png) no-repeat;

float: left;

	width: 90px;

height: 13px;

	margin: 0px 0px;

}

#badge_360 a {

	background: transparent url(http://jockers.net/jockers/wp-content/images/360-off.png) no-repeat;

float: left;

	width: 90px;

height: 13px;

	margin: 0px 0px;
}



#badge_360 a:hover {

	background: transparent url(http://jockers.net/jockers/wp-content/images/360-on.png) no-repeat;

float: left;

	width: 90px;

height: 13px;

	margin: 0px 0px;
}


#badge_behance a {

background: transparent url(http://jockers.net/jockers/wp-content/images/behance-off.png) no-repeat;

float: left;

	width: 62px;

height: 12px;

	margin-left: 18px;

margin-top: 1px;

}

#badge_behance a:hover {

background: transparent url(http://jockers.net/jockers/wp-content/images/behance-on.png) no-repeat;


}


#badge_componline a {

background: transparent url(http://jockers.net/jockers/wp-content/images/componline-off.png) no-repeat;

float: left;

	width: 104px;

height: 17px;

	margin-left: 18px;

margin-top: -2px;

}

#badge_componline a:hover {

background: transparent url(http://jockers.net/jockers/wp-content/images/componline-on.png) no-repeat;


}

#rahmen1 {

width: 940px;

border: 1px solid #ffffff:

}

#boxen {

font-color: #ffffff;
width: 940px;
height: 147px;
margin: 10px auto;

}

#box1 {
background: transparent url(http://jockers.net/jockers/wp-content/images/S_HEAD-f.jpg) no-repeat;
float: left;
width: 460px;
height: 147px;
color: #ffffff;

}

#box2 {
background: transparent url(http://jockers.net/jockers/wp-content/images/mu_front21.jpg) no-repeat;
float: right;
width: 460px;
height: 147px;
color: #ffffff;

}

.startfeature_left {

width: 300px;

	padding: 15px;

        margin: 20px 20px;

	background: transparent url(images/titlebg.png) repeat 0 0;

	font-size: 1.2em;

	line-height: 1.5em;

}

.startfeature_left a {

        color: #ffffff;

}

.startfeature_left a:hover {

	color: #999;
text-decoration: none; 
}

.startfeature_left .big {

	font-size: 2em;

}


.startfeature_right {

width: 300px;

	padding: 15px;

        margin: 20px 20px;

	background: transparent url(images/titlebg.png) repeat 0 0;

	font-size: 1.2em;

	line-height: 1.5em;

}

.startfeature_right a {

	color: #ffffff;
}

.startfeature_right a:hover {

	color: #999;
text-decoration: none; 
}

.startfeature_right .big {

	font-size: 2em;
}

/* Coda Slider

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */



/* These 2 lines specify style applied while slider is loading */

.csw {width: 100%; height: 600px; overflow: hidden}

.csw .loading {margin: 0; text-align: center}



.stripViewer { /* This is the viewing window */

	position: relative;

	overflow: hidden;

	clear: both;

	width: 940px;

	height: 600px;

	margin: 0px auto;

	padding-top: 5px;

	

}



.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */

	position: relative;

	left: 0; top: 0;

	width: 100%;

	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */

}



.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */

	float:left;

	height: 600px;

	position: relative;

	width: 940px; /* Also specified in  .stripViewer  above */

}



.stripNavL, .stripNavR {

	position: relative;

	top: -360px;

	z-index: 200;

}



.stripNavL { float: left; }



.stripNavR { float: right; }

/* QTranslate */
.qtrans_language_chooser { 
list-style-type:none;
}

.qtrans_language_chooser li {
display: inline;
float: left;
margin: -12px 0px 0px 0px;
list-style: none;
}

.qtrans_flag {
border:1px solid #000000;
}


/* Newsletter Signup

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#wp_email_capture
{

}

#wp_email_capture label {
margin-left: 0px;
margin-top: 5px;
}

#wp_email_capture input {
max-width: 300px;
background: solid #ffffff;
border: 1px solid #000000;
}

.wp-email-capture-submit {
margin-top: 5px;
background: solid #ffffff;
border: 1px solid #000000;
}

#wp_email_capture_2
{

}

#wp_email_capture_2 label
{

}

#wp_email_capture_2 input
{

}