/* 
Theme Name: Evanite Juni 2009
Description: Evanite Juni 2009
Author: Stefan Kr&ouml;ber
Author URI: http://www.arcance.net
Version: 0.5
*/

/** LAYOUT **/
body {
	background: url('images/head-bg.png') repeat-x #f5f9f7;
}

/** HEAD STYLES **/
#head {
	position: relative;
	float: right;
	width: 940px;
	height: 115px;
	margin-bottom: 20px;
	background: url('images/head-bg.jpg') left 5px no-repeat;
}
#loop {
	position: absolute;
	top: 90px;
	left: -90px;
	width: 70px;
	height: 70px;
	background: url('images/head-loop.png') no-repeat;
}
#logo {
	position: absolute;
	top: 25px;
	left: 60px;
	height: 45px;
	width: 220px;
}
#nav {
	position: absolute;
	top: 40px;
	left: 365px;
}
#lang {
	position: absolute;
	top: 28px;
	left: 903px;
}

/** PAGE STYLES **/
#page {
	float: right;
	width: 940px;
}

.full {
	margin-right: 20px;
	margin-bottom: 20px;
}

.wide  {
	position: relative;
	width: 600px;
	margin-bottom: 20px;
}

.small {
	width: 280px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.half {
	width: 430px;
	margin-bottom: 20px;
}

.post {
	padding-left: 20px;
	padding-right: 20px;
}

.smallposts {
	background: url('images/vertical-separator.png') 50% top repeat-y;
	margin-bottom: 65px;
}
.smallpost {
	padding-left: 20px;
	padding-right: 20px;
	width: 260px;
}

.meta, .white {
	padding: 5px 20px 5px 20px;
	background: url('images/horizontal-separator.png') left bottom repeat-x #fff;
}
.meta span, .smallmeta span {
	padding-bottom: 5px;
}
.smallmeta {
	position: absolute;
	bottom: -45px;
	width: 260px;
	padding: 5px 20px 5px 20px;
	background: url('images/horizontal-separator.png') left bottom repeat-x #fff;
}
.smallmeta.right {
	right: 0px;
}
.blognews, .themenews {
	width: 440px;
	padding-right: 20px;
}
.recent, .loved {
	padding-left: 20px;
	padding-right: 20px;
}
.contact-text {
	width: 150px;
	padding-top: 5px;
}
.contact-form, .input  {
	padding: 3px;
	background-color: #dfece6;
	margin-bottom: 20px;
	width: 392px;
}
.input-frame {
	padding: 3px;
	background-color: #dfece6;
	margin-bottom: 20px;
}
.contact-form input, .contact-form textarea {
	width: 380px;
	padding: 5px;
	border: 1px solid #c1d7cd;
}
input[type="submit"] {
	padding: 5px;
	border: 1px solid #c1d7cd;
}
.sidebar input[type="text"] {
	width: 195px;
	padding: 6px 5px;
	border: 1px solid #c1d7cd;
}
.sidebar #rss {
	margin-bottom: 20px;
}
.comment, .pingback {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfece6;
}
.even {
	background-color: #fff;
}
.comment.even .commentUser, .comment.odd .commentUser {
	float:left;
	width: 130px;
	padding-left: 20px;
}
.comment.even .commentText, .comment.odd .commentText {
	float:left;
	width: 410px;
	padding-right: 20px;
	padding-left: 20px;
}
.pingback.even .commentText, .pingback.even .commentUser, .pingback.odd .commentUser, .pingback.odd .commentText {
	float: none;
	padding-left: 20px;
	padding-right: 20px;
}
.attention {
	width: 470px;
	background: url('images/attention.gif') right 50% no-repeat #FFFBCC;
	border: 1px solid #DFD56F;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 80px;
	margin-bottom: 20px;
	color: #7F5C00;
}

/** FOOT STYLES **/
#foot-wrap {
	width: 100%;
	background: url('images/foot-bg.png') repeat-x;
}
#foot {
	float: right;
	width: 940px;
	height: 99px;
	background: url('images/foot-bg.jpg') left 9px no-repeat;
}

