/*
Theme Name: INTERAKTIONSRAUM
Description: The INTERAKTIONSRAUM Theme 
Version: 0.1
Author: Christoph Diederichs
*/

/* CSS */
body {
	width: 100%;
	height: 100%;
	background: #333 url('img/bigBox.png') 30 30;
	background-repeat: repeat-x repeat-y;
	margin: 0;
	display:block;
	font-size: 12px;
}

body #container {
	font-family: Gill Sans, Arial, sans-serif;
}



a, a:visited, a:active {
	color: #000;
	text-decoration:underline;
}

a:hover {
	background: #333;
	color:#ffe010;
	
}

#header {
	background:#fff;
	background-repeat: repeat-x;
	width: 100%;
	height: 35px;
	font-family: Gill Sans, Arial, sans-serif;
	font-size: 16px;
	color:#111;
	text-align:center;
	position:fixed;
	z-index: 1;	
	float:left; 
		border-bottom: 1px solid #ccc;
}

#header .title {
	width: 182px;
	height: 25px;
	color:#333;
	float:left;
	margin: 10px 0 0 0;
	padding: 0;
	letter-spacing: 0.1em;
	font-size: 13px;
}

#header .title a {
	color:#333;
	text-decoration:none;
}

#header .title a:hover {
	color:#fff;
	text-decoration:none;
}

#header .navigation {
	
	margin: 0;
	padding: 0;
}

#header .navigation ul {	
	padding: 0;
	margin: 0;
}

#header .navigation ul li{
	background: #fff;
	float:left;
	width: 181px;
	height:35px;
	list-style-type:none;
	color:#333;
	font-weight:300;

	margin: 0px 1px 0 0;
}

#header .navigation ul li a {
	color:#333;
	width: 181px;
	height: 25px;
	display:block;
	text-decoration:none;
	padding-top: 10px;
}

#header .navigation ul li:hover {
	background:#ffe010;
	color: #333;
	height: 25px;
}

#header .navigation ul li a:hover {
	background:#ffe010;
	color: #333;
	height: 25px;
}



#header .navigation ul .search {
	text-transform:uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding-top: 5px;
	height: 30px;
	background: #fff;
}

#header .navigation ul .search:hover {
	text-transform:uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding-top: 5px;
	height: 30px;
	background: #fff;
}

#header .title  .social {
	float:left;
	width: 120px;
	margin-top: 50px;
	padding-top: 0px;
	margin-left: 35px;
	height: 25px;
	textext-align:center;
	border:0;
}


#header .title  .social a {
	float:left;
	width: 16px;
	height: 16px;
	padding: 0px 10px 0px 10px;
	border:0 !important;
}

#header .title  .social a img {
	border:0;
}

#header .title .social:hover {
	background: #fff;
	border:0;
}

#header .title .social a:hover {
	background: #fff;
	border:0;
}

#searchform input {
	background:#fff;
	border:1px solid #555;
	color:#ccc;
	text-transform:capitalize;
	text-transform:uppercase;
	width: 100px;
	padding:3px;
}

#searchform input:focus {
	background:#ffe010;
	color:#333;
}
 
#content {
	padding-top:120px;
	width: 100%;
}

#content #ruler {
	clear:both;
	background: #ccc;
	width:100%;
	height: 1px;
}

#container .left .lang a {
	color: #888;
	clear:both;
	margin-right:15px;
	font-family: Gill Sans,Arial, sans-serif;
	font-size: 10px;
	text-decoration:none;
}

#content .main {
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}


#content .main .entry{
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size: 13px;
	color: #555;
	font-weight: 100;
	padding-top: 15px;
	line-height: 1.7em;
	width: 500px;
	height: 400px;
	font-size: 14px;
}

#content .main .entry h3{
	font-size: 16px;
	font-weight:normal;
}

#content a:hover{
	background:#333;
}

h4{
	margin-bottom: 3px;
}



#content .main .title {
	background: #fff;
	opacity: 0.95;
	width: 181px;
	height: 181px;
	z-index: 0;
	color:#999;
}

#content .main .title .text {
	
	
	
}

#content .main .title h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size: 16px;
	font-weight: 400;
	text-decoration:none;
	background: #ffe010;
	

}

#content .main .title h3 a {
	padding: 4px 8px 4px 8px;
	display:block;
	text-decoration:none;
}


#content .main .title h3:hover {
	background:#333;
	display:block;
	text-decoration:none;
}


#content .main .title p {
	font-size: 14px;
	font-weight: 100;
	padding: 0 0 0 8px;
}

#content a img {
	border: 0;
	text-decoration:none;
}


#content a img:hover {
	background:#fff;
	
	opacity:0.5;
	padding: 0 15px 15px 0;
}

#content .center {
	float:left;
	width: 200px;
	height: 200px;
	margin-right: 1px;
	
	margin-left: 182px;
}

#content .right {
	float:left;
	width: 450px;
	min-height: 250px;
	margin-right: 1px;
	
}

#content .right .entry{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 0px;
	line-height: 1.7em;
	color:#555;
	margin-bottom: 100px;
	text-align:left;
	
}

#content .right .entry p{
	margin-top: 9px;	
}

#content .right .entry p img{
	display:block;
	padding: 0 15px 2px 0;
}

#single_image a {
	background: none;
}

#single_image a:hover {
	background: none;
}

blockquote {
	padding: 10px 20px 10px 40px;
	margin:0;
	background: #eee;
	display:block;
	width: 390px;
	quotes:"\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
	content:"\201C";
	color:#fff;
	font-size:800%;
	height: 0;
	display:block;
	padding:  0  0 -20px -40px;
	margin: 20px 0 -15px -40px;
}



strong {
	font-weight:bold;
	color:#000; 
}

.comments {
	clear:both;
	font-family:"Gill Sans", Arial;
	margin-left:384px;
	font-size: 13px;
	font-weight: 100;
	padding-top: 50px;
	padding-bottom: 30px;
}

.comments ol li {
	background:#eee;
	width: 360px;
	padding: 15px;
	margin: 0 0 10px 0;
}

.comments form, .comments  h3 {
	letter-spacing: 0.1em;
}

.comments form input, .comments form textarea {
	letter-spacing: 0.1em;
	background: #eee;
	border: 0px solid #bbb;
}

.comments h3 {
	font-size: 14px;
	font-weight: 400;
}



.subnavigation .alignleft a {
	float:left;
	font-size: 30px;
	padding: 0 10px 0 10px;
	width: 20px;
	height: 40px;
	text-align:center;
	vertical-align:middle;
	display:block;
	color:#fff;
	background:#333;
	text-decoration:none;
}

.subnavigation .alignright a{
	float:right;
	background:#333;
	font-size: 30px;
	text-decoration:none;
	padding: 0 10px 0 10px;
	width: 20px;
	height: 40px;
	text-align:center;
	vertical-align:middle;
	display:block;
	color:#fff;
}

.subnavigation .alignright a:hover, .subnavigation .alignleft a:hover {
	color: #ffe010;
	text-decoration:none;
}


#footer {
	font-family: Gill Sans, Arial, sans-serif;
	width: 1000px;
	text-align:center;
	text-transform:uppercase;
}

#videocontainer {
	display:none;
}
}

