/*   
Theme Name: ÅU Thematic Power
Theme URI: 
Description: Use the Thematic Power Blog Theme to ramp up the power of your WordPress blog.
Author: Paul Söderholm (based on Ian Stewart's theme)
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.1
Tags: Thematic
.
Thematic Power Blog is copyright Ian Stewart http://themeshaper.com/
.
*/

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

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

/* Apply a basic layout */
@import url('3c-r-fixed-primary-988px.css');

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

/* Apply default theme styles and colors
   For demonstration purposes we're using the default Thematic style
   For major changes I recommend copying over the default styles into this file */
@import url('classic.css');

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

/* Default styles */
body {
    background: url("images/bg-gradient-01.png") repeat-x scroll 0 130px #F1F1F1
    /* background:#e6e6e6;  url(images/bg-1000px-gray.png) repeat-y center top; */ 
}

/* =Menu
-------------------------------------------------------------- */

#access {
    font-size:12px;
    border-bottom:4px solid #ffbb00;
/*     background:#f7f5f0 center top url(images/bg-1000px-gray-pg.png) repeat-y; 
    border-top:4px solid #ffbb00;
    margin-top:-2px; */ 
}
#access .menu {
    background: #ffbb00 left top url(images/slanted-white-bg.png) no-repeat;
}
.skip-link {
    display:none;
}
.menu {
    padding:5px 10px;
    overflow:hidden; /* clears the inner float  */
}
.menu ul,
.menu ul {
    margin:0;
    list-style:none;
    clear:both;
}
.menu ul ul {
    display:none;
}
.menu li {
    display:inline;
}
.menu a {
    display:block;
    float:left;
    margin:0 10px 0 0;
    padding:1px 6px;
/*    background:#87B5DD; */
    color:#fff;
/*    border-top:1px solid #6DA5D6; */
    text-decoration:none;
}
.menu a:hover {
    background:#ffd154;
    color:#fff;
/*    border-color:#3B86C7; */
}
.menu .current_page_item a {
/*    background:#5C9BD1; */
    color:#fff;
    border-color:#3B86C7;
}
.menu a:focus {
/*    background:#4887BD; */
    color:#fff;
/*    border-color:#2772B3; */
}

/* Search bar in navigation menu
------------------------------------------------------------- */
#access-search{
	position:relative;
	left:50%;
	width:200px;
	margin-left:260px;
	margin-top: -29px;
/*	height:29px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc; */
	padding:2px 0 0 4px;
}

/* =Category Menu
-------------------------------------------------------------- */

#category-access {
    font-size:13px;
    overflow:visible; 
    z-index:150;
    border-top:2px solid #666; 
/*    height:32px; 
    padding:5px 0; 
     background:#f7f5f0 center top url(images/bg-1000px-gray-cat.png) repeat-y; */
}
/* uncomment the following two selectors in case your category list wraps into a second row
#category-access {
		height: 96px;
}

body.ie7 #category-access {
		height: 64px;
}
*/
.menu-title {
    color:#666;
    float:left;
    font-style:italic;
    line-height:32px;
    margin-right:10px;
}
#category-access .sf-menu {
    border-color:transparent;
}
#category-access .sf-menu a {
/*    border:1px solid transparent; */
    margin-right:3px;
}
#category-access .sf-menu li:hover, #category-access .sf-menu li:hover a,
#category-access .sf-menu li.sfHover, #category-access .sf-menu li.sfHover a,
#category-access .sf-menu a:focus, #category-access .sf-menu a:hover, #category-access .sf-menu a:active {
    background:     #8a9499;
	outline:		0;
/*    border-color:#ccc; */
}
#category-access .sf-menu ul a {
    background:#fafafa;
/*    border-color:#ccc; */
    border-right:none;
	border-bottom:none;
	margin-right:0;
}

#category-access .menu {
/*    background-color: #454a4d; */
    background:url("images/slanted-gray-bg-01.png") no-repeat scroll left bottom #80A6B3;
}

/* =Default Widgets
-------------------------------------------------------------- */

#crown h3 {
    font-size:17px;
    padding:0 0 4px 0;
}
#crown #thematic-power-blog-subscribe {
    padding:0 0 44px 0;
    position:relative;
}
#crown #thematic-power-blog-subscribe h3 {
    position:absolute;
    top:0;
    left:0;
}
#crown #thematic-power-blog-subscribe ul {
    list-style:none;
    margin:0;
    position:absolute;
    top:0;
    right:0;
}
#crown #thematic-power-blog-subscribe ul li {
    padding:0;
}
#crown #thematic-power-blog-subscribe a {
    background:url(images/feed-icon-14x14.gif) no-repeat 10px 6px;
    border:1px solid #ccc; 
    -webkit-border-radius: .35em;
    -moz-border-radius: .35em;
    border-radius: .35em;
    padding:6px 16px 6px 32px;    
    text-decoration:none;
}
/* Fix for the a-tag border bug in IE7 */
body.ie7 #crown #thematic-power-blog-subscribe a {
	float:left; 
}
#thematic-power-blog-about ul {
    list-style:none;
    margin-left:0;
}
#thematic-power-blog-about a.more {
    display:block;
    text-align:right;
}


