
/* Sweetcron dawit.se based on Pakten Portal

	Table of Contents:
	Reset
	Typography
	Positioning
	IE Fixes
	3rd Party
			
*/

/* Reset
---------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

/* now I'm working with a clean slate! */

h2, p#pagination {
    font-size: 15px;   
}

p.site_info, p.date, p.original_link, ul.item_tag_list {
    font-size: 10px;   
}

p.original_link a {
    color: #999;
    text-decoration: none;   
}

/* Typography
---------------------------------------------------------------------------------------- */

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.7em;
}	

h1 {
    font-size: 18px;   
}

h1 a { text-decoration: none; }


/* Positioning
---------------------------------------------------------------------------------------- */

body { /* background: #536b2f url(img/body-bg2.jpg) repeat fixed; */ background: #888; }

div#wrap { margin: 0 auto; width: 800px; background: #fff; border: 3px double #bbb; border-width: 0 3px;  }

div#header {
	width: 793px;
	float:left;
	clear:both;
    padding: 0;
    color: #333;
}

div#header p { margin:0; padding: 20px; font-size: 14px; }

div#inner_wrap { padding: 0 20px; } /* -40px max width */

h1 { text-align:center; margin: 0; padding: 10px 0 20px 0; }

p#navigation { margin: 0; padding: 10px 2px; border: 1px dotted #bbb; border-width: 0 0 1px 0; color: #aaa; line-height: 10px; font-size: 10px; text-align: right; }
p#navigation a, p#navigation b { color: #444; text-decoration: none; }
p#navigation a:hover { text-decoration: underline; }

/*
div#intro {
	float:left;
	padding: 20px 0 0 0;
	width: 480px;
	}
*/

div#main_container {
    padding: 20px 0 0 0; 
    width: 500px; 
    float: left;
}

p#dawitinfo { margin: 0 10px 20px 0; padding: 10px; border: 1px solid #f00; font-family: Georgia, "Adobe Garamond", serif; font-size: 14px; line-height: 20px; font-style: italic; }

div#sidebar_container {
    display: inline;
    width: 250px;
    float: right;
    margin: 0;
}

div#sidebar_container ul { margin: 0 0 20px 0; padding:0; }

div#explanation { padding: 20px !important; font-family: Georgia, "Adobe Garamond", serif; font-size: 14px; line-height: 20px; font-style: italic; }

p.site_info {
    padding-left: 20px;   
}

ul#activity_list li.item {
    margin-bottom: 20px;
}

ul#activity_list, div#single_container { overflow:hidden; margin-right: 10px; }

li.item img, div#single_container img {
    display: block;
    border: 1px solid #CCC;
    padding: 3px;
    margin: 5px 0;   
}

ul.item_tag_list li {
    display: inline;   
}

p#breadcrumb, p#pagination, div#explanation, div#header {
    background: #FFFFCC;
    margin-bottom: 20px; 
    padding: 3px;  
}

div#sidebar_container h3 {
    border: 1px solid #CCC;
    border-style: none none solid none;
    margin: 10px 0 5px 0;   
}

ul.tag_list li {
    display: inline;
    margin: 0 5px 0 0;   
}

div#comments_container {
    border: 1px solid #EEE;
    border-style: solid none none none;
    padding: 10px 0;
    margin-top: 20px;   
}

/* IE Fixes (lulz)
---------------------------------------------------------------------------------------- */



/* 3rd Party
---------------------------------------------------------------------------------------- */

a { color: #732; }
a:hover { color: #000; }

ul#navigation { margin:0; padding: 0 10px 0 0; }

ul.medlemmar {
	padding: 10px !important;
	margin-bottom: 10px !important;
	background: #333;
	color: #efefef;
}
ul.medlemmar a, div#header a { color: #fff; font-weight:bold; }
ul.medlemmar a:hover, div#header a:hover { color: #0f0; }
ul.medlemmar span { color: #888; }

ul.ad { margin: 0 0 10px 0 !important; }

.clear { width:100%; height:1%; clear:both; }

#footer { color: #888; background: #efefef; }
#footer a, #header a { color: #444; font-weight:bold; text-decoration: none; }
#footer a:hover { color: #111; text-decoration: none; }
#footer p { margin: 0; padding: 15px; font-size: 11px; line-height: 14px; text-align:center; border: 1px dotted #bbb; border-width: 1px 0 0 0; }

li.item h2, div#single_container h2 { padding-left: 25px; line-height: 16px; font-size: 16px; }
li.item h2 a, div#single_container h2 a { text-decoration: none; color: #111; }
li.item h2 a:hover, div#single_container h2 a:hover { color: #732; }
li.item p, li.item div.content, div#single_container div.content, div#single_container p, ul.item_tag_list { padding-left: 25px; }

li.search_twitter_com h2, li.dawit_bloggy_se h2 { font-size: 12px; }
li.search_twitter_com h2 a, li.dawit_bloggy_se h2 a { color: #444; }
li.search_twitter_com h2 a:hover, li.dawit_bloggy_se h2 a:hover { color: #732; }

div.page { padding: 10px 10px 0 10px; }
div.page h2 { font-size: 36px; margin: 0 0 16px 0; padding: 0 0 8px 0; border: 1px solid #eee; border-width: 0 0 1px 0; }
div.page h3 { font-size: 16px; margin: 32px 0 6px 0; }
div.page p { margin: 0 0 16px 0; }
div.page ul, div.page ol { margin: 0 0 16px 0; }
div.page ul li, div.page ol li { list-style:auto; margin: 0 15px 5px 15px;  }