/*****  
Theme Name: Linoluna
Version: 1.1
Author: Michael Jubel Hutagalung
http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/

Modifications by Morten Svenningsen, http://www.mortensvenningsen.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*****/


/***** Structure *****/

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Lucida Sans Unicode, Arial, Helvetica;
	background: #3c3c3c;
	color: #333;
	}

#top-banner {
    position: absolute;
    top: 5px;
    right: 15px;
    margin: 0;
    padding: 0;
    } 

#page {
	width:920px;
	background: #f8f8f8;
	margin:0px auto;
	padding:20px 15px 15px 15px;
    border:1px solid #000;
	background:url(http://www.gaia-photos.com/misc/show-sidebar.gif);
	}

#content {
	width:632px;
	font-size:0.7em;
	float:left;
	}

#top-ad{
    padding: 10px 0 0 0;
    border: 1px solid #cccccc;	
	background: #f8f8f8;
    }


/***** Header *****/

.fadedlogo {
    width:175px;
    height:100px;
	background:url(http://www.gaia-photos.com/misc/logofade.jpg) no-repeat top right;
	}

.title {
	font:1.5em Georgia;
	line-height:1.0em;
	font-weight:bold;
	}

#branding {
	width:100%;
    height:85px;
	padding-bottom:15px;
	background:url(http://www.gaia-photos.com/misc/headfade.jpg);
	}

#branding .description {
	font-size:0.8em;
    font-style:italic;
	color:#c5c57e;
	letter-spacing:0.05em;
    position: absolute; left: 180px; top: 50px;
	}

.searchbox {
    position: absolute; right: 25px; top: 60px;
	}


/***** Main Navbar *****/

#nav {
	background:#777;
	font-size:0.7em;
    height:22px;
    position: absolute; left: 165px; top: 76px;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
	border-right:1px solid #a9a9a9;
	}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	padding:6px 12px;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background:#222;
	text-decoration:none
	}	
	
	
/***** Dropdown Menu *****/

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #777;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	}

#nav li li a:hover, #nav li li a:active {
	background:#000;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover {
    background:none;
	}


/***** Text *****/

h1 {
	font:3.0em Arial;
	font-weight:bold;
	color:#224422;
	}

h2 {
	font:2.3em Georgia;
	padding-bottom:10px;
	color:#224422;
	}

h3 {
    font:1.3em Georgia;
	margin-bottom:3px;
	color:#222222;
    letter-spacing:0.03em;
    line-height:150%;
	}

h4 {
	font:1.0em Georgia;
	color:#224422;
	}

h3#respond {
	border-top:1px dotted #ccc;
	margin-top:25px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #224422;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

a img {
	border:0;
	}

img.alignright {
    float:right; 
    margin:0 0 1em 1em;
    }

a img.alignright {
    float:right;
    margin:0 0 1em 1em;
    }

.alignright {
    float:right;
    margin:0 0 1em 1em;
    }

a .alignright {
    float:right;
    margin:0 0 1em 1em;
    }

img.alignleft {
    float:left;
    margin:0 1em 1em 0;
    }

a img.alignleft {
    float:left;
    margin:0 1em 1em 0;
    }

.alignleft {
    float:left;
    margin:0 1em 1em 0;
    }

a .alignleft {
    float:left;
    margin:0 1em 1em 0;
    }

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

a .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

.wp-caption-text {
	font:12px Arial;
	color:#3c3c3c;
	line-height:1.2em;
	letter-spacing: 0em;
    padding-top:8px;
    }

#entry a:link, #entry a:hover, #entry a:active, #entry a:visited {
	color: #333;
	font: 1.1em 'Courier New', Courier, Fixed;
	text-decoration:none;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	width:200px;
	padding: 10px 10px 0 10px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	background: #ccff99;
	float:right;
	font:1.0em Georgia;
	line-height:1.5em;
	margin:10px 0px 10px 10px;
	}

select {
	width: 130px;
	}	

/***** Animation *****/

#slideshow .clearfloat {
	border-bottom:1px dotted #ccc;
	margin-bottom:0px;
        }

#slideshow .title {
	font:2.0em Georgia;
	line-height:1.0em;
	font-weight:bold;
	}

#control {
    margin: 15px 0px 1px 0px;
	}

#control img {
    margin: 0;
    padding: 0;
	}

#control span a {
	font:0.9em Arial, Verdana, Helvetica;
    border-right: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    padding: 0 3px 0 3px;
    text-decoration: none;
	}

#control .cntrl_active {
	background-color: #c5c57e;
	}

#control .cntrl_active a {
	color: #fff;
	}

#feature_1 img, #feature_2 img , #feature_3 img, #feature_4 img  {
	margin:0px 94px 10px 0px;
	border: 1px solid #333;
	float:left;
	}

#feature_1 p, #feature_2 p, #feature_3 p, #feature_4 p  {
	margin-top: 4px;
	}
	

/***** Frontpage Snippets *****/

