/*
Template name: Deep Red
Template URI: http://templates.arcsin.se/deep-red-website-template/
Release date: 2006-08-28
Last updated: 2009-08-17
Description: A two-column layout with a touch of red.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
	margin: 0;
	padding: 10;
	line-height: 15px;
}
body {
	font: normal 0.7em Tahoma,Verdana,sans-serif;
	background-attachment: scroll;
	background-image: url(images/bg-panel.png);
	background-repeat: repeat;
}
div a {
	color: #099;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #FFF;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
	font-size:14px;
	text-transform:uppercase;
	}
	
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 715px;
	margin: 0 auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 450px;
	height: auto;
}
.main_right {
	float: right;
	width: 254px;
}
.footer {clear: both;}

/* misc */
.left {
	float: inherit;
}
.right {
	float: right;
}
.header,.link_projects,.lbl,.link_updates a {
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	color: #099;
}

/* logo */
.header {
	background: url(img/header.png);
	height: 110px;
}
.header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	font: normal 2.2em Verdana,sans-serif;
}

/* main navigation */
.link_menu {
	background: #099 url(img/grdnt_red.png) repeat-x;
	font-size: 12px;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
.link_menu a:hover {
	background: #444;
	background:url(img/menu-hover.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-size: 11px;
}

/* projects */
.lbl {
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	overflow: hidden;
	text-align: center;
	background-repeat: repeat-x;
}
.link_projects a {
	display: block;
	height: 135px;
	text-align: center;
	color: #FFF;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* updates */
.link_updates {
}
.link_updates .lbl {
	background-image: url(images/bg-panel.png);
	background-repeat: repeat;
	text-align: left;
	padding: 10px;
	font-size: 12px;
	height: auto;
}


/* content */ 
.content {
	color: #FFF;
	font-family: Verdana, sans-serif;
	line-height: 11px;
	padding: 5px 10px 10px;
	background-repeat: repeat;
	background-image: url(images/bg-panel.png);
}
.content a {
	color: #099;
	text-decoration: overline;
}
.content p {
	margin: 4px 0 10px 0;
	font-size: 12px;
	line-height: 14px;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
	font-size: .7;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	font-size: 12px;
}

/* footer */
.footer {
	color: #666;
	clear: both;
	position: relative;
	bottom: 0px;
	background-color: #000;
	overflow: auto;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	padding: 20px 20px 9px 9px;
	width: 686px;
	border-top-width: 1px;
	border-top-color: #F0F0F0;
	text-align: left;
}
.footer .right {
	margin-right: 8px;
	padding: 20px 0;
	text-align: right;
	width: 220px;
}



ul#menu {
	margin:0px;
	padding-left:10px;
	padding-top:20px;
	padding-bottom:10px;
	text-decoration:none;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:thin;
	text-transform:lowercase;
	}
	
ul#menu li {
	display:inline;
	margin-right:20px;
	}
.nav {
	height: 29px;
	width: 450px;
	padding-bottom: 0px;
}

.thumb {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: thick solid #FFF;
}
.music {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
	visibility: visible;
	width: 150px;
	z-index: auto;
}

.welcome {
	background-image: url(images/bg-panel.png);
	margin: 0px;
	padding: 20px;
	border: thin dotted #CCC;	
	}
