/*
Author: Nolan J. Dubeau
URL: http://www.nolandubeau.com/
Description: Nolan Dubeau, Maracca, CFFormula.
Version: 1.0
Last Modified: October 4, 2005
*/


/*  Body and box-model elements
============================================= */

body {
 padding: 0; 
 margin: 0;
 
 font-family: "Trebuchet MS",verdana, arial, sans-serif;
 font-size: 0.75em;
}

.bio{
 color:#fff;
 font-family: "Trebuchet MS",verdana, arial, sans-serif;	
}

a{
	color:#7CB7D0;
	text-decoration: none;
}

a:hover{
	color:#F8DBA4;
	text-decoration: none;
}


	 
#container {
    
    padding: 0;
	 margin-left:25px;
}

#calendarHeader{
	text-align: center;
	padding-bottom:10px;
}


/*  Default Headings
============================================= */
h1 {
    padding: 0;
    margin: 0;
}

 
 img{

	margin-bottom:10px;
 }
 
#content_left{
	margin:0;
	padding:0;
	width: 350px;
	position:absolute;
	
}

#content_right p{
	margin-bottom:20px;
}



#content_right{
	margin:0;
	padding:0;
	width: 340px;
	position:absolute;
	left:420px;
	
}



#content_right ul{
	margin:0;
	padding:0;

}

#content_right li{
	list-style: none;
}

#header {
   height: 70px;
	margin: 0; 
	padding: 0;
	color:#fff;
  /* overflow: hidden;*/
   background: #111 url(../images/bg_header.gif) repeat-y;
}

#headder h1{
	text-indent:-10000px;
	width: 182px;
}

#header h2{
	text-indent:-10000px;
	background-image: url(../images/title_header.gif);
	background-repeat: no-repeat;
	width: 350px;
	height:60px;
	position:absolute;
	left:210px;
	top:10px;
	margin:0;
	padding:0;
	
}

#logo{
	
}

#title_header{
	color:#fff;
}
 
 #content{
 	width: 359px;
	height: 100%;
	
	line-height:15px;
	

 }
 
#navigation{
 	position: absolute;
  	left: 785px;
  	top: 68px;
	width: 250px;
	line-height:13px;
	margin-top:15px;
	margin-left:0;
}

#navigation ul {
	margin-bottom: 5px;
	margin-left:0;
	padding: 5px;
	list-style-type: none;
}
	
#navigation ul li {
	font-size:0.9em;
	line-height:17px;
}

#navigation ul #category{
	color: #F8DBA4; 
	background: #211D14; 
	margin-bottom:1px;
	font-size:16px;
}

#navigation ul #category a:link{
	color: #F8DBA4; 
	margin-bottom:1px;
	display:block;
}

#navigation ul #category a:hover{
	color: #fff; 

	display:block;
	background:#7CB7D0;
}

#navigation li a{
	margin-left:20px;	
}

#navigation ul li a, #navigation a{
	text-decoration: none;
	color: #fff;
	padding:2px;
}
	
#navigation ul li a:hover, #navigation a:hover{
	color: #fff;
	background-color: #ff00cc;
}

.current{
	color: #fff;
	background-color: #ff00cc;
	padding:2px;
}

#firstName{
	font: normal 100px Geneva,"Trebuchet MS", "Verdana", sans-serif;
}

#lastName{
	font: normal 100px Geneva, "Trebuchet MS", "Verdana", sans-serif;
	color: #fff; 
}

#home_screen{
	margin-top:200px;
	margin-left:20px;
}

#home_titles{
	font: normal 30px Geneva, "Trebuchet MS", "Verdana", sans-serif;
	color: #fff; 
}

 
#project_assets{
}

#image-1{
margin-top:10px;
}

#image-2{
	position:absolute;
	left:400px;
	top:0px;
}

hr{
	border-top-width: 1px;
	border-top-style: dotted;
	border-color: #555; 
	margin: 15px 0 15px 0;
}

#project{
	font: normal 14px/16px "Trebuchet MS", "Verdana", sans-serif;
}





#longDescription{
	margin-bottom:15px;
}

#titles{
	width: 700px;
	margin-top:15px;
}

#titles h2{
	font-size:18px;
	font-weight:normal;
	
	margin-bottom:0px;
	padding:0;
}

#titles h3{
	font-size:16px;
	margin-top:5px;
	padding:0;
	
}



