/*
Theme Name: Solnedgång
Description: Tema för solgerd.com med mycket sol-färger
Author: David Vrensk
Author URI: http://vrensk.com/
Tags: sun, clouds, sunset

* Palette:
*   #f9e866 (bright yellow 98%, bg top edge)
*   #faf7e1 (light yellow 98%, body bg)
*   #1a180a (dark brown 10%, menu hover)
*   #332f15 (dark brown 20%, body text)
*   #4d471f (dark brown 30%, h1-h4,)
*   #ad6b1f (gold brown 68%, a)
*   #ccbe54 (light gold, footer)

*/

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 62.5%;
    text-align: center;
    color: #332f15;
    background: #f9e866 url(images/bg.gif) 50%;
}

div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding-top: .8em;
	letter-spacing: .07em;
    color: #4d471f;
	clear: both;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .14em }

p { margin: 1em 0; }
#content img {
	margin: .8em;
}
/* Link styling
 * ------------------------------------------------------ */
a, a:link { 
    text-decoration: none;
    color: #ad6b1f;
    border-bottom: 1px dotted #ad6b1f;
}
a:visited { color: #4d471f; border-color: #4d471f; }
a:hover, a:active { color: #c33; border-color: #c33; text-decoration: none; }

a img, img {
    border: none;
}

h1 a, h2 a, h3 a, h4 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color: inherit;
	text-decoration: none;
	border: none; /* inherit fungerade inte i IE */
}

ul, ol {
    /* margin: 0 0 20px 1em; */
}
li {
    margin-left: 40px;
    margin-bottom: 3px;
}

#sidebar ul {
    list-style: none;
    margin: 0;
}
#sidebar li {
    list-style: none;
    padding-left: 1em;
    margin: .6em 0;
}

#content {
	font-size: 110%;
    line-height: 1.6em;
}

#presentation img.mugshot {
	margin-left: -10px;
}

div.BlogPostSummary {
	border-top: 1px dotted #4d471f;
	margin-top: 1em;
}
div.BlogPostSummary h3 {
	margin-bottom: 0;
}
div.BlogPostSummary div.credit {
	font-size: 80%;
}

dt {
	clear: both;
	float: left;
	width: 40%;
	font-weight: bold;
}
dd {
	float: right;
	width: 55%;
}

h3 { clear: both; }


/* Layout
================================================== */

#page {
    width: 750px;
    margin: 0 auto;
    text-align: left;
	font-size: 110%;
}

/* Header 
-------------------------------------------------- */
#header h1 {
	background: url(images/head.jpg);
	width: 750px;
	height: 136px;
    margin: 0;
	padding: 0;
}

#header h1 img {
	margin: 14px 0 0 28px;
}

/* Navigation (menu + search)
-------------------------------------------------- */
#nav {
	padding: .3em 0;
	background: url(images/menu-bg.jpg);
	border-bottom: 1px solid #4d471f;
	float: left;
	width: 100%;
}

#nav ul {
	padding-left: 20px;
	margin: 0.2em 0;
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	float: left;
	list-style: none;
	border: none;
}

#nav li {
	float: left;
	border-left: 1px solid #4d471f;
	padding: 0px 8px;
	margin: 0;
}

#nav li.first {
	border-left: none;
}

#nav li a {
	text-decoration: none;
    border-bottom: none;
}

#nav li a:link, #nav li a:visited {
	color: #4d471f;
}

#nav li a:hover, #nav li a:active {
	color: #1a180a;
}

#nav form {
	width: auto;
	clear: none;
	float: right;
	padding: 0.1em 10px;
	text-align: right;
}

#nav form input {
	display: inline;
	padding: 0.1em 4px;
	background: transparent;
	font-size: 1em;
	margin: 0;
}

#nav form input.FSF_input {
	width: 8em;
	margin-right: 4px;
}

/* Main
-------------------------------------------- */

#main {
	background: #faf7e1 url(images/content-bg.gif) repeat-x;
	clear: both;
	padding: 10px 20px;
}

#wrapper1 {
    float: left;
    text-align: left;
    width: 550px;
    padding: 0;
}

#presentation {
	float: left;
	width: 210px;
    line-height: 1.5em;
}

#presentation div.margin {
	margin-right: 20px;
}

div.threecol #content {
	float: right;
	width: 340px;
}

div.leftbar #content {
	float: right;
	width: 500px;
}

div.rightbar #content {
	float: left;
	width: 550px;
}

#sidebar {
	float: right;
	width: 160px;
}

#sidebar div.margin {
	margin-left: 10px;
}

#sidebar h2, #sidebar h3 {
	background: #f2ab35 url(images/header-bg.jpg);
	padding: 2px 4px;
	width: 142px !important; /* for most browsers */
	width /**/:150px; /* for IE5/Win */
}

#content .postmetadata {
	clear: both;
	padding-top: 10px;
}
/* Footer 
------------------------------------------------------------------------- */
#footer {
	clear: both;
    margin: 0px;
    padding: 15px 0 9px 0;
    font-size: 85%;
    color: #ccbe54;
}

@media print {

#nav, #sidebar {
	display: none;
}

#page {
	width: 700px;
}

}

/* from site.css (modified)
============================ */

/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
    border-left: 3px solid #ad6b1f;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    border-left: 3px dotted #4d471f;
}
.commentAuthor {
    border-left-color: #f9e866;
	background-color: #fff;
}
.commentMe {
	border-left-color: #f9e866 !important;
	padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffe;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}

/* =========================================== */
/* = Comment form (and possibly other forms) = */
/* =========================================== */

form {
	width: 550px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form label {
	font-style: italic;
	line-height: 1.5em;
	font-size: 80%;
}

form textarea {
	margin-top: 3px;
	width: 540px;
	height: auto;
	display: block;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

body.nobar br, body.rightbar br {
	clear: both;
}

/* =================================== */
/* = Added after switch to WordPress = */
/* =================================== */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* ============ */
/* = wp-cycle = */
/* ============ */

#wp-cycle-wrapper {
  background: transparent url(images/frame.png) no-repeat top left;
  padding: 40px 0 0 37px;
}
#wp-cycle-wrapper img {
  padding: 0;
  margin: 0;
}
