/*   
Theme Name: Ganymed 
Theme URI: http://ganymed.castor-und-pollux.de/ 
Description: A theme solely dedicated to ganymed.castor-und-pollux.de 
Version: 1.0 
Author: Matthias Planitzer
Author URI: http://ganymed.castor-und-pollux.de/ 
*/ 


/*************************************
 global settings
 *************************************/

* {
	margin:0;
	padding:0;
}

html {
	overflow: -moz-scrollbars-vertical !important;
}

body {
	background:#FFFFFF;
	font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	text-align:center;
	height: 100%;
}

/*************************************
 hn
 *************************************/

h1, h2, h3, h4, h5, h6 { 
	font-weight:normal; 
	color:#333333;
}

h1 {
	font-size:1.5em;
	line-height:2em;
	margin:0 0 0 0;
}

h2 {
	font-size:1.3em;
	line-height:1.154em;
	margin:1.154em 0 1.154em 0;
}

h3 {
	font-size:1.1em;
	line-height:1.363em;
	margin:1.363em 0 0 0;
}

h4 {
	font-size:0.9em;
	line-height:1.667em;
	margin:1.667em 0 0 0;
}

/*************************************
 misc
 *************************************/

abbr, acronym {
	font-style:normal; 
	border-bottom:1px dotted #666; 
	cursor:help;
}

code, pre {
	margin:1.5em 0;
	font:110% "Courier New", Courier, Monospace;
	color:#666;
}

span.c-u-p {
	font-family:Helvetica, Arial, "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-variant:small-caps;
}

span.ganymed {
	font-family:Futura, "Century Gothic", AppleGothic, sans-serif;
	font-style:oblique;
}

div.post-body span.c-u-p {
	font-size:1.1em;
}

img#wpstats {
	display:none;
}


/*************************************
 links
 *************************************/

a:link {
	text-decoration:none;
	color:#CC4444;
}

a:visited {
	text-decoration:none;
	color:#CC4444;
}


a:hover {
	text-decoration:none;
	color:#333333;
}

a:active {
	text-decoration:none;
	color:#CC4444;
}

a:focus {
	outline:none;
}


#sidebar a:link {
	text-decoration:none;
	color:#CC4444;
}

#sidebar a:visited {
	text-decoration:none;
	color:#CC4444;
}

#sidebar a:hover {
	text-decoration:none;
	color:#333333;
}

#sidebar a:active {
	text-decoration:none;
	color:#CC4444;
}

#sidebar a:focus {
	outline:none;
}

a img { 
	border:0; 
}

a.more-link, div.next_post_link a {
	display:inline-block;
	background-image:url(images/plus.gif);
	width:21px;
	height:21px
}

a.more-link:hover, div.next_post_link a:hover {
	background-image:url(images/plus2.gif);
}

div.prev_post_link a {
	display:inline-block;
	background-image:url(images/minus.gif);
	width:21px;
	height:21px;
}

div.prev_post_link a:hover {
	background-image:url(images/minus2.gif);
}

div.prev_post_link, div.next_post_link {
	display:inline;
}

div.prev_post_link {
	float:left;
}

div.next_post_link {
	float:right;
}


/*************************************
 list styles
 *************************************/

ul {
	list-style-type:none;
	list-style-position:outside;
}

ul li {
	margin:0;
	padding:0 0 0 25px;
}

div.post-body ul {
	list-style-position:outside;
	margin:1.5em 0 10px 0;
}

div.post-body ul li {
	margin:0;
	padding:0;
}

ol {
	margin:1.5em 0 10px 0;
	list-style-type:decimal;
	list-style-position:outside;
}

ol li {
	padding:0;
}

/*************************************
 blockquote
 *************************************/

blockquote {
	margin:11px 0 -11px;
	padding:0px 14px;
	font-size:1.543em;
	line-height:1.5em;
	color:#666666;
	font-style:oblique;
}

blockquote + p {
	padding:0px 14px;
}

/*************************************
 layout
 *************************************/

#wrap {
	width:839px;
	margin:0 auto;
	text-align:left; 
}

#container {
	height:1%;
	width:900px;
	margin:40px 0 15px 45px;
}

/*************************************
 header
 *************************************/

#header {
	width:296px;
	height:200px;
	margin:0 0 0px 45px;
	text-align:center;
}

#header a:focus {
	outline:none;
}

/*************************************
 main column
 *************************************/

#main {
	width:653px;
	display:inline; 
	float:left;
	margin-top: 80px;
}

#main-page {
	width: 653px;
	display:inline;
	float:left;
	margin-top: 59px;
}

#main-1 {
	margin:20px 35px;
}

/*************************************
 404 page
 *************************************/

#main-404 {
	width:633px;
	display:inline; 
	float:left;
	background:url(images/404.png) 0 100% repeat-y;
	height:563px;
	font-size:1em;
	line-height:1.5em
}

