/*
	Author Name	: Tobias Herold
	Author Site	: http://vektorrausch.de
	Style Name	: a stranger's wish
	Style URI	: http://astrangerswish.com
	Version		: 0.2
	Comments	: 2-Spalter mit flexibler Breite, basierend auf K2, Stand: 25.11.2008
*/

/* Struktur
*********************************************************************************************/

body {
	font-size:75%;  /* Resets 1em to 12px */
	font-family:Arial, Verdana, sans-serif;
	color:#fff;
	background:#3A403B;
	text-align:left;
}

#page {
	background:#3A403B;
	width:100% !important;
	margin:0 auto;
	padding:0;
	border:none;
}
	
#header {
	position:relative;
	height:100px;
	width:100%;
	background:#3A403B;
}

#fullcol {
	width:100%;
}

.content {
	padding:0;
}

#primary-wrapper {
	float:none;
	display:block;
	width:100%;
	height:470px;
	margin:0;
	padding:0;
	background:#1C2120;
	overflow:hidden;
}

#primary {
	width:96% !important;
	height:470px;
	margin:0 2%;
	padding:0;
}

#fullcol #primary {
	clear:both;
	display:block;
	width:100% !important;
	padding:0;
	margin:0px 0 -35px;
}

#fullcol #flashcontent {
	margin:-5px 0 0;
}

#fullcol #dynamic-content {
	padding:0;
}

#fullcol .secondary {
	float:left;
}

.secondary {
	font-size:100%;
	line-height:130%;
	color:#818273;
}

#sidebar-1, #sidebar-2 {
	border-top:none;
}

div.hentry {
	margin:0;
}

.entry-content {
	font-size: 100%;
	line-height: 130%;
	color: #818273;
	display: block;
	height: 470px;
}

body.page-slug-about .entry-content { width:1260px; }

.entry-content ul {
	float: left;
	display: block;
	height: 380px;
	width: 180px;
	padding-left: 0;
}

.entry-content ol {
	margin-top:0;
	padding-left: 15px;
}

.entry-content li {
	list-style: none;
	margin-bottom: 2px !important;
}

.entry-content ol li {
	list-style-image: url(dot.gif);
}

#footer {
	display:block;
	width:96%;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
	font-weight:normal;
	color:#818273;
}

#footer li {
	display:inline;
	list-style:none;
	margin-right:15px;
}

/* Postkarten Bilder */

.entry-content p {
	margin:2px 0 15px;
}

.entry-content object {
	margin-top:2px;
}

body.page-slug-map #primary {
	margin:0;
	background:#3A403B;
}

/* Textspalten
*********************************************************************************************/

#trueContainer div.hscroll {
	display: block;
	height: 470px;
	padding: 20px 40px 0 0;
	color: #818273;
}

div.cols {
	float: left;
	display: block;
	height: 380px;
	width: 380px;
	margin-right: 40px;
}

body.page-slug-strangers div.cols {
	width: 190px;
}

#trueContainer div.cols p {
	margin: 2px 0 15px;
}

#trueContainer div.cols ol,
.entry-content ol {
	margin-top:0;
	margin-bottom:15px;
	padding-left: 15px;
	color: #818273;
}

#trueContainer div.cols li,
.entry-content li {
	list-style: none;
	margin-bottom: 5px !important;
}

#trueContainer div.cols ol li,
.entry-content ol li {
	list-style-image: url(dot.gif);
}

/* Bilder
*********************************************************************************************/

img.center, img[align="center"], img[align="middle"] {
	display: block;
	margin: 10px auto 20px !important;
}
	
img.alignright, img[align="right"] {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

/* Links
*********************************************************************************************/

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
}

a:link, a:visited {
	color:#00AEEF;
	text-decoration:none;
}
a:hover, a:focus {
	color:#fff;
	text-decoration: underline;
}

#primary a:link, #primary a:visited {
	color:#fff;
}

.entry-content a:visited { /* besuchte Links im Contentbereich */
	color: #fff;
}

#footer a:link, #footer a:visited {
	color:#818273;
	border:none;
	font-weight:normal;
}
#footer a:hover, #footer a:focus {
	color:#00AEEF;
}

/* Hauptmenue
*********************************************************************************************/
	
ul.menu {
	position: static;
	background: none;
	width:auto;
	right:auto;
	margin: -3px 0 0 2%;
	padding:0;
	left:0;
	font-family:'Futura Book','Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	font-size:180%;	
	color:#282D29;
}

ul.menu li a:link, ul.menu li a:visited {
	padding: 0;
	margin-right: 0.2em;
	color:#818273;
}

ul.menu li a:hover, ul.menu li a:focus {
	color:#00AEEF !important;
	background: none;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_parent a,
ul.menu li.current_page_parent a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color:#00AEEF !important;
	background: none;
}

ul.menu li.admintab a {
	position: absolute;
	left: 227px;
	bottom: 75px;
	font-size: 50%;
	color: #282D29;
}

/* Headings 
*********************************************************************************************/

h1, h2, h3, h4 {
	font-family: 'Futura Book', 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	color: #818273;
	letter-spacing: 0 !important;
}

.blog-title {
	font-size:180%;
	font-weight:normal;
	margin: 16px 0 0 2%;
	padding:0;
	text-transform: uppercase;
}

#header p.description {
	position:absolute;
	right:2%;
	top:0;
	margin:0;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #fff;
}

h1 a:hover {
	text-decoration: underline;
}

#primary h2 {
	font-weight: normal;
	text-align: left;
	font-size:250%;
}

#primary h2 a, #primary h3 a, #primary h4 a {
	color: #818273;
}

#primary h2 a:hover{
	color: #818273 !important;
	text-decoration: none !important;
}

#primary h3, #primary h4, .single #primary .k2-asides h3 {
	font-size:250%;
	text-align: left;
	font-weight: normal;
}

#primary h3 a:hover, #primary h4 a:hover {
	color: #fff !important;
}

#primary .entry-content h3 {
	font-size: 2.7em;
	margin: 40px 0 25px;
}

#primary .entry-content h4 {
	font-size: 1.47em;
	margin-top: 10px;
}

#primary div.hscroll h4 {
	font-size: 147%;
	margin-bottom:20px;
}

#primary div.cols h4 {
	font-size: 1.47em;
	margin:20px 0 5px;
}

ul.deep {
	display:block;
	margin-top:22px;
}

#primary .entry-content ul h4 {
	margin: 0 0 10px;
}

.cyanfont {
	font-size: 110%;
	color: #00AEEF;
}

/* DDFM
*********************************************************************************************/

.required {
	color: #00AEEF !important;
}

form.ddfm {
	padding:0 !important;
}

input.fmverify {
	margin:1px;
}

input.fmtext, input.fmverify, 
form.ddfm textarea {
	background:#3A403B;
	border:1px solid #1C2120;
	color:#fff !important;
}

input.fmtext:hover, input.fmverify:hover, 
form.ddfm textarea:hover {
	background:#fff;
	border:1px solid #00AEEF;
	color:#000 !important;
}

form.ddfm div.fmhalfblock, form.ddfm label {
	color: #818273 !important;
}

div.submit input {
	border:1px solid #00AEEF;
	background: #00AEEF;
	cursor:pointer;
}

div.submit input:hover {
	border:1px solid #00AEEF;
	background: #008DBF;
}

/* Ausblenden von Inhalten
*********************************************************************************************/
div.page-head, h1.entry-title, /*.secondary,*/
p.description,
p.footerstyledwith, p.footerpoweredby, p.footerfeedlinks, p.footerstats {
	position:absolute;
	left:-10000px;
	top:-10000px;
}