/*
Theme Name: AlienBlog
Theme URI: http://blog.alienhome.org/
Version: 2007.12.29
Author: Alien
Author URI: http://alienhome.org/
*/


/****************************************************************************************
/* GLOBAL
/****************************************************************************************/

/* Reset
--------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, a, div, p {
	margin:0;
	padding:0;
}
a img {border:none;}
form, fieldset {border:none;}
form .hiddenfield {display:none;}
.low {display:none;}

/* Links
--------------------------------------------------*/
a {
	text-decoration:none;
	color:#396;
}
a:hover {color:#270;}

/* Paragraphs, lists, etc
--------------------------------------------------*/
p.imgbasket {
	text-align:center;
}
.quotelink, .editlink {
	font-family:tahoma;
	font-size:10px;
	font-weight:normal;
}
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:12px;
	letter-spacing:1px;
}
pre, code {background-color:#F8FAF2;}
kbr {color:#009193;}

/* Image
--------------------------------------------------*/
img.left {
	float:left;
	margin:0 12px 0 0;
}
img.right {
	float:right;
	margin:0 0 0 12px;
}
img.center {
	display:block;
	margin:0 auto;
}


/****************************************************************************************
/* LAYOUT
/****************************************************************************************/

/* Body & Form
--------------------------------------------------*/
body {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:12px;
	line-height:20px;
	color:#033;
	background:#a5ddd4 url(img/page_bg_2.gif) top center repeat;
}

/* Fading Background
--------------------------------------------------*/
#fadebg {background:url(img/page_bg_1.gif) top center repeat-x;}

/* Container
--------------------------------------------------*/
#container {
	width:760px;
	margin:0 auto;
	background:#fff url(img/container_bg.jpg) repeat-y;
}

#container.about {
	background:#fff url(img/container_singlecol_bg.jpg) repeat-y;
}

/* Header
--------------------------------------------------*/
#header {
	height:170px;
	background-image:url(img/alienblog.jpg);
}

/* Navigation
--------------------------------------------------*/
#navigation {
	font-size:1px;	/* DIRTY FIX */
	height:50px;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navigation li {
	float:left;
	padding:0;
	height:50px;
}

/* Footer
--------------------------------------------------*/
#footer {
	clear:both;
	padding:20px 40px;
	color:#A0A0A0;
	background:url(img/sidebar_bottom.jpg) 550px bottom no-repeat;
}
.about #footer {
	background:none;
}
#footer strong {
	font-weight:normal;
	color:#009193;
}
#footer a {
	color:#A0A0A0;
}
#footer a:hover {
	color:#414141;
}

/* Content
--------------------------------------------------*/
#content {
	float:left;
	padding:30px 10px 0 20px;
	background:url(img/content_top.jpg) top left no-repeat;
	width:520px;
}

/* Comments
--------------------------------------------------*/
#comments {
	margin:0 auto;
	width:480px;
}

/* Sidebar
--------------------------------------------------*/
#sidebar {
	float:right;
	margin:0;
	padding:15px 0 0;
	list-style:none;
	width:210px;
	background:url(img/sidebar_top.jpg) top left no-repeat;
}


/****************************************************************************************
/* CONTENT
/****************************************************************************************/

/* Entry Navigation
--------------------------------------------------*/
.entrynav {
	margin:0 30px 10px;
	height:30px;
	font-family:Georgia,serif;
	font-style:italic;
	font-size:18px;
	line-height:30px;
}
.entrynav .next {float:left;}
.entrynav .prev {float:right;}

