@charset "UTF-8";
/* CSS Document */

/*@font-face {
    	font-family: 'GarogierRegular';
    	src: url('Garogier_unhinted-webfont.eot');
    	src: url('Garogier_unhinted-webfont.eot?#iefix') format('eot'),
        	 url('Garogier_unhinted-webfont.woff') format('woff'),
        	 url('Garogier_unhinted-webfont.ttf') format('truetype'),
        	 url('Garogier_unhinted-webfont.svg#webfontO7V7IKxP') format('svg');
    	font-weight: normal;
    	font-style: normal;
    	}
    	/*downloaded font package from http://www.fontsquirrel.com/fontface/generator. Not actually in use.*/
    	
/*@font-face {
    font-family: 'MarketingScriptRegular';
    src: url('MarketingScript-webfont.eot');
    src: url('MarketingScript-webfont.eot?#iefix') format('embedded-opentype'),
         url('MarketingScript-webfont.woff') format('woff'),
         url('MarketingScript-webfont.ttf') format('truetype'),
         url('MarketingScript-webfont.svg#MarketingScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;
} */

    	
    	
body {
	padding: 0;
	margin-top: 15px;
	margin-bottom: 55px;
	font-size:100%;
	font-family: Courier;
	line-height: 22px;
	background-color: #fff;
	background-attachment:fixed;
	background-position: bottom;
	text-align: center; /* FOR CENTERING IN IE6 */
}
  	
#wrapper {
	width: 800px;
	background: white;
	margin: 0 auto;
	text-align: left; /* UNDO IE6 TEXT ALIGN */
	padding: 10px;
}
#content {
	background: #fff;  
	background-attachment:fixed;
	background-position:bottom;
	width: 580px; /*keep this width so the content will float up */
	float: right;
	padding: 0 5px;
	margin-bottom: 50px;
}



#header {
	height: 125px;	
	/*display: none;*/

}



h1 {
        color: #000;
        position:relative;
        top:75px;
        font-weight:normal;
}
	.name {
		color: #C00;
        font-size: 120%;
        font-family: Courier, Verdana, Arial, sans-serif;
        font-weight: normal;
        text-transform:lowercase;

}

	.dir {
		color: #C00;
	}

/*#logo {
	width: 356px;
	height: 72px;
	background: url() no-repeat left top;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}*/


/* LINKS */

a, a:visited{  
       text-decoration: none;
       color: #33C; 
       font-weight: normal; 
}



a:hover {
       text-decoration: underline;
       color:#222;
}

a#name{
	color:#33C;
}

a#name:hover{
	color:#222;
}

/* SIDEBAR */

#sidebar {
	/* background: #f33; */
	width: 188px;
	padding: 5px 10px;
	color: #000;
	font: 12px/1.3em Courier, Verdana, Arial, sans-serif;
	bullet: none;
	font-weight: normal;
	text-transform:lowercase;
	float:left;
}
        
#sidebar li {
        list-style-type: none;
        list-style-position: inside;
		font-weight: normal; 
}

#sidebar ul{
	margin-left:-40px;
	margin-top:18px;
}

/* FOOTER */


#footer {
	clear: both;
	text-align: right;
	border-top: solid 1px #333;
	padding: 10px 0 10px;
	margin: 10px 0 0;
	font: 14px/1em Courier, sans-serif;
	/*font-family:'GarogierRegular'; */

}

/* CONTENT */
a#pdf {
	font-size: 10px/2em;
}

p {
	color:#999;
	font:14px/1.5em Courier, Helvetica, Arial, sans-serif;
	line-height:25px;
	color:#000;
	display:block;
	padding:5px;
	/*border: 10px solid white;*/
}

p.title {
	padding-top: 10px;
	padding-bottom: -3px;
}

p#desc {
	font:12px/1.5em Courier, Arial, sans-serif;
	/*color:#;*/
}

/* Specifics for projects Page */

#projects{
	width: 540px;
	float:right;
	/*margin-top: -245px;*/
	vertical-align:text-top;
	/* background:#9cc; for layout only */
}

#projects .project-img {
	border: 1px solid #fff;
	padding: 20px 5px 5px 5px;
	float: center;
	clear: both;
}

#projects img {
 	width: 396px;
 	height: 264px;
}

#projects img#thesis1{
	width: 500px;
	height: 375px;
}

#projects img#essay{
	width: 180px;
	height: 240px;
}

#projects img#essay1{
	width: 240px;
	height: 180px;
}

#projects img#null{
	width:475px;
	height:500px;
}

#projects img#icon{
	width:22px;
	height:20px;
	vertical-align:middle;
	}

#projects img#thumb{
	width:116px;
	height:130px;
	margin:1px solid #000;
	padding: 2px;
}

#projects img#dress1{
	width:418px;
	height:500px;
	padding: 2px;
}

#projects img#dress2{
	width:500px;
	height:333px;
	margin:1px solid #000;
	padding: 2px;
}

img#avatars{
	width:417px;
	height:335px;
}

 img#lepus{
	width:240px;
	height:111px;
}
img#lepus1{
	width:240px;
	height:153px;
}
	
img#lepus2{
	width:240px;
	height:180px;
}
img#peanuts{
	width:105px;
	height:240px;
}
		

#projects div.project{
	padding: 25px 0px;
}

#projects p.project {
	padding-top:25px;
	margin-top:0px;
	font:0.75em Courier;
	line-height:25px;
	display:block;
	}
	
/* Projects Page end */


/*.ul {
	padding-top:-4px;
	font-size:13px;
} */

.bold {
	font:1.25em Courier;
	font-weight:500;
}
	
span.date {
	font-size:13px;
}
		
span.desc {
	font: 0.875em; 
	font-family:Helvetica, sans-serif;
	line-height:25px;
	color:#000;
	display:block;
	padding:5px;
	/*border: 10px solid white;*/
}


#projects li {
	text-transform:lowercase;
	font:12px/1.5em Courier, Verdana, Arial, sans-serif;
	line-height: 18px;
}

#projects ul{
	list-style: square;
	}

.picture {
	width: 200px;
	height: 140px;
	border: 10px solid white;
	float: right;
}

/*h4.experience {
	padding-top:25px;
	font-size:24px;
}*/

/*h4.contact {
    text-align:left;
    /*text-shadow: 4px 4px 4px #bbb; 
}
*/


/*img {
	float: right;
} */
 	
/*< .title {
        color: #2B60DE;
        font-size: 90%;
} */

/*#box {
position:fixed;
top:30px;
right:5px;
width:100px;
height:75px;
background-color:red;
border:1px solid black;
}

.2{
position:fixed;
top:30px;
right:5px;
} */

