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

@font-face {
    font-family: 'Nilland';
    src: 
         url('../fonts/Nilland.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Nilland-Black';
    src:  url('../fonts/Nilland-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;


}

b{
	font-family: Nilland-Black, "Courier New", Courier, monospace
}



body{
	font-family: Nilland, "Courier New", Courier, monospace;
	letter-spacing: 2px;
	color: #231f20;
	font-size: 18px;
	
}

a:hover{
	border-bottom: 1px solid #fff;
}

#container{
	width: 960px;
	margin: 0 auto;
	margin-bottom: 30px;
	
}

#header{
	margin-top: -10px;
	background-image:url(../images/circle.png);
	background-repeat:no-repeat;
	background-position: top right;
	height: 165px;
	
	
}
#logo img{
	margin-top: 40px;
	float:left;
}
#nav{
	float: right;
	margin-top:50px;
	margin-right: 35px;
}
#nav a:link{
	font-family: Nilland-Black, "Courier New", Courier, monospace;
	font-size:24px;
	color: #fff;
	margin-right: 5px;
	padding-bottom: 5px;
}

#nav a:hover, #nav #here{
	border-bottom: 2px #fff solid;
}

#footer{
	width: 100%;
	padding: 20px 0;
	background-image:url(../images/footerShadow.jpg);
	/*background-position:top;*/
	background-repeat:repeat-x;
	background-color: #65b8bc;
	color: #fff;
	font-size: 14px;

	line-height:115%;
}

#footer a:link{
	color: #fff;
}

#footerContent{
	width: 960px;
	margin: 0 auto;
}

h1, h2, h3{
	 font-family: 'Nilland-Black';
}

h1{
	font-size: 36px;
	width: 100%;
	background-image:url(../images/dot.png);
	background-repeat:repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-top:-15px;

}
h2{
	font-size: 24px;
}
h3, .cat{
	font-size: 18px;
	color: #65b8bc;
	margin-bottom: 10px;
}
div.error{
	clear:both;
	font-size: 14px; 
	font-family:"nilland-black";
	color: #f3704c;
	margin-left: 140px;
	margin-bottom:0;
	padding-bottom: 0
	
}

#footer ul li, #header ul li{
	display: inline;
	padding-right: 5px;
}

#header ul li{
	display: inline;
	padding-right: 7px;
}

#navFooter{
	width: 500px;
	
}

#socialFooter{
	width: 420px;
	float: right;
	margin-top: -45px;

}

#socialFooter img{
	float: right;
	margin-left: 15px;
	margin-top: -35px;

}

a:link{
	font-family: 'Nilland-Black';
	text-decoration: none;
}
a:visited{
	color: white;
}

.o{
	color: #f3704c;
}

#content{
	padding: 20px;
	overflow: hidden;
	
}
#content p{
	line-height: 130%;
	margin-bottom: 10px; ;
	
}
#content h2{
	color: #f3704c;
	margin-bottom: 5px;
}
#about{
	width:495px;
	float: left;
}
#services{
	float: left;
	margin-left: 85px;
	margin-top: 7px;
}

#services li{
	
	margin-bottom: 5px;
}

#services ul{
	margin-bottom:30px;
	margin-left: 40px;
}

.resume{
	margin-bottom: 20px;
}



.bbtn , .obtn, .gbtn {

	text-align:center;
	padding:7px;
	font-size: 16px;
	color: #fff;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	border: 0;
	
	
}

.gbtn{
	color: #ccc;
	background-color: #eee;
	margin-left: 10px;
	padding: 3px 14px;
	float: left;
}


.bbtn{
/*	background-image:url(../images/bbtn.png);
	background-repeat:no-repeat;*/
	background-color: #65b8bc;
	font-family: "Nilland", "Courier New", Courier, monospace;
	margin-right: 10px;
}

.obtn{
	background-image:url(../images/obtn.png);
	background-repeat:no-repeat;
	font-family: "Nilland-Black", "Courier New", Courier, monospace;
	background-color: #f3704c;
}

#social a{
	color: #231f20;
	font-family: "Nilland";
	font-size:18px;
}

#social img {
	margin-right: 20px;
	margin-bottom:30px;
	float:left;
}

.text{
	margin-right: 30px;
	font-size:18px;
	float: left;
	margin-top: 13px;
	
}