/* Content Headings
--------------------------------------------------*/
#content h1 {
	font-family:Georgia, ËÎÌå, serif;
	font-size:26px;
	line-height:30px;
	font-weight:normal;
	text-align:center;
	background:url(img/content_title_bg.jpg) bottom center no-repeat;
	height:70px;
}
#content h2 {
	margin:10px 0 18px;
	padding-left:15px;
	font-family:Georgia, ËÎÌå, serif;
	font-size:16px;
	font-weight:bold;
	line-height:36px;
	background:url(img/entry_title_bg.jpg) top left no-repeat;
}
#commentlist h3 {
	margin:0;
	font-family:"Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size:12px;
	font-weight:bold;
}
#commentlist h3 a {
	text-decoration:underline;
}
h1, h1 a, h2, h2 a, h3, h3 a {color:#066;}
h1 a:hover, h2 a:hover, h3 a:hover {color:#007d7f;}

/* 404
--------------------------------------------------*/
p.notfound {
	padding:20px 40px;
	text-align:center;
}


/****************************************************************************************
/* POST
/****************************************************************************************/

/* Post
--------------------------------------------------*/
.post {
	margin-bottom:30px;
	padding-top:1px;	/* DIRTY FIX FOR IE & FIREFOX */
	font-size:14px;
	line-height:20px;
	word-wrap:break-word;	/* 1/2 Dirty Fix for Loooooong Text */
	white-space:normal;		/* 1/2 Dirty Fix for Loooooong Text */
}
.post .entry {
	padding:0 10px;
}

/* Detail
--------------------------------------------------*/
.post .detail {
	margin:20px 10px 0;
	padding-top:0px;
	font-size:12px;
	line-height:25px;
	cursor:default;
	color:#369;
	background:url(img/detail_bg.jpg) left top no-repeat;
}
.post .detail a {
	color:#369;
}
.post .detail a:hover {
	color:#036;
	text-decoration:underline;
}
.post .detail a.more {
	padding:5px 10px 5px 45px;
	font-weight:bold;
	background:url(img/icon_category.jpg) left top no-repeat;
}
.post .detail a.commentlink {
	padding:5px 10px 5px 45px;
	background:url(img/icon_comments.jpg) left top no-repeat;
}
.post .detail .category {
	padding:5px 10px 5px 45px;
	font-weight:bold;
	background:url(img/icon_category.jpg) left top no-repeat;
}
.post .detail .tag {
	padding:5px 10px 5px 45px;
	background:url(img/icon_tags.jpg) left top no-repeat;
}
.post .detail .tag input {
	padding:0 2px;
	border:1px solid #b3e3f2;
	font-size:12px;
	color:#369;
}
.post .detail .rss {
	float:right;
	padding:0 10px 0 20px;
	background:url(img/icon_rss.gif) left center no-repeat;
}
.post .detail .trackback {
	float:right;
	padding:0 10px 0 20px;
	background:url(img/icon_trackback.gif) left center no-repeat;
}

/* Post Calendar
--------------------------------------------------*/
.post .calendar {
	float:right;
	padding-right:10px;
	padding-top:5px;
	width:55px;
	height:60px;
	text-align:center;
	background:url(img/entry_calendar.jpg) no-repeat;
	cursor:default;
}
.post .calendar .month {
	font-family:Arial;
	font-size:10px;
	line-height:16px;
	color:#fff;
}
.post .calendar .day {
	font-family:Georgia, Serif;
	font-size:18px;
	color:#c00;
}
.post .calendar .time {
	font-family:Tahoma;
	font-size:9px;
	color:#919191;
	line-height:13px;
}

/* Paragraphs & Lists
--------------------------------------------------*/
.post p {
	margin:12px 0;
}
.post ul {
	margin:0 20px;
	padding-left:15px;
}
.post ul ul {
	margin:0;
}
.post ol {
	margin:0 20px;
	padding-left:20px;
}
.post ol {
	margin:0;
}

/* Quotes
--------------------------------------------------*/
.post blockquote {
	margin:12px 5px;
	padding:5px 10px 5px 15px;
	border:1px dashed #a8e8c0;
	border-left:6px solid #a8e8c0;
	background:#e5fbf0 url(img/blockquote.gif) top left no-repeat;
}
.post blockquote.lyrics {
	background:#e5fbf0 url(img/blockquote_lyrics.gif) bottom right no-repeat;
}


/****************************************************************************************
/* COMMENT LIST & COMMENT FORM
/****************************************************************************************/

/* Comment List
--------------------------------------------------*/
#commentlist {
	margin:0 0 40px;
	padding:0;
	font-size:14px;
	line-height:20px;
	list-style:none;
}
#commentlist li {
	margin-bottom:10px;
	background:#d6f2f5 url(img/comment_bg1.gif) repeat;
}
#commentlist li.alt {
	background:#d6f7d8 url(img/comment_bg2.gif) repeat;
}
#commentlist li .header {
	padding:10px 15px 0;
	cursor:default;
	background:url(img/comment_header1.gif) left top no-repeat;
}
#commentlist li.alt .header {
	background:url(img/comment_header2.gif) left top no-repeat;
}
#commentlist li .body {
	clear:both;
	padding:0 15px;
	width:450px;
	overflow:hidden;
	background:url(img/comment_footer1.gif) left bottom no-repeat;
}
#commentlist li.alt .body {
	background:url(img/comment_footer2.gif) left bottom no-repeat;
}
#commentlist .avatar {
	float:left;
	margin-right:10px;
	width:40px;
	height:40px;
}
#commentlist .commentmeta {
	font-size:11px;
}
#commentlist .counter {
	float:right;
	font-family:'Century Gothic', Verdana, Sans-Serif;
	color:#d9f9fe;
	font-size:36px;
	line-height:36px;
	font-style:italic;
	font-weight:bold;
	cursor:default;
}
#commentlist .alt .counter {
	color:#daffe8;
}

