/*
Template name: Deep Red
Template URI: http://templates.arcsin.se/deep-red-website-template/
Release date: 2006-08-28
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: 0;
}
body {
	background: #313131 url(../images/bgbody.png) repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}
code {
	background: url(../images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #B91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(../images/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 750px;
	margin: 0 auto;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 490px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 254px;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_sites,.lbl,.link_projects a {
	border-bottom: 6px solid #FFF;
}
div.link_sites a:hover,div.link_projects a:hover, .content a:hover, div.footer div.left a:hover {
	background: #B7162C;
	color: #FFF;
}

div.link_sites {
  background: #FFF;
}

/* logo */
.header {
	background: #D91623 url(../images/bgheader.gif) repeat-x;
	height: 180px;
}
.header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	font: normal 3.2em Verdana,sans-serif;
}

/* main navigation */
.link_menu {
	background: #CC2224 url(../images/grdnt_red.png) repeat-x;
}
.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;}

/* projects */
.lbl {
	background: #222 url(../images/bglbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.link_sites a {
	display: block;
	height: 128px;
	text-align: center;
	color: #FFF;
  padding: 0px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
	margin-top: 5px;
}
.link_sites a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #EEE;
}
a.g2 {
	background: #CCC;
}

/* updates */
.link_projects {
	background: #222 url(../images/grdnt_gray.gif) repeat-x;
}
.link_projects .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
}
.link_projects a {
	clear: right;
	display: block;
	font: normal 1.2em "Trebuchet MS",sans-serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}
.link_projects a span {
	float: left;
	font: normal 3em Verdana,sans-serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-top: 3px;
}

/* content */ 
.content {
	color: #444;
	line-height: 1.3em;
	font: 1.06em Verdana,sans-serif;
	padding: 0 10px 10px; 
}
.content a {
	color: #BD1C24;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	margin-left: 25px;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}

.clear {
  clear: both;
}

/*
 
Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
 
*/
.comment,
.annotation,
.template_comment,
.diff .header,
.chunk,
.apache .cbracket {
    color: rgb(0, 128, 0);
}
 
.keyword,
.id,
.title,
.vbscript .built_in,
.rsl .built_in,
.cpp .built_in,
.aggregate,
.smalltalk .class,
.winutils,
.bash .variable {
    color: rgb(0, 0, 255);
}
 
.string,
.title,
.parent,
.tag .attribute .value,
.rules .value,
.rules .value .number,
.ruby .symbol,
.instancevar,
.aggregate,
.template_tag,
.django .variable,
.addition,
.flow,
.stream,
.apache .tag,
.date {
    color: rgb(163, 21, 21);
}
 
.ruby .string,
.decorator,
.filter .argument,
.localvars,
.array,
.attr_selector,
.pi,
.doctype,
.deletion,
.envvar,
.shebang,
.preprocessor,
.userType,
.apache .sqbracket {
    color: rgb(43, 145, 175);
}
 
.phpdoc,
.javadoc,
.xmlDocTag {
    color: rgb(128, 128, 128);
}

#photos li {
  list-style-type: none;
  list-style-image: none;
  display: inline;
  margin-left: 15px;
}

#dsq-options {
  display: none;
}

.lbl a {
  color: #FFF;
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	text-align: center;
	background-color: transparent;
	text-align: center;
	margin: 0px auto;
	height: 50px;
	line-height: 50px;
}

.lbl a:hover {
	color: #B7162C !important;
	background-color: transparent !important;
}
