/*
Theme Name: Abraxandria
Theme URI: http://codecandies.de/themes/abraxandria
Description: Abraxandria Theme for http://abraxandria.de
Version: 1.0
Author: Abraxandria/Codecandies
Released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/

/* Resets */
html, body, div, p, h1, h2, h3, h4, h5, img { margin:0;padding:0;}
img {border:none;}
/* Global Links */
a, label {color: #7fbbe0;}
a:link, a:visited {text-decoration: underline;}
a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Body Styles */
body {
	background: #000;
	color: #829299;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
/* Header (is 100% wide )*/
.header {
	background: #000 url(images/blumenband.png) repeat-x;
	height: 270px;
	margin-bottom: 50px;
}
.header h1 {
	margin: 0 auto;
	width: 960px;
}
.header h1 a {
	display: block;
    font-size: 3.0em;
	color: #fff;
	margin: 0;
	padding: 0;
	background: transparent url(images/abraxandria.png) no-repeat 0 0;
	text-indent: -5000em;
	width: 345px;
	height: 67px;
}
.header h1 a:focus {
	outline: 0;
}
/* Wrapper (940px, automargined) */
.wrapper {
	background: #000 url('images/blumen_unten.png') no-repeat 50% 100%;
	margin: 0 auto;
	padding: 0 0 490px 0;
	overflow: hidden;
	width: 940px;
}
* html .wrapper { /* IE 6 */
	height: 1%;
}
/* Content */
.content {
	float: left;
	margin-right: 100px;
	width: 600px; /* 620px */
}
/* Articles */
.article, .articlehead {
	overflow: hidden;
}
* html .article, * html .articlehead { /* IE 6 */
	height: 1%;
}
.article {
	background: transparent url(images/geckobar.png) no-repeat 50% 0;
	margin-top: 50px;
	padding-top: 80px;
}
#content .first { /* first article lacks header graphic */
	background: none;
	margin-top: 0;
	padding-top: 0;
}
.articlehead {
	margin-bottom: 15px;
}
.articlehead h2 {
	background: #000 url('images/pusteblume.png') no-repeat 0 50%;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 5px;
	padding-left: 40px;
}
/* lower heading for searches, archives etc. */
.articlehead h4 {
	font-size: 16px;
	font-weight: 400;
}
.articlehead h2 a {
	text-decoration: none;
}
.articlecontent {
	margin-bottom: 20px;
}
.articlecontent p,
.articlecontent ul,
.articlecontent table,
.articlecontent ol {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 1em;
}
div.wp-caption { /* wordpress puts a useless style-attribute in there, buh! */
	width: 100% !important;
}
.articlecontent .wp-caption-text { /* image caption */
	font-style: italic;
	font-weight: 400;
	padding-top: 5px;
	text-align: center;
}
.articlecontent img.alignleft {
	float: left;
	margin: 5px 16px 7px 0;
}
.metadata {
	font-size: 13px;
}
.metadata a:link, .metadata a:visited {
	text-decoration: none;
}
/* Pagenavigation */
.navigation {
	background: transparent url(images/geckobar.png) no-repeat 50% 50%;
	height: 43px;
	line-height: 43px;
	margin: 60px 0;
	position: relative;
}
.single .navigation {display: none;}
.single .content .nav_comments {
	display: block;
	margin: 20px 0 0 0;
}
.navigation .next {
	position: absolute;
	right: 0;
}
.navigation .prev {
	position: absolute;
	left: 0;
}
.navigation .next a,
.navigation .prev a {
	background: #000;
	text-decoration: none;
}
.navigation .next a {
	padding-left: 5px;
}
.navigation .prev a {
	padding-right: 5px;
}
/* lower headings in text etc. */
.content h3 {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 20px;
}
/* Comments */
ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
ol.commentlist li {
	border-bottom: 1px dotted #7fbbe0;
	min-height: 92px;
	padding: 20px 5px 20px 85px;
	position: relative;
}
* html ol.commentlist li { /* IE 6 */
	height: 92px;
}
ol.commentlist li.odd {
	background: #222;
}
ol.commentlist li p {
	line-height: 1.3;
	margin-bottom: 1.5em;
}
.comment-author {
	color: #999;
	font-size: 14px;
	margin-bottom: 14px;
}
.comment-author a:link,
.comment-author a:visited {
	color: #6d8a9b;
}
.comment-author a:hover {
	color: #fff;
}
.commentlist .avatar {
	border: 3px solid #fff;
	border-bottom: 12px solid #fff;
	position: absolute;
	left: 5px;
	top: 20px;
	width: 54px;
	height: 54px;
}
* html .commentlist .avatar { /* IE 6 */
	width: 60px;
	height: 60px;
}
.commentlist .reply {display:none;} /* deleted, no threading possible */
/* comment form */
#respond {
	margin: 40px 0;
}
h3#postcomment {
	margin-bottom: 0;
}
#commentform p {
	font-size: 16px;
	margin: 10px 0;
}
#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea {
	background: #eee;
	border: 1px solid #fff;
	padding: 2px;
	margin-right: 5px;
}
#commentform p textarea {
	padding: 0;
	height: 200px;
	width: 480px;
}
.help {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 20px;
}
#smilies {
	margin-bottom: 10px;
}
/* Sidebars */
.sidebar {
	float: left;
	overflow: hidden;
	padding-top: 5px;
	width: 240px;
}
/* Searchform */
div.search {
	background: #222;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
	-moz-border-radius: 5px;
}
input#s {
	background: #eee;
	margin-right: 10px;
	padding: 2px;
	width: 155px;
}
/* Search heading */
h2.found {
	font-weight: 400;
	margin-bottom: 40px;
}
/* left sidebar */
.sidebar_1 {
	display: none;
	/*float: left;
		width: 190px;
		margin-right: 20px;*/
}
/* right sidebar */
.sidebar_2 {
	/*float: left;*/
	/*width: 190px;*/
	width: 240px;
}
/* widgets */
.butterfly {
	background: transparent url("images/butterfly_blue_schraeg.jpg") 98% 30% no-repeat;
}
.widget {
	color: #829299;
	font-size: 14px;
	margin-bottom: 40px;
}
.widget a:link,
.widget a:visited {
	color: #6d8a9b;
	text-decoration: none;
}
.widget a:hover {
	color: #fff;
}
.widget h3 {
	color: #7fbbe0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget ul li {
	background: transparent url('images/heartbullet.png') no-repeat 0 0;
	line-height: 1.3;
	margin-bottom: 7px; 
	padding-left: 18px;
}
.widget ul li ul.children {
	list-style: disc;
	margin-left: 10px;
	margin-bottom: 7px;
}
.widget ul li ul.children li {
	background: none;
	font-size: 12px;
	margin: 0;
	padding: 2px 0px;
}
/* feedicon */
.feedarea  {
	height: 95px;
	width: 100px;
}
.feedarea  a {
	display: block;
    background-image:url(images/rss_panda-100x95.gif);
    background-repeat: no-repeat;
	height: 95px;
	width: 100px;
	text-indent: -5000em;
}
/* footer */
.footer {
	border-top: 1px solid #497a9d;
	clear: both;
	color: #777;
	font-size: 11px;
	padding: 5px 0;
	text-align: center;
}
.footer a:link,
.footer a:visited {
	text-decoration: none;
}
/* end! */
