
/*-- All --*/
body{
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
		
	width: 800px;
	background-color: #ffffff;
	color: #000000;
	font-size: 0.9em;
}

@font-face {
    font-family: 'junctionregularRegular';
    src: url('/font-face/junction/Junction-webfont.eot');
    src: url('/font-face/junction/Junction-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font-face/junction/Junction-webfont.woff') format('woff'),
         url('/font-face/junction/Junction-webfont.ttf') format('truetype'),
         url('/font-face/junction/Junction-webfont.svg#junctionregularRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	font-family: 'Century Gothic', 'junctionregularRegular', Arial, sans-serif;	
}

a{
	text-decoration: none;
	color: #777777;
}

div.page a:hover{
	text-decoration: underline;
	color: #000000;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}

/*-- Header --*/

header div.title{
	float: left;
	height: 100px;
	width: 300px;
	background-repeat: no-repeat;
	background-position-x: 20px;
	background-position-y: -7px;
}

header a, footer a{
	color: #000000;
}

h1.title{
	text-align: left;
}

h1.title a{
	letter-spacing: 2px;
	font-size: xx-large;
}

nav.nav-top{
	float: right;
	padding-top: 17px;
}

nav.nav-top ul li{
	display: inline;
	list-style-type: none;
	
	margin-right: 10px;
}

nav.nav-top ul li a{
	font-size: large;
}

nav.nav-top ul li.projects, nav.nav-top ul li.about, nav.nav-top ul li.links{
	border-bottom: none;
}

nav.nav-top ul li.projects-hover, nav.nav-top ul li.projects-selected{
	border-bottom: 2px solid #5b91ee;
}

nav.nav-top ul li.about-hover, nav.nav-top ul li.about-selected{
	border-bottom: 2px solid #d74830;
}

nav.nav-top ul li.links-hover, nav.nav-top ul li.links-selected{
	border-bottom: 2px solid #ffa23e;
}

nav.nav-top ul li.signin-hover, nav.nav-top ul li.signin-selected{
	border-bottom: 2px solid #6f43d1;
}

nav.nav-top ul li.nav a{
	opacity: 0.7;
}

nav.nav-top ul li.nav-hover a{
	opacity: 1.0;
}

/*-- Page --*/
div.page{
	padding-top: 40px;
	min-height: 300px;
}

div.page section h1{
	font-size: large;
	/* border-bottom set on page level */ 
	text-align: left;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.page div.sidebar{
	float: left;
	width: 220px;
	margin-left: 40px;
}

/*-- Footer --*/

footer{
	clear: both;
	position: relative;	
	font-size: small;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 50px;
}

footer div.ribbon{
	height: 100px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

footer div.ribbon a:hover{
	opacity: 0.9;
}

footer div.column{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
}

footer div.column div, footer div.column a, footer .copyright a{
	opacity: 0.7;
}

footer div.column a:hover, footer .copyright a:hover{
	opacity: 1.0;
}

footer div.column div.title{
	width: 100%;
	border-bottom: 1px solid #aaaaaa;
	opacity: 1.0;
	font-weight: bold;
}

footer div.about{
	width: 400px;
	margin-left: 0px;
}

footer div.about a:hover{
	text-decoration: underline;
	color: #000000;
}

footer div.nav-bottom, footer div.connect{
	width: 150px;
}

footer ul, footer div.aboutHolder{
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}

footer p{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

footer ul li{
	list-style-type: none;
}

footer .copyright{
	clear: both;
	padding-top: 20px;
}

footer .copyright a{
	color: #444;
}

footer .copyright a:hover{
	text-decoration: underline;
}