﻿/*
Theme Name: WP-Andreas01
Theme URI: http://andreasviklund.com/wordpress-themes/
Description: The first public theme by Andreas, based on the andreas01 open source website template. More themes and add-ons are available from the author's website.
Version: 1.2
Author: Andreas Viklund
Author URI: http://andreasviklund.com/

Thanks and greetings: R.J Kaplan (who did the first WordPress port of this design), Rob Miller (who wrote the List Subpages code), Ainslie Johnson (who helped with betatesting and bugfixing) and Johanna FÃ¤lt (for whom this theme was originally created).
*/

/***** Body and main container *****/
body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#f4f4f4 url(img/bg.gif) top center repeat-y;
color:#303030;
}

#wrap {
background-color:#ffffff;
color:#303030;
margin:0 auto;
width:760px;
}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

img {
margin:6px;
}

/***** Header *****/
#header {
margin:10px 0 0;
padding:0;
height:45px;
}

#header h1 {
color:#505050;
background-color:inherit;
width:250px;
height:45px;
margin:0 0 10px;
font-size:2.2em;
letter-spacing:-1px;
float:left;
background-image:url(img/dusty-and-marlina.png);
background-repeat:no-repeat;
}

#header h1 a{
color:#505050;
background-color:inherit;
text-decoration:none;
display:none;
}

#header p {
width:460px;
float:right;
text-align:center;
color:#808080;
margin:8px 0 0;
font-size:1.1em;
font-weight:bold;
line-height:1.3em;
background-color:inherit;
}

#frontphoto {
margin:0 0 10px;
border:0;
}

#footer {
	clear:both;
	padding-top:15px;
}

/***** Left and right sidebars *****/
#leftside {
clear:left;
float:left;
width:140px;
margin:0 0 5px;
padding:0;
line-height:1.4em;
}

#extras {
float:right;
width:140px;
margin:0 0 5px;
padding:0;
line-height:1.4em;
}

/***** Sidebar styles *****/

#leftside p, #leftside ul, #leftside div.textwidget, #extras p, #extras ul, #extras div.textwidget{
font-size:0.9em;
margin:0 0 18px;
padding:0;
}

#leftside li, #extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#leftside ul ul, #extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#leftside ul ul li, #extras ul ul li {
margin: 0 0 5px 0;
}

#leftside ul ul li a, #extras ul ul li a {
font-size:1.1em;
font-weight:normal;
}

#leftside h2, #leftside h3, #extras h2, #extras h3 {
color:#505050;
background-color:inherit;
font-size:1.2em;
margin:0 0 10px;
padding:0;
}

#leftside label, #extras label {
display:none;
}

/***** Main menu *****/
ul.page{
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

ul.page li {
width:140px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.page li a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:130px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

ul.page li a:hover, ul.page li.current_page_item a {
background-color:#eaeaea;
border-left:4px solid #286ea0;
color:#505050;
}

ul.page ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

ul.page ul a {
padding:3px 1px 3px 5px;
width:115px;
}

ul.page ul ul {
width:113px;
}

ul.page ul ul a {
width:100px;
}

/***** Main content *****/
#content {
margin:0 150px 5px 150px;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
padding:0 10px;
line-height:1.6em;
}

#contentwide {
margin:0 0 5px 150px;
border-left:1px solid #f0f0f0;
padding:0 0 0 10px;
line-height:1.6em;
}

#content h2,#contentwide h2 {
font-size:1.6em;
margin:0 0 10px;
}

#content h3,#contentwide h3 {
font-size:1.4em;
margin:0 0 8px;
}

/*
#content img,#contentwide img {
padding:0;
float:left;
margin:3px 10px 3px 0;
border:1px solid #d0d0d0;
}
*/
#content ul, #contentwide ul, #content ol, #contentwide ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}

.post img
{
   border:1px solid #CCC;
   padding:4px;
   margin:6px;
}

/***** Foo  