/*  
Theme Name: Riccard Linde
Theme URI: http://riccardlinde.com/.
Version: 1
Author: Riccard Linde

*/

body, html {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}

.home_content {
	margin:0px;
	padding:0px;
}
.sidebar {
	padding:20px 20px 20px 20px;
	border-right:1px solid #666666;
	background:url(../temp/Photo/images/main_bg.gif);
	background-repeat:repeat-x;
	height:528px;
	width:138px;
}
.sidebar ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.sidebar li {
	list-style:none;
	padding:3px 0px 0px 0px;
}
.sidebar .children {
	padding-left:7px;
}
.sidebar a:link {
	color:#999999;
}

.sidebar a:visited {
	color:#999999;
}

.sidebar a:hover {
	color:#999999;
}

.sidebar a:active {
	color:#999999;
}
.linkbar {
	padding-top:17px;
}

.linkbar h2 {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px 0px 0px 0px;
	color:#df8b2c;
}

.linkbar ul {
	padding-bottom:20px;
}

.blog {
	background:url(../temp/Photo/images/main_bg.gif);
	background-repeat:repeat-x;
	width:464px;
	height:568px;

	overflow:auto;
}

.blog_content {
	width:405px;
	padding:20px 20px 20px 20px;
}

.news {
	background:url(../temp/Photo/images/main_bg.gif);
	background-repeat:repeat-x;
	width:285px;
	height:568px;

	overflow:auto;
}

.news_content {
	width:240px;
	padding:20px 20px 20px 20px;
}

#comment{
	width:400px;
	}

.philo {
	background:url(../temp/Photo/images/main_bg.gif);
	background-repeat:repeat-x;
	width:354px;
	height:568px;
	overflow:auto;
}

.philo_content {
	width:314px;
	padding:20px 20px 20px 20px;
}

.bio {
	background:url(../temp/Photo/images/main_bg.gif);
	background-repeat:repeat-x;
	width:286px;
	height:568px;
	overflow:auto;
}

.bio_content {
	width:246px;
	padding:20px 20px 20px 20px;
}

.titles {
	font-weight:bold;
	color:#df8b2c;
}

a:link {
	color:#df8b2c;
	font-weight:normal;
	text-decoration:none;
}

a:visited {
	color:#df8b2c;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color:#df8b2c;
	font-weight:normal;
	text-decoration:underline;
}

a:active {
	color:#df8b2c;
	font-weight:normal;
	text-decoration:none;
}

input
{
	color: #000000;
	background: #CCCCCC;
}

textarea
{
	color: #000000;
	background: #CCCCCC;
}

.submit_btn {
	width:240px;
	text-align:right;
}

.line{
	height:5px;
	border-bottom:1px solid #666666;
	margin-bottom:10px;
}

img {
	border:0px;
}