h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.4em;
}

#logo {
	font-size: 1.8em;
	margin-top: 0;
	padding: 15px 0 0 0;
	z-index: 1;
}

#headerContainer {
	-webkit-box-shadow: 0 0.2em 2em #999;
	-moz-box-shadow: #ccc 0 0.2em 2em;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 2;
}

#header {
	height: 55px;
}

#headerBottom {
	background-color: #DDC2A8;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDC2A8), color-stop(0.5, #F0E6D8), to(#DDC2A8));
	background-image: -moz-linear-gradient(top, #DDC2A8, #F0E6D8, #DDC2A8);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-top: 1px solid #6D6349;
	border-bottom: 1px solid #A4956D;
	height: 4px;
	padding-top: 4px;
}

#nav {
	margin-top: 20px;
	padding-left: 220px;
}

#nav ul {
	float: right;
}

#nav li {
	margin-left: 0;
}

#nav a {
	font-size: 1em;
}

div.content {
	margin-top: 90px;
}

/* blog */

#blogHeaderContainer {
	background-color: #f6f6f6;
}

#blogHeader {
	margin-top: 60px;
}

#blogHeader h1 {
	background: transparent url('../img/blog-header.jpg') no-repeat center center;
	color: #664438;
	font-family: 'ProcionoRegular', sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	text-shadow: 0 0 0.2em #fff;
	height: 100px;
	margin: 0;
	padding: 30px 10px 0 10px;
}

#blogHeader h1 a {
	color: #442222;
	text-decoration: none;
}

#blogHeader h1 small {
	font-size: 0.4em;
	font-weight: normal;
	margin-left: 5px;
	display: block;
}

#blog {
	padding-top: 0;
	margin-top: 0;
}

#blogHeader h1 small.category {
	font-size: 0.5em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

#blogContentContainer {
	background-color: #f6f6f6;
	padding-top: 20px;
}

#blogFooterContainer {
	background-color: #f6f6f6;
}

#blog p, #blog dl, #blog ol, #blog ul {
	font-size: 1.1em;
}

#posts p, #posts dl, #posts ol, #posts ul {
	font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	letter-spacing: -0.5px;
	line-height: 1.6em;
	text-rendering: optimizeLegibility;
}

#blog #sidebar ul {
	font-size: 1.0em;
}

#blog div.post {
	background-color: #fff;
	border: 1px solid #DDD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 0.5em #DDD;
	-moz-box-shadow: 0 0 0.5em #DDD;
	-webkit-box-shadow: 0 0 0.5em #DDD;
	padding: 20px;
	margin-bottom: 30px;
}

#blog div.post h2 {
	line-height: 1em;
	margin: 5px 0 0 0;
}

#blog div.post div.meta {
	color: #666666;
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 0 0 20px 2px;
}

#blog div.post blockquote {
	color: #999;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

#blog div.post blockquote * {
	color: #999;
}

#blog div.post img.photo {
	border: 1px solid #666;
}

#blog div.post div.meta a {
	color: #666666;
}

#blog div.prev {
	width: 50%;
	float: left;
	text-align: left;
	padding: 10px 0;
}

#blog div.next {
	width: 50%;
	float: left;
	text-align: right;
	padding: 10px 0;
}

#blog div.about-container {
	background-color: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background-image: -moz-linear-gradient(top, #eee, #fff);
}

#blog div.about {
	background: transparent url('../img/justin-about.png') no-repeat bottom right;
	border: 1px solid #CCC;
	min-height: 134px;
	padding: 20px 120px 0 20px;
}

#blog div.comments {
	padding: 20px 0 0 0;
}

#blog div.comments div.comment {
	margin-bottom: 15px;
}

#blog div.comments div.meta {
	font-weight: bold;
	text-align: right;
}

#blog div.comments div.meta img {
	border: 1px solid #ccc;
	margin-left: 20px;
	float: right;
}

#blog div.comments div.meta small {
	font-size: 0.8em;
	font-weight: normal;
	display: block;
}

#blog div.comments div.comment div.text {
	min-height: 40px;
	border-bottom: 1px dotted #999;
	padding-bottom: 15px;
}

#blog #addComment {
	font-size: 0.9em;
}

#blog #addComment input {
	font-size: 1.1em;
	padding: 3px;
}

#blog #addComment textarea {
	font-size: 1em;
	width: 100%;
	height: 100px;
	padding: 4px;
}

#blog #sidebar {
	margin-top: 20px;
}

#blog #sidebar h2 {
	color: #505054;
	font-size: 1.4em;
	font-weight: normal;
	text-shadow: none;
	margin: 0;
}

#blog #sidebar ul {
	margin-bottom: 0px;
	list-style-type: none;
}

#blog #sidebar li {
	font-size: 0.8em;
	margin: 0 0 20px 0;
}

