/*  
Theme Name: Frellwit
Description: Original wordpress theme Simply Basic by Ash Haque modified by lassekongo83
Version: 1.6
Author: Ash Haque and lassekongo83
Author URI: http://linuxuser.se/~lassekongo83/

The CSS, XHTML is released under a Creative Commons License
http://creativecommons.org/licenses/by/2.5/
*/


/*
1. Universal Declarations
2. Structure
	2.1. Header
	2.2. Content
	2.3. Comments
	2.5  Footer
3. Lists
4. Headings
5. Images
6. Forms
7. Page Specific
8. Extras
*/


/* Universal Selectors
----------------------------------------------------------------------------- */

	*  {
		margin: 0;
		padding: 0;
		/* Resets all margins and paddings on the page */
		}
		
	ul {
		list-style-type: none;
		}
	
	* a:link, * a:visited, * a:hover, * a:active {
		text-decoration: none;
		color: #21759B;
		}
		
	* a:hover {
		color: #D54E21;
		text-decoration: underline;
		}
	
	:link img {
		border: none;
		}
	
	* img {
		border: none;
		}
	
	a img {
		border: none;
		}
	
	:link img, :active img {
		border: none;
		}
	p a {
		background-color:#e8e8e8;
		padding-left: 2px;
		padding-right: 2px;
	}





/* Structure
----------------------------------------------------------------------------- */
	
	html { 
		margin-bottom: 0.1em;
		background: #F5F5F5 url('images/bg.png') top repeat-x;
		}

	body {
		font-size: 0.8em;
		font-family: Georgia, 'Nimbus Roman No9 L', serif;
		text-align: center;
		color: #555;
		}
		
	.top {
		background: #eee;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		font-size: 1.1em;
		}

	#wrapper {
		width: 700px;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		font-size: 1.1em;
		clear: both;
		}
		
	#header {
		height: 20px;
		}

	#main {
		padding: 50px 0 0;
		clear: both;
		margin: 0 auto;
		}

	#content {
		padding: 1px 0 60px;
		}
		
	#footer {
		padding: 10px 0;
		*padding: 5px 0;
		/* IE6 and IE7 hack */
		clear: both;
		border-top: 1px solid #ccc;
		border-bottom: 0;
		font-family: Georgia, 'Nimbus Roman No9 L', serif;
		background: #e6e6e6;
		width: 100%;
		text-align: center;
		}





	/* Header
	----------------------------------------------------------------------------- */

		#header {
			text-align: left;
			}

		#header img {
			float: left;
			}

		#header a:hover {
			color: #D54E21;
			}

			
		p.description {
			font-size: 1.4em;
			font-style: italic;
			font-family: Georgia, Times, 'Times New Roman', Serif;
			text-align: center;
			color: #21759B;
			padding-top: 20px;
			}

		#name h1 {
			padding-top: 20px;
			text-align: center;
			font-size: 3.7em;
		}
		
		#name h1 a:link {
			color: #cecece;
		}
	
	
	
	
				
	/* Content
	----------------------------------------------------------------------------- */
	
		#content h2 a {
			color: #21759B;
			}

		#content h2 a:hover {
			color: #D54E21;
			}
	
		#content p a, #content .metadata a {
			color: #21759B;
			padding-bottom: 2px;
			}
			
		#content p a:hover, #content .metadata a:hover {
			color: #D54E21;
			text-decoration: underline;
			}
	
		#content p {
			font: 1em/1.5em Georgia, 'Nimbus Roman No9 L', serif;
			padding: 10px 0;
			color: #555;
			text-align: justify;
			}
	
		#content .post h3 {
			border-bottom: 1px solid #ccc;
			font: 1.2em Georgia, 'Nimbus Roman No9 L', serif;
			text-transform: uppercase;
			}
			
		#content .entry {
			padding-top: 10px;
			width: 100%;
			overflow: auto;
			height: 1%;
			line-height: 1.4em;
			text-indent: 40px;
			}
	
		#content .metadata {
			display: block;
			padding: 10px 0 60px;
			font-size: 0.8em;
			text-align: center;
			color: #aaa;
			border-bottom: 1px dotted;
			margin-bottom: 40px;
			}
			
		#content p.mellantitel {
			text-align: center;
			color: #888888;
			padding-top: 10px;
			padding-bottom: 10px;
			font-style: italic;
		}
	
	
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 30px 0;
			}
			
		.commentlist li {
			background: url(images/dot.gif) bottom left repeat-x;
			/* This fixes a Firefox / Safari bug where the bottom border sometimes shwoed up and sometimes didn't */
			margin: 10px 0;
			padding: 25px 0 10px 0;
			list-style-type: none;
			width: 100%;
			overflow: auto;
			height: 1%;
			}
			
		.comment_number a {
			font: 3.2em Georgia, 'Nimbus Roman No9 L', serif;
			float: right;
			padding-right: 10px;
			color: #d6d6d6;
			}
			
		.comment_author {
			font-size: 1.4em;
			}
			
		h3#respond {
			display: block;
			padding-top: 15px;
			}

	
	
	/* Footer
	----------------------------------------------------------------------------- */
	
		#footer p {
			line-height: 1.4em;
			font-size: 0.8em;
			color: #a0a0a0;
		}


