html { /*Force Vertical Scrollbar */
	/* IE */
	/*overflow-y: scroll;*/
	/*Moz*/
	height: 100%;
	margin-bottom: 10px;
}

* {
	padding: 0;
	margin: 0;
}

img, img a {
	border: 0px none;
}

body {
	font: 62.5% "Lucida Grande", Verdana, Arial, Sans-Serif;
	color: #444;
	background: #9B9B9B url(../images/body_bg_785.png) repeat-y top center;
	text-align: center;
	margin: 0px;
}
#page {
	text-align: left;
	margin: 0px auto 0px !important;
	width: 785px;	/*change to widen*/
}

#main {
	margin: 15px 0 0 44px;
	width: 690px;
	height: 1600px;	/*this is needed!*/
	position: relative;
	overflow: hidden;
}

#primary {
	width: 2760px;
}

.scrolling-content {
	width: 690px;
	position: absolute;
}

#home {
	width: 690px;
	left: 0px;
}

#about {
	width: 690px;
	left: 700px;
}

#projects {
	width: 690px;
	left: 1400px;
}

#resume {
	width: 690px;
	left: 2100px;
}

* html #page {	width: 690px; } /*IE hack*/

#title {
	margin-left: 10px;
	float: left;
	width: 270px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	text-indent: -9999px !important;
}

#title a {
	display: block;
	width: 250px;
	height: 75px;
	line-height: 60px;
	padding: 75px 20px 0px 0px;
	background: transparent url('../images/title.gif') no-repeat 29% 85% !important;
}

#title a:hover {
	background: #000 url('../images/title.gif') no-repeat 29% 85% !important;
}

/*------------------- Main Menu in Header --------------------*/

#menu {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: lowercase;
}

#menu li {
	float: left;
	width: 84px;
	border-right: 1px solid #555;
}

#menu a {
	font-size: 1em;
	display: block;
	height: 75px;
	width: 84px;
	line-height: 75px;
	padding: 75px 0 0 0px;
	text-align: center;
}

#header {
	height: 152px;
	color: #FFF;
	background: #333 url('../images/header_bg_785.gif') repeat-y top center;
	text-align: left;
	width: 785px; 	/*change to widen*/
	margin-top: -152px;
	margin-left: auto;
	margin-right: auto;
}

#header_bg {
	height: 154px;
	color: #FFF;
	background: #333;
}

#header a {
	color: #FFF;
	background: url('../images/menu_hover.gif') repeat-x top left;
	text-decoration: none !important;           
}

#header a:hover {
	background: url('../images/menu_hover.gif') repeat-x bottom left;
	color: #FFF;
	text-decoration: none !important;
}

#header .current_page_item a {
	background: #000 !important;
}

#header .current_page_item a:hover {
	background: #000;
}

#randomImage {
    width: 150px;
	background: #333333;
    margin-left: 622px;
}

#randomImage a {
	background: #333333;
}

#randomImage a:hover {
	background: #000;
}

a img, :link img, :visited img {
	border: none;
}

/*------------------- Headings --------------------*/
h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}

h2 { /*H2 is what kind of page you are on. Eg. 'Monthly Archive'.*/
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	display: inline;
	font-family: Helvetica, Arial, Sans-Serif !important;
	color: #555 !important;
	text-transform: lowercase;
}

#primary h3, #primary h4 { /*H3 is entry headlines. H4 is comments and replyform headlines*/
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -1px;
}

#primary .entry-content h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
}

#primary .entry-content h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;
}

.entry-head {
	margin-top: 10px;
	margin-bottom: 10px;
}

body.page .entry-content h3 {
	font-size: 1.7em;
	display: block;
	padding: 15px 0 0;
}

body.page .entry-content h4 {
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
}

/*------------------- Primary Content --------------------*/

.hentry {
	margin: 0;
	padding: 5px 0 15px;
	position: relative;
}

.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	color: #333;
	padding-bottom: 1px;
	padding-left: 20px;
	margin-bottom: 40px;
}

.video {
	padding-left: 110px;
}

img.floatLeft {
	float: left;
	width: 150px;
	height: 185px;
	margin-right: 8px;
}

img.floatRight {
	float: right;
	width: 150px;
	height: 185px;
	margin-left: 8px;
}

img.projects {
	width: 145px;
	height: 125px;
    margin-left: 10px;
}

img.launch {
    margin-bottom: -6px;
}


.entry-content UL, .entry-content OL  {
	margin: 0px;
    padding-left: 40px;
}

/*------------------- Various tags and classes --------------------*/
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.center {
	text-align: center;
}

.alignright {
	float: right;
}
.alignleft {
	float: left;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}
code {
	font: 1.1em "Courier New", Courier, Monospace;
}

hr {
	display: none;
	}

/*---------------- Accordion -------------*/

.spacer {
    padding-top: 10px;
    margin-left: -20px;
}

.toggler {
    color:#FFFFFF;
	background: #333333;
	font-size: 1.8em;
	font-weight: normal;
    font-family:'Trebuchet MS',Verdana,Sans-Serif;
    height: 22px;
	padding: 0px 8px 0px 8px;
}

.toggler:hover {
	color: #F2008A;
}

.left {
    float: left;
    text-align: left;
}

.right {
    float: right;
    text-align: right;
}

.accElement {
	margin: 0;
	padding: 0 6px 0 6px;
	border: 5px #333333  solid;
	border-bottom: 5px #333333 solid;  
}