@charset "utf-8";
/* global resetting */
body, html
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 62.5%; /* resets font sizes so 1em is visually equivalent to 10px */
	font-family: Arial, Helvetica, sans-serif;
}

a, img, a:active, object { outline: none !important; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }
img
{
	border: none;
	clear: none;
}
/* common helper styles */
.float_left
{
	float: left;
	clear: none;
}

.float_right
{
	float: right;
	clear: none;
}

.clear
{
	clear: both;
	height: 0;
}

.uppercase { text-transform: uppercase; }

ul.clean, ol.clean
{
	margin: 0;
	padding: 0;
	list-style: none;
}

a
{
	text-decoration: none;
	font-size: 1.2em;
	color: #4d4d4d;
}

div.nobg { background: none !important; }
/* design specific styles */
body
{
	background-color: #000;
	background: url(../img/themes/bg_dark.jpg) top left repeat-x fixed #000;
	color: #CCC;
}

div#header
{
	background: url(../img/bg_header.png) top left repeat-x;
	height: 261px;	
}

div#header div.top
{
	background: url(../img/img_header_bokeh3.jpg) top left no-repeat;
	width: 1100px;
	height: 220px;
}

div#header img.logo
{
	margin: 100px 0 0 130px;
}

div#header div.bottom
{
	border-top: 4px solid #D22842;
	margin: 0 0 0 100px;
	background-color: #000;
	width: 720px;
	height: 37px;
	float: left;
}

div#header div.right
{
	width: 280px;
	border-top-color: #D22842;
	margin: 0;
	background-color:#111;
}

div#header div.bottom ul.menu { padding-left: 20px; }

div#header div.bottom li
{
	float: left;
	margin-right: 20px;
}

div#header div.bottom li a
{
	display: block;
	height: 27px;
	padding: 10px 10px 0;
	font-size: 1.18em;
	color: #7a7a7a;
	background: #000 url(../img/menuitem_mask.png) top center no-repeat;
}

div#header div.bottom li a:hover,
div#header div.bottom li.active a
{
	color: #fff;
	background-color: #D22842;
	text-shadow: 1px 1px 3px #fff;
}

div#sidebar
{
	background-color: #111;
	width: 280px;
	float: left;
	padding-top: 38px;
}

div#sidebar div.module
{
	border-bottom: 1px dotted #888;
	min-height: 200px;
}

div#main
{
	width: 820px;
	float: left;
}

div#footer
{
	background: url("../img/pattern_trans.png") repeat scroll 0 0 #ddd;
	min-height: 287px;
	margin-top: 50px;
}

div#footer div.inner
{
	height: 287px;
	position: relative;
	background: url("../img/footer_grad.png") repeat-x 0 0 transparent;
}

div#footer ul.menu { padding: 50px 0 0 100px; }

div#footer ul.menu li
{
	float: left;
	margin-right: 40px;
}

div#footer ul.menu li a
{
	font-size: 1em;
	color: #e92727;
}

div#footer ul.menu li a:hover { text-decoration: underline; }

div#footer span.copy
{
	display: block;
	position: absolute;
	top: 50px;
	left: 820px;
	color: #999;
	font-size: 1em;
}

div#footer h4
{
	position: absolute;
	top: 120px;
	left: 100px;
	width: 600px;
}

div#footer ul.logos
{
	position: absolute;
	top: 170px;
	left: 100px;
	width: 700px;
}

div#footer ul.logos li
{
	float: left;
	margin-right: 40px;
}

div#footer ul.logos li a
{
	display: table-cell;
	vertical-align: middle;
	height: 32px;
}

div.module h3
{
	width: 260px;
	height: 60px;
	text-indent: -10000px;
}

h3.h_newsletter { background: url(../img/newsletter_h.png) top left no-repeat; }
h3.h_coolplaces { background: url(../img/coolplaces_h.png) top left no-repeat; }
h3.h_interact { background: url(../img/interact_h.png) top left no-repeat; }

form#newsletter
{
	margin: 10px 15px;
}

