/*
Theme Name: Gabe's Portfolio
Theme URI: http://gabeclapper.com/
Description: The Wordpress Theme for my portfolio
Version: 1.0
Author: Gabe Clapper
Author URI: http://www.gabeclapper.com/


*/

body {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #4D4C4D;
}
a {
	border-bottom-color: #113468;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #113468;
	text-decoration: none;
}
a:hover {
	background-color: #113468;
	color: white;
	text-decoration: none;
}
a.img {
	border: 0px;
}
a.img:hover {
	background: none;
}
a img {
	border: 0px;
}
p {
	margin-left: 0px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-top: 0px;
	list-style-type: none;
	padding: 0px;
}
p.top {
	margin-top: 10px;
}
div.home p {
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-top: 0px;
	list-style-type: none;
	padding: 0px;
}
div.home img.mar {
	margin-bottom: 10px;
	border-color: #3c3c3c;
	border-width: 1px;
	border-style: solid;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li {
	padding-bottom: 9px;
	padding-top: 19px;
	float: right;
	display: block;
	list-style-type: none;
}
div.container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
div.header {
	margin-top: 22px;
	border-bottom-color: #3c3c3c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 43px;
	background-repeat: no-repeat;
	background-image: url(images/header.gif);
}
div.header a.home {
	float: left;
	font-size: 0px;
	text-decoration: none;
	display: block;
	height: 43px;
	width: 175px;
	border: none;
}

div.header a.home:hover {
	background: none;
}


div.header div.nav {
	float: none;
}
div.header div.nav a {
	text-transform: lowercase;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 9px;
	text-decoration: none;
	font-size: 12px;
	color: #4d4c4d;
	border: none;
}
div.header div.nav a:hover {
	border-bottom: 2px solid #113468;
	background: none;
}
.current_page_item {
	border-bottom-color: #113468;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.current_page_parent {
	border-bottom-color: #113468;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.current_page_ancestor {
	border-bottom-color: #113468;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
div.clear {
	font-size: 0px;
	clear: both;
}
div.home {
	margin-top: 17px;
}
div.home div.content {
	float: left;
	color: #3c3c3c;
	width: 267px;
}
div.home div.featured {
	width: 400px;
	float: right;
}
div.home div.featured div.refresh {
	width: 170px;
}
div.home div.featured img.title {
	margin-bottom: 11px;
	display: block;
}
div.home div.featured a.feature {
	display: block;
	width: 178px;
	text-transform: lowercase;
	border-bottom-color: white;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 2px;
	text-decoration: none;
	margin-bottom: 40px;
	color: #3c3c3c;
}

div.home div.featured a.feature:hover {
	text-decoration: underline;
	background: none;
}

div.home div.featured a.feature img {
	border-color: #3c3c3c;
	border-width: 1px;
	border-style: solid;
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	height: 86px;
	width: 178px;
	background-color: #f7f7f7;
}
div.footer {
	padding-top: 5px;
	border-top-color: #3c3c3c;
	border-top-style: solid;
	border-top-width: 1px;
	color: #3c3c3c;
	font-size: 10px;
	margin-top: 35px;
}
.textleft {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
img.floatleft {
	padding-right: 5px;
	float: left;
}
div.projects {
	margin-top: 36px;
}
div.projects div.project {
	width: 266px;
	float: left;
	margin-bottom: 32px;
}
div.projects div.project a {
	font-size: 18px;
	color: #0d0c0c;
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
}
div.projects div.project a:hover {
	background: none;
	border-bottom: 2px solid #113468;
}
div.projects div.project a img {
	border-color: #3c3c3c;
	border-width: 1px;
	border-style: solid;
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
	height: 86px;
	width: 178px;
	background-color: #f7f7f7;
}
div.projects div.project span.subtitle {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	color: #858585;
}
div.project {
}
div.project div.nav {
}
div.project div.nav a {
	text-transform: lowercase;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 2px;
	padding-right: 18px;
	padding-left: 18px;
	text-decoration: none;
	font-size: 12px;
	color: #4D4C4D;
	float: right;
	display: block;
	padding-top: 5px;
	border-bottom: none;
}
div.project div.nav a:hover {
	border-top-color: #113468;
	border-top-style: solid;
	border-top-width: 2px;
	background: none;
}
div.project div.nav a.selected {
	border-top-color: #113468;
	border-top-width: 2px;
	border-top-style: solid;
}
div.project div.splash {
	color: #3c3c3c;
	text-align: center;
	border-bottom-color: #3c3c3c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 391px;
	background-color: #f7f7f7;
}
div.project div.splash img {
	margin: 10px;
}
div.project div.splash div.flash {
	padding: 10px;
}
div.project div.info {
	width: 350px;
	height: 130px;
}
div.project div.title {
	margin-bottom: 15px;
	color: #0d0c0c;
	font-size: 36px;
	margin-top: 11px;
}
div.project div.datetype {
	margin-bottom: 18px;
	font-size: 18px;
	color: #3c3c3c;
}
div.project div.responsibilities {
	margin-bottom: 23px;
	font-size: 12px;
	color: #3c3c3c;
}
div.project div.extra {
	font-size: 12px;
	color: #858585;
}
div.project div.description {
	width: 400px;
	height: 130px;
	color: #3c3c3c;
	float: right;
}
div.project div.navbetween {
	margin-top: 28px;
}
div.project div.navbetween a {
	margin-right: 3px;
	float: left;
	text-decoration: none;
	border-bottom: 4px solid #FFFFFF;
}
div.project div.navbetween a.prevnext {
	padding-top: 10px;
	background-color: #f7f7f7;
	color: #3c3c3c;
	font-size: 12px;
	text-align: center;
	height: 28px;
	width: 28px;
	display: block;
	text-decoration: none;
}
div.project div.navbetween a.inactive {
	padding-top: 10px;
	background-color: #f7f7f7;
	color: #bfc0c3;
	font-size: 12px;
	text-align: center;
	height: 28px;
	width: 28px;
	display: block;
	text-decoration: none;
}
div.project div.navbetween a.inactive:hover {
	border: none;
}
div.project div.navbetween a:hover {
	border-bottom-color: #113468;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	text-decoration: none;

}
div.project div.navbetween a.selected {
	border-bottom-color: #113468;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	text-decoration: none;

}
div.project div.navbetween a img {
	display: block;
	background-color: #f7f7f7;
	height: 38px;
	width: 78px;
	text-decoration: none;
	border: none;
}
div.home div.resume {
	width: 490px;
	float: right;
	color: #969696;
	font-size: 10px;
}
div.home div.resume div.section div.notop  {
	margin-top: 0px;
}
div.home div.resume div.section_less div.notop  {
	margin-top: 0px;
}
div.home div.resume div.section {
	margin-bottom: 45px;
}
div.home div.resume div.section_less {
	margin-bottom: 20px;
}
div.home div.resume div.sectiontitle {
	font-size: 14px;
	font-weight: bold;
	color: #121212;
	margin-bottom: 10px;
}

div.home div.resume div.title {
	font-size: 12px;
	font-weight: bold;
	color: #4D4C4D;
	margin-top: 20px;
	margin-bottom: 2px;
}
div.home div.resume div.subtitle {
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 12px;
	color: #4D4C4D;
}
div.home div.resume div.date {
	float: right;
}
div.home div.resume div.desc {
	margin-bottom: 3px;
}