/** FONT & LINK STYLES **/
.frame {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #c1d7cd;
}
body {
	font-size: 14px;
	color: #687c71;
	font-family: Verdana, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #494949;
	font-family: "Segoe UI", "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	font-weight: 100;
	padding-bottom: 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #ba0000;
}
h2 {
	font-size: 18px;
}
h2.red {
	color: #ba0000;
}
h3 {
	font-size: 18px;
}
.rule {
	padding-bottom: 5px;
	border-bottom: 1px solid #dfece6;
	margin-bottom: 10px;
}
.intro h2, .post h2 {
	font-size: 22px;
}
.blognews h2, .themenews h2 {
	font-size: 18px;
}
.themenews .post h2 { 
	color: #ba0000;
}
p {	
	padding-bottom: 15px;
}
.intro p {
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}
.post p {
	line-height: 20px;
	font-size: 14px;
}
.smallpost p, .blognews p {
	line-height: 18px;
	font-size: 13px;
}
code {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	background-color: #fff;
	padding: 3px;
}
a {
	color: #3ca2a2;
	text-decoration: none;
}
a:hover {
	color: #ba0000;
}
#nav {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 13px;
}
#nav a {
	display: block;
	color: #7ccbcb;
	height: 25px;
	text-shadow: 1px 1px 1px #000;
}
#nav .current_page_item a {
	color: #ba0000;
	padding-right: 6px;
	background: url('images/nav-right.gif') right top no-repeat;
	text-shadow: none;
}
#nav .current_page_item a:hover {
	color: #ba0000;
}
#nav a:hover {
	color: #dfece6;
}
.post p, .smallpost p {
	text-align: justify;
}
.more-link {
	color: #ba0000;
}
.meta, .smallmeta {
	color: #959595;
	font-family: "Segoe UI", "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
.meta a, .smallmeta a {
	color: #959595;
}
.meta a:hover, .smallmeta a:hover {
	color: #ba0000;
}
.meta p {
	padding-bottom: 5px;
	color: #818181;
}
.meta .rss {
	text-transform: none;
	font-size: 12px;
	border-bottom: 1px solid #dfece6;
	margin-bottom: 10px;
}
.meta .rss a {
	color: #3ca2a2;
}
.tags a {
	color: #fff;
	background-color: #ababab;
	padding: 0 2px 1px 2px;
	text-shadow: 1px 1px 1px #555;
}
.tags a:hover, .cats a:hover {
	color: #fff;
	background-color: #ba0000;
	text-shadow: 1px 1px 1px #4F0000;
}
.cats a {
	color: #fff;
	background-color: #92c7a3;
	padding: 0 2px 1px 2px;
	text-shadow: 1px 1px 1px #2F7F49;
}
.sidebar {
	font-family: "Segoe UI", "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 13px;
}
.recent, .loved {
	font-family: "Segoe UI", "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 14px;
}
.archiv a, .widget_categories a, .recent a, .loved a, .profilelinks a, .widget_betterblogroll a {
	color: #687c71;
	display: block;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #dfece6;
}
.widget_tag_cloud {
	text-align: center;
}
.widget_tag_cloud h2 {
	text-align: left;
}
.widget_tag_cloud a {
	color: #687c71;
}
.widget_tag_cloud a:hover {
	color: #ba0000;
}
.archiv a:hover, .widget_categories a:hover, .recent a:hover, .loved a:hover, .profilelinks a:hover, .widget_betterblogroll a:hover {
	color: #ba0000;
	background-color: #fff;
}
.navigation a {
	background-color: #fff;
	padding: 5px 10px;
	border-top: 1px solid #dfece6;
}
.profile span a {
	position: absolute;
	right: 20px;
	background-color: #fff;
	padding: 9px 10px 8px 10px;
	border-top: 1px solid #dfece6;
	border-right: 1px solid #dfece6;
}
.recent span a {
	background-color: #fff;
	padding-right: 10px;
	border-top: 1px solid #dfece6;
	border-right: 1px solid #dfece6;
	border-bottom: none;
	display: inline;
	margin-left: 10px;
}
.contact-form span {
	font-size: 11px;
}
input[type="text"], textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #687c71;
}
input[type="submit"] {
	color: #687c71;
	background-color: #fff;
}
input[type="submit"]:hover {
	color: #ba0000;
}
.widget_twitter abbr, .widget_lastfm abbr, .archiv abbr {
	color: #a4c1b4;
	font-size: 11px;
}
.attention a {
	color: #9F2900;
}
.attention a:hover {
	color: #7F5C00;
}
.wpcf7, #respond {
	font-family: Arial, Helvetica, sans-serif;
}
#foot {
	color: #92c7a3;
	font-size: 13px;
	text-shadow: 1px 1px 1px #04313F;
}
#foot a {
	color: #dfece6
}

/** LIST STYLES **/
ul {
	list-style: none;
}
#nav ul {
	list-style: none;
}
#nav li {
	float: left;
	height: 25px;
	margin-right: 35px;
}
#nav li.current_page_item {
	padding-left: 4px;
	background: url('images/nav-left.gif') no-repeat;
}
.post ul, .post-comments ul {
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 15px;
}
.post ul ul, .post-comments ul ul {
	list-style: circle;
	margin-left: 50px;
}
.post ul ul ul, .post-comments ul ul ul {
	list-style:square;
	margin-left: 70px;
}
.post li {
	margin-bottom: 5px;
}
.themenews .post ul {
	list-style: none;
	margin-left: 0;
}
.archiv ul, .sidebar ul, .recent ul, .loved ul, .widget_tag_cloud, .widget_betterblogroll ul {
	list-style: none;
	margin-bottom: 20px;
}
.archiv li li:first-child, .widget_categories li:first-child, .recent li li:first-child, .loved li li:first-child, .profilelinks li:first-child, ol.commentlist li:first-child, .widget_betterblogroll li:first-child {
	border-top: 1px solid #dfece6;
} 
.sidebar ul {
	list-style: none;
	margin-bottom: 20px;
}
.sidebar li.nolink {
	padding: 5px 0 5px 10px;
}
.widget_twitter li, .widget_lastfm li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dfece6;
}
.widget_twitter li:first-child, .widget_lastfm li:first-child {
	border-top: 1px solid #dfece6;
}
ol.commentlist {
	list-style: none;
}
#foot ul {
	list-style-type: none;
	text-align: right;
	padding-right: 25px;
	padding-top: 18px;
}
#foot ul li {
	padding: 3px 0 3px 0;
}
ul.hideList li {
	list-style: none;
}

/** STICKY FOOTER SETUP **/
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto; 
	min-height: 100%;
}
#main {
	padding-bottom: 99px;
}
#foot-wrap {
	position: relative;
	margin-top: -99px;
	height: 99px;
	clear:both;
}

/** RESETS, FIXES ETC **/
* {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.clear {
	clear:both;
}
.stickfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.stickfix {
	display: inline-block;
}

* html .stickfix { /**  IE-mac hack **/
	height: 1%;
}
.stickfix { /**  IE-mac hack */
	display: block;
}
.level {
	width: 100%;
	height: 1px;
}
.clear-form {
	clear: both;
	width: 100%;
	height: 1px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.alignright {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}