/*
Theme Name: cyrus
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
a, a:link, a:active {
  color: #ffffff;
    font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #ffffff;
}
img{
border:0;
}
a:hover {
  text-decoration:underline;
}
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;
	}
body{
background-color: black;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Begin Typography & Colors */
#index {
position: absolute;
width: 900px;
margin-left: 30px;
color: #ffffff;

}
#logo {
  position: fixed;
  font-family: Arial;
  font-weight: inherit;
  margin-top: 400px;
  margin-left: 20px;
  font-size: 50px;
left:0px;

}
#menu {
font-family: Arial;
  font-size: 12px;
  list-style-type: none;
  margin-top: -10px;
margin-right: 0px;

}

#menu a{
font-weight:normal;
}
#content {
  position: relative;
  font-family: Arial;
  font-size: 15px;
  height: 440px;
  width: 600px;
  margin-left: 0px;
text-align:justify;
left:350px;
margin-top: 0px;
top: 60px;
}

#menu li {
list-style-type: none;
margin-left: 0px;
padding-top: 0px;
border-left:solid;
border-width:1px;
padding-left:5px;
padding-right:5px;
float:right;
top: 0px;
}

#menu ul{
top:0px;
margin-top: 0px;
}

.current_page_item {
text-decoration:underline;
}
#menu li.page-item-10{
border:none;
}
.navigation{
text-align:right;
font-size: 15px;
}
h2{
font-family: Arial;
font-size: 15px;
font-weight:bold;
margin-top:0px;
margin-bottom:15px;
}

h1{
font-family: Arial;
font-size: 19px;
font-weight:bold;
margin-top:20px;
margin-bottom:5px;
}

h3{
font-family: Arial;
font-size: 15px;
font-weight:bold;
margin-top:30px;
margin-bottom:5px;
}
.project_div{
background-color: black;
font-color: #ffffff;
}

ul{
list-style-type: none;
}

#
content li{
padding-bottom: 0px;
top:0px;
}
#content ul{
margin-top: 00px;
padding-left: 0px;
top:0 px;
}

.videolink{
text-align:right;
font-weight:bold;
top: 0px;
}

.storycontent p{
margin-top: 5px;
margin-bottom: 10px;
top: 0px
bottom: 0px;
font-size: 13px;
}

.date{
float: left;
border: 1px solid #CCC;
color:#CCC;
font-size: 10px;
padding: 2px 2px 2px 2px;
text-align: center;
width: 30px;

}



