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

/*font, bg styling*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/bg01.gif);
	margin: 0;
	padding: 0;
	color: #CCC;
}

/*link styling*/
a:link {
	color: #999;
	text-decoration: none; 
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #F63;
	text-decoration: none;
}

#header{
	width:1280px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color: rgba(0, 0, 0, 0.5);
}


#content{
	width:1280px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#080808;
	padding:10px;
	overflow: auto;
}


#content .box{  
    position: relative;
    left:70px;  
    overflow: hidden; 
    padding:10px;
    float: left;
}

#content .box img {  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
}  

#content .box .caption {  
    background-color: rgba(0,0,0,0.8);  
    position: absolute;  
    color: #fff;  
    z-index: 100;  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
    left: 0;  
}  

#content .box .simple-caption {  
    height: 75px;  
    width: 550px;  
    display: block;  
    bottombottom: -30px;  
    line-height: 25pt;  
    text-align: left; 
    padding-left:20px; 
}  

#content .box:hover .simple-caption {  
    -moz-transform: translateY(-100%);  
    -o-transform: translateY(-100%);  
    -webkit-transform: translateY(-100%);  
    transform: translateY(-100%);  
}  

#footer{
	width: 1280px;
	height: 200px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	background-color: rgba(0, 0, 0, 0.5);
}

#footer-text{
	width: auto;
	float: left;
	padding-left: 80px;
}


#logo{
	width:auto;
	float:right;
	padding-right:80px;
}


#resume{

	padding-left:80px;
}

#resumebox{
	float: right;
}


#navigation
{
	width:auto;
	float:left;
	font-size:24px;
	padding-left:80px;
	
}


#navigation li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	text-decoration: none;
	color: #F63;
}

#navigation li a:link, #navigation li a:visited
{
	color:#FFF;
}

#navigation li a:hover
{
	color: #F63;
}

h2{
	color: #F63;
}


h4{
	color: #F63;
}

#resumeIndent
{
        padding-left: 50px;
}



