/* Stylesheet 1 -------------------------------*/

html {overflow-y:scroll;}
body { margin:0; font:12px Verdana; color:white; background:url(../images/background.gif) 50% 0 repeat-y black; } 

a { color:#FFD920; text-decoration:underline;}
a:hover { color:white; text-decoration:none;}

#everything { width:1000px; margin:0px auto; background:black }

#header { height:162px; background:url(../images/header.jpg) right no-repeat; padding:0 20px; margin-bottom:10px;}
#header h1 { padding-top:100px; margin:0; }

#middle { clear:both; padding:0px 10px; }	
	
	#menu_column { width:195px; float:left; }
		#navigation a { background:url(../images/button.gif) no-repeat; width:170px; height:25px; display:block; padding-left:25px; margin:5px 0;
						font-size:13px; color:white; text-decoration:none; line-height:25px;}
		#navigation a:hover { background-position:0 bottom; color:#FFD920; font-weight: bold; }
		
		
	#page_column { float:left; width:75%; margin:5px 20px; }
		.page_title { font-size:19px; color:#FFD920; border-bottom:1px solid #FFD920; margin-bottom:15px; }
		.post { background:#222325; border:1px solid #545454; margin-bottom:35px; line-height:18px;} 
			.post h1 { background:url(../images/title_bg1.gif) repeat-x #0d2368; padding:2px 10px; margin:0; font-size:15px;} 
			.post a:hover { color:#FFD920; text-decoration:none;}
			.post a { color:white; text-decoration:underline;}
			
			.post_body { padding:5px 15px; }
				
			
			.portfolio_item { padding:5px 10px; }
			.portfolio_item a { color:white; }
			.portfolio_item a:hover { color:#FFD920; }
			.portfolio_item img { border:1px solid #FFD920; }

			.portfolio_item tr { vertical-align: top; }
			.portfolio_item td { padding: 5px;}
			
			.cv_item { padding:5px 10px; }
			.cv_item tr { height: 30px;}
			.cv_item td.cv { width: 190px;}

/* complementary color: #FFD920 */	

#footer { clear:both; padding:20px }

	.copyright { font-size:10px;}
	.copyright a { color:#81b6ff;}
	.copyright a:hover { color:#eef5ff;}
	
.imageviewer { margin: 10px; }
.imageviewer a:hover { color:white; text-decoration:none;}
.imageviewer a { color:#FFD920; text-decoration:underline;}
.imageviewer img { border:1px solid #545454; }
.imageviewer td { text-align: center; padding: 5px; }
