html, body{
	height:100%;
	color:#fff;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
}

#wrapper{
margin:0 auto;
background:#000 url(images/body_bg.png) no-repeat;
width:984px;
position:relative;
}

.float-right{
float:right;
padding:20px;
}

p{
	line-height:1.6em;
	margin:0px 0px;
	padding:16px 0 0;
}

div, ul, img{
	margin:0;
	padding:0;
}


img{
	border:none;
}


a:hover{
color:#798df7;
text-shadow: -1px -1px 2px #798df7, 1px 1px 2px #798df7, 1px -1px 2px #798df7, -1px 1px 2px #798df7;
}

h1{
	font-family: 'Gill Sans', 'Gill Sans MT', 'Lucida Sans Unicode';
	font-size:32px;
	padding:14px 10px;
	margin: 0;
	width:540px;
}


#nav{
	float:right;
	margin:20px 20px 0 0;
}

#nav li{
	display:inline;
	padding:0 0 0 40px;
}



#header{
	position:absolute;
	top:102px;
	left:770px;
}

#header li{
	display:inline;
	padding:0 7px;
}

#header_image{
	float:right;
	padding-top:1px;
	padding-right:10px;
}

#index{
	background:url(images/gaia.jpg) no-repeat right top;
}

#portfolio{
	background:url(images/canada.jpg) no-repeat right top;
}

#contact{
	background:url(images/contact.jpg) no-repeat right top;
}

#portfolio ul{
}

#portfolio li{
list-style:none;
font-size:18px;
margin:4px 0;
}

#left_column{
position:absolute;
left:20px;
top:330px;
}

#right_column{
position:absolute;
left:420px;
top:330px;
}

#wordpress_logo{
float:right;
}


#content {
	background:#000 url('images/tile_bg.png');
	margin:13px 0 0 0;

	border-left:2px solid #212121;
	border-right:2px solid #212121;
	min-height:658px;
	}


.excerpt img{
border:1px solid #666;
}

.excerpt:hover img{
border:1px solid #aaa;
}

.narrowcolumn {

	width:640px;
	padding:1px 328px 1px 10px;
	}

.widecolumn {
	width:968px;
	padding:1px 10px 1px 00px;
	}

.widecolumn h2{
padding-left:10px;
}

.bold{
	font-weight:bold;
}

#search {
	margin:5px 0 2px 460px;
	}

#searchform button{
position:relative;
}

#searchform div{
 width:296px;

}

#searchform input, .inform input{
background:#1a1a1a none repeat scroll 0 0;
 border:1px solid #212121;
    border-top:1px solid #151515;
    border-left:1px solid #151515;
color:#c8ddf3;
font-size:20px;
width:210px;
float:right;
padding:2px 5px;
margin:0;
text-transform:capitalize;
height:25px;
}

#searchform input:focus, .inform input:focus{
 background-color:#1d1d1d;
    border:1px solid #1d1d1d;
    border-right:1px solid #5c5c5c;
    border-left:1px solid #5c5c5c;
    border-bottom:1px solid #5c5c5c;

}
/* Buttons!!!! */

.buttons a, .buttons button{
    display:block;
    margin:0 7px 0 0;
	background-color:#1a1a1a;
    border:1px solid #151515;
    border-right:1px solid #212121;
    border-left:1px solid #212121;
    border-bottom:1px solid #212121;
    font-family:Arial, Verdana, sans-serif;
    font-size:11px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
	color:#5c5c5c;
    cursor:pointer;
    padding:7px 10px 7px 7px; /* Links */
    height:31px;
}

#searchform button{
    width:74px;
}

.buttons button{
    overflow:visible;
    padding:5px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:6px 10px 5px 7px; /* Firefox */
    line-height:16px; /* Safari */
}
*:first-child+html button[type]{
    padding:5px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#1d1d1d;
    border:1px solid #1d1d1d;
    border-right:1px solid #5c5c5c;
    border-left:1px solid #5c5c5c;
    border-bottom:1px solid #5c5c5c;
    color:#c8ddf3;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}



/* Begin Old-skool WORDPRESS CSS */


#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}



#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.entry ul{
padding-left:40px;
}

