/*
Theme Name: seeside
Theme Author: MS MANTOBER
Theme URI: http://www.ms-mantober.de
Author URI: http://www.ms-mantober.de
Theme Description: simple and clean, based on swiss theme by Ashley Morgan
Theme Version: 0.1
*/


/* Layout */

html * {
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	background: #FFFFFF;
	/* font-family: Helvetica, Arial, sans-serif; */
	font-family: Century Gothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 101%;
	font-weight:100;
	
	text-align: left;
	line-height: 150%;
	
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

/* Header */

#wrapper {
	margin-right: auto;
	margin-left: auto;
}

#header {
	margin-top: 80px;
	background-color: #000000;
}

#access {
	display: none;
}



/* title 

#blog-title {
	font-size: 4em;
	font-weight: bold;
	
	color: #000000;
	line-height: normal;
}

#blog-title a:link, #blog-title a:visited {
	color: #000000;
	text-decoration: none;
}

#blog-title a:hover {
	color: #000;
	background-color: #fff;
	letter-spacing: normal;
}

*/

#blog-description {
	color: #333333;
	font-size: 42px;
	
	margin: 0px;
	
	line-height: normal;
	text-align: left;
	float: left;
}

#blog-description a {
	font-weight: 100;
}

#container {
	clear: both;
	float: left;
	margin: 10px 0px 20px 0px;
}

#content {
}

#primary {
	float: left;
	margin: 0px;
	margin-top: 50px;
}

#secondary {
}

#footer {
	clear: both;
	font-size: 0.68em;
	text-align: left;
	
	margin: 0px;
	padding-top: 50px 0px 25px 0px;
}

h1 {
	font-weight:100;
	clear: both;
}

h2 {
	font-weight:100;
	clear: both;
}

h3 {
	font-weight:100;
}





/**********************/
/* Header-Navigation */




#facebook {
	position:fixed;
	left: 0;
	top:200px;
}

#menu {
	border: 0px;
	padding: 0px;
	float: right;
}

#menu > ul {
}

li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

.page_item > a {
	font-size: 14px;
	font-weight: 100 !important;
	color: #000000;
	text-decoration: none;
}

.page_item > a:visited {
	text-decoration: none;
}

.page_item > a:hover {
	text-decoration: none;
}

.current_page_item > a {
	font-size: 14px;
	font-weight: 100 !important;
	color: #000000;
	text-decoration: none;
}

.current_page_item > a:visited {
	text-decoration: none;
}

#search {
	float: left;
	
	margin-top: 0px 0px 0px 20px;
	padding: 0px;
}




/********/
/* Nav */

.nav-previous {
	float: left;
	margin-right: 20px;
}

.nav-next {
	float: right;
	margin-left: 20px;
}

#nav-above {
	clear: both;
	display: none;
}

#nav-below {
	clear: both;
	padding-top: 50px;
}




/*************/
/* Comments */

#comments {
	clear: both;
	
	margin: 0px;
	padding-top: 50px;
}


#respond {
	float: left;
	margin: 0px;
	padding-top: 50px;
}



form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform span.req-field {
	background: #fff;
	color: red;
}

form#commentform,form#commentform p {
	padding: 0;
}

input#author,input#email,input#url {
	width: 50%;
}

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
	width: 720px;
}

.comments ol li {
	line-height: 150%;
	list-style-position: inside;
	list-style-type: none;
}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
}

li.comment {
	padding: 20px 0 0 0;
	margin-top: 20px;
	width: 720px;
}

li.comment.bypostauthor {
	background: #F0F0F0;
	padding: 20px;
}

#comments ol {
	margin: 0;
}

.comment-author {
	font-size: 1.2em;
}

#login {
	font-size: 76%;
	line-height: 1.4em;
}



/*******************/
/* Entries */


.entry-title:before {
	color: #d4d4d4;
}

.entry-title a {
	font-weight:100 !important;
}

