@charset "utf-8";
/*
Theme Name: Vinnandementorskap

Description:  Vinnandementorskap.se
Version: 1.0.1
Author: Jessica Björkäng
Author URI: http://tdec.se

*/


/* Layout */
body {
	font-size: 0.9em;
	font-family: Arial, Verdana, Sans-Serif;
	background: #cccccc;
	color: #000;
	text-align: center;
	padding: 2em 0;
	margin: 0;
}

/* Default */
a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

img.alignleft {
	float: left;
	margin: 0 25px 25px 0;
}

img.alignright {
	float: right;
	margin: 0 0 25px 25px;
	
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	padding: 5px;

}

form {
	padding: 0;
	margin: 0;
}

blockquote {
	background: url(images/blockquoteBk.gif) left 0.2em no-repeat;
	color: #666;
	padding: 0 1em 0 2.2em;
	margin: 0;
}

#page {
	width: 800px;
	background: #fff url(images/bottomBk.gif) bottom center no-repeat;
	color: #060606;
	margin: 0 auto;
	text-align: left;
}

#header {
	
	height: 207px;
	font-size: 2em;
	color: #333333;
}

#headerimg {
	padding: 15px 82px;
}

#headerimg h1 {
	margin: 0;
	padding: 0;

	
}

#headerimg h1 a {
	color: #090909;
	text-decoration: none;
}

#headerimg .description {
	
	color: #2d7c20;
	font-size: 1.1em;
	font-weight: bold;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	background: #e22921 url(images/menuBk.gif) repeat-x;
	color: White;
	float: left;
	width: 100%;
	height: 27px;
	font-size: 0.9em;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 0.4em 12px 0.4em 10px;
	color: White;
	background: transparent url(images/menuBkBar.gif) top right no-repeat;
	text-decoration: none;
	float: left;
}

#navcontainer ul li.current_page_item a {
	font-weight: bold;
	color: #fff;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#content {
	padding: 0;
	margin: 0;	
	width: 800px;
	float: left;
}

.entry ul {
	padding-left:10px;
}
#sidebar {
	padding: 0;
	margin: 0 0 0 555px;
	background: url(images/sideBarBk.jpg) top left repeat-x;
}

#sidebar ul {
	padding: 15px;
	margin: 0;
	list-style: none;
}

#footer {
	clear: both;
	padding: 0;
	margin: 0.5em auto 0 auto;
	width: 800px;
        color: #fff;
}

#footer p {
	padding: 0 15px;
	margin: 0;
	text-align: left;
	font-size: 0.6em;
	color: #000;
}

#footer p .footerbuttons {
	float: right;
}

#footer a {
	color: #000;
	text-decoration: underline;
}

#footer img {
	border: 0;
}

#footer a:hover {
	color: #ccc;
}


/* Post */
.post h2,
.post small {
	padding: 0;
	margin: 0;
}

.post {
	margin: 1em 1em 2em 1em;
}

.post h2 {
}

.post h2 a {
	color: #e22921;
	text-decoration: none;
}

.post h2 a:hover,
.navigation a:hover {
	text-decoration: underline;
}

ul.postmetadata {
	clear: both;
}

.post small.postmetadata,
ul.postmetadata {
	font-size: 0.75em;
}

.post small a,
ul.postmetadata a {
	color: #2d7c20;
	text-decoration: none;
}

.post small a:hover,
ul.postmetadata a:hover {
	text-decoration: underline;
}

.entry {
}

ul.postmetadata {
	list-style: none;
	border-top: 3px double #d0d0d0;
	padding: 0.5em 0 1em 0;
	margin: 0;
}

ul.postmetadata li {
	display: block;
	float: left;
	width: 50%;
}

ul.postmetadata li.comments {
	text-align: right;
}

.navigation {	

	padding: 0 1em 1em 1em;
}

.navigation a {
	color: #e22921;
}

.navigation a:hover {
	color: #ff4666;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


#searchform {
	padding: 1em 0 0 0;
	margin: 0;
}
#searchform input#s:focus {
	background-color: #eee;
	border: 1px solid #000;
}
#searchform input#s {
	width: 9em;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 1.2em;
}

/* Heading */
#content h2.pagetitle {
	font-family:Verdana, Arial, Sans-Serif;
	margin: 0.5em 2.5em 0 0.5em;
	padding: 0;
	font-size: 1.4em;
	text-align: right;
}



input#author:focus, 
input#email:focus,
input#url:focus,
textarea#comment:focus {
	background-color: #eee;
	border: 1px solid #000;
}

input#author, 
input#email,
input#url,
textarea#comment {
	width: 20em;
	background-color: #fff;
	border: 1px solid #000;
}


textarea#comment {
	width: 100%;
}

p.commentWrapper {
	padding: 0;
	margin: 0;
}

div#recaptcha_widget_div {
	float: right;
}

input#submit {
	margin: 1em 0 0 0;
}

/* Wordpress required */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
