@charset "UTF-8";
/* CSS Document */
			
			html,body, h1, h2, h3, p, ul, li, a {padding:0;border:0; margin:0;}
			
			
			body {font-family: "century gothic", "Muli",sans-serif;
				   color:rgb(89,89,89);		
				   }
				   
				   
				   
				   
			.site {width: 95%; margin: auto; /*border:1px solid*/}	 
		
			.home {padding-bottom:50px}
			
			.clear { 
    			display: none;
 				}
			
			.header{margin-bottom:5%;}
			
			.sidebar {
				width:20%;
				margin:5%; 
				margin-top:10%;
				float:left; /*border:1px solid*/
				
		   		} 
				
			.content {width:65%;
			margin:10% 0 2.5% 2.5%; float:left; /*border:1px solid*/ }	  	
			
			h1 {font-size:2em;
				margin:80px 0 0 5%;
				font-weight:normal;
				color:rgb(59,59,59);
				}
				 
			h2 {font-size: 1.25em;
				margin:40px 0 20px 0;
				font-weight: normal
				} 
				
				
			h3 {font-size:1em;
				margin:0 0 44px 0;
				font-weight: normal
				} 
			
			h4 {font-size:1em;
				margin:0 0 20px 0;
				font-weight: normal
				} 
			
				
			.category a {text-decoration:none;
				color:rgb(161,161,161);
				margin:0 0 0 0;
				font-size:1em;
				font-weight: normal;
			   
				}
			.category-a a {text-decoration:none;
				color:rgb(89,89,89);
				margin:0 0 0 0;
				font-size:1em;
				font-weight: normal;
			   
				}
			#example-show a {text-decoration:none;
				color:rgb(89,89,89);
				margin:0 0 0 0;
				font-size:1em;
				font-weight: normal;
			   
				}
				
			.home a {text-decoration:none;
				color:rgb(89,89,89);
				}
			a	{text-decoration:none;
				color:rgb(89,89,89);
				}
			
			a:hover {color:rgb(217,217,217)}
			
			p {font-size:0.75em;
			line-height: 1.5em;
			transition:opacity 0.5s ease-in-out;
			}
			
			.resume {font-size: 0.625em; color:rgb(121,121,121);}
			
			.title a {text-decoration:none;
				color:rgb(89,89,89);
				}
				
			.p_info {width:100%;padding-top:5%;}
			
			.p_data p{color:rgb(121,121,121);font-size:0.625em;}
			
			.officelogo {position:absolute; width:65px;}
			.officelogo:hover {opacity:0.5;}
			
			
			@media screen and (min-width:1580px)
			{ body {width:1580px}
				
				} 
				   
			
			
			
	
	