/*
Theme Name: Personalized
Theme URI: http://niklassoderlund.se
Version: 1.3
Author: Niklas Söderlund
Author URI: http://niklassoderlund.se
*/


/* ========== BASICS ==================== */

html,body {
	height: 100%;
	background: #0b1d2b;
	color: #111;
	font-family : Arial, Helvetica, sans-serif; 
}

* {
	margin: 0;
	padding: 0;
}

/* ===== h1 ======= ! HEADINGS ! ========================================================================================================*/

h1 { /* NiklasSöderlund.se rubriken */
	color: #444;
	font-size: 13px;
	font-weight: normal;
}

#topbar h1 { 
	color: #000;
	font-size: 16px;
	font-weight: normal;
}



/* =========== h2 ================ */

#header h2 {
	float: left;
	clear: both;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

#sidebar h2 { /* Sidebarens Rubriker tex. Arkiv, senaste inläggen */
	font-family: georgia;
	margin-left: 0px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	color: #192b33;
	font-size: 19px;
	font-weight: normal;
	border-bottom: 1px dashed #ddd;
}

/* =============== h3 ========================= */

h3 { /* Inläggs rubriker */
	font-family: cambria,georgia;
	color: #003260;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0px 0px 5px 0px;
}

h3 a { 
	background: transparent url(images/h3icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 26px;
	color: #192b33 !important;
	text-decoration: none;
}

h3 a:hover {
	background: transparent url(images/h3icon_h.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 26px;
	color: #ff7f00 !important;
	text-decoration: none;
}


/* ============= h4 ============== */

h4 {
	margin-left: 0px;
	color: #0077FF;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
}

h4 a{
	color: #0077FF;
	text-decoration: none;
}

h4 a:hover{
	color: #111;
	text-decoration: underline;
}


/* ========== h5 ================= */

h5 { /* övriga rubriker */
	font-size: 18px;
	color: #111;
	font-weight: normal;
	letter-spacing: 1px;
}

/* ============= h6 ============== */

h6 { /* under rubriker */
	color: #0173C4;
	font-size: 15px;
	font-weight: normal;
}

/* ===================================================================================================================================*/

/* =========================== HEADER =============================== */

#head_wrapper {
	margin: 0 auto;
	width: 900px;
}

#header {
	border-top: 1px solid #fff;
	background: transparent;
	height: 170px;
}

/* ============ Topbar ============ */

.rubrik {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}

#topbar {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #999;
	background: #191919 url(images/meny2.gif);
	background-repeat: repeat-x;
	height: 50px;
}


#topbar ul {
	float: left;
	padding-left: 0;
	font-size: 12px;
}

#topbar li {display: inline;}

#topbar ul a {
	border-right: 1px solid #999;
	display: block;
	background: transparent;
	letter-spacing: 1px;
	color: #666;
	float: left;
	text-decoration: none;
	padding: 8px 10px;
}

#topbar a:hover{color: #111; background: #f1f1f1;}

#topbar .rss a {
	margin-left: 10px;
	background: transparent url(images/feed1.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 35px;
}

/**********/

#meny_right {
	margin-right: 10px;
	margin-top: 15px;
	letter-spacing: 0px;
	float: right;
	clear: none;
}


.search_text { /* Text rutan */
	background: #f1f1f1;
	font-size: 13px;
	color: #999;
	width: 185px;
	border: 1px solid #999;
	padding: 2px;
}

.search_text:hover {
	color: #888;
	border: 1px solid #888;
}

.search_button { /* Sök knappen */
	border: 1px solid #999;
	background: #f1f1f1;
	color: #666;
	font-size: 13px;
	padding: 1px;
}

.search_button:hover {
	border: 1px solid #888;
	background: #ddd;
	color: #333;
}

/* =========================== CONTENT  =========================== */

/* ============ WRAPPERFUCKERs ============ */

#wrapper {
	clear:none;
    margin: 0 auto;
    padding-top: 10px;
	width: 900px;
	background: #fcfcfc url(images/fade.gif);
	background-position: top center;
	background-repeat: repeat-x;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}


#wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* = TWITTER =*/


.twitter_mes {
	color: #111;
	font-size: 20px;
	font-style: italic;
}

.twitter_time {
	color: #666;
	font-size: 13px;
}

/*===*/

#content {
	color: #333;
	width: 540px;
	padding: 0px 0px 20px 10px;
	clear: none;
	float: left;
	min-height: 500px;
}

#content ul {
	margin-left: 10px;
	list-style: none;
}

#content ul li {
	margin: 0px;
	padding-bottom: 2px;
	list-style: none;
}

/* ============= Inläggen ============== */

.entry {
	border-bottom: 1px dashed #D9D8D8;
	font-family: helvetica;
	color: #333;
	font-size: 13px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
}

.entry a {
	color: #003260;
	text-decoration: none;
}


.entry a:hover {
	color: #ff7f00;
	text-decoration: underline;
}


.post {
	padding: 10px;
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}


.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