#blog #sidebar li a {
	color: #5B697F;
	text-decoration: none;
}

#blog #sidebar li a:hover {
	color: #1A2D4C;
}

#blog #sidebar ul ul {
	border-top: 1px dotted #999;
	margin-top: 5px;
}

#blog #sidebar li li {
	border-bottom: 1px dotted #999;
	font-size: 1em;
	margin: 0;
	padding: 2px 5px;
}

#blog #sidebar li li li {
	border: 0;
}

#blog #sidebar ul.archives ul {
	border-top: 0;
}

#blog #sidebar ul.archives ul li {
	padding: 2px 15px;
}

#blog #sidebar span.sym {
	font-size: 0.6em;
	margin-right: 5px;
	cursor: pointer;
}

#projects div.logo {
	text-align: right;
}

#projects strong {
	color: #333;
	font-family: 'Lucida Grande', 'Helvetica', sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-left: 2px;	
}

#projects div.project img {
	margin-bottom: 5px;
}

#projects div.project {
	margin-bottom: 15px;
}

#photography {
	color: #C7C7C7;
	text-align: center;
}

#photography a {
	color: #C8AB6E;
}

#photography img {
	border-width: 0;
}

#photography .clearFloat {
	clear: both;
}

#photography #photoContent {
	margin-bottom: 10px;
}

#photography #photoContent h2 {
	color: #C7C7C7;
	font-weight: normal;
	text-align: right;
	margin-bottom: 8px;
}

#photography #photoContent #photo {
	text-align: right;
	width: 700px;
	float: left;
}
	
#photography #photoContent #photo img {
	border: 1px solid #C7C7C7;
}

#photography #photoContent #photo #caption {
	margin-top: 10px;
}

#photography #photoContent #photo #caption #captionText {
	text-align: right;
}

#photography #photoContent #photo #caption #captionYear {
	text-align: right;
}

#photography #photoContent #thumbnails {
	width: 205px;
	margin-right: 53px;
	float: left;
}

#photography #photoContent #thumbnails .thumbnail {
	border: 1px solid #C8AB6E;
}

#photography #photoContent #thumbnails .selected {
	border: 1px solid #C7C7C7;
}

#photography #photoFooter {
	color: #C8AB6E;
	text-align: right;
	padding-top: 10px;
	border-top: 1px solid #C8AB6E;
}

#photography #photoHeader {
	height: 85px;
	border-bottom: 1px solid #C8AB6E;
	position: relative;
}

#photography #photoHeader h1 {
	padding: 42px 0 0 60px;
}
	
#photography #photoHeader #photoLogo {
	background-image: url('http://www.justinrussell.com/photography/img/jr.png');
	background-position: top left;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 63px;
	height: 88px;
	position: absolute;	
}

#photography #photoHeader #photoNav {
	color: #8F7A4F;
	line-height: 150%;
	text-align: right;
	margin: 50px 0 0 10px;
	width: 710px;
}

#photography #photoHeader #photoNav a, #photography #photoHeader #photoNav .selected {
	margin-left: 5px;
}

#photography #photoHeader #photoNav .selected {
	color: #C7C7C7;
}

#photography #photoHome {
	background-image: url('http://www.justinrussell.com/photography/img/cadillac.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 1.2em;
	text-align: left;
	margin: 30px;
	padding-right: 360px;
	height: 480px;
}

#photography #photoHome a {
	background-image: url('http://www.justinrussell.com/photography/img/arrow.png');
	background-position: 0 5px;
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 18px;
	display: inline-block;
}

#photography #photoHome big {
	color: #C8AB6E;
	font-size: 110%;
	font-weight: bold;
}

#photography #photoHome p {
	color: #8F7A4F;
	line-height: 1.75em;
	margin: 15px 20px;
}

#collage #searchContainer {
	text-align: center;
	margin-bottom: 20px;
}

#collage form {
	background-color: #F0E6D8;
	border: 1px solid #A4956D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	padding: 5px 10px;
}

#collage form label {
	margin-right: 10px;
}

#collage form input {
	font-size: 1.2em;
	padding: 3px;
	margin-right: 5px;
}

#collage form div.input, #collage form div.submit {
	display: inline-block;
}

#collage form div.submit input {
	margin-top: 3px;
}

#collage h3 {
	margin-bottom: 0;
}

#collage div.item {
	background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#FFF));
	background-image: -moz-linear-gradient(top, #F6F6F6, #FFF);
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 10px 0;
	padding: 10px;
}

#collage div.description {
	margin-bottom: 10px;
}

#collage div.meta {
	color: #999;
	font-size: 0.9em;
	text-align: right;
}

#collage div.media {
	text-align: center;
	margin-top: 20px;
}

#collage div.source_13 div.description {
	font-size: 1.2em;
}
