/*
THEME NAME: Sandbox
THEME URI: http://kaken.r1900.se
VERSION: 1.0
AUTHOR: <a href="http://luckycat.se/">Andy Karlsson</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/


/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; list-style:none;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


body{
	font-family:"Courier New", Courier, monospace; font-size:12px; margin-top:20px;
	background-image:url(images/bg1.jpg);
	background-position:top center; 
	background-repeat:no-repeat;
	background-attachment:fixed;
}
h2 {font-size:18px; font-weight:bold;}
.widgettitle{font-weight:bold;}
p{margin-bottom:10px;}

a{text-decoration:underline;}
a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #000;}
a:active {color: #000;}
div.entry-date, .comment-meta{color:#637b93;font-size:0.9em;margin:0 0 0 2em; }
.comment-author{font-weight:700;}

#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 728px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#content{
	margin: 0 278px 0 0;
}
.sidebar{
	width:250px;
	float:right;
}
div#footer {
	clear:both;
	text-align:center;
	width: 708px;
	padding:10px;
	margin-top:50px;
	border-top:1px solid #000;
}
#header{height:80px; width: 728px; margin: 0 auto; padding-bottom:30px; padding-left:200px;}

.xoxo{list-style:none; padding-bottom:30px;}



.entry-content{margin-top:10px;}
.entry-meta {
	margin-top:10px;
	margin-bottom:30px;
	font-style:italic;
	font-size:11px;
	padding-bottom:40px; border-bottom:1px dotted;
}
.post-meta{font-weight:bold; margin-top:10px;}
.post-meta-key{font-weight:normal;}
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 1em;
background-color:#EEEEEE;
padding:4px;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
.widget{
	padding-bottom:30px; 
	background-image:url(images/sep.PNG); 
	background-repeat:no-repeat;
	background-position:bottom center;
} 
/* End Entry Lists */
