/*
Theme Name: Default
Theme URI: http://www.thelocal.se/blogs/
Description: A customisable basic theme for all blogs created by users.
Version: 1.0
Author: The Local
Author URI: http://www.thelocal.se/
*/
/* Slightly modified YUI reset.css */

html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym  {
    border: 0;
    font-variant: normal;
}

sup  {
    vertical-align: text-top;
}

sub  {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #000;
}

body {
    text-align: center; /* Centre page in IE5.5 */
    font-family: arial, helvetica, clean, sans-serif;
    font-size: 100%; /* Fix em-based font sizing in IE */
}

#header, #footer {
	clear: both;
	text-align: left;
	padding: 10px;
    font-size: 0.8em;
	color: #FFF; /* White text */
	background-color: #CC6600; /* Dark orange background */
	overflow: hidden; /* Clear floats */
}

#header {
	border-bottom: 2px solid #F0D7BB; /* Light orange border */
	margin-bottom: 10px;
}

#footer {
	border-top: 2px solid #F0D7BB; /* Light orange border */
}

#header ul, #footer ul, #header ul li, #footer ul li {
    margin: 0;
    padding: 0;
}

#header ul li, #footer ul li {
	float: left;
	padding-right: 12px;
    list-style: none;
}

#header ul li a, #footer ul li a {
	color: #FFF; /* White text */
	text-decoration: none;
}

#header ul li a:hover, #footer ul li a:hover {
    text-decoration: underline;
}

#wrapper {
    width: 723px;
    margin: 0px auto;
    text-align: left; /* Needed for IE5.5 page centreing */
    font-size: 0.8em;
	margin-bottom: 10px;
	overflow: hidden; /* Clear floats */
}

#col1 {
    float: left;
    width: 468px;
    padding: 10px 15px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#col2 {
    float: left;
    width: 200px;
    padding: 10px 12px;
    font-size: 0.9em;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}

#wrapper a {
    text-decoration: none;
}

#wrapper a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 4px;
}

h1 {
	font-size: 2.3em;
}

h2 {
	font-size: 1.25em;
    margin-top: 0.8em;
}

h3, h4, h5, h6 {
	font-size: 1em;
    margin-top: 0.8em;
}

p {
    margin: 1em 0;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
}

blockquote {
	margin: 5px 10px;
	padding: 5px;
}

input, select, textarea {
	font-size: 0.9em;
}

ul {
    margin: 1em 0;
	line-height: 1.3em;
    padding-left: 1.5em;
}

ul li {
    padding-bottom: 0.3em;
    list-style: disc outside;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

#col2 ul li {
    list-style: none;
}

#col2 ul {
    padding-left: 0;
}

#col2 ul li li{
    list-style: disc outside;
}

#col2 ul ul {
    padding-left: 1.5em;
}

.post {
    margin-bottom: 10px;
}

ol.commentlist div.commentmetadata,
.post p.postmetadata,
.page p.postmetadata {
    font-size: 0.85em;
}

ol.commentlist li {
    padding: 2px 5px 1px 5px;
    margin: 2px 0px 12px 0px;
}

.navigation {
    font-size: 0.85em;
}

.navigation .alignleft, .navigation .alignright {
    width: 45%;
}

.navigation .alignleft {
    float: left;
}

.navigation .alignright {
    float: right;
    text-align: right;
}

.navigationclear {
    clear: both;
}

.description {
    font-style: italic;
}

.wp-caption-text {
    font-size: 0.85em;
}

img#wpstats {
    display: none;
}

.hidden {
	display: none;
}

#searchform {
	margin: 8px 0;
}

#searchform #s {
	width: 120px;
	padding: 2px;
}

#searchsubmit {
	padding: 1px;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 0.9em;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar {
    empty-cells: show;
    margin: 5px auto 0;
    width: 180px;
}

#wp-calendar #next {
    text-align: right;
}

#wp-calendar #prev {
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar td, #wp-calendar th {
    padding: 2px 0;
    text-align: center;
}

img.centered {
    display: block;
    margin: 3px auto;
}

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

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

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.alignright img {
    margin: 3px 0 3px 7px;
}

.alignleft img {
    margin: 3px 7px 3px 0;
}

.alignright .wp-caption-text {
    margin-left: 7px;
    text-align: right;
}

.alignleft .wp-caption-text {
    margin-right: 7px;
}