/* Paragraphs & Lists
--------------------------------------------------*/
#commentlist p {
	margin:12px 0;
}
#commentlist ul {
	margin:0 20px;
	padding-left:15px;
}
#commentlist ul ul {
	margin:0;
}
#commentlist ol {
	margin:0 20px;
	padding-left:20px;
}
#commentlist ol {
	margin:0;
}

/* Comment Quote
--------------------------------------------------*/
#commentlist .quoteheader {
	margin:10px 0 0;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
}
#commentlist .quoteheader a {
	color:#5db3ee;
}
#commentlist .quoteheader a:hover {
	color:#4788ca;
}
#commentlist .alt .quoteheader a {
	color:#70b287;
}
#commentlist .alt .quoteheader a:hover {
	color:#508f50;
}

#commentlist blockquote {
	display:block;
	margin:0 0 10px;
	padding:0 10px;
	font-size:12px;
	border:1px solid #8ed7ff;
	background:#b6ebf4 url("img/blockquote1.gif") no-repeat left top;
}
#commentlist .alt blockquote {
	border:1px solid #8de0aa;
	background:#b1f1d4 url("img/blockquote2.gif") no-repeat left top;
}

/* Comment Form
--------------------------------------------------*/
#commentform {
	margin-bottom:10px;
	padding:0;
	background:#d6f2f5 url(img/comment_bg1.gif) repeat;
}
#commentform .header {
	padding:10px 15px;
	background:url(img/comment_header1.gif) left top no-repeat;
}
#commentform .body {
	padding:0 10px;
	width:460px;
	overflow:hidden;
	background:url(img/comment_footer1.gif) left bottom no-repeat;
}
#commentform textarea {
	padding:5px;
	width:450px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:14px;
	line-height:20px;
	overflow:auto;
	border:none;
	background:#F8FFFB;
}
#commentform input {
	padding:2px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	border:1px solid #F8FFFB;
	width:200px;
	background:#F8FFFB;
}
#commentform p {
	margin:0px;
	padding:5px 0;
	line-height:15px;
	border-bottom:1px solid #6cc;
}
#commentform label {
	display:block;
	float:left;
	margin-right:15px;
	line-height:25px;
	width:80px;
}
#commentform em {
	margin:0 5px;
	font-size:12px;
	font-style:normal;
	color:#399;
}
#commentform #submit {
	clear:both;
	float:right;
	margin:5px 30px 0;
	border:none;
	line-height:20px;
	font-weight:bold;
	color:#066;
	width:90px;
	background:#f8fffb;
}

