/*
-----------------------------------------------
Diagram.se Style Sheet 
author:   Stefan Tynell
version:  1.0  2005-06-27
----------------------------------------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;
	color:#4f4f4f;
}
a:link, a:active {
	color:#FD6D02;
	text-decoration: none;
}
a:visited {
	color:#FD6D02;
	text-decoration: none;
}
a:hover {
	color:#4f4f4f;
	text-decoration: none;
}
a img {border:0 !important;
}
p {
	line-height: 1.35em;
	margin:0;
}
#page {width: 680px; margin: 0 auto; position: relative;}
#header {
	background-image:url(../images/header.gif);
	height:116px;
}
#menu {
	height:25px;
	text-align:center;
}
#menu a:link, a:active {color:#4f4f4f; text-decoration: none;}
#menu a:visited {color:#4f4f4f; text-decoration: none;}
#menu a:hover {color:#FD6D02; text-decoration: none;
}
#main {
}
#submenu {
	float:left;
	width:185px;
}
#projects_header {
	background-color:#FD6D02;
	height:45px;
}
#projects_header h2{
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
	margin:0;
	padding-left:7px;
	padding-top:12px;
}
.projects {
	background-color:#EEEEEE;
	margin-top:1px;
	padding: 7px;
/*	padding-left: 7px;
	padding-top: 7px;
	height:45px;  */
}
.projects h3{
	font-size:18px;
	font-weight:normal;
	color:#FD6D02;
	margin:0;
}
.projects a{
	text-decoration:none !important;
}
#content {
	float:left;
	left: 200px;
	width: 480px;
}
#content h2 {
	font-size:36px;
	font-weight:normal;
	margin:0;
	background-image:url(../images/rubbe_underline53.gif);
	height:75px;
}
#content_inner {
	margin-left:20px;
 	margin-top:10px;
}
#content_inner p{
	margin-bottom: 15px;
}
#content_inner img{
	margin-bottom: 15px;
}

.project_mini {
	min-height: 112px;
	margin-top: 10px;
}
.project_mini_ring {
	height: 200px;
	margin-top: 10px;
}
.project_mini_thumb {
	width: 150px;
	height:112px;
	background:url(../images/image_frame_small.gif) no-repeat;
	float:left;
}
.project_mini_thumb img{
	margin-left:20px;
	margin-top:20px;
}
.project_mini h3, .project_mini_ring h3{
	font-size:18px;
	font-weight:normal;
/*	color:#4f4f4f; */
	color:#FD6D02;
	margin:0;
	padding-top:10px;
}
.project_mini_text {
	width: 310px;
	float:left;
}

.ringtone {
	margin-top: 15px;
	text-align:center;
}

.plus {
	padding-left: 16px;
	background:url(../images/plus.gif) no-repeat;
}
#footer {
	background-image:url(../images/footer.gif);
	height: 45px;
	margin-top: 10px;
}
#footer a:link, a:active {color:#ffffff; text-decoration: none;}
#footer a:visited {color:#ffffff; text-decoration: none;}
#footer a:hover {color:#FD6D02; text-decoration: none;}
#footer h5 {
	margin:0;
	padding-top:18px;
	font-weight:normal;
	font-size:12px;
	color:#ffffff;
	text-align:center;

}
.clearer {
	clear:both;
	line-height: 1px;
	font-size: 1px;
}
