/*   
Theme Name: Tomas.Ullberg.se
Theme URI: 
Description: Mitt eget.
Author: Tomas Ullberg
Author URI: http://tomas.ullberg.se/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


body {
	background-color:#ffffff;
	font-size: 15px;
	line-height: 21px;
}


h3 {
	background-image: url(images/subhead_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 36px;
}

blockquote {
	border: thin dashed #CCCCCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 37px;
}


a:link {
    color:#0195bb;
}
a:visited {
    color:#0195bb;
}
a:active,
a:hover {
    color: #231f74;
}

ul {
	list-style-image: url(images/bullet.png);
}

li {
	margin-bottom: 10px;
	
}


#header {
	background-color:#0f0738;
	background-image: url(/wp-content/themes/tu/images/header.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#blog-title {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size:30px;
    font-weight:normal;
    line-height:40px;
}
#blog-title a {
    color:#0195bb;
    text-decoration:none;
}

#blog-title a:active,
#blog-title a:hover {
    color: #0195bb;
}


#branding {
    padding:25px 0 30px 0;
	height: 90px;
}

#blog-description {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    color:#ffffff;
    font-size:14px;
    font-style:normal;
	width: 250px;
	margin-top: 10px;
}

.entry-title {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size:26px;
    font-weight:normal;
    line-height:30px;
    padding:0 0 7px 0;
}

#main {
    clear:both;
    padding:46px 0 22px 0;
}

#footer {
	margin-top:42px;
	border-top:0px solid #ccc;
	background-color:#0f0738;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/wp-content/themes/tu/images/bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	height: 100px;
	vertical-align: bottom;
}

#siteinfo {
    color:#fff;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:18px;
    padding:22px 0 44px 0;
}
#siteinfo a {
    color:#fff;
}
#siteinfo a:active,
#siteinfo a:hover {
    color:#fff;
}


.menu {
}


#primary {
	background-color:#c8edf7;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
	line-spacing: 21px;
    font-weight:normal;
    color:#000;
	background-image: url(/wp-content/themes/tu/images/sidebar_small.gif_);
	background-repeat: no-repeat;
	
}

#primary a {
    color:#0f0738;

	
}

#primary img {
	border:4px solid #ffffff;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#0195bb;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	color: #555555;
}

table.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.noborder td {
	vertical-align: top;
	padding: 0.5em;
}

td {
	font-size: 15px;
	line-height: 21px;
}