/* Emotion
--------------------------------------------------*/
#emotion {
	margin:10px 5px;
	text-align:center;
}
#emotion ul {
	list-style:none;
	display:inline;
}
#emotion ul li {
	float:left;
	display:block;
	padding:2px 0;
	width:25px;
}
#emotion ul li img {
	cursor:pointer;
}


/****************************************************************************************
/* SIDEBAR
/****************************************************************************************/

/* Sidebar Widget
--------------------------------------------------*/
#sidebar .widget {
	margin-bottom:30px;
	padding:0 15px;
	background:url(img/sidebar_title_bg.jpg) center top no-repeat;
}
#sidebar h3 {
	font-family:Georgia,serif;
	font-style:italic;
	font-size:16px;
	text-align:center;
	cursor:default;
	height:50px;
}
#sidebar a {
	color:#11824c;
}
#sidebar a:hover {
	color:#004d56;
}

/* Widget Content
--------------------------------------------------*/
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;	/* NEWNEWNEW */
	font-family:arial, tahoma;
}
#sidebar ul li {
	padding:2px 0;
	line-height:20px;
	border-bottom:1px solid #56d595;
	background:url(img/ico_default.gif) top left no-repeat;
	cursor:default;
}
#sidebar ul li.nolink {
	padding-left:25px;
}
#sidebar ul ul {
	margin:0;
}
#sidebar ul li li {
	padding:0;
}
#sidebar ul li a {
	display:block;
	margin-left:20px;
	padding-left:5px;
}
#sidebar ul li a:hover {
	background:#69d49e url(img/sidebar_li_bg.jpg) bottom left no-repeat;
}

/* Sidebar List - Category List
--------------------------------------------------*/
#sidebar ul.categories li {
	background:url(img/ico_category.gif) top left no-repeat;
}
#sidebar ul.categories li li {
	border-bottom:1px solid #a4ebc4;	/* DIRTY FIX FOR IE */
	background:url(img/ico_sub.gif) top left no-repeat;
}

/* Sidebar List - Event List
--------------------------------------------------*/
#sidebar ul.event_list li {
	background:url(img/ico_calendar.gif) top left no-repeat;
}
#sidebar ul.event_list li li {
	border-bottom:1px solid #a4ebc4;	/* DIRTY FIX FOR IE */
	background:url(img/ico_sub.gif) top left no-repeat;
}
.event_list_day, .event_list_month {color:#009193;}

/* Sidebar List - Poll List
--------------------------------------------------*/
#sidebar ul.polls {
	list-style-image:url(img/ico_poll.gif);
}
#sidebar ul.polls li strong {
	font-weight:bold;
	color:#009193;
}
#sidebar ul.polls li ul {
	margin:0;
}
#sidebar ul.polls li li {
	margin:0;
	padding:1px 0;
	border-bottom:none;
	list-style-image:none;
}
#sidebar ul.polls li ul ul {margin:0 0 0 16px;}

/* Sidebar List - Images
--------------------------------------------------*/
#sidebar ul.pages li {background:url(img/ico_post.gif) top left no-repeat;}
#sidebar ul.months li {background:url(img/ico_calendar.gif) top left no-repeat;}
#sidebar ul.countdown li {background:url(img/ico_calendar.gif) top left no-repeat;}
#sidebar ul.links li {background:url(img/ico_link.gif) top left no-repeat;}
#sidebar ul.feeds li {background:url(img/ico_rss.gif) top left no-repeat;}
#sidebar ul.posts li {background:url(img/ico_post.gif) top left no-repeat;}
#sidebar ul.related_post li {background:url(img/ico_relpost.gif) top left no-repeat;}
#sidebar ul.newposts li {background:url(img/ico_newpost.gif) top left no-repeat;}
#sidebar ul.reltags li {background:url(img/ico_reltag.gif) top left no-repeat;}

