/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
  border:0pt none;
  font-family:inherit;
  font-size:100%;
  font-style:inherit;
  font-weight:inherit;
  margin:0pt;
  padding:0pt;
  vertical-align:baseline;
}

/* HTML5 tags */
header, section, footer, aside, nav, article, figure, legend {
    display: block;
}

/* =Main Styling
	Color scheme based on triadic #2180C4 (blue) leeds to #FFC51D (yellow)
	and #FF5A1D (orange) as secondary colors (http://colorschemedesigner.com/#3w31TsoGmw0w0).
	*/
body {
	background-color: #fff;
	color: #383838;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	/* width: 640px; */
	margin: 0 auto;
	height: 100%;
}

a {
	color: #2180C4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #2180C4;
}

h2, h3, h4 {
	color: #FF5A1D;
	font-family: 'Droid Sans', arial, serif;
	text-shadow: 1px 1px 2px #787878;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* =Header */
body > header {
	padding: 20px;
	position: relative;
}

body > header > a  {
	font: 18px 'Droid Sans', arial, serif;
	color: #383838;
	text-decoration: none;
	text-shadow: 1px 1px 2px #787878;
}

body > header > a:visited  {
	color: #585858;
}

body > header > a:hover  {
	color: #2180C4;
	text-decoration: none;
}

body > header > nav {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

body > header > nav a {
	text-decoration: none;
	font-size: 14px;
}

body > header > nav a:hover {
	text-decoration: underline;
}

body > header > nav a.active {
	/*text-decoration: underline;*/
		/*font: 14px 'Droid Sans', arial, serif;*/
	color: #383838;
	text-shadow: 1px 1px 2px #787878;
}

body > header > nav ul {
	list-style-type: none;
}

body > header > nav ul  li {
	display: inline;
	padding-left: 10px;
}

body > header > nav  form {
	display: none;
	padding-left: 10px;
}

/* Search field

body > header > nav > form input {
	border: 1px solid #656565;
	background-color: #fff;
	display: inline-block;
	border-radius: 0.5em;
}

#search-button {
	background-color: #2180C4;
	color: #fff;
	font-weight: bold;
}

* /

/* =Posts */
body > article.hentry  {
	width: 640px;
	margin: 10px auto 50px auto;
}

body > article.hentry  > header > h1.entry-title  {
	text-align: center;
	font: 28px 'Droid Sans', arial, serif;
	margin-bottom: 20px;
}

body > article.hentry  > header > h1.entry-title a {
	color: #383838;
	text-decoration: none;
	text-shadow: 1px 1px 2px #787878;
}

body > article.hentry  > header > h1.entry-title  a:visited {
	color: #585858;
}

body > article.hentry  > header > h1.entry-title  a:hover {
	color: #2180C4;
}

body > article.hentry  > header > h2, body > article.hentry  > header > h2 a  {
	text-align: center;
	font: 18px 'Droid Sans', arial, serif;
	margin-bottom: 20px;
	color: #383838;
	text-shadow: 1px 1px 2px #787878;
}

body > article.hentry  > header > h2  a:visited {
	color: #585858;
}

body > article.hentry  > header > h2  a:hover {
	color: #2180C4;
}

body > article.hentry h2  {
	font: 18px 'Droid Sans', arial, serif;
	margin: 0 0 10px 20px;
	text-shadow: 1px 1px 2px #787878;
}

body > article.hentry h3  {
	font: 14px 'Droid Sans', arial, serif;
	margin: 0 0 10px 20px;
	text-shadow: 1px 1px 2px #787878;
}

body > article.hentry .entry-content figure.wp-caption {
	display: block;
	margin: 0 0 20px -20px;
	background: #111;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#111));
	background: -moz-linear-gradient(top, #000, #111 100%); 
	clear: both;
	width: 640px;
	padding: 20px;
	-webkit-box-shadow: 2px 2px 14px #777;
	-moz-box-shadow: 2px 2px 14px #777;
	box-shadow: 2px 2px 14px #777;
	/*-moz-border-radius: 10px;*/
}

body > article.hentry .entry-content figure.wp-caption img {
	display: block;
	margin: 10px auto;
	border: 1px solid #555;
}

body > article.hentry .entry-content figure.wp-caption > p.legend {
	display: block;
	padding: 0 20px;
	margin: 0;
	width: auto;
	/*position: relative;
	top: -10px; */
	color: #787878;
}

body > article.hentry > .entry-content .first {
	 font: 14px 'Droid Sans', arial, serif;
	 font-weight: bold;
}

body > article.hentry > .entry-content p {
	display: block;
	clear: left;
	margin: 0 20px 20px 20px;
	width: 600px;
}

body > article.hentry > .entry-content pre, body > article.hentry > .entry-content code  {
	display: block;
	font: 12px 'Courier New', mono;
	clear: left;
	margin: 0 20px 20px 30px;
	width: 590px;
}

body > article.hentry > .entry-content ul, body > article.hentry > .entry-content ol {
	display: block;
	clear: left;
	margin: 0 20px 20px 40px;
	width: 600px;
	list-style-type: disc;
}

body > article.hentry > footer {
	display: block;
	clear: left;
	margin: 0 20px 20px 20px;
	width: 600px;
	font-size: 10px;
	color: #585858;
}

body.home >article.hentry > footer {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

body > article.hentry > footer address {
	display: inline;
}

body > article.comments  {
	width: 640px;
	margin: 10px auto 50px auto;
}

/* =Navigation */
body > nav.prev-next {
	width: 640px;
	margin: 0 auto;
	display: block;
	height: 20px;
}

body > nav.prev-next .prev, body > nav.prev-next a:first-child {
	 float: left;
	 display: block;
	 padding-left: 20px;
}

body > nav.prev-next .next, body > nav.prev-next a:last-child {
	 float: right;
	 display: block;
	 padding-right: 20px;
}

body > nav.prev-next a .big {
	 font: 18px 'Droid Sans', arial, serif;
	 font-weight: bold;
  	 color: #383838;
	 text-shadow: 1px 1px 2px #787878;
}

body > nav.prev-next a:active .big {
	 text-decoration: none;
}

/* =Footer */
body > footer {
	margin: 20px auto 0 auto;
	padding-top: 20px;
	clear: both;
	width: 680px;
	background: #111;
	-webkit-box-shadow: 2px 2px 14px #777;
	-moz-box-shadow: 2px 2px 14px #777;
	box-shadow: 2px 2px 14px #777;
	/*-moz-border-radius: 10px;*/
}

body > footer nav.latest-posts {
	width: 360px;
}

body > footer nav.blog-categories {
	width: 180px;
}

body > footer nav.my-channels {
	width: 105px;
}

body > footer nav {
	display: block;
	float:left;
	margin-left: 20px;
	padding: 0;
}

body > footer ul {
	list-style-type: circle;
	color: #2180C4;
	padding: 0;
	margin-left: 20px;
}

body > footer nav h3 {
	color: #FF5A1D;
	font: 14px 'Droid Sans', arial, serif;
	margin-bottom: 10px;
	text-shadow: 1px 1px 2px #333;
}

body > footer ul li a {
	color: #ccc;
}

body > footer ul li a:visited {
	color: #ccc;
}

body > footer ul li a:hover {
	color: #2180C4;
}

body > footer > p  {
	clear: both;
	display: block;
	font-size: 10px;
	color: #787878;
	margin: 0 auto;
	padding: 20px 0;
	width: 600px;
}

/* Lumebox jQuery plugin
 * Copyright Anders Zakrisson/Sogeti 2009
 * http://anders.zakrisson.se, http://www.sogeti.se
 * This software is released under the GPL License.
 */
#lumebox-bg {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    border: 1px solid #cecece;
    z-index: 11;
}

#lumebox-popup {
    display: none;
    position: absolute;
    z-index: 12;
	-webkit-box-shadow: 2px 2px 14px #777;
	-moz-box-shadow: 1px 1px 12px #000;
	box-shadow: 2px 2px 14px #777;
}

#lumebox-topmenu {
	position: absolute;
	width: 100%;
	height: 30px;
	z-index: 12;
	background-color: rgba(0,0,0,0.4);
	text-align: right;
	padding-top: 2px;
}

#lumebox-topmenu a.lumebox-controls {
	font: 16px Arial, 'Courier New', fixed;
	font-weight: bold;
	color: #ccc;
	z-index: 12;
	text-decoration: none;
	text-shadow: 1px 1px 2px #989898;
	padding: 4px 10px;
}

/*
#lumebox-help {
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
	top: 20px;
	width: 100%;
	z-index: 13;
	background-color: rgba(0,0,0,0.4);
	text-align: left;
	display: none;
	color: #ccc;
	padding: 0 30px;
}
*/

#lumebox-previous {
	display: block;
	position: absolute;
    top: 20px;
	left: 0;
	height: 100%;
	width: 50%;
	min-height: 30px;
	z-index: 13;
}

#lumebox-next {
	display: block;
	position: absolute;
    top: 20px;
	right: 0;
	height: 100%;
	width: 50%;
	min-height: 30px;
	z-index: 13;
}

#lumebox-content {
    margin: 0 auto;
    padding: 30px;
    z-index: 12;
    background-color: rgb(21,21,21);
	color: #ccc;
}

#lumebox-content.fullscreen {
    margin: 0 auto;
    padding: 0;
}

#lumebox-content p {
    padding: 10px 0;
    margin: 0;
}

#lumebox-caption {
    padding: 10px 0;
    margin: 0;
    min-height: 20px;
}
