/*
	Theme Name:		Arbeit in Balance	
	Description:	Development by azure art | visuelle Kommunikation
	Version:		2.0

	Author:			azure art | visuelle Kommunikation
	Author URI:		http://www.azureart.ch
*/


/* SWIPEBOX DESIGN */
#swipebox-overlay {
  background: rgba(255,255,255,95);
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: rgba(0,0,0,.5);
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}


/* STANDARD */
@media print {
	.print { display:none; }
}
HTML,BODY { margin:0 auto; height:auto !important; min-height:100%; height:100%; }
BODY { padding:0; height:100%; }
IMG { border:none; padding:0; margin:0; vertical-align:bottom; height: auto!important }
TABLE { border-collapse:collapse; border-spacing:0px; border:none; }
TD { padding:0; }
FORM { display:block; }
UL, OL, LI, P { margin:0; padding:0; list-style-type:none; }
HR { height:0px; border-width:0; border-top:1px dotted #000000; }
IFRAME[seamless],IFRAME { padding:0; margin:0; background-color:transparent; border:0px none transparent; padding:0px; overflow:hidden; }


A,A:HOVER { text-decoration:none; }
A:FOCUS { -moz-outline-style:none; outline:none; }

H1,H2,H3,H4,H5,H6 { margin:0; padding:0; font-weight:normal; line-height:100%; }

.middle { margin:auto; width:100%; }
.clear, .middle::after { display:block; clear:both; content: ""; visibility:hidden; height:0; }


/*MAIN*/
.middle {
	width: 640px;
}

#header {
	margin-top: 50px;
}

#logo IMG {
	width: 100%;
	height: auto;
}

#footer {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: right;
}

#footer IMG {
	width: 75%;
	height: auto;
}

#navigation {
	margin: 25px 0;
}

#navigation UL {
	display: block;
	text-align: left;
	margin-left: 30%;
}

#navigation UL LI {
	display: inline-block;
	margin-right:20px;
	font-size: 21px;
}

#content {
	margin-left: 30%;
}

#content .text {
	text-align: left;
}

#content UL LI {
	list-style: inside disc;
}

#content IMG {
	float: right;
	margin-left: 25px;
}


/*TYPOGRAPHY*/
HTML,BODY {
	font: 15px "Arial";
	line-height: 120%;
	color: #2C2C2C;
}

A {
	color: #B4CAEA;
}

A:HOVER, .nav .current-menu-item A {
	color: #6289C6;
}

H1 {
	color: #6289C6;
	margin-bottom: 25px;
}

H2 {
	font-size: 1.2em;
	color: #6289C6;
	margin-bottom: 10px;
}


/*NEW / HOME*/
TABLE TR TD:first-child {
	padding-right: 25px;
}
.profile {
	float: left;
}
.profile IMG {
	margin: 0 25px 0 0 !important;
	height: auto;
}