form#newsletter input.txt
{
	width: 240px;
	height: 30px;
	padding: 0 0 0 9px;
	border: none;
	font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #4d4d4d;
	margin-bottom: 12px;
}

form#newsletter div#nl_msg
{
	width: 160px;
	height: 30px;
	float: left;
	font-size: 1.1em;
	padding-top: 10px;
}

form#newsletter div.error { color: #d22842; }

form#newsletter input.submit
{
	margin: 3px 0 10px 16px;
	width: 72px;
	background: #d22842 url(../img/pattern_trans.png) repeat;
	height: 27px;
	padding-bottom: 2px;
	border: none;
	font: 1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	cursor: pointer;
}

form#newsletter input.submit:hover { background-color: #DD4F64; }
form#newsletter input#nl_email { background-image: url(../img/bg_field_email.png); }
form#newsletter input#nl_name { background-image: url(../img/bg_field_name.png); }
form#newsletter input.blank { background-position: 0 -30px; }

ul.linklist
{
	padding: 5px 0 5px 20px;
	margin: 15px 0;
}
ul.linklist li a
{
	font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #4d4d4d;
}

ul.linklist li a:hover { text-decoration: underline; }

.bar_red { border-left: 4px solid #e62423; }

/* articles and pages */
div.articles
{
	padding: 0 0 0 0;
}

div.article div.title
{
	width: 676px;
	background: url(../img/vpattern_red.png) top left repeat-y;
	padding-left: 15px;
}

div.article { margin-top: 40px; }

div.plain div.title {background: none; padding-left: 0; }
div.article div.blue { background: url(../img/vpattern_blue.png) top left repeat-y; }
div.article div.yellow { background: url(../img/vpattern_yellow.png) top left repeat-y; }

div.article div.title { float: left; }

div.article div.meta
{
	width: 94px;
	float: left;
	text-align: right;
	margin-right: 6px;
	display: table-cell;
	vertical-align: bottom;
}

div.article div.meta span.day_month
{
	display: block;
	color: #8f8f8f;
	font: italic 1.8em  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

div.article div.meta span.year
{
	display: block;
	color: #b8b8b8;
	font: normal 1.4em  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

div.article div.meta span.category
{
	display: block;
	color: #bb2255;
	text-transform: uppercase;
	font: normal 1.1em  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

div.article div.title h2
{
	color: #fefefe;
	font-size: 2.6em;
	text-transform: uppercase;
	font-weight: normal;
}

div.article div.title h3
{
	color: #959595;
	font-size: 2.6em;
	font-weight: normal;
}

div.article div.content
{
	margin: 50px 0 0 100px;
}

div.plain div.content
{
	margin: 42px 45px 0 100px;
}

div.article div.content img
{
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	-moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}

div.article div.content p
{
	font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.4em;
	margin-bottom: 10px;
	width: 440px;
	text-align: justify;
	float: left;
}

div.plain div.content p
{
	width: auto;
	margin-right: 0px !important;
	float: none;
}

div.article div.full p { text-align: left; }

div.article div.content h3
{
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 8px 0;
	color: #fff;
}

div.article div.content small
{
	color: #AEBDD5;
}

div.article div.content div.more
{
	border-top: 1px dotted #888;
	width: 443px;
	height: 30px;
	float: right;
	margin-right: 42px;
	padding-top: 10px;
}
div.article div.content div.more a
{
	background: url(../img/btn_readthis.png) top left no-repeat;
	display: block;
	float: right;
	height: 11px;
	width: 83px;
	text-indent: -10000px;
	border: none !important;
}

/* pages */
div.textpage div.title,
div.plain div.title { margin-left: 100px; }

div.textpage div.content img { float: left; }
div.textpage div.content p
{
	float: none;
	width: auto;
	margin-right: 45px;
}

div.textpage div.content p img
{
	margin: 5px 0;
	border: 1px dotted #aaa;
}

div.textpage div.content p span.imglabel
{
	display: block;
	height: 15px;
	clear: both;
	width: 200px;
	padding: 4px 20px 4px 4px;
	border-bottom: 1px dotted #aaa; 
	border-left: 4px solid #ddd;
	font-weight: bold;
	color: #555; 
}

div.textpage div.content a
{
	font: 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #D22842;	
	border-bottom: 1px dotted #D22842;
}

div.textpage div.content a:hover { border-bottom-style: solid; } 

form.moduleform
{
	margin: 50px 0 0 100px;
}

form.moduleform label
{
	font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fefefe;
	display: block;
	width: 130px;
	padding-right: 10px;
	float: left;
	margin-top: 6px;
	border-bottom: 1px dotted #ccc;
}

form.moduleform label.noline { border-bottom: none; background-image: none !important; }

form.moduleform input.text,
form.moduleform input.short,
form.moduleform textarea
{
	width: 320px;
	height: 30px;
	padding: 0 0 0 9px;
	border: none;
	font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #4d4d4d;
	margin-bottom: 12px;
}
form.moduleform input.short { width: 40px; }
form.moduleform textarea
{
	height: 150px;
	padding-top: 9px;
	margin-bottom: 25px;
}

form.moduleform p.error,
form.moduleform p.thanks
{
	color: #d22842;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 140px;
	width: 320px;
}

form.moduleform p.thanks { color: #ccc; }

form.moduleform input.err
{
	border: 3px solid #D22842;
	height: 24px;
	width: 317px;
	padding-left: 6px;
}

form.moduleform span#captcha-challenge
{
	font: bold 1.4em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	display: inline-block;
	width: 45px;
}

form.moduleform input#submit
{
	margin: 0 0 10px 157px;
	width: 72px;
	background: #d22842 url(../img/pattern_trans.png) repeat;
	height: 27px;
	padding-bottom: 3px;
	border: none;
	font: 1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	cursor: pointer;
}

ul.projects
{
	margin: 50px 0 0 100px;
	list-style: none;
}

ul.projects li
{
	float: left;
	width: 240px;
	height: 210px;
	padding: 5px;
	background: #333;
	margin-right: 100px;
	margin-bottom: 50px;
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
}

ul.projects li.last { margin-right: 0; }

ul.projects li span
{
	font-size: 1.1em;
}

/* geshi */

div.content div.code
{
	background-color: #ddd;
	color: black;
	font-size: 1.4em !important;
	width: 676px;
	padding: 1px 0;
	margin-top: 10px;
}

div.content div.code a { border: none !important; color: #00f !important; }
div.content div.code ol { margin: 2px 0; }
div.content div.code ol li
{
	background-color: white;
}

div.content a.geshi-plain-text
{
	padding: 2px 10px;
	background-color: white;
	color: black !important;
	border-bottom: none !important;
	margin-left: 580px;
}

#jquery-overlay
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	color: #fff;
	display: none;
	background: url("../img/pattern_trans.png") repeat scroll 0 0 #ddd;
}

#geshi-plain
{
	position: absolute;
	display: none;
	top: 50px;
	left: 450px;	
	z-index: 120;
	width: 600px;
	height: 400px;
	background: white;
	border: 2px solid black;
	color: black;
	font-size: 12px !important;
	padding: 0 10px;
	overflow: scroll;
}

/* comments */
form#commentform label { width: 200px; }
form#commentform p.error, 
form#commentform p.thanks
{ margin:0 0 10px 210px; }

ul.comments-list li
{
	margin-top: 10px;
}
ul.comments-list div.meta span.day_month,
ul.comments-list div.meta span.year { font-size: 1.1em; }
ul.comments-list div.title
{
	margin-left: 0;
	min-height: 40px;
}
ul.comments-list div.title span { font-size: 1.2em; }
ul.comments-list div.title span,
ul.comments-list div.title a
{
	font-weight: bold;
	color: #fefefe;
}
ul.comments-list div.title a
{
	font-size: 1em;
	border-bottom: 1px dotted white;
}
ul.comments-list div.title p
{
	font-size: 1.1em;
	margin-top: 5px;
}

ul.comments-list li.author div.title span { color: #D22842; }