/*
	Theme Name: fUnique
	Theme URI: http://www.fahlstad.se
	Description: Three column theme.
	Version: 1.0
	Author: Fredrik Fahlstad
	Author URI: http://www.fahlstad.se
	Modified by www.nMind.de
*/

*{
margin:0;
padding:0;
}

html {
height:100%;
}

body {
	height:100%;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	background-image: url(images/back.png);
	background-repeat:no-repeat;
	background-repeat: repeat-x;
	font: 0.75em/170% "Lucida Grande", verdana, helvetica, sans-serif;
}

.wordtube {
margin:0 auto;
text-align:center;
}

.alignleft {
float:left;
margin:0 8px 2px 0px;
}

#wrap_top {
margin:25px 0 0 90px;
}

p img p+p {clear:both;}


#wrap {
	width: 860px;
	margin: 0px 0 0 90px;
	padding:0;
	background-image: url(images/wrap.png);
	background-repeat:repeat-y;
}

#header {
	height: 130px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

#logo {
	height:130px;
	width:860px;
	margin-left:70px;
	margin-top:0;
	margin-bottom:0;
}

div#pages {
	width:860px;
	margin:9px 0 0 90px;
}

div#pages ul {
	padding: 0px;
	white-space: nowrap;
	margin:0px;
	
}

div#pages ul li {
	display: block;
	float:left;
	list-style-type: none;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height:11px;
}

div#pages ul li.current_page_item a  {
color:#000;
}

div#pages ul li a {
	font-weight:bold;
	display: block;
	text-decoration: none;
	color:#fff;
	text-align: center;
	padding:0 8px 0 8px;
	margin:0px;
}

#blogname{
	height:54px;
	padding-top:20px;
	padding-left:20px;
}

h1#blogname a
{
	color:#fff;
	font-size:1.3em;
	font-weight:normal
}

.description {
	font-size: 0.9em;
	color: #CAE972;
	text-align: right;
	height:24px;
	padding-right:10px;
	font-weight:bold;
}

#content {
	width: 580px;
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: justify;
}

#content h3 {
font-weight: bold;
font-family: "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
font-size: 170%;
font-weight: normal;
line-height: 100%;
margin: 0;
padding: 0px;
}

#content img {
border:0px solid #fff;
}

#sidebar{
	width: 200px;
	float: right;
	line-height: 1.5em;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	display:inline;
}

#footer {
	line-height:15px;
	clear: both;
	text-align: right;
	height: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: auto;
	font-size:10px;
	width:500px;
}

#footer_wrapper {
	background-image: url(images/wrap_bottom.png);
	background-repeat:no-repeat;
	height:100px;
	width:860px;
	margin:0 0 0 90px;
}

h1,h2,h3,h4 {
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 140%;
	color: #ff7900;
	margin-bottom:10px;
	clear:both;
}

h4 {
	margin:10px 0;
	font-size: 140%;
}
ol#commentlist{
	margin: 15px 0px 0px;
	padding: 0px;
	list-style:none;
}
.commentname{
	color: #f3b66e;
}
.commentname a{
	color: #333333;
	text-decoration: underline;
	font: bold 110% "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

.commenttext{
	background: #f6f3d5;
	min-height:90px;
}
* html .commenttext{
	height: 90px;
	overflow: visible;
}
.commentp{
	margin-left: 65px;
	padding: 20px 12px 10px 10px;
}
.commenttext p{
	margin: 0px 0px 0px;
	padding: 0px;
}
#commentblock ol li{
	margin-bottom: 30px;
}
#commentblock h2{
	font-size: 140%;
}
.gravatar {
	float: left;
	height: 32px;
	padding: 8px;
	width: 32px;
	margin: 20px 0px 0px 10px;
	background:  url(images/grav.png) no-repeat;
	display: inline;
}
#commentsform p
{
	margin-top: 5px;
	margin-bottom: 5px;
}
a img{
	border:0;
}

h3.entrytitle, h3 {
	font-size: 170%;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	padding: 0px;
}
h3.entrytitle a, h3.entrytitle a:visited, h3 a{
	color: #ff7900;
	text-decoration:none;

}
h3.entrytitle a:hover, h3 a:hover{
text-decoration:underline;
}

.entry{
	margin-top:0px;
}
.entrybody{
	margin-bottom: 30px;
}

.entrybody p {
	text-align: justify;
	margin-top:10px;
}
code {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.entrymeta{
	margin-top: 3px;
	margin-bottom: 5px;
	color: #f3b66e;
}
h2.archives{
	margin-bottom: 15px;
}

.entrymeta-single{
	color: #ADD248;	
	margin-top: 3px;
	margin-bottom: 20px;
}

/* Lists
================================================*/
#sidebar ul#feed{
	margin: 15px 0px;
	padding: 0px;
	list-style: none;
}
#sidebar ul#feed li{
	padding-top: 3px;
	padding-bottom: 3px;
	}
#sidebar ul#feed li a{
	border-style: none;
	background: url(images/feed-icon-16x16.png) no-repeat left 50%;
	padding-left: 25px;
}
.entrybody ul, .entrybody ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:30px;
}
.entrybody li{
	padding-top:1px;
	padding-bottom:1px;

}

#sidebar h2, #sidebar2 h2{
	font-size: 130%;
	color: #333;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDCDCD;
}

#sidebar h2:first-child { 
margin:0px;
}

#sidebar p,#sidebar2 p{
	margin-bottom: 10px;
	margin-top: 10px;
}
#sidebar ul,#sidebar2 ul {
	list-style: none;
	margin: 10px 0 10px;
	padding: 0;
}

#sidebar ul li,#sidebar2 ul li {
	display: inline;
}

#sidebar ul li a,#sidebar2 ul li a {
	border-bottom: 1px dotted #d5d7d0;
	color: #f3b66e;
	cursor: pointer;
	display: block;
	text-decoration: none !important;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}


#sidebar ul li a:hover,#sidebar2 ul li a:hover {
	border-bottom-color: #C3B9A2;
	color: #f3761c !important;
}

a, a:visited{
	color:#ff7900;
	text-decoration:none;
}
a:hover{
	color:#f3b66e;
}

#searchdiv
{
	padding: 0px;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.adwrap,
.adwrapwide,
.adwrap-lu,
.adwrapbutton {
	margin:0 0 1em;
	padding:4px 0;
	background:#fff;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d5d7d0;
	border-right-color: #d5d7d0;
	border-bottom-color: #d5d7d0;
	border-left-color: #d5d7d0;
}

.adwrap object {
	width:336px;
	height:280px;
}

.adwrapwide iframe,
.adwrapwide object {
	width:468px;
	height:65px;
}

.adwrap-lu {
	margin:0 0 1em 1em;
	width:180px;
	float:right;
}

.adwrap-lu object {
	width:180px;
	height:90px;
}

.adwrapbutton iframe,
.adwrapbutton object {
	width:180px;
	height:150px;
}


table{
	margin:10px;
}
td, th{
	padding:3px;
	font-weight:normal;

}

