/*
Theme Name: Samuel Ljungblahd 1
Theme URI: http://www.samuelljungblahd.com
Description: Snickrat av <a href="http://www.proclaim.se">Proclaim Design</a>.
Version: 1
Author: David W
Author URI: http://www.proclaim.se

*/

html,body{
	margin:0;
	padding:0;
}
body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #302f2f;
	text-align:center;
	background-color: #fcfbf0;
	background-image:url('images/bg.jpg');
}



/*img, div, input { behavior: url("../iepngfix.htc") }*/

p{
	margin:0;
}

/* --------------------H STYLES--------------------  */
h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 182%;
	color: #fb1e00;
	text-transform: uppercase;
}
h2 {
	font-size: 122%;
}
h3 {
	font-size: 100%;
}
div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #EEE;
	color: #fb1e00;
}
/* --------------------LINKS--------------------  */
a{
	text-decoration: underline;
	font-size: 100%;
	color: #fb1e00;
	text-decoration: none;
}
a:visited{
	text-decoration: underline;
	font-size: 100%;
	color: #fb1e00;
	text-decoration: none;
}
a:hover{
	font-size: 100%;
	color: #000000;
	text-decoration: underline;
}
h1 a{
	color: #ea3d1f;
	text-decoration: none;
}
h1 a:visited{
	color: #fb1e00;
	text-decoration: none;
}
h1 a:hover{
	color: #000000;
	text-decoration: underline;
}

/* --------------------FRAMES--------------------  */
div#container{
	text-align:left;
}
div#right p{
	line-height:1.4;
}
div#splash{
	background:transparent;
	height: 500px;
}

div#footer{
	border-top: 1px dotted #9c9c9c;
	text-align: center;
	background: transparent;
	color: #000;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#container{
	width:1120px;
	margin:0 auto;
	padding-top: 30px;
}
div#right{
	float:right;
	width:295px;
	text-align: justify;
}
div#splash{
	float:left;
	width:800px;
}
div#footer{
	clear:both;
	width:100%;
}

div#logo {
	clear:both;
	width:800px;
	height: 41px;
	background-image:url('images/logo.png');
	background-repeat:no-repeat;
	margin-bottom: 20px;
}
/* --------------------POST--------------------  */
.page p {
	margin-bottom: 10px;
}

div.post {
	float: left;
	width:380px;
	height: auto;
	margin-right: 20px;
}
div.entry {
	text-align: justify;
}
.post img {
	max-width: 100%;
	height: auto!important;
} 
div#postcontainer{
	background:transparent;
	float:left;
	width:800px;
	margin-bottom: 40px;
}
.post_column_1 {
	text-align: justify;
}
div.page {
	float:left;
	width:800px;
	height:auto;
	margin:0;
}
/* --------------------PAGINATE--------------------  */
div#paginate{
	background:transparent;
	float:left;
	margin-top: 30px;
	margin-bottom: 30px;
	width:800px;
}
div#paginate-left{
	background:transparent;
	float:left;
	width:400px;
	text-align: left;
	font-size: 120%;
}
div#paginate-right{
	background:transparent;
	float:right;
	width:400px;
	text-align: right;
	font-size: 120%;
}
/* --------------------SIDEBAR--------------------  */
#sidebar ul{
	list-style:none;
}
#sidebar li{
	list-style:none;
	display:block;
	margin:0px;
}
#sidebar li a{
	color:#fb1e00;
	font-size:120%;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	margin-left:-30px; 
}
#sidebar li a:visited{
	color:#fb1e00;
	font-size:120%;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	margin-left:-30px; 
}
#sidebar li a:hover{
	color:#000000;
	text-decoration:none;
}
/* --------------------MENU--------------------  */
#nav {
	list-style: none;
	margin: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	background: #fb1e00;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	display: block;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	background: #ffffff;
}
/* --------------------COMMENTS--------------------  */
#comments, #respond {
	border-bottom: 1px dotted #9c9c9c;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: url(../img/transpBlack50.png);
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #ea3d1f;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #ea3d1f;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	margin-bottom: 30px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #ea3d1f;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#ffffff;
	border: 1px solid #fb1e00;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 800px;
	height: 115px;
	background:#ffffff;
	border: 1px solid #fb1e00;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #fb1e00;
	color: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.png) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 102px;
	height: 28px;
	cursor: pointer;
}

.wpcf7 input{
	width: 200px;
	background:#ffffff;
	border: 1px solid #ea3d1f;
	padding: 3px;
	margin-top: 3px;
}
.wpcf7 textarea{
	width: 800px;
	height: 115px;
	background:#ffffff;
	border: 1px solid #ea3d1f;
	padding: 2px;
	margin-top: 3px;
}
.wpcf7 textarea:focus, #commentform input[type="text"]:focus {
	background: #ea3d1f;
	color: #ffffff;
}
.wpcf7 submit{
	background: url(images/btn-bg.png) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 102px;
	height: 28px;
	cursor: pointer;
}