/*
Theme Name: schull
Theme URI: http://schull.se
Description: 
Version: 1.0
Author: Henrik Schullström
Author URI: http://schull.se

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/**********************
*   Global Settings   *
**********************/

/* Page containers */

body {
	color: #323232;
	font: 12pt 'Times New Roman', Times, serif;
	margin: 0px auto 0px;
	padding: 0px;
	background: #F8F8F8 /*url("images/GradBlueBack.png") repeat-y center*/;
	}

#wrapper {
	float: none;
	clear: both;
	margin: 0px auto 0px;
	padding: 0;
	width: 960px;
	text-align:left;
	background: #F8F8F8;
	}

/* Block containers */

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

/* Misc Global Settings */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
label,
table,
th,
tr,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img,
a img,
:link img,
:visited img {
	border: none;
}

ul,
ol {
	list-style: outside;
	}

li {
	list-style-type: none;
	}

a:link,
a:visited {
	color: #0F4FBF;
	text-decoration: none;
	}

a:hover,
a:active {
	color: #002F9F;
	text-decoration: underline;
	}

/* Image positioning */

img.alignright {
	float: right;
	margin: 0.25em 0em 0.5em 1em;
	}

img.alignleft {
	float: left;
	margin: 0.25em 1em 0.5em 0em;
	}

img.aligncenter {
	display: block;
	margin: 1em auto;
	}

img.alignnone {
	}

/*************
*   Header   *
*************/

#header /* Header area */ {
	height: 70px;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	}

#logo /* Logo image area */ {
	background: url("images/schull_se.png") no-repeat left;
	width: 204px;
	height: 30px;
	padding: 0px;
	margin: 22px 0px 0px 26px;
	float: left;
	}


/* Begin Top navbar */

#nav {
	float: right;
	text-align: center;
	width: 440px; /* Optional */
	margin-top: 19px; /* Box position */
	height: 40px; /* Image critical */
	background: url("images/Shad-nav_right.png") no-repeat right;
	font-family: "Arial black", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}

#nav ul {
	/* Height and padding-top sum up to height as above and set vertical content position */
	height: 33px; /* Image critical */
	margin: 0px; /* Image critical */
	padding: 7px 12px 0px; /* Image critical */
	background: url("images/Shad-nav_left.png") no-repeat left;
	}

#nav li {
	display: inline;
	margin: 0px 50px; /* Second sets horizontal spacing */
	}

#nav a:link,
#nav a:visited {
	color: #505050;
	text-decoration: none;
	}

#nav a:hover,
#nav a:active {
	color: #101010;
	text-decoration: underline;
	}

/* End Top navbar */


/*****************
*  Posts Column  *
*****************/

/* Begin Posts container table */

#posts-wrap {
	float: left;
	margin: 0px 0px 0px 0px;
	border: none;
	background: #FFFFFF url("images/Shad-cont_sides.png") repeat-y left;
	}

.tr_posts {
	position: relative; /* bg visible in IE */
	background: url("images/Shad-cont_top.png") no-repeat top left;
	}

.td_posts {
	width: 520px;
	text-align: justify;
	background: url("images/Shad-cont_bottom.png") no-repeat bottom left;
	}

/* End Posts container table */

/* Begin Posts Column Posts */


.post { 
	padding: 0px 25px 20px;
	}

.attachment { 
	padding: 20px;
	}

h2.archive-title {
	margin: 10px 30px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12pt;
	}

#search {
	margin: 10px 30px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12pt;
	text-align: left;
	}

h2.entry-title,
h2.page-title {
	color: #14181A;
	font-size: 18pt;
	margin: 20px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h2.entry-title a:link,
h2.entry-title a:visited {
	color: #14181A;
	text-decoration: none;
	}

h2.entry-title a:hover,
h2.entry-title a:active {
	color: #525252;
	text-decoration: underline;
	}

.post p {
	margin: 1em 0em;
	}

/* Begin Headings inside posts */

.entry-content h1 {
	margin-top: 2em;
	font-family: 'Times New Roman', Times, serif;
	font-size: 18pt;
	}

.entry-content h2 {
	margin-top: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	}

.entry-content h3 {
	margin-top: 2em;
	font-family: 'Times New Roman', Times, serif;
	font-size: 15pt;
	}

.entry-content h4 {
	margin-top: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	}

.entry-content h5 {
	margin-top: 2em;
	font-family: 'Times New Roman', Times, serif;
	font-size: 12pt;
	}

.entry-content h6 {
	margin-top: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	}

/* End Headings inside posts */

.entry-content a {
	font-weight: bold;
	}

.entry-content pre,
.entry-content code {
	font-family: Courier, monospace;
	font-size: 12pt;
	}

.entry-content address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	}

.entry-content blockquote {
	padding: 1em 1em 0.25em;
	background: #E8E8E8 url("images/d_quote.png") no-repeat top left;
	font-style: italic;
	}

/* Begin lists inside posts */

.entry-content ul li,
.entry-content ul li ul li,
.entry-content ol li ul li {
	margin: 0.5em 0 0.5em 1.2em;
	list-style: disc;
	list-style-position: outside;
	}

