 /* style sheet for the mycv file. Setting the font for paragraph tags, heading tags. 
		The h1 tag is enclosed within a border*/

		a {
		color: #999999;
		text-decoration: none;
		}
		
		
		a:link img, a:active img, a:visited img {
		border: 1px solid #484848; 
		}
		
		a:hover img {
		border: 1px solid #94cf36;
		}
		
		a:hover{
		color: #484848;
		text-decoration: none;
		}
		
		
		.middle a:link img, a:active img, a:visited img {
		border: 0;
		}
		
		
	   p  {
	   color: #484848;
		}
           
           h1  {
		color: #94cf36;
		font-size: 14pt;
		}
          

           h2 {
		color: #94cf36;
		font-size: 10pt;
		font-weight: normal;

		margin-top: 3em;


		}


           h3	{

		}

  
        body	{
		/*background-image: url(../images/bottom64.png);*/
		background-color: #000000;
		font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 10pt; 
		

		}


		.container {
		padding-top: 2.4em;
		width: 60em;
	/*-moz-border-radius: 5px;

	-webkit-border-radius:5px;

	behavior: url("border-radius.htc");*/
}


		
		
	.navigation {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #999999;
	padding-top: 0.6em;
    margin-top: 0em;
	padding-bottom: 0.6em;
    margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	text-align: center;
	width: 100%;
	background-color: #222222;
	border-bottom: 2px solid #444444;
	

	}

	.navigation  a {
	
	color: #999999;
	text-decoration: none;
	margin-right: 2em;
	
	}
	
	.navigation a:hover{
	
	color: #94cf36;
	text-decoration: none;
	}
	
	
	.left {
	float: left;
	width: 30em;
	margin-right:3em;
	}
	
	.left a {
	color: #999999;
	text-decoration: none;
	}
	
	.left a:hover {
	color: #94cf36;
	text-decoration: none;
	}
	
	.middle {
	padding-left: 3em;
	padding-right:0.8em;
	float: left;
	width: 20em;
	}
	
	.right {
	padding-left: 3em;
	padding-right:0.8em;
	width: 20em;
	float: left;
	}
	
	
		.right a:hover {
	color: #94cf36;
	text-decoration: none;
	}
	
	.all {
	width: 100%;
	}

	#info {
	text-align: center;
	}
	
	
	
	
	
	
	/*TOOOOOOOOOOOL TIPS!*/
	
	/*a.tooltip{
    position:relative; /*this is the key*/
    /*z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none;}

	a.tooltip:hover{z-index:25; background-color:#ff0;}

	a.tooltip span{display: none;}

	/*a.tooltip:hover span{ /*the span will display just on :hover state*/
	/*filter: alpha(opacity=70);-moz-opacity:.70;opacity:.70;
    display:block;
    position:absolute;
    top:1.3em; 
	left:1.3em; 
	width: 10em;
    border:1px solid #484848;
    background-color:#222222; 
	color:#999999;
    text-align: left;
	padding-left: 0.2em;
	font-size: 8pt;
	}*/

#quick-list ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

a.anchor
{
    position: relative;
    top: -3em;
}


.project {
	padding-bottom: 0.01em;
	padding-left:0.8em;

	margin-bottom: 10em;
}


	.button {
	margin-bottom: 1px;
	font-size: 12px; 
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif; 
	background-color: #222222;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	color: #94cf36;
	}
	
	.boxes {	
	font-size: 12px; 
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif; 
	background-color: #222222;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	color: #94cf36;
	padding-left: 3px;
	}
	
	
