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


/* Reset default browser styles */
@import url('reset.css');


	@font-face {  
	  font-family:BodoniFLF-BoldItalic;  
	  src: url("/fonts/BodoniFLF-BoldItalic.ttf") format("truetype");  
	}  
	 

body {
	font-family:BodoniFLF-BoldItalic,georgia, "time new romans", serif;
	margin:0 auto;
	padding:0;
	
	background-repeat:repeat;

	background-attachment:fixed;


}


ul{
padding: 0;
margin: 0;
list-style-type: none;
}

ul li{
padding: 0;
margin: 0;
list-style-type: none;
}



a:focus {
outline: none;
}


#rapper{
width:100%;

}
#container{
width:960px;
margin: 0 auto;
background-color:#fff;
padding:0 10px 100px 10px;
margin-top:10px;

}
#header {
width:940px;
position:relative;
height:130px;
z-index:999;
}

#header h1 {
	
font-size:18px;	
padding:20px 0 0 40px;
}

#header h1 span{
	
font-size:18px;	
}

#myname{
position:fixed;
background-image:url(../images/myname.png);
width:208px;
height:203px;
top: 20px; left: 0;

}

#logo{

position:fixed;

top:20px; left: 70px;
z-index:999;
width:80px;
height:80px;
}

#logo img{
width:80px;
height:80px;
}

/*these are the menu styles! */

#menu {
	position:fixed;
	background: #000000;
	border:1px solid #111111;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index:999;

padding:12px;
	height: auto;
margin-left:50px;
	filter: alpha(opacity=85);
	opacity: .85;
	left:60%;
	width:100%;
	top:110px;
	
	
}
#menu li {
	
float:left;	
margin-right:10px;
}
#menu li a {
color:#fff;
text-decoration:none;
float:left;	
margin-right:10px;
}


/*end menu styles! */

/*hidden div */

.about{
	position: fixed;
	top: 140px;
	left: 0;
	display: none;
	background: #000000;
	border:1px solid #111111;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	width: 330px;
	height: auto;
	padding: 30px 30px 30px 130px;
	filter: alpha(opacity=85);
	opacity: .85;
	font-family: georgia, "time new romans", serif;
	z-index:999;
}

.about p{
margin: 0 0 15px 0;
padding: 0;
color: #fff;
}

.about a, .about a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.about a:hover, .about a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}


.about ul li{
color:#fff;
text-align:left;
}


.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
text-align:left;
}
.columns h3{
	text-align:left;
	border-bottom:solid thin #ffffff;
	margin-bottom:5px;
}

.colleft{
float: left;
width: 130px;
line-height: 22px;
color:#FFF;
}


.colright{
float: right;
width: 130px;
line-height: 22px;
}
.colright h3{
	color:#fff;
}


/* end hidden div */


/* abbout me button that opens the hidden div */
a.trigger{
	z-index:9999;
position: fixed;
text-decoration: none;
top: 150px; left: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: BodoniFLF-BoldItalic,georgia, sans-serif;

color:#fff;
padding: 30px 40px 30px 15px;
font-weight: 700;
background:#8A1437;
background-image:url(../images/plus.png);
background-repeat:no-repeat;
background-position: 90% 90%;
border:none;
-moz-border-radius-topright: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;

}




a.trigger:hover{
	z-index:9999;
position: fixed;
text-decoration: none;
top: 150px; left: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: BodoniFLF-BoldItalic,georgia, sans-serif;

color:#fff;
padding: 30px 40px 30px 15px;
font-weight: 700;
background:#8A1437;
background-image:url(../images/plus.png);
background-repeat:no-repeat;
background-position: 90% 90%;
border:none;
-moz-border-radius-topright: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;

}

a.active.trigger {
background:#8A1437 ;
background-image:url(../images/minus.png);
background-repeat:no-repeat;
background-position: 90% 90%;
}

/* end about me button*/

#footer{
width:100%;
position:fixed;
bottom:0;
height:40px;
background-color:#000000;
color:#fff;
z-index:9999;
white-space:nowrap;
padding:15px;

}
#footer img {
	clear:both;

}
#footer span {
	padding-right:50px;
	
}

#main{
padding-top:30px;
background-color:#fff;
position:relative;

}
div.project{
border-top:solid 5px #000;
width:940px;
background-color:#fff;
height:450px;	
paddng-top:15px;
}
div.project img {
padding-top:5px;
}


div.info{
float:right;
width:250px;
background-color:#fff;
text-align:left;
}

div.info h2 {
	font-size:16px;
	text-align:left;
	margin:10px 0 ;
	border-bottom:solid 2px #000;
	padding-bottom:3px;
	
}
div.info h3 {
	font-size:14px;
	font-weight:normal;
	text-align:left;
	color:#8A1437;
	
}
div.info p {
	font-size:12px;
	font-weight:normal;
	font-family:helvetica, arial, sans-serif;
	text-align:left;
	line-height:18px;
	margin:10px;
	color:#999;
	
}


div.info a {
	text-decoration:none;
	color:#000;
	font-family:helvetica, arial, sans-serif;
	
}

div.info img {
width:35px;
clear:left;

}

#bottom{
	
display:none;
position:fixed;
width:100%;
bottom:30px;
left:0;
height:500px;
background-image:url(../images/br.png);

background-repeat:repeat;
z-index:60;
color:#FFF;
}

#bottom h3 {
	font-size:48px;
	text-align:left;
	color:#8A1437;
	font-weight:bold;
		padding-top:20px;
	padding-bottom:20px;
}
#bottom img {


margin-right:90px;
float:left;
}
a#plus {
	padding: 30px 40px 30px 15px;
font-weight: 700;
float:left;
	background-image:url(../images/plus.png);
	width:160px;
	height:30px;
	background-repeat:no-repeat;
	background-position:left;
	color:#fff;
	text-decoration:none;
	padding:10px 5px 0 35px;
	text-align: left;
}

a.active#plus  {
	padding: 30px 40px 30px 15px;
font-weight: 700;
float:left;
background-image:url(../images/minus.png);
	width:160px;
	height:30px;
	background-repeat:no-repeat;
	background-position:left;
	color:#fff;
	text-decoration:none;
	padding:10px 5px 0 35px;
	text-align: left;
	
}

div.aboutme {
float:left;
	

}

div.aboutme p {
	font-family:helvetica, arial, sans-serif;
	font-size:13px;
	text-align:left;
	line-height:20px;
width:800px;


}
div.aboutme a {
	
color:#fff;	
}