.entry-content ol li,
.entry-content ol li ol li,
.entry-content ul li ol li {
	margin: 0.5em 0 0.5em 1.2em;
	list-style: decimal;
	list-style-position: outside;
	}

/* End lists inside posts */

/* Begin more link */

.more-link { /* The more-tag in posts creates this link instead of displaying the content below the tag */ 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	}

/* End more link */

/* Begin nav */

.navigation {
	width: 100%;
	}

.nav-prev,
.nav-next {
	clear: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	}

.nav-prev {
	float: left;
	text-align: left;
	margin-left: 13px;
	}

.nav-next {
	float: right;
	text-align: right;
	margin-right: 10px;
	}

.navigation a:link {
	color: #0F4FBF;
	text-decoration: none;
	}

.navigation a:hover,
.navigation a:active {
	color: #0F4FBF;
	font-weight: bold;
	}

.navigation a:visited,
.navigation a:visited:hover,
.navigation a:visited:active {
	color: #404040;
	text-decoration: none;
	}

.navigation-top {
	padding: 10px 0px;
	}

.navigation-inline {
	height: auto;
	}

.navigation-bottom {
	padding: 0px 0px 35px;
	}

/* End nav */

.additional-meta {
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	color:#806040;
	}

.entry-meta {
	background: #F8F8D8;
	border: 1px solid #DDDDDD;
	margin: 30px 0px 10px;
	padding: 10px 15px 20px;
	text-align: left;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	}

/* End Posts Column Posts */

/* Begin Search Result Error */

#search-nothing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	margin: 20px 20px 25px;
	max-width: 480px;
	overflow: hidden;
	}

.sitename {
	text-transform: uppercase;
	font-weight: bold
	}

/* End Search Result Error */

/* Begin 404-Page */

.error404 {
	padding: 10px 25px 25px;
	font-family: Arial, Helvetica, sans-serif;
	}

.error404 h1,
.error404 h2 {
	margin: 10px 0px;
	font-family: 'Times New Roman', Times, serif;
	}

.error404 h1 {
	font-size: 20pt;
	}

.error404 h2 {
	font-size: 13pt;
	}

/* End 404-PAGE */

/* Begin Admin/User Post edit link */

.post-edit-link {
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

/* End Admin/User Post edit link */

/* Begin Wide container table */

#wide-wrap {
	float: none;
	clear: both;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px 0px 0px 0px;
	border: none;
	background: #FFFFFF url("images/Shad-wide_sides.png") repeat-y left;
	}

.tr_wide {
	position: relative; /* bg visible in IE */
	background: url("images/Shad-wide_top.png") no-repeat top left;
	}

.td_wide {
	width: 960px;
	text-align: left;
	background: url("images/Shad-wide_bottom.png") no-repeat bottom left;
	}

/* End Wide container table */

/* Begin Wide CONTENT table */

.sortable {
	width: 910px;
	border: solid 1px #808080;
	margin: 0px 0px 20px 0px;
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: left;
	}

.sortable th,
.sortable td {
	height: 2em;
	border: solid 1px #808080;
	padding: 3px 3px 3px 5px;
	}

.sortable th {
	font-size: 12pt;
	}

th.title {
	}

th.subject {
	width: 110px;
	}

th.author {
	width: 110px;
	}

th.type {
	width: 80px;
	}

th.source {
	width: 140px;
	}

th.date {
	width: 70px;
	}

/* End Wide CONTENT table */

/*************
*  Comments  *
*************/


/* Begin Posts Column Comments */

#respond {
	padding: 0px 25px 20px;
	}

#comment-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	}

#comment-header span {
	font-style: italic;
	font-weight: normal;
	text-align: left;
	}

#comment-policy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	}

.policy_link {
	margin-right: 0.2em;
	color: #0F4FBF;
	font-style: italic;
	font-weight: bold;
	}

#respond p {
	margin: 1em 0em;
	}

.commentlist {
	padding: 0px 25px;
	}

#comments {
	margin: 15px 0px 15px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	}

#comments span {
	font-style: italic;
	font-weight: normal;
	}

/* Begin Comment boxes */

ol.commentlist {
	margin: 0px 17px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	}

.commentmetadata {
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}

li.comment {
	list-style-type: decimal;
	margin: 10px 0px;
	padding: 10px;
	background: #F0F0F0;
	border: 1px outset #B0B0B0;
	}

li.comment p {
	margin-top: 10px;
	padding: 10px;
	border: 1px inset #B0B0B0;
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
	background: #FFFFFF;
	}

li.comment em {
	font-size: 9pt;
	font-weight: normal;
	Color: #DF0000;
	}

li.bypostauthor {
	background: #EFF4FF;
	}

li.comment-author-admin {
	background: #FFF4F4;
	}

li.trackback, li.pingback {margin: 10px auto;}
ul.pinglist {margin:10px 0;}

/* End Comment boxes */

/* Begin Pings */

ul.pinglist {

	}

ul.pinglist li {

	}

#pings {

	}

/* End Pings */

/* Begin text input fields */

