/*--- sub menu stykes ---*/
#subNav{
float:right;
display:inline;
width:138px;
margin-right:1px;
}
h3{
background-color:#595241;
color:#ACCFCC;
font-weight:bolder;
font-size:1.4em;
text-align:center;
padding:3px;
padding-bottom:2px;
}
#projThumbs{
/*background-color:#8A0917;
height:500px;*/
/*width:136px;
margin-right:1px;
margin-left:1px;*/
text-align:center;
}
#projThumbs li{
list-style:none;
margin-bottom:5px;
padding-bottom:3px;
border-bottom:#8A0917 solid 1px;
}
#projThumbs li a, #projThumbs li a:visited{
font-size:1.1em;
display:block;
color:#595241;
text-decoration:none;
border-bottom:none;
}
#projThumbs li a img{
border:none;
}
#projThumbs li a:hover{
background-color:#8A0917;
color:#ACCFCC;
border-top:none;
}
#projThumbs li img{

}
/*---- main styles ---*/
#projects{
margin-left:2px;
}
#projects li{
border:#8A0917 solid 1px;
width:835px;
margin-bottom:5px;
padding-bottom:5px;
position:relative;
min-height:400px;
}
#projects ul{
width:400px;

/*background-color:#0aff4d;*/
}
#projects li ul li{
border:none;
min-height:0px;
}
#projects h4{
background-color:#8A0917;
color:#ACCFCC;
font-size:1.4em;
font-weight:bolder;
padding:2px;
padding-left:5px;
}
#projects h5{
background-color:#595241;
color:#ACCFCC;
font-weight:bold;
font-size:1.3em;
margin-top:5px;
padding:3px;
padding-bottom:2px;
width:400px;
}
#projects h5.listTit{
	width:185px;
}
.pDescrip{
margin-left:10px;
margin-top:10px;
width:400px;
/*background-color:#a98523;*/

}
.mainImg{
width:415px;
text-align:center;
padding-bottom:5px;
padding-top:5px;
}
#content .mainImg a, #content .mainImg a:visited{
	border:none;
	text-decoration:none;
}
.mainImg a img{
	border:none;
	text-decoration:none;
}
.details{
float:right;
height:390px;
}
#projects ul.skills{
	margin-left:15px;
	width:170px;
	display:block;
}
#projects li .skills li{
	font-size:1.4em;
	margin-bottom:0px;
	margin-top:3px;
	padding:0px;
	width:170px;
}
.skillList{
	float:left;
	display:inline;
}
.featList{
	float:right;
	display:inline;
	margin-right:13px;
}
.outbound{
	position: absolute; right: 10px; bottom: 10px;
}
#content .outbound a{
	background-color:#B8AE9C;
border:2px solid #595241;
color:#8A0917;
font-weight:bold;
padding:5px;
}
#content .outbound a:visited{
	color:#595241;
}
#content .outbound a:hover{
background-color:#ACCFCC;
color:#8A0917;
}