#form{
	clear:both;
	width: 800px;
	margin-left: 65px;
}

label{
	width: 120px;
	float: left;
	text-align: right;
	clear: both;
	margin-top: 20px;
	font-family: "Nilland-Black";
	color: #65b8bc;
	font-size: 18px;
}
#name, #email, #msg {
	float: left;
	border: 2px #65b8bc solid;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	font-family:"Nilland";
	font-size:18px;
	letter-spacing:2px;
	
}

#name, #email{
	width: 200px;
}

#name, #email{
	height: 30px;
	
}

input:focus, textarea:focus{
	outline-color: #f3704c;
}



.btn{
	clear:both;
}
#msg{
	width: 630px;
}
#send{
	padding: 7px 20px 7px 20px;
	float:right;
	letter-spacing:2px;
	font-size: 18px;
	margin-right:25px;
	margin-top:15px;
}

#send:hover{
	cursor:pointer;
}

#welcome{
	font-size: 24px;
	float: left;
	width: 345px;
	margin-left: 85px;
	margin-top: 100px;
}
#welcome .btn{
	float: right;
	margin-top: 15px;
}

.dispWork{
	width: 285px;
	float: left;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 30px;
	
}

.typeText{
	color: #231f20;
	font-family:"Nilland";
}

.desc{
	margin-left: 15px;
}

.projImg{
	margin-left: -10px;
	float:left;
}

.dets{
	width: 350px;
	float: left;
	margin-top: 10px;
	margin-left: 80px;
}

.dets a{
	color: #65b8bc;
	font-family: "Nilland";
	padding-bottom: 5px;
	margin-bottom:1px
}

.dets a.bbtn, .dets a.obtn{
	color: #fff;
	border: none;
	padding: 3px 5px;
	display: block;
	width:150px;
	float: left;
	margin-bottom: 15px;
	

	
	
}

#detBtn{
	margin-top:15px;
	
}

#detBtn .obtn{

	
}

#detBtn .bbtn{

	font-family:Nilland, "Courier New", Courier, monospace;
	margin-left:10px;
}


.dets .obtn{
	font-family:"Nilland-Black";
	
}

.dets .bbtn:hover, .dets .obtn:hover{
	border: none;
	margin-bottom: 15px;
	

}

.dets a:hover{
	border-bottom: 1px #65b8bc solid;
	margin-bottom:0px;
	
}

.grey{
	color:#ccc;
}

a.back {
	float:left;
	font-family: Nilland-Black, "Courier New", Courier, monospace;
	font-size: 14px;

}
.projCont{
	width: 150px;
	float:right;
	font-family: Nilland-Black, "Courier New", Courier, monospace;
	font-size: 14px;

	
}

.projCont a{
	font-family: Nilland-Black, "Courier New", Courier, monospace;
	font-size: 14px;
}
.projPrev{
	float:right;
	margin-right: 15px;
}
.projNext{
	float:right;
}

#info{
	clear:both;
	line-height: 175%
}

#info h2{
	
	padding-top:10px;

}

#info .cat{
	font-family:"Nilland-Black";
	
	clear:both;
	padding-bottom: 10px;

}

#infoText{
	clear:both;
}



.list{
	width: 300px;
}

.bullet{
	padding-left: 25px;
	background-image:url(../images/bullet.png);
	background-position:left;
	background-repeat:no-repeat;
	margin-left: 15px;
	width: 110px;
	float:left;
	line-height:normal;
}
#langs, #roles{
	clear:both;
	margin-bottom: 25px;
}

#writeups{
	margin-top: 75px;
}


/*-----------------SSLIDESHOW HOME-------------*/
#slides{
	width: 500px;
	height: 400px;
	margin-left:-10px;
	float: left;

}



	
.slides_container{

}


/*
	Pagination
*/
#controls{
	font-size: 18px;
	width: 100px;
	float: left;
	margin-top:0px;
	margin-left: 30px;
	position: absolute;
	z-index: 99999999;
	
}

#controls a{
	color: #f3704c;
}

.pagination {
	text-align: right;
	float: right;
	width:100px;
	margin-right: -30px;
	margin-top:0px;
}

.pagination li {
	float:left;
	margin:0 2px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