#author,
#email,
#url,
#comment {
	width: 460px;
	padding: 3px;
	margin-top: 5px;
	border: inset 1px #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	}

/* Begin Submit-Reset Buttons */

#submit,
#reset {
	width: 180px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}

#reset {
	float: right;
	}

/* End Submit-Reset Buttons */

/* End text input fields */

/* End Posts Column Comments */

/***************
*   Sidebars   * 
***************/

/* Sidebars container table common */

#left_sidebar,
#right_sidebar {
	margin: 0px;
	border: none;
	background: url("images/Shad-bar_sides.png") repeat-y left;
	}

.tr_sidebar {
	position: relative; /* bg visible in IE */
	background: url("images/Shad-bar_top.png") no-repeat top left;
	}

.td_sidebar {
	width: 200px;
	padding: 0px 10px 10px;
	background: url("images/Shad-bar_bottom.png") no-repeat bottom left;
	font: 10pt Arial, Helvetica, sans-serif;
	}

/* End Sidebars container table common */

/* Left sidebar */

#left_sidebar {
	float: left;
	background-color: #FAFAE8;
	}

/* Right sidebar */

#right_sidebar {
	float: right;
	background-color: #EFF4FF;
	}

/**************
*   Widgets   *
**************/

.widget {
	margin: 5px 5px 15px;
	}

.widgettitle {
	color: #504030;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	padding: 0px;
	margin: 10px 3px;
	border: none;
	text-transform: uppercase;
	}

.widget ul li {
	margin: 0.5em 0px 0.5em 5px;
	}

.widget a:link,
.widget a:visited {
	color: #0F4FBF;
	text-decoration: none;
	}

.widget a:hover,
.widget a:active {
	color: #002F9F;
	text-decoration: underline;
	}

/* recent entries */

.widget_recent_entries ul li {
	list-style: outside url("images/bullet1.png");
	font-size: 95%;
	margin-left: 18px;
	}

.widget_recent_entries a:visited {
	color: #404040;
	}

/* categories, archive */

.widget_categories ul li,
.widget_archive ul li {
	list-style: outside url("images/bullet2.png");
	font-size: 105%;
	margin-left: 18px;
	}

/* tag cloud */

.widget_tag_cloud a {
	line-height: 1em;
	}

/* external links */

.widget_links ul li {
	list-style-type: none;
	}

/********************
*   Fixed Widgets   *
********************/

/* Fixed Search Widget */

#widget_s {
	color: #323232;
	font:10pt Arial, Helvetica, sans-serif;
	width: 140px;
	padding: 4px;
	margin: 0px;
	}

#w_searchsubmit {
	width: 30px;
	height: 30px;
	padding: 0px;
	border: none;
	float: right;
	background: url("images/magnifier.png") no-repeat center;
	visibility: visible;
}

/* End Fixed Search Widget */

/* Fixed RSS Widget */

#widget_rss_fixed ul {
	list-style: outside url("images/rss.png");
	display: block;
	padding: 4px 0px 4px 4px;
	margin-left: 15px;
	}

/* End Fixed RSS Widget */

/* Fixed Meta Widget */

#widget_meta_fixed a {
	color: #404040;
	text-decoration: none;
	}

#valid_code {
	margin: 0px;
	padding: 15px 0px 0px;
	}

#valid_code a {
	width: 88px;
	height: 31px;
	margin: 0px;
	padding-left: 5px;
	display: inline-block;
	}

.valid_xhtml {
	background: url("images/valid-xhtml10.png") no-repeat center;
	}

.valid_css {
	background: url("images/valid-css2.png") no-repeat center;
	}

/* End Fixed Meta Widget */

/* Fixed Webmaster Widget */

#widget_webmaster_fixed {
	text-align: center;
	}

/* End Fixed Webmaster Widget */

/**************************
*   Custom Text Widgets   *
**************************/

/* RepF */

#repf {
	margin: 0px;
	}

#repf a {
	width: 168px;
	margin: 0px;
	padding: 6px 0px 5px 20px;
	display: block;
	border: outset 1px #808080;
	font-family: 'Arial black', sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background: #ffffe0 url("images/krona_050.gif") no-repeat 120px center;
	}


#repf a:link,
#repf a:visited {
	color:#404040;
	text-decoration: none;
	}

#repf a:hover,
#repf a:active {
	color:#EC1D25;
	text-decoration: none;
	}

/* End RepF */

/* Hacke */

#hacke {
	margin: 0px;
	}

#hacke a {
	width: 188px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: outset 1px #808080;
	background: #CDCBC9 url("images/Hacke_150x74.png") no-repeat center;
	text-decoration: none;
	}

/* End Hacke */

/*************
*   Footer   * 
*************/

#footer {
	width: 960px;
	margin: 15px 0px 20px;
	position: relative;
	text-align: center;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #A0A0A0;
	}

#footer a:link,
#footer a:visited {
	color: #A0A0A0;
	text-decoration: none;
	}

#footer a:hover,
#footer a:active {
	color: #A0A0A0;
	text-decoration: underline;
	}

/**************/
/* End of CSS */