/* Event Calendar
--------------------------------------------------*/
#wp-calendar table {
	display:inline-table;
	border-collapse:collapse;
	width:100%;
	text-align:center;
	color:#396;
	cursor:default;
}
#wp-calendar table caption {
	font-family:Georgia,serif;
	font-size:16px;
	height:50px;
	color:#066;
	font-style:italic;
	font-weight:bold;
}
#wp-calendar table caption a {
	color:#066;
}
#wp-calendar table caption a:hover {
	color:#007d7f;
}
#wp-calendar table th {
	border-bottom:1px solid #56d595;
	color:#009193;
}
#wp-calendar table td {font-size:11px;}
#wp-calendar table td#today {
	border:none;
	color:#fff;
	font-weight:bold;
	background:#69d49e;
}
#wp-calendar table td a {
	display:block;
	background:#85e7b6;
}
#wp-calendar table td a:hover {
	font-weight:bold;
	background:#66e293;
}
#wp-calendar table.nav {
	border-top:1px solid #56d595;
}
#wp-calendar table.nav td a {
	padding:2px 5px;
	border:none;
	font-size:11px;
	font-weight:bold;
	background:none;
}
#wp-calendar #prev a {text-align:left;}
#wp-calendar #next a {text-align:right;}

/* Tag Cloud
--------------------------------------------------*/
#tagcloud {
	text-align:center;
	color:#A0A0A0;
	cursor:default;
}
#tagcloud li {
	list-style:none;
	text-align:center;
	color:#A0A0A0;
	cursor:default;
}
#tagcloud a {
	padding:1px 3px;
	line-height:110%;
	vertical-align:middle;
	white-space:nowrap;
}
#tagcloud a:hover {
	background:#69d49e url(img/sidebar_li_bg.jpg) center center no-repeat;
}

/* Latest Comments
--------------------------------------------------*/
#latestactivity li.alternate {
	background:url(img/ico_comment.gif) top left no-repeat;
}
#latestactivity a.activityentry {
	display:block;
	padding-left:5px;
}
#latestactivity a.activityentry:hover {
	background:#69d49e url(img/sidebar_li_bg.jpg) bottom left no-repeat;
}
#latestactivity span {
	display:block;
	padding-left:5px;
}
#latestactivity small {
	display:block;
	padding-left:25px;
	font-size:10px;
}
#latestactivity .alternate small a {
	display:inline;
	margin-left:0;
	padding-left:0;
	font-size:10px;
}
#latestactivity .alternate small a:hover {
	font-weight:normal;
	background:none;
}

/* Search
--------------------------------------------------*/
#searchform {
	height:100px;
}
#searchform fieldset {
	margin:0 auto;
	width:190px;
}
#searchform #s {
	float:left;
	margin:6px 0 6px 10px;
	color:#066;
	border:none;
	border-bottom:1px dashed #56d595;
	width:140px;
	height:16px;
	font-size:12px;
	line-height:16px;
	background:transparent;
}
#searchform .button {
	float:right;
}


/****************************************************************************************
/* ABOUT
/****************************************************************************************/

.about #content {
	float:right;
	padding:30px 15px 0 5px;
	width:420px;
	background:url(img/content_top.jpg) top right no-repeat;
}
.about #sidebar {
	float:left;
	padding:30px 5px 0 15px;
	width:300px;
	background:url(img/content_top.jpg) top left no-repeat;
}
.about #content h2 {
	margin:20px 0 10px;
	padding-left:20px;
	line-height:36px;
	background:url(img/about_title_bg.gif) top left no-repeat;
}
.about #content h3 {
	margin:10px 0 5px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
}
.about #content p {
	margin:5px 0 10px;
	padding-left:20px;
}


/****************************************************************************************
/* GUESTBOOK
/****************************************************************************************/

.guestbook #content {
	padding:130px 10px 0 20px;
	background:url(img/guestbook_left.jpg) top no-repeat;
}
.guestbook #sidebar {
	padding:200px 0 0;
	background:url(img/guestbook_right.jpg) top no-repeat;
}


/****************************************************************************************
/* ARCHIVES
/****************************************************************************************/

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


/****************************************************************************************
/* PHOTOGRAPHY
/****************************************************************************************/

.photography h2 {
	font-size:36px;
	background-image:none;
}
