/*
Theme Name: Ord&Bild
Theme URI: http://ordbild.se/
Description: 
Version: 0.2
Author: Ord&Bild
*/

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, hr, input, textarea, span {
	margin: 0;
	padding: 0;
}

img, a, input, textarea {
	border: 0;	
}

a {
	color: #69c;	
}

body {
	font-size: 62.5%;
	background: #e9e9e9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#float-right-fix {
	float: left;
	clear: both;
	width: 1000px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#wrap {
	width: 1000px;
	float: right;
}

#header {
	width: 750px;
	height: 224px;
/*	background: url('images/hej-varlden.gif') 0 40px no-repeat;*/
	float: left;
}

.header-img {
	margin-top: 40px;	
}

#primary-links {
	float: right;
}

#primary-links ul {
	list-style-type: none;	
}

#primary-links ul li {
	float: right;
	font-size: 1.1em;
}

#primary-links a {
	text-decoration: none;	
}

#rss {
	background: url('images/rss.jpg') no-repeat;	
}

#splash {
	float: right;	
}

#sidebar {
	width: 210px;
	margin-right: 30px;
	padding: 20px 0 20px 0;
	height: 100%;
	float: left;
	font-size: 1.3em;
	background: #fff;
}

#logo {
	width: 210px;
	height: 182px;
	background: #fff url('images/logo-ordbild.gif') no-repeat;
}

/* sidebar lists */
ul.widgets {
	margin: 5px 0 0 34px;	
}

#sidebar ul {
	list-style-type: none;	
}

#sidebar li {
	margin-bottom: 3px;	
}

#sidebar a {
	color: #999;
	text-decoration: none;
}

#focal-1 li ul li {
	margin: 0 0 3px 15px;
}

ul.children {
	margin-left: 10px;
	font-size: 0.9em;	
}

.textwidget {
	color: #ccc;
	margin-top: 25px;	
}

#sidebar .textwidget a {
	color: #ccc;	
}

#content {
	width: 750px;
	float: left;	
}

.post {
	border-bottom: 1px solid #999;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.entry {
	width: 500px;
	float: left;
}

.side-meta {
	width: 220px;
	margin-left: 30px;
	float: right;
}

/* page */
.page-entry {
	width: 750px;
	float: left;
}

.page-entry p {
	width: 500px;
	float: left;
}

.page-entry h2 {
	float: right;
	margin-left: 30px;
	width: 220px;
}

#footer {
	clear: both;
	float: left;
	width: 750px;
	margin: 10px 0 10px 0;
}

/* hr */
.hr {
	float: left;
	background: #999;
	height: 1px;
	width: 750px;
	font-size: 1px;
	line-height: 1px;
	margin: 0 0 25px 0;

}

#comments {
	clear: both;	
}

#comments .post {
	min-height: 84px;
	height:auto !important;
	height: 84px;	
}

/* table td tr */
table {
	font-size: 1.3em;
	margin-bottom: 15px;
	clear: left; 
}

td {
	padding: 0 15px 5px 0;	
}

/* img */
.alignleft {
	float: left;
	margin-right: 20px;
}

object {
	margin-bottom: 10px;	
}

.entry img, .alignleft, .alignnone {
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;	
}

.page-entry .alignnone {
	float: left;
	margin: 0 3px 6px 3px;
}

.avatar {
	float: left;
	margin-right: 10px;
}

/* List */

.post ul {
	font-size: 1.3em;
	list-style-position: inside;
	float: left;
	line-height: 1.5em;
	margin: 0 0 10px 10px;
}

#tagcloud a {
	line-height: 1.4em;
}

/* Typo */
.post p, #comments p, .error, .navigation {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #333;
	margin: 0 0 10px 0;
}

p.small, p.author {
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0;
	font-size: 1.2em;
}

p.author {
	padding: 5px 0 0 0;
	color: #999;	
}

h2 {
	font-size: 2.2em;
	line-height: 1em;
	float: left;
}

h2 a {
	font-size: inherit;
	text-decoration: none;
	color: #333;
}

h3 {
	font-size: 1.6em;	
	margin-bottom: 10px;
}

h6 {
	clear: left;
	font-size: 1.2em;
	padding: 5px 0 0px 0;
	color: #999;
	font-weight: normal;
}

p.tags {
	font-size: 1.1em;
}

/* Form form input */
#author, #email, #url {
	width: 400px;
	height: 18px;
	font-size: 1em;
	color: #69c;
	padding: 2px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

#comment {
	width: 400px;
	height: 150px;
	padding: 2px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #69c;
	font-size: 1em;
}

label span {
	color: #69c;
}