/*
Theme Name: Cleaker
Theme URI: http://pomomusings.com/design/
Description: An original design by Adam Walker Cleaveland of <a href="http://cleavedesign.com" title="cleave design">cleave design</a>. This theme utlizes XHTML and CSS, some code from Kubrick and beautiful icons from FamFamFam.
Version: 2.1
Author: Adam Walker Cleaveland
Author URI: http://pomomusings.com/design/
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}


body {
	background: #687ec7 repeat-y; 
background-attachment: fixed; 
	font-size: 12px;
	color: #787777;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a {
	color: #243364;
	text-decoration: bold;
}



a:hover {
	color: #111111;
	text-decoration: underline;
}

a:visited {
	color: #323232;
}

/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 900px;
	position: relative;
	background: #fff url(images/contentBg2.gif) repeat-y;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header {
	width: 900px;
	background: #fff url(images/header.gif) top center no-repeat;
	height: 200px;
	margin-top: 0;
	color: #fff;
}

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

#Nav {
	display: block;
}

#content {
	width: 650px;
	float: left;
	color: #40403f;
	padding: 20px;
}

#sidebarRight {
	width: 130px;
	float: right;
	color: #8f8e8e;
	background: #efefef;
	padding: 20px;
border-left: 1px solid #afaeae;
border-bottom: 1px solid #afaeae;
border-top: 0px solid #afaeae;
}

* html #sidebarRight {
	width: 135px;
}

#sidebarLeft {
	width: 135px;
	float: right;
	color: #858583;
	padding: 20px;
}

* html #sidebarLeft {
	width: 120px;
}

#footer {
	clear: both;
	width: 871px;
	background: #efefef;
	color: #454545;
	text-align: left;
	height: 40px;
	padding: 8px 8px 12px 21px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#footer a {
	color: #454545;
}

/***** NAVIGATION BAR FORMATTING *****/

ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 900px;
	float: right;
	background: #ffffff url(images/navOnBlue.gif) repeat-x;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 14px;
	border-top: 1px solid #000;
	border-bottom: 0px solid #000;	
}

ul#Nav li {
	float: left;
	border-right: 1px solid #fff;
}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 1.45em;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
}

ul#Nav a:hover {
	background: #ef9ed5 url(images/navOff.gif) repeat-x;
	text-decoration: none;
}

ul#Nav li.current_page_item a { 
	color: #fff; 
	background: url(images/navOff.gif) repeat-x; 
	text-decoration: none;
}

/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	border-left: 3px solid #cacaca;
border-right: 1px solid #cacaca;
border-bottom: 1px solid #cacaca;
border-top: 1px solid #cacaca;
	background: #f3f3f3 url(images/bqt_Bg.png) top no-repeat;
	padding: 10px 10px 4px 10px;
	font-size: 10px;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
color: #243364;
	border-bottom: 0px solid #ccc;
	text-decoration: underline;
}

p a:hover {
	border-bottom: 0px solid #999898;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #f8f8f8;
	border: 1px solid #e9e2db;
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 11px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 20px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 18px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
color: #323232;
}

h1.title {
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}







.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}


.post ol li {
	margin: 0;
	padding: 0;
	}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	float: left;
	margin: 0 0px 0;
	padding: 10px 0 0;
	text-align: left;
}

#searchform #s {
	width: 80px;
	padding: 4px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/***** SIDEBAR FORMATTING *****/

h2 {
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: left;
	padding:  1px;
	text-transform: uppercase;
	font-weight: normal;
	color:  #243364;
	border-bottom: 1px #2c2c2c solid;
	margin-bottom: 5px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

#sidebarRight a {
	color: #323232;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	color:  #4d4d48;
	text-decoration: underline;
}

#sidebarLeft a {
	color: #4d4d48;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #323232;
	text-decoration: underline;
}

#sidebarLeft a:visited {
	color: #323232;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 0 0; 
	font-size: 10px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/

#footer p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #454545;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #454545;
	background: none;
	border-bottom: none;
}

#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}

#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}

/***** IMAGE FORMATTING *****/

img.post {
	padding: 0px;
	border: 0px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #49647d;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: left;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;

}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}


#content img
{ 
background: transparent; 
padding: 0px;
margin: 0px; 
border:none; 
}

