/*
THEME NAME: Sandbox-PR
THEME URI: http://www.roseniusmedia.se
DESCRIPTION: Theme for the site http://www.perrosenius.se based on the theme "<a href="http://www.plaintxt.org/themes/sandbox/" target="_blank">Sandbox</a>" by <a href="http://andy.wordpress.com/" target="_blank">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/" target="_blank">Scott Allan Wallick</a>
VERSION: 1.1
AUTHOR: <a href="http://www.roseniusmedia.se/" target="_blank">Per Rosenius</a>
AUTHOR URI: http://www.roseniusmedia.se
TAGS: 
*/

/* Code from /examples/3c-b.css  starts here */
/*
LAYOUT: Three-Column
DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content
*/
div#container {
	float:left;
	width:100%;
	background-color: #FFFFFF;
	margin-top: -300px;
	position: relative;
	top: -35px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A02539;
	border-bottom-color: #A02539;
	border-left-color: #A02539;
	z-index: 3;
}

div#content {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 100px;
	margin-left: 220px;
	z-index: 3;
}

div.sidebar {
	float:left;
	overflow:hidden;
	position: relative;
	z-index: 5;
}

div#primary {
	width:180px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -100%;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 20px;
	background-color: #FFFFFF;
}

* html div#primary {
left:20px;
position:relative;
}

div#secondary {
	width:160px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -180px;
	padding-top: 0px;
}

div#footer {
	clear:left;
	width:100%;
	background-color: #A02539;
	margin: 0px;
	padding: 0px;
	border: 5px solid #A02539;
	top: -40px;
	position: relative;
	font-size: 10px;
	color: #FFFFFF;
	z-index: 99;
}
/* and ends here. */

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
	height:1.5em;
	width:100%;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 5px;
	z-index: 6;
}

div#menu ul,div#menu ul ul {
	line-height:1;
	list-style:none;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

div#menu ul a {
	display:block;
	margin-right:1em;
	padding:0.2em 0.5em;
	text-decoration:none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#menu ul a:hover {
	color: #FFFFFF;
}


div#menu ul ul ul a {
	font-style:italic;
}

div#menu ul li ul {
	left:-999em;
	position:absolute;
	z-index: 4;/*	background-color: #A02539;*/
}

div#menu ul li{
	padding-top: 3px;
	background-color: #A02539;
	margin-right: 5px;
	padding-bottom: 3px;
}
div#menu ul li ul li{
	padding-top: 5px;
	background-color: #A02539;
	margin-right: 0px;
	float: none;
}
div#menu ul li:hover ul {
	left:auto;
	color: #FFFFFF;
}
.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:italic;
}

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#header,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;
}

/* My own CSS */

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(images/tapet.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p,ul li,td {
	font-size: 12px;
}

.Recent_Tweets_widget {
	background-color: #FFF;
	border: 1px dotted #CCCCCC;
	padding: 4px;
	height: 240px;
	overflow: hidden;
	position: relative;
	top: -10px;
}
#header {
	border: 5px solid #A02539;
	background-color: #FFFFFF;
	width:100%;
	border: 5px solid #A02539;
	background-color: #A02539;
	background-image: url(images/header-red3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 260px;
	margin-bottom: -20px;
}
#access {
	height: 50px;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A02539;
	border-right-color: #A02539;
	border-left-color: #A02539;
	width: 100%;
}
/* 
a:link,a:visited {
	color: #000000;
	text-decoration: none;
}
a:active,a:hover {
	text-decoration: underline;
}
*/
#blog-title {
	text-align: left;
	padding-left: 20px;
	font-size: 70px;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.15em black;
}
#blog-title a{
	color: #ffffff;
	text-decoration: none;
}

#blog-description {
	text-align: left;
	padding-left: 20px;
	margin-top: -40px;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.15em black;
}
.skip-link {
	visibility: hidden;
}
.entry-date {
	font-size: 70%;
	font-style: italic;
}
.entry-meta {
	font-size: 70%;
	font-style: italic;
}
.post-edit-link {
	font-style: italic;
}
div#content h1 a, div#content h2 a, div#content h3 a{
	color: #000000;
	text-decoration: none;
}
div#content h1 a:hover, div#content h2 a:hover{
	text-decoration: underline;
}
.xoxo, .xoxo li {
	font-size: 10px;
}
div#primary  a{
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
div#primary  a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
div#google_translate_element a{
	color: #000000;
	text-decoration: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
h2,h3 {
	text-shadow: 0.1em 0.1em 0.15em grey;
}
.navigation a{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.navigation a:hover{
	text-decoration: underline;
}
div#footer a{
	color: #FFFFFF;
}
div#footer #footerLogo{
	margin-right: 10px;
	vertical-align: middle;
}
div#footer table{
	margin-right: auto;
	margin-left: auto;
}

div#footer td{
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
}
div#primary ul li ul li{
	margin-top: 3px;
	margin-left: 5px;
	list-style-type: circle;
}
.entry-date{
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: -7px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: -10px;
	border-top-color: #A02539;
	border-bottom-color: #A02539;
}
.entry-date abbr{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: disc;
}.wp-caption-text {
	text-align: center;
	margin-top: 3px;
	font-size: 90%;
}
.entry-meta,.entry-meta a {
	color: #999;
}
div#comments .form-label {
	font-size: 12px;
}
.comments-link {
	display: none;
}
ul.tweets li{
	padding-bottom: 8px;
	list-style:disc;
}

.widget-twitter{
	background-color: #FFF;
}