.entry-title {
	clear: both;
	color: #000000;
	font-size: 180%;
	line-height: 140%;
	
	margin-top: 50px;
	padding: 0px;
}

.entry-content {
	overflow: hidden;
}

.entry-date {
	font-size: 76%;
	line-height: 1.4em;
}

.entry-meta, 
.comment-meta  {
	color: #333333;
	font-size: 76%;
	line-height: 1.4em;
}

.meta-sep {
	color: #333333;
}

.comments-link {
	color: #5e5e5e;
}

abbr.published {
	border: none;
	cursor: default;
}





/*********************/
/* Archive & Search */


.archive, .search {
	background: #FFFFFF;
}

.archive .post, .search .post {
	margin: 0px;
}

.archive #nav-below, .search #nav-below {
	padding-top: 50px;
}





/***************/
/* Home */

.home .author {
	padding-right: 10px;
}

.home .entry-content {
	display: block;
}

.home .edit-link {
	display: none;
}

.home .post {
}

.home .cat-links {
	display: none;
}

.home .meta-sep {
	display: none;
}

.p3, .p5, .p7, .p9, .p11, .p13, .p15, .p17, .p19, .p21, .p23, .p25 {
	clear: both;
}





/***************/
/* Single */


.single .post {
	float: left;
	
	padding: 0px;
	margin: 0px;
}

.single .entry-meta {
	line-height: 120%;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}





/*********/
/* Page */


.page {
}

.page #search {
}

.page .entry-content ul li {
	list-style-type: none;
	margin-left: 0;
}






/***********/
/* Images */


img {
	border: none;
	overflow: hidden;
}

img.alignright {
	margin-left: 15px;
}

img.alignleft {
	margin-right: 15px;
}

img.center {
	text-align: center;
}


embed, object {
	margin-bottom: 10px;
}





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

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000;
}

a img {
	border: 0px solid #eaeaea;
}

a:hover img {
	border-color: #000;
}






/**********/
/* Lists */


.entry-content a {
}

.entry-content ul, ol {
}

.entry-content ul li {
	list-style-type: square;
}

.entry-content ol li {
}

dl {
	padding: 0 40px 20px 0;
}

dt {
	font-weight: normal;
	padding: 20px 0 0 0;
}

dd {
	padding: 0 20px 10px 0;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	color: #F0F0F0;
	padding-top: 2em;
}




/***************/
/* @group Sidebars */

.sidebar {
	font-size: 76%;
	line-height: 1.4em;
	
	clear: both;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}

.sidebar, .sidebar ul,.sidebar li {
	display: inline;
}

.sidebar li h3 {
	color: #333333;
	display: inline;
	font-size: 1em;
	padding-right: 5px;
	font-weight: normal;
}

.sidebar input#s {
	width: 10em;
}

.sidebar ul li ul li:before {
	color: #FFFFFF;
	content: "_";
}

.sidebar ul li ul li {
	padding-right: 5px;
}

li#pages, li#categories, li#archives, li.linkcat, li#rss-links, li#meta {
	clear: both;
	display: block;
	float: left;
	
	margin-left: 20px;
	margin-right: 20px;
}




/*********/
/* Etc. */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	border-bottom: 3px solid #F0F0F0;
	border-right: 3px solid #F0F0F0;
	font-weight: normal;
	margin: 25px;
	padding: 0 20px 5px;
}

.center {
	text-align: center;
}

p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

code, pre {
	background: #d4d4d4;
	overflow: auto;
	padding: 4px;
}

h2.page-title {
	/* zb. titel suchergebnis für:... */
	color: #000000;
	font-size: 101%;
	margin: 0px;
	padding-top: 0px;
}

small {
	font-size: 0.85em;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

acronym, abbr {
	border-bottom: 1px dotted;
	cursor: help;
}

label {
	cursor: pointer;
}




/***************/
/* unbekanntes */

.subheading {
	margin-right: 20px;
	margin-left: 20px;
}

.hide {
	display: none;
}