.entry li{
	list-style:url(images/bullet_star.png);

}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color:#333;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h4{
padding:0;
margin:0;
font-size:9px;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2 a{
color: #798df7;
}

h2, h3, h3 a, h3 a:visited {
	color: #aaa;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

. p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #aaa;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.tab {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	padding: 4px 4px 0 4px;
	background: #212121;
	width: 120px;
	text-align:center;
}

.tab a{
color:#666;
font-size:14px;
}

.tab a:hover{
color:#999;
text-shadow: -1px -1px 1px #999, 1px 1px 1px #999, 1px -1px 1px #999, -1px 1px 1px #999;
}

.tab_box{
background: #212121;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
padding-bottom:10px;
}

.tab_box small{
padding-left:30px;
font-style:italic;
color:#999;
}

.title_bg{
	background: #212121;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	padding:0 0px;

}


.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #9eadfd;
	text-decoration: none;
	}

a:hover {
	color: #9eadfd;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}



.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	background:url('images/footer_bg.png') no-repeat;
	height:12px;
	width: 982px;
	clear: both;

	}

#footer p {

	}


#powered-by{
text-align:center;
width:985px;
margin-top:2px;
}

#powered-by a{
color:#333;
font-size:14px;
}

#powered-by a:hover{
color:#666;
text-shadow: -1px -1px 1px #666, 1px 1px 1px #666, 1px -1px 1px #666, -1px 1px 1px #666;
}


/* End Structure */



/*	Begin Headers */


h2 {
	margin: 0px 0 0;
	padding: 8px 0 0;
	}

h2.pagetitle {
	margin-top: 0px;

}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */







/* Begin Form Elements */


#sidebar #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

.contact-form label{
text-transform:capitalize;
font-size:20px;
color:#fff;
}

.contact-form input{
background:#DEDBDB none repeat scroll 0 0;
border:1px dashed #999;
font-size:16px;
padding:2px;
}

.contact-form textarea {
background:#DEDBDB none repeat scroll 0 0;
border:1px dashed #999;
height:120px;
width:608px;
padding:2px 0 2px 7px;
margin:10px 0;
}

.contact-form textarea:focus,.contact-form input[type="text"]:focus {
border-color:#F58307;
}

#respond input{
background:#DEDBDB none repeat scroll 0 0;
border:1px solid #999;
font-size:16px;
padding:2px;
float:left;
}

#respond textarea{
background:#DEDBDB none repeat scroll 0 0;
border:1px solid #999;
height:120px;
width:608px;
padding:2px 0 2px 7px;
margin:0;
}

.respond textarea:focus,.respond input[type="text"]:focus {
border-color:#F58307;
}

#respond{
margin-left:20px;
}


#respond h3{
color:#fff;
}

#respond label{
color:#fff;
width:80px;
float:left;
line-height:30px;
}

#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	position:absolute;
	left:706px;
	top:236px;
	width: 280px;
	}

#sidebar form {
	margin: 0;
	}

#tag-cloud{
background:url(images/tag-cloud.png) no-repeat;
padding-top:100px;
margin-left:20px;
}

#post-it{
	width:230px;
	height:245px;
	background:url(images/post-it.png);
	margin-bottom:20px;
}

#post-it li{
margin:0 0 15px 24px;
padding:0;
list-style: none;
}

#post-it a:hover{
background:url(images/post-it_bg.png) no-repeat top left;
}

#post-it ul{
padding:31px 0 0 0;
margin:0;
}

#post-it img{
width:200px;
height:48px;
}

#links-list{
list-style:none;
padding:0;
margin:0;
}

#links-list ul{
list-style:none;
padding:0;
margin:0;
}

#links-list li{
list-style:none;
padding:2px 0 1px 0;
margin:0;
}


/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.entry p{
padding-left:20px;
}

#content h2{
color:#9EADFD;
padding-left:20px;
}