/*
Theme Name: Val 2010
Theme URI: http://www.jonasgunnarsson.se
Version: 1.0
Description: Tema för Jonas Gunnarsson
Author: Pratoo AB
Author URI: http://www.pratoo.se
*/


a:link 
{ 
	text-decoration: none; 
	color: #eb1b33;
	border-bottom: 0px; 
}

a:visited 
{ 
	text-decoration: none; 
	color: #eb1b33;
	border-bottom: 0px; 
}

a:hover, a:active 
{ 
	color: #eb1b33;
	font-weight: bold;
	border-bottom: 0px;  
}

img
{
	border: none;
  	vertical-align: bottom;
}


/* Headings */

h1 
{ 
	font-family: 'Georgia';
	font-size: 20px; 
}

h2 
{ 
	font-family: 'Georgia';
	font-size: 14px; 
}

h3 
{ 
	font-family: 'Georgia';
	font-size: 22px; 
	font-weight: bold;
}

h4, h5
{ 
	font-family: 'Lucida Sans';
	font-size: 12px; 
	font-weight: bold;
	margin-top: 3px;
}

h6
{ 
	font-family: 'Geneva';
	font-size: 10px; 
	font-weight: normal;
	margin-bottom: 0px;
}

h7 
{ 
	font-family: 'Georgia';
	font-size: 18px; 
	font-weight: bold;
}

/* Structure */

body
{
	margin: 0px;
	padding: 0;
	color: #FFFFFF;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: fixed;
	background-color: #FFFFFF;
	font: normal 85% "Palatino", Serif;
	line-height: 1.4em;
}

#wrapper2 
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;

}

#header
{
	float: left;
	width: 950px;
	padding-bottom: 00px;
	clear: right;
	padding-left: 0px;
	height: 69px;
}

#navigation
{
	clear: both;
	float: left;
	width: 950px;
	background-color: #ffffff;
	height: 50px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 30px;

}

#wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #222222;
}

#content-wrapper
{
	width: 60%;
	float: left;
}

#content
{
	float: left;
	min-height: 250px;
	margin-top: 30px;
	padding: 0px 15px 0px 30px;
        background-color: #FFFFFF;
	background-image: url(images/bg_con.png);
	background-repeat: no-repeat;
	background-position: fixed;
}




#sidebar-wrapper
{
	width: 35%;
	float: right;
	margin-top: 0px;
}

#sidebar
{
	float: right;
	padding: 0px 0px 0px 0px;
	width: 230px;
	margin-right: 0px;
	margin-top: 50px;
	font: normal 90% "Lucida Sans", Sans-Serif;
}


#sidebar a:link 
{ 
	text-decoration: none; 
	color: #333;
	border-bottom: 0px;
}

#sidebar a:visited 
{ 
	text-decoration: none; 
	color: #333;
	border-bottom: 0px;

}

#sidebar a:hover, a:active 
{ 
	color: #eb1b33;
	font-weight: normal;
	border-bottom: 0px;
}



#footer
{
	margin-top: 20px;	
	clear: both;
	float: left;
	width: 930px;
	text-align: center;
	padding-left: 20px;
        background-color: #eb1b33;
	color: #ffffff;
	font-size: 11px;
	padding-top: 12px;
	padding-bottom: 4px;
	margin-bottom: 20px;
	font: normal 80% "Lucida Sans", Sans-Serif;
}

#footer a {
	color: #ffffff;
	border-bottom: 0px;
}

#footer a: visited {
	color: #ffffff;
	border-bottom: 0px;
	}

#footer a:hover {
	color: #ffffff;
	font-weight: normal;
	border-bottom: 1px dashed #ffffff;
	}

#extras
{
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}



/* Header */

#header h1 
{ 
	padding-left: 30px; 
	margin-top: 0px; 
}



/* Navigation */

#navigation ul 
{ 
	list-style-type: none; 
	list-style-image: none; 
	float: left; 
	margin-top: 15px;
	margin-left: 12px; 
	padding: 0px 0px 15px 0px; 
}

#navigation li 
{ 
	float: left; 
}

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #eb1b33;
	display: block;
	padding: 2px 10px;
	margin-right: 5px;
	height: 24px;
	font-size: 12px;
	margin-top: -1px;
	font-weight: bold;
	font: normal 110% "Lucida Sans", Sans-Serif;
	border-bottom: 0px;

	
}

#navigation li a:hover,
#navigation li a:active
{
	color: #333;
	background-repeat: repeat-x;
	font-size: 12px;
	margin-top: 0px;
	font-weight: bold;
	font: normal 110% "Lucida Sans", Sans-Serif;

}

#navigation li.active a
{
	color: #555555;
	background-color: #ffffff;
}

/* Wrapper */

#wrapper a:link { font-weight: ; }

#wrapper a:visited { font-weight: ; }

#wrapper a:hover, #wrapper a:active { }

/* Content */

#content .post-title a { border-bottom-width: 0; }

#content .post p.img { float: left; margin: 0 15px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 15px;
	background-repeat: none;
}


/* Sidebar */

.sideblock
{
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #ffffff;
	border: #eb1b33 1px dotted;
}

.post-wrapper 
{
	padding-left: 10px;
	width: 676px;
	margin-left: -20px;
}


.sideblock ul { padding-left: 20px; }

.sideblock h3 { margin-top: 5px; font-size: 14px; color: #333333; }

#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666666; }

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}

#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }

#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}

/* Extras */


	/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

