/*Screen layout: */

* {
	margin: 0;
	padding: 0;
}

body    { 
	color: #303030; 
	font: 76% tahoma, verdana, sans-serif; 
	background: #ececec url(images/bg_body.png) no-repeat top left;
	margin: 0; 
	padding: 0; 
	text-align: center;
}

h1  { 
	font-size: 2.2em; 
	font-family: "American Typewriter", Georgia, Times, serif; 
	font-weight: normal; 
	margin: 0 0 20px; 
	display: none; 
}

h2  { 
	font-size: 1.7em; 
	font-family: "American Typewriter", Georgia, Times, serif; 
	font-weight: normal; 
	margin: 0 0 8px; 
	padding-bottom: 15px;
}

h3  {
	font-size: 1.2em; 
	font-family: "American Typewriter", Georgia, Times, serif; 
	font-weight: bold; 
	margin: 0 0 8px;
	}

h4 {
	font-family: tahoma, verdana, sans-serif;
	font-weight: 700;
	margin: 0 0 10px;
}

p {
	margin:0 0 15px 0;
	line-height:1.5em;
	text-align:left;
}

a {
	color:#c60;
	text-decoration:none;
	border-bottom:1px dotted #505050;
	outline: none;
}

	a:hover {
		color:#303030;
		text-decoration:none;
		border-bottom:1px solid #505050;
	}

	a img {
		border:0;
	}

ul.nobullet {
	list-style: none;
}

ol {
	list-style: outside decimal;
	padding-left: 50px;
	margin-top: 5px;
	width: 450px;
	margin-bottom: 0;
	padding-bottom: 5px;
	float: left;
}

	ol li {
		padding-top: 3px;
		line-height: 1.2em;
	}


/* Main container */

#container    { 
	background: url(images/tornpaper.png) repeat-y center top;  
	margin: 0 auto; 
	padding: 0 30px 0 60px;
	width: 814px; 
	text-align: left;
}
/* Site title section: hidden. Only there for usability/accessibility reasons. */

#logo {
	display: none;
}

/* menu */

#navitabs {
	float: left;
	clear:both;
	margin: 15px 0 0 -38px;
	padding: 0;
	width: 35px;
	height: 100%;
}

	#navitabs li  { 
		display: block;
		width: 35px;
		list-style: none;
		margin: 0 0 5px 0;
	}
	
		#navitabs li a {
			border: none;
		}
	
			#navitabs li a div {
				position: relative;
				text-indent: -9000px;
			}
	
.navitab, .active {
	padding: 0;
	margin: 0;
	display: block;
	width: 35px;
	cursor: pointer;
}	

.home {
	background: url(images/home.png) no-repeat;
	height: 96px;
}

	.home .navitab:hover { 
		background: url(images/home_over.png) no-repeat;
		height: 96px;
		
	}

	.home .active { 
		background: url(images/home_current.png) no-repeat;
		height: 96px;
		
	}

.css {
	background: url(images/css.png) no-repeat;
	height: 96px;
}

	.css .navitab:hover  {
		background: url(images/css_over.png) no-repeat;
		height: 96px;
		cursor: pointer;
	}
	
	.css .active {
		background: url(images/css_current.png) no-repeat;
		height: 96px;
	}

.resume {
	background: url(images/resume.png) no-repeat;
	height: 96px;
}

	.resume .navitab:hover {
		background: url(images/resume_over.png) no-repeat;
		height: 96px;
		cursor: pointer;
	}

	.resume .active {
		background: url(images/resume_current.png) no-repeat;
		height: 96px;
	}
	
.wordpress {
	background: url(images/wordpress.png) no-repeat;
	height: 135px;
}

	.wordpress .navitab:hover {
		background: url(images/wordpress_over.png) no-repeat;
		height: 135px;
		cursor: pointer;
	}
	
	.wordpress .active {
		background: url(images/wordpress_current.png) no-repeat;
		height: 135px;
	}

/* Header description */

#desc   {  
	background: url(images/front.jpg) no-repeat left bottom; 
	height: 340px; 
	width: 721px;
	margin: 0 15px 0 30px;
}

/* Main content */

#main {
	width:510px;
	float:left;
	padding:15px 15px 30px 30px;
	border-right: 1px solid #d8d8d8;
	margin:0;
}

	#main ul {
		padding-bottom: 15px;
	}
	
		#main ul li {
			list-style-position: outside;
			padding: 5px 0;
			margin-left: 15px;
		}
	
	#main p {
		float: left;
		clear: both;
		width: 500px;
	}

/* Sidebar */

#sidebar {
	width:170px;
	float:left;
	padding-left: 30px;
}

	#sidebar p {
		font-size:0.9em;
		line-height:1.3em;
		margin:0 0 15px 0;
	}

/* Footer */

#footer {
	clear:both;
	background: url(images/bg_footer.png) repeat-x;
	height: 45px;
	padding:2px 20px 5px 10px;
	width: 665px;
	margin:0 10px 0 30px;
}

	#footer a {
		color:#808080;
	}

		#footer a:hover {
			color:#303030;
		}

	#footer p {
		color:#808080;
		font-size:.8em;
		line-height:1.3em;
		margin:10px 0 0 0;
		padding:0;
	}

/* Various classes */

.photo {
	padding:4px;
	border:1px solid #d8d8d8;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.right {
	margin-top:-8px;
	text-align:right;
}

p.block   { 
	background: #ffc; 
	padding: 15px; 
	margin: 15px 5px 15px 0;
	width: 470px !important;
}

.sidelink  { 
	background: #ffc url(images/corner.gif) no-repeat right top; 
	text-align: left; 
	display: block; 
	margin: 5px 10px 5px 0; 
	padding: 3px 4px 3px 8px; 
	width: 140px; 
	border: none; 
}

	.sidelink:hover  { 
		color: #fff; 
		text-decoration: none; 
		background: #963 url(images/corner.gif) no-repeat right top; 
		border: none; 
	}

.hide {
	display:none;
}