@charset "UTF-8";

body {
	background:#b0afa6 url(../images/back.png) 0 0 repeat-x;
	font-size: 12px;
	font-family: Helvetica, Verdana, Sans-Serif;
	text-align: left;
	color:#3E3D35;  
	padding:0px;
	margin:0px;
}
a {
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size:12px;
	color: #3E3D35;
	text-decoration: none;
}

#wrapper {
	position:absolute;
	height: 570px;
	width: 1210px;
	margin: -300px 0px 0px -595px; 
	top: 50%;
	left: 50%;
	padding: 0px;
	overflow: visible;

}
#content {
	position: absolute; 
	top: 50px; 
	left: 0px; 
	height: 500px; 
	width: 1190px; 
	text-align: left;
	padding: 10px;
	background-image: url(../images/contentback.jpg); background-repeat: no-repeat;
}
#logo {
	position: absolute;
	left: 780px;
	top: 0px;
}
#footer {
	position: absolute;
	top: 565px;
	width: 690px;
	left: 490px;
	text-align: right;
}
#language {
	position: absolute;
	top: 565px;
	width: 479px;
	left: 10px;
	text-align: left;
}
#mainnav {
	position: absolute;
	left: 20px;
	top: 30px;
	width: 170px;
	height: 420px;	
	padding-left: 5px;
}
.subnav {
	padding-left: 10px;
	}
.highlight {
	font-style: italic;
}
#conDataLeft {
	position: absolute;
	left: 210px;
	top: 30px;
	width: 370px;
	height: 420px;	
	overflow: visible;
}
#conDataLeft #elements img {
	width: 370px;
	float: left;
	padding-bottom: 15px;
	
}
#conDataMidWide {
	position: absolute;
	left: 210px;
	top: 30px;
	width: 780px;	
	height: 420px;	
	overflow: visible;
	float:left;
}
	
#conDataMid {
	position: absolute;
	left: 600px;
	top: 30px;
	width: 370px;	
	height: 420px;	
	overflow: visible;
}
#conDataRight {
	position: absolute;
	left: 1000px;
	top: 30px;
	width: 170px;	
	height: 420px;	
	overflow: visible;
}

ul #objects {
	
}
#objects li {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	line-height:0px;
	font-size: 0px; 
}
sup {
	line-height: 0px;
}
a {
	color: #3E3D35;
	text-decoration: none;
}
a:hover {
		text-decoration: underline;
}


/*------------------------------------*\
	IPHONE
\*------------------------------------*/
@media screen /*and (max-device-width: 480px) */ {
body{
	-webkit-text-size-adjust:none;
	padding:5px
	background:url(../images/back.png) top left repeat-x #b0afa6;
}
#wrapper{
	width: 480px;
	overflow:hidden;
	background:none;
}

#logo{
	position:static;
	float:none;
	/*width:100%;*/
	display:block;
	text-align:center;
}
#logo a{
	padding:5px 0;
	display:block;
	text-transform:uppercase;
	color:#fff;
	background:none;
	text-decoration:none;

	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
	-webkit-border-radius:5px;
}
#logo a:hover{
	padding:5px 0;
}
div{
	clear:both!important;
	display:block!important;
	width:100%!important;
	float:none!important;
	padding:0!important;
	background:none;
}

#mainnav,#mainnav li{
	float:none!important;
	clear:both!important;
	margin:0 0 24px 0!important;
	display:block;
	padding:0;
	text-align:left!important;
}
#mainnav{
	border:1px solid #ccc;
	padding:5px;
	-webkit-border-radius:5px;
}
#mainnav li{
	margin:0!important;
}
#mainnav li a{
	display:block;
}
.opener span{
	padding:0;
	text-align:left;
	float:none;
	display:inline;
	position:static;
	font-size:1em;
	line-height:1em;
}
.opener > span{
	width:auto;
	margin-left:0;
	text-align:left;
}
.marginalia,.post-date,.comment-author{
	width:auto;
	float:none;
	margin-left:0;
}
p.marginalia{
	font-style:italic;
	text-align:center;
}
img{
	width:100%!important;
	height:auto!important;
	max-width:460px;
}
img.full,
img.left{
	margin-left:0;
}
blockquote,pre,.outdent{
	margin-left:0;
}
blockquote p{
	padding-left:0.5em;
}
.hr{
	margin-left:0;
}
fieldset,
textarea{
	width:auto!important;
}
#footer{display:none;}
}
#content {background:none;width:100%;}

#conDataLeft, #conDataMid, #conDataRight  {
	clear:both!important;
	display:block!important;
	width:100%!important;
	height:100%!important;
	float:none!important;
	padding:0!important;
	background:none;
		position: relative;

}
#conDataLeft #elements img {
	width: 370px;
	float: left;
	padding-bottom: 15px;
	
}

