@import url("text.css");
@import url("basic.css");

/* STRUCTURAL STUFF! */

div#portfolio-nav {
	clear: both;
	width: 720px;
	position: relative;
	left: -10px;
	background-color: rgb(253, 185, 19);
	padding: 10px;
	margin: 20px -20px;
	box-shadow: 0 0 15px rgba(0,0,0, 0.20);
	-moz-box-shadow: 0 0 15px rgba(0,0,0, 0.20);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0, 0.20);
	border-top: 0;
	border-bottom: 0;
	border-right: 10px solid rgb(178, 85, 56);
	border-left: 10px solid rgb(178, 85, 56);
}

div#portfolio-nav-right {
	margin: -10px -10px;
	float: right;
	width: 20px;
	height: 180px;
	padding: 10px;
	background-color: rgb(178, 85, 56);
	color: #fff;
}

div#footer {
	background-color: rgb(253, 185, 19);
	height: 20px;
	padding: 10px;
	margin: 0 -20px;
	text-align: center;
	font-family: 'M+ 1mn', 'Trebuchet MS', sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: rgba(178, 85, 56, 0.5);
}


/* HEADER TEXT! */

h1 {
	color: rgb(178, 85, 56);
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 0 0;
}

h2 {
	font-size: 30px;
	line-height: 40px;
	margin: 0;
}


/* PORTFOLIO NAV STRIP! */

div#portfolio-nav p {
	float: left;
	width: 140px;
	height: 140px;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: rgb(254, 220, 137);
	text-align: center;
	font-size: 13px;
	line-height: 15px;
//	font-weight: bold;
//	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

div#portfolio-nav p:hover {
//	background-color: #fff;
	box-shadow: 0 0 10px rgba(178, 85, 56, 0.5);
	-moz-box-shadow: 0 0 10px rgba(178, 85, 56, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(178, 85, 56, 0.5);
//	border: 5px solid rgb(235, 160, 28);
//	margin: 5px;
//	border-radius: 15px;
//	-moz-border-radius: 15px;
//	-webkit-border-radius: 15px;
}

div#portfolio-nav a:hover {
	text-decoration: none;
}

div#portfolio-nav img {
	height: 100px;
	width: 100px;
	margin-bottom: 5px;
}


/* TOP NAV LINKS! */

a.top-nav {
	display: block;
	float: right;
	margin: -20px -10px 0 20px;
	width: 50px;
	height: 50px;
	overflow: hide;
	background-position: 0 -15px;
}

a.top-nav:hover {
	background-position: 0;
	height: 65px;
}

a#link-blog {
	background-image: url(blog.png);
}

a#link-contact {
	background-image: url(contact.png);
}

a#link-home {
	background-image: url(home.png);
}
