/* @override http://localhost/jonathanransom.com/public/docs/css/jonathan-ransom.css */

/* Reset */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font: 13px/20px Helvetica, Arial, sans-serif;
	color: #585858;
	width: 940px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	position: relative;
}

/* Bottom Margin */

img, p, ul, ol, dl {
	margin-bottom: 20px;
}

/* Block Elements */

header, nav, article, section, aside, footer, img {
	display: block;
}

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: black;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}



/* @end */

/* @group Links */

a:link, a:active {
	color: #008abe;
}

a:hover {
	text-decoration: none;
	color: black;
}

a:visited {
	color: #5a543a;
}



/* @end */

/* @group Masthead */

#masthead a {
	width: 300px;
	height: 60px;
	background-image: url(../../images/masthead.png);
	text-indent: -1000%;
	overflow: hidden;
	display: block;
}

#masthead
 {
	height: 60px;
	margin-bottom: 40px;
}

/* @end */

/* @group Top Navigation */

#top-navigation {
	font-size: 20px;
	line-height: 40px;
	position: absolute;
	text-transform: uppercase;
	right: 10px;
	top: 10px;
}

#top-navigation ul {
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 0;
}

#top-navigation li {
	float: left;
	border-right: 2px solid black;
	border-left: 2px solid black;
	margin-left: 20px;
	width: 136px;
}

#top-navigation a, #top-navigation h2 {
	display: block;
	text-align: center;
	font-weight: bold;
}

#top-navigation a:link, #top-navigation a:visited, #top-navigation a:active {
	text-decoration: none;
	color: #787878;
}

#top-navigation a:hover {
	color: black;
	background-color: #f2eeda;
}

#top-navigation li.here a, #top-navigation li.here a:link, #top-navigation li.here h2 {
	background-color: #00aeef;
	color: white;
}

#top-navigation li.here a:hover, #top-navigation li.here a:hover h2 {
	color: black;
	background-color: #00aeef;
}

/* @end */

/* @group Article */

article section {
	height: 440px;
	padding: 10px;
	background-color: #f2eeda;
	float: left;
}

article aside {
	float: left;
	margin-left: 20px;
	height: 460px;
	margin-right: -20px;
}

article .gallery img {
	float: left;
	margin-right: 20px;
}

article ol {
	padding-left: 20px;
}

/* @end */

/* @group Home Page */

body.home article section {
	width: 280px;
}

body.home article aside {
	width: 640px;
}



/* @end */

/* @group Project Page */

p.brief {
	font-weight: bold;
}

body.project article section {
	width: 200px;
}

body.project article aside {
	width: 480px;
}

/* @group Projects List */

body.project nav#projects {
	width: 240px;
	float: left;
	font-size: 18px;
	margin-top: 10px;
}

body.project nav#projects ul {
	list-style-type: none;
}

body.project nav#projects li h3 {
	color: black;
	border-left: 2px solid black;
	background-color: #f2eeda;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
}

body.project nav#projects a {
	text-decoration: none;
	padding-left: 20px;
	padding-top: 10px;
	display: block;
	padding-bottom: 10px;
}

body.project nav#projects a:hover {
	text-decoration: underline;
}



/* @end */



/* @end */

/* @group Folio Page */

nav.portfolio {
	font-size: 18px;
}

nav.portfolio ul {
	list-style-type: none;
	width: 1040px;
}

nav.portfolio li {
	float: left;
	margin-right: 20px;
}

nav.portfolio a {
	text-decoration: none;
}

nav.portfolio img {
	border-top: 2px solid #00a5de;
}

nav.portfolio a:hover img {
	border-top-color: black;
}

/* @end */
