/*
Theme Name: Attraktiva Stationer Portal
Theme URI: http://www.attraktivastationer.se
Description: Custom theme for Attraktiva Stationer.
Version: 1.0
Author: Anton Lindqvist
Author URI: http://www.bkcsthlm.se
Tags: custom, sidebar, two columns
*/

* {
margin: 0;
padding: 0;
}

html,body {
height: 100%;
font: 100% Arial,Helvetica,serif;
}

a {
color: #d55828;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h1,h2,h3 {
font-weight: normal;
font-style: normal;
}

img {
border: 0;
}

#wrapper {
height: 100%;
height: auto;
min-height: 100%;
width: 100%;
margin: 0 auto;
}

/* Begin #header
-------------------------------------------------------------------- */
#header {
background: transparent url(images/header.jpg) no-repeat top center;
height: 130px;
width: 100%;
margin: 0 auto;
position: absolute;
top: 0;
left: 0;
right: 0;
}

.header-content {
height: 130px;
width: 960px;
margin: 0 auto;
}

.header-content-left {
height: 130px;
width: 200px;
float: left;
display: inline;
margin: 0 0 0 10px;
}

.header-content-left img {
behavior: url(/iepngfix.htc);
}

.header-content-right {
height: 130px;
width: 452px;
margin: 0 0 0 20px;
float: left;
}

.header-content-right a {
color: #fff;
line-height: 130px;
}

.header-content-right h1 {
font-size: 2.25em;
}

.header-content-right a:hover {
text-decoration: none;
}
/* End #header
____________________________________________________________________ */

/* Begin #content
-------------------------------------------------------------------- */
#content {
width: 960px;
margin: 0 auto;
padding: 0 0 80px 0;
}

.clearfix:after {
content: '.';
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

* html .clearfix {
height: 1%;
}

.clearfix {
display: block;
}

#entries {
width: 680px;
float: left;
display: inline;
font-size: .81em;
line-height: 1.25em;
}

.post {
padding: 5px 0 40px 0;
}

.post p {
padding: 0 0 15px 0;
}

.narrow {
width: 430px !important;
}

.post h2 {
font-size: 1.75em;
padding: 0 0 8px 0;
}

.post h3 {
font-size: 1.25em;
font-weight: bold;
padding: 0 0 3px 0;
}

.entry {
width: 680px;
margin: 10px 0 0 0;
}

.entry img.alignright {
float: right;
clear: both;
display: inline;
padding: 0 0 30px 30px;
}

.entry ul {
margin: 15px 0;
}

.entry li {
background: url(images/bullet.png) no-repeat 0 6px;
width: 680px;
margin: 0 0 5px 0;
padding: 0 0 0 12px;
line-height: 16px;
list-style-type: none;
}


.dotted-separator {
height: 3px;
width: 100%;
margin: 40px 0 40px -5px;
border-bottom: 3px dashed #000;
clear: both;
}

.grey {
margin: 20px 0;
border-bottom: 3px dashed #eee;
}

#post-list {
width: 680px;
height: 200px;
}

.post-small-left {
width: 150px;
float: left;
font-size: .88em;
display: inline;
padding: 5px 0 0 0;
color: #6d6d6d;
}

.post-small-right {
width: 490px;
float: right;
display: inline;
padding: 5px 0 0 0;
}

.post-small-entry {
margin: 10px 0 0 0;
}

.post-small-entry p {
margin: 0 0 10px 0;
}

.post-small-entry p.read-more-content {
display: none;
}

a.black {
color: #000;
}

.navigation {
height: 20px;
width: 680px;
margin: 20px 0 0 0;
}

.navigation div.left {
float: left;
}

.navigation div.right {
float: right;
}
/* End #content
____________________________________________________________________ */

/* Begin #sidebar
____________________________________________________________________ */
#sidebar {
width: 220px;
float: left;
display: inline;
font-size: .88em;
margin: 0 0 0 10px;
}

#sidebar a.grey_link {
color: #5e5e5e;
cursor: default;
}

#sidebar a.grey_link:hover {
text-decoration: none;
}

#sidebar li.current_page_item a {
color: #000;
}

#sidebar h2 {
font-weight: bold;
font-size: 1.25em;
}

#sidebar li {
list-style-type: none;
margin: 0 0 5px 0;
}

#sidebar li.admin {
margin: 15px 0 0 0;
}

#sidebar li.admin a {
color: #278238;
}

#sidebar ul {
margin: 4px 0 20px 0;
}
/* End #sidebar
____________________________________________________________________ */

/* Begin #footer
-------------------------------------------------------------------- */
#footer {
background: #d45827 url(images/footer_tiny.png) repeat-x top left;
position: relative;
padding: 25px 0 0 0;
margin: -80px 0 0 0;
height: 80px;
clear: both;
width: 100%;
text-align: center;
color: #fff;
font-size: .81em;
}

#footer a {
color: #fff;
}

#footer p {
width: 960px;
margin: 0 auto;
padding: 0 0 5px 0;
}
/* End #footer
____________________________________________________________________ */
.clear {
height: 1px;
width: 1px;
margin: 0 auto;
clear: both;
}