/* Lists
----------------------------------------------------------------------------- */

	#content ul, #content ol {
		line-height: 2em;
		padding: 15px 0 15px;
		}

	#content ul li a, #content ol li a {
		line-height: 2.5em;
		}

	#content .post ol {
		padding-left: 25px;
		*padding-left: 30px;
		}
		
	#content .post ul li {
		padding-left: 20px;		
		}

	#content .post {
		padding-top: 20px;
		}

	#content .postlist {
		padding: 0px;
		}




/* Headings
----------------------------------------------------------------------------- */

	h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
		color: #bbb;
		font-weight: normal;
		font-family: Georgia, 'Nimbus Roman No9 L', serif;
		text-decoration: none;
		}

	h1 {
		font-size: 1.2em;
		}

	h2 {
		font-size: 1.3em;
		font-style: italic;
		text-align: center;
		}

	h3 {
		font-size: 1.2em;
		}

	h4 {
		font-size: 1.2em;
		}
		
		
/* Images
----------------------------------------------------------------------------- */

	#content img {
		padding: 10px;
		border: 1px solid #ccc;
		max-width: 100%;
		display: block;
		margin: 0 auto;
		}

	#content img.none {
		border: 0;
		max-width: 90%;
		margin: 0 auto;
		}
		
	#content img.wp-smiley {
		border: 0;
		padding: 0;
		margin: 0;
		display: inline;
		/* For whenever one uses smileys in posts */
		}





/* Forms
----------------------------------------------------------------------------- */

	.searchform {
		width: 250px;
		float: right;
		text-align: right;
		padding-right: 10%;
		padding-top: 11px;
		}

	#searchform {
		width: 100%;
		text-align: left;
		}

	#searchform #s {
		background: #1B394B;
		width: 90%;
		height: 26px;
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 16px;
		border: 1px solid #689AA9;
		margin: 0;
		color: #fff;
		}

	#searchform #s:hover {
		border: 1px solid #81BED0;
		}

	#searchform input[type="submit"] {
		display: none;
		}

	.search_input {
		background: url('images/search.png') no-repeat;
		width: 211px;
		height: 26px;
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 16px;
		border: none;
		margin: 0;
		}

	.search_input:hover {
		opacity: .9;
		}

	.searchsubmit {
		background: url('images/searchbtn.gif') no-repeat;
		width: 45px;
		height: 20px;
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 10px;
		border: none;
		color: #fff;
		display: none;
		}

	.searchsubmit:hover {
		opacity: .9;
		}
		
		
		
		
		
/* Page Specific
----------------------------------------------------------------------------- */

	.last_20 li {
		line-height: 2em;
		}

	.archive_date {
		width: 100px;
		float: left;
		}
		
	/* This is if you use the current page-archives.php for your archives */
		
	.pagetitle {
		display: block;
		padding: 0 0 60px;
		}
					
			
			
			
			
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		margin: 0;
		padding: 0 0 0 25px;
		background: #0C202C;
		}

	html>body blockquote {
		background-position: 0 0;
		}
		
	.center {
		text-align: center;
		}

	hr {
		display: none;
		}
	
	.date {
		padding-top: -6px;
		font-size: 12px;
		text-align: center;
		text-transform: uppercase;
		font-family: Georgia, 'Nimbus Roman No9 L', serif;
		color: #aaa;
		font-style: italic;
		background: url('images/date.png') center no-repeat;
		margin-top: 10px;
		}

	span.code {
		border-bottom: 1px dotted #888888;
		font-style: italic;
		color: #999;
		}