/*
Theme Name: Blixed
Theme URI: http://www.kingcosmonaut.de/blix/
Description: <a href="http://themecorp.com/themes/blixed/" title="Blixed" target="_blank">Blixed by Sadish Bala</a>, based on <a href="http://www.kingcosmonaut.de/blix/" title="Blix Theme">Blix</a>
Version: 1.1
Author: Sadish / Sebastian Schmieg
Author URI: http://www.themecorp.com/
*/

/* reset
--------------------------------------------------*/

body,h1,h2,h3,h4,h5,h6,p,form,fieldset
{
	margin: 0;
	padding: 0;
}

.low { display: none; }

.alignright { float:right; margin: 0 0 10px 10px; }
.alignleft { float:left; margin: 0 10px 10px 0; }
.alignbaseline { position: relative; 
left: 0px; 
bottom: 0px;  }

/* body
--------------------------------------------------*/

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6em;
	text-align: center;
	color: #414141;
	background: #CDE8FD;
}

body#commentspopup
{
	background: white;
	padding: 0;
}

/* headings
--------------------------------------------------*/

h1
{
	margin: 0 0 8px 0;
	font-family: Verdana, Arial, sans serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4em;
}

#content h2
{
	margin: 0 0 8px 0;
	font-family: Verdana, Arial, sans serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.4em;
}

#content h3
{
	margin: 0 0 18px 0;
	font-size: 1.4em;
	line-height: 1.1em;
}