#main-1-404-1 {
	margin:187px 8px 0px 200px;
}

#main-1-404-2 {
	margin:0px 8px 0px 30px;
}

div.einzug-404 {
	margin:0px 0px 0px 20px;
}

span.link-404 {
	font-family:"Courier New", Courier, monospace;
	font-style:oblique;
	line-height:19px;
}

/*************************************
 post
 *************************************/

div.post {
	margin:0 0 3em;
	padding:0 0 1.5em;
	line-height:1.5em;
	border-bottom: 1px solid #CCCCCC;
}
                       
h5.post-date {
	margin:0;
	font-size:0.8em;
	line-height:1.875em;
	color:#999999;
	text-align:left;
}

h1.post-title, h2.post-title, h3.post-title {
	font:2.7em Helvetica, "Helvetica Neue", "Arial", sans-serif;
	line-height:1.111em;
	color:#333333;
	text-align:left;
	margin:0;
}

h2.archive-title {
	margin:0;
	font:1.5em Helvetica, "Helvetica Neue", "Arial", sans-serif;
	line-height:1em;
	color:#333333;
	text-align:center;
}

h1.post-title a, h2.post-title a, h3.post-title a {
	color:#333333;
}

div.post-body {
	margin:1.5em 0 0;
	text-align: justify;
}

div.post-body h4, div.post-body p h4 {
	font-size:1.3em;
	line-height:1.154em;
	margin:1.154em 0 1.154em 0;
}

div.post-body p {
	margin:1.5em 0 0 0;
}

div.post-body p.alignleft {
	margin:0 0 1.5em;
}

div.post-body .copy {
	font-size:0.8em;
	line-height:1.875em;
	margin:0;
}

div.prev-next {
	margin:1.5em 0 1.5em;
	padding:0 0 1.5em;
	text-align:center;
	line-height:1.5em;
}


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

#comments {
	margin: 0 0 3em;
	line-height:1.875em;
	font-size: 0.8em;
}

#comments h4 {
	margin:0 0 1.5em 0;
	letter-spacing:0.5em;
	line-height:1.667em;
	text-align:center;
	text-transform:uppercase;
}

#comments li {
	font-size:1em;
	line-height:1.5em;
	padding:0 0 1.5em;
}

#comments span.comment-heading {
	font-size:1em;
	line-height:1.5em;
	font-style:oblique;
}

#comments li p {
	font-size:1em;
	line-height:1.5em;
}

#comments li p + p {
	margin-top:1.5em;
}

/*************************************
 Pagenavigation
 *************************************/

.pagenavi {
	text-align:center;
	margin-top:-42px;
}

.pagenavi a, .pagenavi a:link, .pagenavi a:visited, .pagenavi a:active {
	padding:2px 4px 2px 4px; 
	margin:2px;
	text-decoration:none;
	border:1px solid #DDDDDD;
	color:#CC0000;	
}

.pagenavi a:hover {	
	border:1px solid #DDDDDD;
	color:#000000;
}

.pagenavi span.pages {
	padding:2px 4px 2px 4px; 
	margin:2px 2px 2px 2px;
	color:#000000;
}
.pagenavi span.current, .pagenavi span.extend {
	padding:2px 4px 2px 4px; 
	margin:2px;
	font-weight:bold;
	border:1px solid #DDDDDD;
	color:#000000;
}

/*************************************
 side
 *************************************/

#sidebar {
	display:inline;
	float:left;
	width:296px;
	font-size:0.8em;
	line-height:1.875em;
	position: fixed;
	background: transparent url(images/sidebar-line.gif) no-repeat 0 96px;
}

img.logo {
	margin-left: -22px;
	position: relative;
}

div.side-sec, div.side-sec-archives {
	height:1%;
	margin:0 0 1.875em;
}

div.side-sec-archives {
	margin-left: -7px;
}

div.side-sec-archives li.arch {
	margin-left: 7px;
}

div.side-sec-last {
	height:1%;
	margin:0 0 1.875em;
}

li.linkcat {
	background:transparent;
	list-style-type:none;
	margin-left:8px;
	padding:0px;
}

.prev, .next {
	height: 8px;
	width: 4px;
	border: 0px;
}

/*************************************
 footer
 *************************************/

#footer {
	padding:0 0 0 1px;
	margin:0 auto;
	width:760px;
	clear:both;
}

#footer p {
	margin:0;
	padding:20px 0;
	text-align:center;
}

div.footnote {
	display:inline;
	float:left;
	width:653px;
	margin-left:45px;
	text-align:center;
	font-size:0.8em;
	line-height:1.875em;
}

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

p img {
	padding:0;
	max-width:100%;
}

img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
}

.alignright {
	float:right;
}

.alignleft {
	float:left
}