/* =Global Elements
-------------------------------------------------------------- */

#header {
    background:#fff; /* center top url(images/bg-1000px-gray-hd.png) repeat-y;
    padding-top:10px; */
}


#branding {
/*    background:url(images/header-image.jpg) no-repeat center bottom; 
    margin-bottom:22px; */
    background: #fff;
    padding: 0;
/*    padding: 44px 0 198px 0;  Bottom padding is the same height as the image called above */
}
#blog-description {
    margin-bottom:22px;
}
#leader {
/*    border-bottom:1px solid #8a9499; 
    margin-bottom:-22px;
    padding:25px 0 11px 0; */
/*    background:#e6e6e6;  center top url(images/bg-1000px-gray-ld.png) repeat-y; */
}
#leader-container {
    background: url("images/medium-gradient-bg-02.png") repeat-x top #F2F2F0;
    padding: 20px 10px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #e0e0e0;
}
#content {
}
#main {
    background: #fafafa;
}
.hentry {
}
.crown-aside {
    color:#666;
    padding-top:12px;
    padding-bottom:14px;
    margin:0;
}
.attachment-jpeg .crown-aside,
.attachment.png .crown-aside {
    display:none;
}
.crown-aside a {
    color:#666;
}
.crown-aside a:active,
.crown-aside a:hover {
    color: #FF4B33;
}
.crown-aside ul {
    padding:0 20px;
}
.crown-aside ul li {
    border:none;
    padding:0;
    margin-bottom: 10px;
}
.crown-aside ul ul {
    border:none;
    padding:0;
}
.main-aside {
    padding-top:22px;
}
.main-aside ul {
    padding:0 10px;
}
.main-aside ul ul {
    padding:0;
}
#crown {
    border:1px solid #ccc;
    width:426px;
/*    -moz-border-radius:5px; */
    margin: 0 0 5px 0;
}
#primary {
    border:1px dotted #ccc;
    border-width:0px 1px 0px 1px;
    padding:12px 0 11px 0;
    width:252px; /*original value = 212px */
    background:#f4f3f0;
/*    -moz-border-radius:5px; */
}
#secondary {
/*    border:1px solid #ccc; */
/*    border-width:0 1px 1px 1px;  keeping a border on the left for no-js */
/*    margin-left:-1px;  offsets the 1px border on the left */
    padding:12px 0 11px 0;
    width:173px; /* original value = 213px */
/*    -moz-border-radius:5px; */
    margin-top: 1px; /* to keep top at same level as primary aside */
}

#breadcrumb-nav {
    border-top:1px solid #ccc;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin-bottom:-22px;
}
#breadcrumb-nav a {
    color:#666;
}
#breadcrumb-nav a:active,
#breadcrumb-nav a:hover {
    color: #FF4B33;
}
#breadcrumb-nav-container {
    margin:0 auto;
    padding:11px 0;
    width:988px;
}
#breadcrumb-nav-container p {
    margin:0;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
/*    background:#d2d7d9 center top url(images/bg-1000px-darkgray-ft.png) repeat-y; 
    border-top:1px solid #8a9499;
    padding:34px 0 90px 0; */
    color:#fff;
}
#footer a {
    color:#fff;
}
#subsidiary {
    padding:20px 10px;
/*    background: #454a4d; */
    background:#80A6B3;
}
#subsidiary .aside {
    margin-bottom:18px;
}
#siteinfo {
    padding:20px 10px;
    font-size:11px;
/*    background: #454a4d; */
    background:#8a9299;
}
#siteinfo a {
    font-style:italic;
}


.wp-pagenavi span.pages {
		padding:4px !important;
}


/* =Widgets
-------------------------------------------------------------- */

.aside th, .aside td {
	padding:0.25em 0.35em;
}

.widgettitle {
/*    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    background: #fb0;
    margin-left: -10px; */
}

#primary .widgetcontainer {
/*    border: solid 1px #555; */
    background: #f4f3f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#secondary .widgetcontainer {
    padding-bottom: 10px;
}

.aside .wp-polls .wp-polls-ans {
    margin-left: -10px;
}


/* =Content Elements
--------------------------------------------------------------- */
#content .kontakt td {
  padding-bottom: 20px;
}

#content .kontakt td img {
  margin-bottom: 5px;
  border: 1px #999 solid;
}



/* =Blogroll artikelserier
---------------------------------------------------------------- */
#linkcat-3113 ul, #linkcat-3224 ul {
    list-style:none;
    margin:0 0 0 1.5em;
}

#linkcat-3113 li, #linkcat-3224 li {
    margin:0 0 10px 0;
}