.like {
	border-top: 1px dashed #D9D8D8;
	padding-top: 15px;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

/* ========================= */

.right { /* placering för röster */
	position: absolute;
	right: 0px;
	top: 0px;
}

/* =================== DATUM / KOMMENTARER ==================== */

.postinfo {
	font-family: helvetica;
	color: #a7a49a;
	font-size: 13px;
	margin-bottom: 6px;
	position: relative;
}

.postinfo a{
	color: #666;
	font-size: 13px;
	text-decoration: none;
}

.postinfo a:hover{
	color: #ff7f00;
	font-size: 13px;
	text-decoration: underline;
}

.mer_text {
	padding: 5px;
	color: #003260;
}

.mer_text a{
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
	background: #f5f5f5;
	color: #003260;
	text-decoration: none;
}

.mer_text a:hover{
	display: block;
	border: 1px solid #c1c1c1;
	padding: 5px;
	background: #eee;
	color: #001424;
}

/* ============= Taggar ============== */

.tags {
	font-size: 12px;
	color: #666;
}

.tags a{
	background: #f7f4df;
	font-size: 12px;
	color: #0066c4;
	text-decoration: none;
}

.tags a:hover{
	font-size: 12px;
	color: #717160;
	text-decoration: none;
}

/* ============= BLA ============== */

.seperator {
	background: #333;
	height: 1px;
	border-top: 1px solid #999;
}

/* ================================ SIDEBAR <3 ============================== */

#sidebar {
	color: #192b33;
	font-size: 13px;
	padding: 20px;
	clear: none;
	float: left;
	width: 310px;
	min-height: 500px;
}


#list {
	float: left;
	clear: none;
}

#sidebar a {
	color: #0a506f;
	text-decoration: none;
}

#sidebar a:hover {
	background: #f1f1f1;
	color: #ff7f00;
	text-decoration: underline;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	background: #f5f5f5;
	padding: 10px;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* ===================== */

/* =============== INSTÄLLNINGAR FÖR TYP POSTERNA? ================= */
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


/* ====================== INSTÄLLNINGAR FÖR FO_OTER ========================*/


#footer {
	float: left;
	clear: both;
	background: #111;
	color: #888;
	width: 880px;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}


#footer a {
	color: #999;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
}

#footer a:hover {
	color: #777;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
}

/*	========== INSTÄLLNINGAR FÖR BILD PLACERING ================== */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignrighttrans {
	display: inline;
	}
	
img.alignright {
	padding: 2px;
	background: #fff;
	border: 1px solid #f1f1f1;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	display: inline;
	}

img.alignleft {
	padding: 2px;
	background: #fff;
	border: 1px solid #f1f1f1;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	display: inline;
	}
	
.pic {
	padding: 2px;
	background: #fff;
	border: 1px solid #f1f1f1;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	display: inline;
}

.pic:hover{
	padding: 2px;
	background: #fff;
	border: 1px solid #111;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	display: inline;
}

.alignlefttrans {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
	}
	
.alignrighttrans {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* ==================================================================== */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/*===================================================== KOMMENTARER===============*/

	
/*================================== Formuläret för att kommentera */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	color: #333;
	border: 1px solid #ccc;
	background: #f1f1f1;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
	
#commentform input:hover {
	color: #000;
	border: 1px solid #999;
	background: #ccc;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	border: 1px solid #ccc;
	background: #f1f1f1;
	width: 100%;
	padding: 2px;
	}
	
#commentform textarea:hover {
	border: 1px solid #ddd;
	background: #eee;
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}

/*====================================== Kommentarer =========*/

.comment {
	color: #333;
	font-size: 13px;
}

.comment a{
	color: #666;
	text-decoration: none;
}

.comment a:hover{
	color: #111;
	text-decoration: underline;
}

.comment_date {
	color: #999;
	font-size: 11px;
}

.comment_date a{
	text-decoration: none;
	color: #999;
	font-size: 11px;
}
.alt { /* Färgen på varannan post */
	border: 1px solid #d8d8d8;
	background-color: #ddeaf4;
	}

.commentlist {
	font-size: 11px;
	color: #999;
}

.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li {
	border: 1px solid #d8d8d8;
	background: #f0f3f6;
	}
	


.commentlist li .avatar { 
	float: left;
	border: 1px solid #000;
	margin-right: 5px;
	}

.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 {
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 0px;
	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;
	}
	
.author h4 a{
	color: #ff7f00 !important;
}

.author {
	border: 1px solid #bababa !important;
}

/* ==============================================================================================*/

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	font-style: italic;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	color: #111;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.navigation a {
	color: #333;
	border: 1px solid #dadada;
	background: #f5f5f5;
	padding: 5px;
	display: block;
	text-decoration: none;
}

.navigation a:hover {
	color: #111;
	border: 1px solid #999;
	background: #e0e0e0;
	display: block;
}

/* End Various Tags & Classes*/

.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #2E6AB1;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff;
}

.pagebar a:hover {
	border-color: #2E6AB1;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}