#aside {
	padding:0px;
	}

#aside .clearfloat {
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #ccc;
	}

#aside-1 {
	width:190px;
	float:left;
	padding:10px;
	}
	
#aside-2 {
	width:190px;
	float:left;
	padding:10px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}

#aside-3 {
	width:190px;
	float:right;
	padding:10px;
	}
 
#aside-1 img, #aside-2 img, #aside-3 img {
	border:1px solid #333;
	float:left;
	margin:4px 8px 2px 0px;
	}

#aside img, #archive img {
	border:1px solid #333;
	float:left;
	margin:4px 10px 15px 0px;
	}

#aside p {
	margin-top:4px;
	}

#aside-1 p, #aside-2 p, #aside-3 p, #archive p {
	margin-top:0px;
	margin-bottom:40px;
	}

.author, .author a {
	font:0.9em Arial;
	color:#777;
	text-transform:uppercase;
	}

.meta, .meta a {
	font-size:0.9em;
	}

#aside h3 a, #aside-1 h3 a, #aside-2 h3 a, #aside-3 h3 a {
	font:10px Arial;
	color:#224422;
	}


/***** Post Footer *****/

#postfoot {
	padding:0px;
	}

#postfoot .clearfloat {
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #ccc;
	}

#postfoot-left {
	width:200px;
	float:left;
	padding: 0 20px 10px 0;
	border-right:1px dotted #ccc;
	}
	
#postfoot-right {
	width:360px;
	float:right;
	padding:0px;
	}
	
/***** Sidebar *****/

#sidebar {
	width:250px;
    height:100%;
    background: #f0f0f0;
	font-size:0.7em;
	float:right;
	margin:0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 10px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
	}

#sidebar li {
	list-style:none;
	}

#sidebar h3 {
	font:14px Arial;
	font-weight:bold;
	color:#333;
	padding:0px 0px 2px 0px;
	margin-top:30px;
	border-bottom:1px dotted #ccc;	
	}

#sidebar-top, #sidebar-middle {
	width:250px;
    background: #eee;
	float:right;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	}

#sidebar-ads {
	width:250px;
	float:right;
    margin-top:10px;
	}


#sidebar-shop {
	width:250px;
    height:100%;
    background: #f0f0f0;
	font-size:0.7em;
	float:right;
	margin:0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 10px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
	}

#sidebar-shop h3 {
	font:14px Arial;
	font-weight:bold;
	color:#333;
	padding:0px 0px 2px 0px;
	margin-top:30px;
	border-bottom:1px dotted #ccc;	
	}

#sidebar-shop a {
    font:1.2em Arial;
	margin-bottom:30px;
	color:#226622;
	font-weight:bold;
    letter-spacing:0.03em;
    line-height:200%;    
    }

/***** Story Page *****/

.post, #archive {
	padding:10px;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	margin:10px 0px;
	border-bottom:1px dotted #ccc;
	}

.post .title {
	font-size:2.3em;
	margin:3px 0px 3px 0px;
	}

.post .shop {
    margin:0;
    }

.post img {
	border:1px solid #333;
        }

.post ul, .post ol {
	margin-bottom:15px;
	}

.post ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post .ads {
	margin-top:10px;
	}

#top_banner {
	margin:5px 0px 15px 0px;
	}

#stats {
	float:right;
	border:1px solid #ccc;
	margin:0px 0px 10px 10px;
	padding:4px;
	text-transform:uppercase;
	font:0.8em Arial;
	}

#stats span {
	border-bottom:1px dotted #ccc;
	padding: 8px 4px 8px 4px;
	}

#stats span a {
	color:#333;
	}

#archive .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

#writer img  {
	margin:0px 10px 15px 0px;
	border: 1px solid #333;
	float:left;
	}


/***** Form Elements *****/

select {
	background:#bbb;
	border:1px dotted #ccc;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	border:1px solid #777;
	background:#ccc;
	font-size:1.0em;
	}

#search .button {
	padding: 1px;
	border:1px solid #ccc;
	background:#fff;
	font-size:0.7em;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}


/***** Comments *****/

#comments {
	padding:0 10px 10px 10px;
	}

.commentlist li {
	margin: 5px 0 3px;
	padding: 0px 15px 8px 15px;
	list-style: none;
	background:#E8E4AA;
	border-top: 1px dotted #ccc;
	}

.commentlist_author li {
	margin: 5px 0 3px;
	padding: 0px 15px 8px 15px;
	list-style: none;
	background:#C5DAB1;
	border-top: 1px dotted #ccc;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}

.commentlist cite, .commentlist_author cite {
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	


/***** Footer *****/

#footer {
	margin: 0 auto;
	width: 920px;
	border-top: 1px solid #ccc;
	margin-top:60px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
    color: #ccc;
	}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color: #c5c57e;
	text-decoration:none
	}


/***** Float Properties *****/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/***** Hides from IE-mac  *****/

* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