.svar {
background: url("http://saijamerio.se/wp-content/layout/saija_svar.jpg") #ffffff no-repeat 3px 3px;
border-top: 1px solid #7e9d49;
border-bottom: 0px solid #7d3532;
color: #7e9d49;
padding-top: 5px;
padding-left: 60px;
padding-bottom: 8px;
}

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.centered {
	padding: 5px;
	border: 0px solid #000000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	display: inline;
        float: right;
        margin: 5px 0 0 10px;
        vertical-align: text-top;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	display: inline;
        float: left;
        margin: 5px 10px 0 0;
        vertical-align: text-top;
}

.imgalignright{
        float: right;
        margin: 5px 0 0 10px;
        vertical-align: text-top;
}

.imgalignleft{
        float: left;
        margin: 5px 10px 0 0;
        vertical-align: text-top;
}

}strong.search-excerpt { background: yellow; }

/**  ------ Begin Calendar    ---------------  **/

td {
	color: #3E566E;
	font-family:verdana,sans-serif;
	font-size:10px;
	text-align:justify;
	border:0px solid #585858;
	border-bottom-width:0px;
	padding:0px;
}

#wp-calendar {
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
	width: 98%;
	color: #626162;
	border:1px solid #f5f5f5;
	background: #f5f5f5 url(images/cal.jpg);
}

#wp-calendar caption {
	margin-left: auto;
	margin-right: auto;
	text-transform:uppercase;
	letter-spacing: 2px;
	color: #626162;
	font-size:10px;
	line-height:14px;
	font-weight:bold;
	text-align:left;
	padding: 1px 1px 1px 4px;
	font-family:verdana,sans-serif;
	border-bottom:1px solid #5d5b69;
}

#wp-calendar th {
	font-size: 10pt;
}

#wp-calendar #today {
	border: 1px solid #cccccc;
	background-color: #e2e2e2;
	color: #000000; 
}

#wp-calendar td {
	text-align: right;
	border: 1px solid #e2e2e2;
	color: #6A7F7F;
}

#wp-calendar td.pad {
	border: none;
}

#wp-calendar a:link, #wp-calendar a:visited {
	color: #880606;
	text-decoration: none;
}

#wp-calendar a:hover,  #wp-calendar a:active {
	color: #6A7F7F;
	text-decoration: none;
}

#wp-calendar #next a, #wp-calendar #next {
	padding-right: 5px;
	text-align: right;
	border: none;
}

#wp-calendar #prev a, #wp-calendar #prev {
	padding-left: 5px;
	text-align: left;
	border: none;
}



#board p {
    font-size:11px;
    color:#000000;
    margin-left:40px;
    line-height:1.6em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    width:140px;
}

#twitter1{
    padding-top: 20px;
}
 
.aktt_tweets ul li{
    list-style-type: none;

}
.aktt_tweets {
    font-size:11px;
    color:#000000;
    margin-left:60px;
    line-height:1.6em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    width:140px;
}

.twitt img{
    padding-right: 5px;
    padding-top: 0px;
}

.aktt_tweets a{
    font-weight:bold;
    font-size:10px;
    letter-spacing: 0.1em;
}

.aktt_tweets a:hover {
    color:#4DBCE7;
    text-decoration:none;
    }

.twitter {
    font-size:13px;
    color:#000000;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    letter-spacing: 0.3em;
    font-weight: bold;
    padding-left: 15px;
    }


/* important */

.important, .important-blue, .important-red, .important-green, .important-purple, .important-orange, .important-brown, .important-grey {

    display: block;

	padding: 15px;

	margin: 12px 0px 8px 0px;

}



span.important-title, span.important-title-blue, span.important-title-red, span.important-title-green, span.important-title-purple, span.important-title-orange, span.important-title-brown, span.important-title-grey {

	position: absolute;

	display: block;

	margin-top: -24px;

	background: #fff;

	padding: 0 8px;

	font-weight: bold;

	font-size: 120%;

}



.important {border: 1px solid #333;}

.important-blue {border: 1px solid #C9D1FF;}

.important-red {border: 1px solid #CC3300;}

.important-green {border: 1px solid #74A824;}

.important-purple {border: 1px solid #9E0E87;}

.important-orange {border: 1px solid #CC8300;}

.important-brown {border: 1px solid #8B6846;}

.important-grey {border: 1px solid #666;}

span.important-title {color: #333;}

span.important-title-blue {color: #18588F;}

span.important-title-red {color: #CC3300;}

span.important-title-green {color: #74A824;}

span.important-title-purple {color: #9E0E87;}

span.important-title-orange {color: #CC8300;}

span.important-title-brown {color: #8B6846;}

span.important-title-grey {color: #666;}
