/*----------------------------------- Fonts ------------------------------------------*/

@font-face {
	font-family:"museo-slab";
}


/*--------------------------------------- Body -------------------------------------*/

body,
html {
	margin:0;
	padding:0;
	color:#000;
	background:#ffffff;
}

/*--------------------------------- Container -------------------------------------*/

#container {
	min-height:100%;
	margin-bottom:-100px;
}	

.clearfooter {
	height:120px;
	clear:both;
}

/*------------------------------- Top Menu / Logo --------------------------------*/

#menu {
	height:80px;
	background:#e6443a;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}

#menu-content {
	width:960px;
	margin:0 auto;
}

#keyicon {
	width:960px;
	position:absolute;
	bottom:-25px;
}

#keyicon img{
	padding:0px 5px 0px 0px;
}

#keyicon img#padded {
	padding:0px 0px 0px 0px;
}


#menu-text{
	position:absolute;
	font-family:"museo-slab";
	bottom:5px;
	font-size:14pt;
	color:#000000;
}

#menu-content a{
	/*-- Text inside the Menu-content. Only affects the "a" links --*/
	color:white;
	text-decoration:none;
	padding:0px 20px 0px 0px;
}

#menu-text a:hover {
	color:black;
}

#logo {
	width:159px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	top:8px
}

/*-------------------------------------- Work --------------------------------*/

#wrap {
	width:960px;
	margin:0 auto;
	background:#ffffff;
	height:910px;
}

#intro {
	height:90px;
	width:960px;
	margin:0 auto;
	background:#ffffff;
	padding-top:150px;
}	

introcontent { 
	font-family: "museo-slab";
	font-weight:200;
	font-style:normal;
	font-size:16.5pt;
	line-height:400%
}
	
#about_image {
	float:left;
	width:295px;
}

#about_info {
	float:right;
	width:625px;
}

#about_info_left {
	float:left;
	width:292px;
}	

#about_info_right {
	float:right;
	width:292px;
}	
	
#infomenu {
	float:left;
	width:320px;
	background:#ffffff;
}

#blurbicon {
	float:right;
	position:relative;
	bottom:35px;
	left:-15px;
}	

#blurb {
	padding:10px 10px 10px 0px;
	
	border-top-style:solid;
	border-top-color:black;
	border-top-width:10px;

	border-bottom-style:solid;
	border-bottom-color:black;
	border-bottom-width:10px;
}

blurbheading {
	color:#e6443a;
	font-size:14pt;
	font-family: "museo-slab";
	line-height:160%;
}

blurbbody {	
	color:black;
	font-family: "museo-slab";
	font-size:12pt;
	line-height:115%;
}	

#menulist {
	font-size:12pt;
	font-family: "museo-slab";
	float:left;
	color:grey;
	line-height:130%;
	padding:15px 0px 0px 0px;
}

#menulist a {
	color:black;
	text-decoration:none;
}

#menulist a:hover {
	color:#e6443a;
}	

#portfolio {
	float:right;
	width:600px;
	background:#ffffff;
}	

#horizontal_image {
	width:600px;
	padding-bottom:10px;
}	

#horizontal_image img{
	width:598px;
	border-style:solid;
	border-width:1px;
	border-color:#e6443a;
}

#vert_image {
	width:600px;
	padding-bottom:10px;
}

#vert_image img {
	width:293px;
	border-style:solid;
	border-width:1px;
	border-color:#e6443a;
}	

#vert_left {
	position:relative;
	float:left;
	width:295px;
}	

#vert_right {
	position:relative;
	float:right;
	width:295px;
}

/*------------------------------- Index Rollovers ------------------------------*/

.top {
	z-index:1
}

#cf1 img {
	opacity:1;
	position:absolute;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;    
    transition: opacity 0.5s ease-in-out;
}

#cf1 img.top:hover {
    opacity:0;
}

#cf2 img {
	opacity:1;
	position:absolute;
	left:201px;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;    
    transition: opacity 0.5s ease-in-out;
}

#cf2 img.top:hover {
    opacity:0;
}

#cf3 img {
	left:401px;
	opacity:1;
	position:absolute;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;    
    transition: opacity 0.5s ease-in-out;
}

#cf3 img.top:hover {
    opacity:0;
}

#cf4 img {
	left:601px;
	opacity:1;
	position:absolute;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;    
    transition: opacity 0.5s ease-in-out;
}

#cf4 img.top:hover {
    opacity:0;
}

#cf5 img {
	left:802px;
	opacity:1;
	position:absolute;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;    
    transition: opacity 0.5s ease-in-out;
}

#cf5 img.top:hover {
    opacity:0;
}

#line1 {
	position:relative;
	top:0px;
}	

#line2 {
	position:relative;
	top:193px;
}

#line3 {
	position:relative;
	top:386px;
}


/*------------------------------- Footer ----------------------------------*/

#footer {
	width:100%;
	position:relative;
	bottom:0px;
	
	left:0;
	background:black;
	height:100px;
}

#footer-text {
	position:absolute;
	top:20px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#footer-text a{
	font-family: "museo-slab";
	font-size:14pt;
	color:white;
	text-decoration:none;
	padding:0px 20px 0px 0px;	
}

#footer-text a:hover {
	color:#e6443a;
}

/*------------------------------- Rollover ----------------------------------*/

span.link {
    position:relative;
}

span.link p span {
    float:right;
    top:-12px;
    left:718px;
    display:block; 
	position:absolute; 
	width:200px;
    z-index:100; 
    color:#ffffff; 
    font-size:12pt;
	font-family: "museo-slab";
    text-align:center; 
    text-decoration:none;
}


span.link a span {
    float:right;
    top:-12px;
    left:718px;
    display:block; 
	position:absolute; 
	width:200px;
    z-index:100; 
    color:#ffffff; 
    font-size:12pt;
	font-family: "museo-slab";
    text-align:center; 
    text-decoration:none;
    display:none
}

span.link a:hover {
}

span.link a:hover span { 
    float:right;
    top:-12px;
    left:718px;
    display:block;
	position:absolute; 
	width:200px;
    z-index:100; 
    color:#ffffff;
    background:#e6443a;
    font-size:12pt;
	font-family: "museo-slab";
    text-align:center; 
    text-decoration:none;
} 