/*   
Theme Name: Storm
Theme URI: http://www.psychobolt.com
Description: Simplistic black and white theme.
Author: psychobolt
Author URI: http://www.psychobolt.com
Version: 0.2
.
Only for use for psychobolt productions.
.
*/

@charset "utf-8";
/* CSS Document */

header, footer, article, section, hgroup, nav, figure
{
    /* Giving a display value to the HTML5 rendered elements: */
    display: block;
}

h1
{
	font-weight: lighter;
	margin: 0px;
}

body
{
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

A:link, A:visited, A:active, A:hover
{
	color: #FFF;
}

#page
{
	width: 960px;
	margin: 0 auto;
}

/* Header layout */
header
{
	width: 960px;
	height: 140px;
	position: relative;
}

/* Banner container */
#left_header {
	width: 433px;
	height: 120px;
	position: absolute;
	left: 0;
	padding-top: 20px;
}

#logo {
	width: 49px;
	height: 72px;
	position: relative;
	left: 180px;
	background-image:url(images/logo.png);
}

/* Navigation container */
#right_header {
	width: 527px;
	height: 140px;
	position: absolute;
 	right: 0;
}

/* Navigation */
ul#menu
{
	list-style:none;
	text-align: center;
	position: absolute;
	bottom: -10px;
	right: 0;
	overflow:auto;
}

ul#menu li
{
   position: relative;
   z-index: 5;
   display: inline;
   float: left;
   width: 116px;
   height: 20px;
   margin-right: 20px;
}

ul#menu a {
   text-decoration: none;
}

ul#menu li.selectedLava
{
	background-color: #FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	/*behavior: url(script/border-radius.htc);*/
}

ul#menu li.selectedLava a
{
	color: #000;
}

ul#menu li.backLava {
    background-color: #666;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	/*behavior: url(script/border-radius.htc);*/
}

ul#menu a:hover {
    /*color: #000;*/
}

/* Divider */
.divider {
	background-color: #FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	behavior:url(script/border-radius.htc);
	width: 960px;
	height: 5px;
}

.divider hr{
	display: none;
}

/* Showcase */
article#showcase{
}

/* Welcome */
article#welcome{
	height: 248px;
	position: relative;
}

#center_wrap{
	width: 600px;
	height: 100px;
	margin: 0 auto;
	position: absolute;
	top: 74px;
	left: 180px;
}

#text_welcome{
	width: 180px;
	color: #000;
	font-size: 24px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(script/border-radius.htc);
	background-color: #FFF;
}

#center_wrap p{
	width: 400px;
	font-size: 24px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
}

/* Resume */
article#resume {
	margin: 20px 75px;
}

/* Post */
article.post {
	width: 800px;
	margin: 10px auto;
	font-size: 14px;
}

article.post span.post-title {
	font-size: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(script/border-radius.htc);
	background-color: #FFF;
}

article.post span.post-title a {
	color: #000;
	text-decoration: none;
}

article.post .post-content {
	margin-top: 15px;
}

a.more-link {
	text-decoration: none;
}

/* Post headers */
article.post span.post-header {
	color: #000;
	font-size: 16px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(script/border-radius.htc);
	background-color: #FFF;
}

/* Post Image */
.wp-caption {
	text-align: center;
	background-color: #fff;
	padding-top: 4px;
	margin: 10px;
	border: #FFF thick;
}
.wp-caption img {
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	color: #000;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-caption.aligncenter {
	margin: 0 auto;
}

/* Footer */
footer {
	position: relative;
	bottom: 0;
	font-size: 12px;
}

footer p {
	position: absolute;
	left: 280px;
}