#content h4
{
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

#content.archive h2 { margin: 0 0 26px 0; }

#content.archive h3
{
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, sans serif;
	font-size: 1.4em;
	font-weight: normal;
}

#content.archive h4
{
	margin: 0 0 18px 0;
	font-size: 1em;
}

#content.archive h5
{
	margin: 0;
	font-size: 1em;
}

#contentfeatured
{
	background: #E3F2FE;
	padding: 20px 20px 5px 20px;
	}

#contentfeatured h2
{
	margin: 0 0 8px 0;
	font-family: Verdana, Arial, sans serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.4em;
}

#contentfeatured .info
{
	background: none;
}

#featuredpostimage img
{
	float:right; margin: 0 0 10px 10px;
}


/* links
--------------------------------------------------*/

a { text-decoration: none; }
a img { border: none; }

/* paragraphs, lists, etc
--------------------------------------------------*/

p
{
	margin: 0;
	padding: 0 0 18px 0;
}

ul
{
	margin: 0 0 0 1.4em;
	padding: 0 0 18px 0;
}

ul ul { padding: 0; }

blockquote
{
	margin: 1em;
	padding: 1em;
	font-style: italic;
}

pre
{
	overflow: auto;
	margin: 0 0 18px 0;
	padding: 4px;
}

pre, code, kbr { font-family: Courier, Monaco, monospace; }
code, kbr { padding: 0 2px; }

abbr, acronym
{
	font-size: 0.9em;
	letter-spacing: 1px;
}

ol li, ul li { margin-bottom: 0.5em; }

/* images
--------------------------------------------------*/

img.left
{
	float: left;
	margin: 0 12px 0 0;
	display: inline;
}

img.right
{
	float: right;
	margin: 0 0 0 12px;
	display: inline;
}

img.center
{
	display: block;
	margin: 0 auto;
}

/* container
--------------------------------------------------*/

#container
{
	width: 950px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	padding-top: 0;
	background: white url(images/spring_flavour/container_bg.gif) 652px 0px repeat-y;
}

#commentspopup #container
{
	width: 625px;
	padding: 0 15px;
}

#container.singlecol,
#commentspopup #container { background-image: none; }

/* header
--------------------------------------------------*/

#header
{
	height: 225px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: block;
	background-color: #F0F9F9;
	background-image: url(images/spring_flavour/header_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/* navigation
--------------------------------------------------*/

#navigation
{
	float: right;
	margin-top: 185px;
	height: 40px;
	line-height: 40px;
	background-color: #FFFFFF;
	opacity: 0.8;
	display: inline;
}

#navigation li a
{
	display: block;
	padding: 0 9px;
	font-size: 130%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#navigation li { border-color: white; }

#navigation a
{
	color: #333333;
}

#navigation li.current_page_item a:link,
#navigation li.current_page_item a:visited,
#navigation li.current_page_item a:hover,
#navigation li.current_page_item a:active,
#navigation a:hover
{
	color: #333333;
	background-color: #47CDF2;
	opacity: 0.5;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation li
{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	display: inline;
}



* html #navigation a { width: 1%; }



/* content
--------------------------------------------------*/

#content
{
	float: left;
	width: 615px;
	margin: 20px 0 20px 20px;
	display: inline;
}

#commentspopup #content
{
	float: none;
	padding-top: 0;
}

/* entry
--------------------------------------------------*/

.entry { margin: 0 0 40px 0; }

.entry .info
{
	position: relative;
	margin-top: -3px;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 0.9em;
}

.entry.single { clear: both; }
.entry.single .info { margin: 0 0 22px 0; }

.entry .info a
{
	margin-right: 3px;
}

.entry .info em
{
	font-style: normal;
}

.entry .author,
.entry .editlink a
{
	margin: 0;
	padding: 0 0 0 10px;
}

.entry #filedunder
{
	clear: both;
	padding: 3px 0 0 0;
	font-size: 0.9em;
	border-top: 1px solid;
}

/* Entry
--------------------------------------------------*/

.entry { margin: 0 0 40px 0; }
.entry .author { }

.entry .info
{
	border-color: #F3F4F4;
	background-color: #E3F2FE;
}

.entry .info a {  }

.entry .info .date
{
	padding-left: 12px;
	background: url(images/spring_flavour/post.gif) center left no-repeat;
}

.entry .info .author
{
	padding-left: 12px;
	background: url(images/spring_flavour/author.gif) center left no-repeat;
}

.entry .info .tags
{
	padding-left: 17px;
	background: url(images/spring_flavour/tags.gif) center left no-repeat;
}

.entry #filedunder { border-color: #F3F4F4; }

/* mini-entry
--------------------------------------------------*/

.minientry
{
	position: relative;
	margin: 0px 0 35px 0;
	padding: 10px 0;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
}

.minientry p { padding: 0; }

.minientry .commentlink
{
	margin-left: 3px;
	padding-right: 7px;
	border-right: 1px solid;
	font-size: 0.9em;
}

.minientry .permalink
{
	margin-left: 3px;
	font-size: 0.9em;
	font-style: normal;
}

.minientry .author,
.minientry .editlink a
{
	margin-left: 6px;
	padding: 0 8px 0 10px;
	border-left: 1px solid;
	font-size: 0.9em;
	font-style: normal;
}

.minientry .editlink a { margin: 0; }

/* comments
--------------------------------------------------*/

#comments h2 { margin-bottom: 24px; }

#comments h2 a
{
	margin-left: 2px;
	padding-left: 6px;
	border-left: 1px solid;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.55em;
}

#comments ul { margin: 0 0 0 20px; }

#comments li
{
	position: relative;
	margin-bottom: 18px;
}

#comments li p { padding: 0 0 10px 10px; }

#comments .header
{
	position: relative;
	min-height: 19px;
	/* 19 + 3 +3 = 25px = height of gravatar */
	margin: 5px 0 5px 0;
	padding: 3px 6px;
}

#comments .avatar
{
	float: left;
	margin: 10px 5px 4px 0;
	display: inline;
}

* html #comments .header { height: 19px; }

/* IEWin */
#comments .header strong { font-family: Verdana, Arial, sans serif; }

#comments .header .gravatar
{
	position: absolute;
	top: 1px;
	right: 1px;
}

/* form
--------------------------------------------------*/

form { padding: 6px 0; }
#commentform, #contactform { margin-bottom: 18px; }
#commentform { background-color: #E3F2FE; padding-left: 10px; padding-right: 10px;}
form fieldset { border: 0 solid; }

/* Opera */
form p
{
	padding: 6px 0;
	border-bottom: 1px solid;
}

form label
{
	display: block;
	float: left;
	width: 150px;
	display: inline;
}

#commentform label { margin: 0 15px 0 15px; }
#contactform label { margin: 0 15px 0 0; }

form em
{
	margin-left: 5px;
	font-size: 0.9em;
	font-style: normal;
}

form input, form textarea
{
	padding: 3px;
	width: 200px;
	border: 1px solid;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
}

form textarea { overflow: auto; }
#commentform input { width: 200px; }
#commentform textarea { width: 325px; }
#contactform textarea, #contactform #bx_subject { width: 465px; }
* html #commentform textarea { width: 320px; }

/* IE WIN; but why? */
* html #contactform textarea,
* html #contactform #bx_subject { width: 445px; }

/* IE WIN; but why? */
form .button
{
	width: 90px !important;
	border-bottom: 1px solid;
	font-weight: bold;
}

#commentform .button { margin-left: 90px; }
#contactform .button { margin-left: 75px; }
form .hiddenfield { display: none; }
form .info { padding-left: 90px; }

/* archives
--------------------------------------------------*/

.archive .postspermonth
{
	margin: 0;
	list-style: none;
}

/* content misc
--------------------------------------------------*/

.next a
{
	float: right;
	display: inline;
}
.previous a
{
	float: left;
	display: inline;	
}

#entrynavigation
{
	overflow: auto;
	height: 1%;
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid;
	font-size: 0.9em;
}

/* subcontent
--------------------------------------------------*/

#subcontent
{
	float: right;
	width: 270px;
	padding: 12px 10px 0 10px;
	font-size: 95%;
	line-height: 1.5em;
	display: inline;
}

* html #subcontent { padding-top: 32px; }

/* dirty fix for IEWIN; temporary! */
#subcontent ul, #subcontent p { margin: 0 10px; }

/* subcontent headings
--------------------------------------------------*/

#subcontent h2
{
	font-family: Verdana, Arial sans serif;
	font-size: 110%;
	color: #333333;
	background: white url(images/spring_flavour/sidebarhead.gif) top left no-repeat;
	line-height: 19px;
	margin-bottom: 3px;
}

#subcontent h2 em
{
	display: block;
	padding: 5px 10px;
	font-style: normal;
}


/* subcontent list
--------------------------------------------------*/

#subcontent ul li
{
	margin: 2px 0 2px 18px;
	padding-bottom: 2px;
	border-bottom: 1px solid;
}

#subcontent li a
{
	display: block;
	padding: 1px 0;
	height: 1%;
	/* IE WIN */
}

#subcontent ul.categories li ul { margin: 0; }

#subcontent ul.categories li li
{
	margin: 0;
	padding: 0 0 3px 0;
	border-bottom: none;
}

#subcontent ul.categories li ul ul { margin: 0 0 0 16px; }

/* calendar
--------------------------------------------------*/

#wp-calendar
{
	display: inline;
	border-collapse: collapse;
	width: 185px;
	margin: 0px 10px 0 10px;
	text-align: center;
}

#subcontent table caption
{
	margin: -5px 10px 0 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	letter-spacing: 0.1em;
}

#subcontent table thead tr { border-bottom: 1px solid; }
#subcontent table th { border-bottom: 1px solid; }

#subcontent table td
{
	width: 200px;
	/* maximaize width; honestly, I don't know much about tables... */
	padding: 1px;
	font-size: 0.9em;
}

#subcontent table td#today
{
	padding: 0;
	border: 1px solid;
	font-size: 1em;
	font-weight: bold;
}

#subcontent table td a
{
	display: block;
	border-bottom: 1px solid;
	font-weight: bold;
	font-size: 1.15em;
}

#subcontent table tfoot { border-top: 1px solid; }

#subcontent table tfoot a
{
	border: none;
	font-weight: bold;
}

#subcontent table tfoot #prev a { text-align: left; }
#subcontent table tfoot #next a { text-align: right; }

/* subcontent headings
--------------------------------------------------*/


/* subcontent list
--------------------------------------------------*/

#subcontent ul li
{
	list-style-image: url(images/spring_flavour/post_yellow.gif);
	border-bottom-color: #F0F0F0;
}

#subcontent li a:hover { background-color: #E3F2FE; color: #FE0295; text-decoration: underline; }
#subcontent ul.pages li { list-style-image: url(images/spring_flavour/post_yellow.gif); }
#subcontent ul.categories li,
#subcontent ul.months li { list-style-image: url(images/spring_flavour/categories_yellow.gif); }
#subcontent ul.links li { list-style-image: url(images/spring_flavour/links_yellow.gif); }
#subcontent ul.feeds li { list-style-image: url(images/spring_flavour/feeds_yellow.gif); }
#subcontent ul.posts li { list-style-image: url(images/spring_flavour/post_yellow.gif); }

#subcontent ul.pages ul
{
	margin: 0;
	padding: 0;
	border: 0;
}

#subcontent ul.pages li li,
#subcontent ul.categories li li
{
	list-style-image: url(images/spring_flavour/sub_categories_yellow.gif);
	border: 0;
}

/* calendar
--------------------------------------------------*/

#wp-calendar { color: #A0A0A0; }
#subcontent table caption { border-bottom-color: #F3F4F4; }

#subcontent table thead tr
{
	border-bottom-color: #F3F4F4;
	color: #414141;
}

#subcontent table th { border-bottom-color: #F3F4F4; }

#subcontent table td#today
{
	border-color: #F3F4F4;
	color: #414141;
}

#subcontent table td a
{
	border-bottom-color: #A3C159;
	background-color: #CDE8F8;
}

#subcontent table tfoot { border-top-color: #F3F4F4; }
#subcontent table tfoot a { background: none; }

/* footer
--------------------------------------------------*/

#footer
{
	clear: both;
	padding: 0;
	font-size: 0.95em;
}

.singlecol #footer { padding: 25px 0 15px 0; }

#footer p
{
	padding: 12px 0 18px 0;
	border-top: 1px solid;
}

#footer strong { font-weight: normal; }
.singlecol #footer p { padding: 12px 70px 18px 70px; }


#footer
{
	color: #BBBBBB;
	background: #E3F2FE;
}

.singlecol #footer { background-image: none; }
#footer p { padding: 20px; border-top: 10px solid #CDE8FD; }
#footer a { color: #BBBBBB; text-decoration: underline; }
#footer a:hover { color: #AAAAAA; }
#footer strong { color: #BBBBBB; }


/* headings
--------------------------------------------------*/

h1, h1 a,
h2, h2 a,
h3 a,
h4 a { color: #333333; }
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover { color: #FF9700; }

/* links
--------------------------------------------------*/

a { color: #FE0295; }
a:hover { color: #FE9A00; }

a.commentlink
{
	padding-left: 16px;
	background: url(images/spring_flavour/comments.gif) center left no-repeat;
}

a.more
{
	padding-right: 10px;
	background: url(images/spring_flavour/more.gif) center right no-repeat;
}

/* paragraphs, lists, etc
--------------------------------------------------*/

pre,
code,
blockquote
{
	background-color: #F8FAF2;
	border-left: #a3c159 2px solid;
}

kbr { color: #FE9A00; }



/* Comments
--------------------------------------------------*/

#comments h2 { margin-bottom: 24px; }
#comments h2 a { color: #333333; }
#comments li.comment { list-style-image: url(images/spring_flavour/comments.gif); }
#comments li.trackback,#comments li.pingback { list-style-image: url(images/spring_flavour/pingtrackback.gif); }

#comments .header { background-color: #CDE8F8; }
#comments .header.alt { background-color: #E9F7F6; }
#comments li p { color: #666; }

/* form
--------------------------------------------------*/

form p { border-color: white; }
form label { color: #FE0295; }
form em { color: #C8C8B4; }
form input { color: #414141; }
form input, form textarea { border-color: #DCDCDC #F0F0F0 #F0F0F0 #DCDCDC; }
form input:focus, form textarea:focus { border-color: #9a9a9a #c0c0c0 #c0c0c0 #9a9a9a; }

form .button
{
	border-color: white #DCDCDC #DCDCDC white;
	background-color: #F0F0F0;
}

/* Archives
--------------------------------------------------*/

.archive .postspermonth { color: #A0A0A0; }

/* content misc
--------------------------------------------------*/

.next a
{
	padding-right: 10px;
	background: url(images/spring_flavour/next.gif) center right no-repeat;
}

.previous a
{
	padding-left: 10px;
	background: url(images/spring_flavour/previous.gif) center left no-repeat;
}

#entrynavigation { border-color: #F3F4F4; }

.editlink
{
	position: absolute;
	height: 14px;
	width: 14px;
	right: 2px;
	background: url(images/spring_flavour/edit.gif) 0 -14px;
}

html>body .editlink { bottom: 6px; }

.entry .info .editlink a,
.minientry .editlink a,
#comments li .editlink a
{
	display: block;
	height: 14px;
	width: 14px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1px;
	/* IEWin */
	line-height: 0;
	/* IEWin */
	text-indent: -9999px;
	background: url(images/spring_flavour/edit.gif) 0 0;
}

.entry .info .editlink a:hover,
.minientry .editlink a:hover,
#comments li .editlink a:hover { background: none; }

/* subcontent
--------------------------------------------------*/


.justgiving {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
.commenthead {
	background-color: #EBEBEB;
	padding: 3px;
}

ol {
	margin-left: 0px;
	padding-left: 0px;
}

.commentlist {
	margin-left: 0px;
	padding-left: 0px;
}
