/*   
Theme Name: sebbz.se theme
Theme URI: http://www.sebbz.se
Description: Tema för sebbz.se
Author: Sebastian Jansson
Author URI: http://www.sebbz.se
*/

	* {
		margin: 0;
		padding: 0;
	}
	html,body {
		height:100%;
		margin-left: 20px;
		font-family: verdana;
		background: url(bg.gif) repeat-x;
		background-color: white;
	}
	
/* BODY
------------------------------------------------------------ */
	#container {
		margin: 0 auto;
		width: 650px;
		min-height: 100%;
		background: url(shadow.gif);
	}
	
	#header{
		height: 140px;
		background: url(header.gif) no-repeat;
	}
	#main {
		padding: 0 20px;
		background: url(shadow.gif);
	}

	#home {
		position: relative;
		top: 82px;
		left: 20px;
		height: 40px;
		width: 150px;
	/*	border: 1px solid black; */
	}
	#belowthebottom {
		height: 28px;
	}
	#bottom{
		width: 650px;
		height: 20px;
		font-size: .65em;
		color: #666;
		background: url(shadowbottom.gif);
		margin: -20px auto;
		line-height: 20px;
	}
	#insidebottom {
		padding: 0 0 0 20px;
	}
	
/* MENU
------------------------------------------------------------ */
	#menu ul {
		padding: 10px;
		font-size: .6em;
		float: right;
		color: #000;
	}

	#twitter_update_list ul li {
		display:inline;
	}
	#menu ul li {
		display: inline;
		height: 19px;
	}

	#menu ul li a {
		padding: 3px 6px;
		color: #666;
		text-decoration: none;
		float: right;
	}

	#menu ul li a:hover {
		color: #000;
	}

	#menu li a#current {
		font-weight: bold;
		color: #000;
	}

/* TEXT
------------------------------------------------------------ */

	a {
	color: #CC0000;
	}

	h1, h4, h5, h6 {
		font-family: georgia;
		font-size: 1.2em;
		color: #CC0000;
		font-weight: normal;
	}

	h2 {
		font-family: georgia;
		font-size: 0.9em;
		font-weight: normal;
		color: #808080;
	}

	h3 {
		font-family: georgia;
		font-size: 0.7em;
		color: #808080;
		font-weight: bold;
	}
	
	p {
		padding-bottom: 20px;
		font-size: .7em;
	}
	#main ul {
		padding: 0 0 20px 20px;
		font-size: .7em;
	}
	dl {
		font-size: .7em;
	}
	dt {
		font-weight: bold;
	}
	dd {
		padding: 0 0 20px 10px;
	}
	
	hr { 
		height: 0;
		border: none;
		border-bottom: 1px solid #FF9999;
		margin: 10px 0;
	}

	
/* FORMS
------------------------------------------------------------ */	
	form p {
		font-size: .7em;
		margin: 0;
		padding: 0 0 5px 0;
	}
	input {
		background: url(input.gif);
		border-width: 1px;
		font-size: .7em;
		padding: 2px;
	}
	textarea {
		background: url(input.gif) no-repeat;
		border-width: 1px;
		font-size: .7em;
		font-family: verdana, arial, helvetica, sans-serif;
		width: 80%;
		padding: 2px;
	}
	select {
		border-width: 1px;
		font-size: .7em;
	}
	button {
		background: url(input.gif);
		border-width: 1px;
		font-size: .7em;
		padding: 1px;
	}
	label {
		font-size: .7em;
	}	

.commentlist {
	list-style-type: none;
}

.commentlist li {
	font-size: 12px;
	padding-top: 3px;
	border-top: 1px dotted #C0C0C0;
}

.commentlist li p {
	font-size: 11px;
	padding-bottom: 8px;
}


.comment-author {
	font-family: georgia;
	font-size: 14px;
	color: #808080;
}

.wp-caption-text {
	font-style: italic;
	font-size: 12px;	
}

blockquote {
margin:22px 40px;
padding:3px;
color:#575757;
padding: 0 50px;
background: transparent url("blockquote.gif") no-repeat 0 0;
}

