/*
THEME NAME: Sandbox for toivonen.tk
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: Timo Toivonen - Based on: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/



/* ------------------------------------ */

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/

body {
	margin-left: 20px;
	margin-top: 20px;
	padding: 0; 
	background-color: #7F9679;
  	}


div#wrapper {
	width:1030px;  /* Affects the overall width of the layout */
	display: block;
	border: 2px solid #000;
	background-color: #fff;
	}

div#container {
	float:left;
	margin: 0 0 0 0;
	width:100%;
	}

div#content {
	margin: -10px 20px 0 20px;
	}

div.sidebar {
	float:right;
	overflow:hidden;
	margin-right: -190px;
	margin-bottom: 25px;
	width:145px;
	height:100%;
	padding: 15px;
	border: 2px solid #666;
	background-color: #DCDCDC;
	}

div#twitter {
	margin: 0 0 0 1040px;
	}
	
div.sidebar a, div.sidebar a:visited {
	text-decoration: none;
	color: #000;
}

div.sidebar a:hover, div.sidebar a:active {
	background-color: #fff;
}

div#secondary {
	clear:right;
	}

div#footer {
	clear:both;
	width:100%;
	}


/* ------------------------------------ */

/* Begin Typography & Colors */
body {
	font-size: 75%; /* Resets 1em to 10px */

/*	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; */

  	font-family:
    "Bookman Old Style",	/* Windows, MacOS */
    "Serifa BT",		/* Windows XP. Not the same font,
				   but the overall look is close enough. */
    "URW Bookman L",		/* Unix+X+FontConfig */
    "itc bookman",		/* Unix+X */
	/* Fallback options */
    times,			/* Unix+X, MacOS */
    serif;
	/* Credits to: http://web.mit.edu/jmorzins/www/fonts.html */

	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

div#header {
	background-color: #7F7335;
	text-align: left;
	border-top: 1px solid #7F7335; 
	margin-top: -2px;
	height:45px;
	}

#header h1 {
	margin-top: -15px;
	margin-bottom: -5px;
	margin-left: 20px;
	}

#blog-title a, #blog-title a:visited {
	text-decoration: none;
	color: white;
	font-size: 2.4em;
	line-height: 1.4em;
	text-align: center;
    font-weight: bold;
	}

#blog-title a:hover {
	color: #ddd;
	}
	
#content {
	font-size: 1.4em
	}

.alt {
	margin-top: 10px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	}

#footer {
	background-color: #eee;
	}

small {
/*	font-family: Arial, Helvetica, Sans-Serif; */
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
/*	font-family: 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	}

.description {
	font-size: 1.2em;
	text-align: center;
        font-weight: bold;  
	}

h2 {
	text-align: left;
	font-size: 2em;
        font-weight: normal; 
        color: #7F7335;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
        font-weight: bold; 
	}

.description {
	color: white;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: black;
	}

h2, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2 a {
	color: #7F7335;
	}
	
h2 { 
	color: #4F4305;
	}
	
a {
	color: #7F7335;
	}

h2 a:visited {
	color: #4F4305;
	}


h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
/*	color: #06c; */
	color: black;
	text-decoration: none;
	}

a { 
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
/* End Typography & Colors */

/* Images */

img {
/*	border: 1px solid #666; padding: 5px; background: #bbb;
	margin-bottom: 2px;
*/

	border: 1px solid #000; 
	padding:0px;
}

img.simple-border {
	border: 1px solid #000; 
	padding:0px;
}
	
/* Taulukot */

.bottom {
	vertical-align:bottom;
	}

	
/* ------------------------------------ */


/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
	font-style:bold;
	margin-top: 1px;
	font-size: smaller;
	text-align:center;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}
