/* Universal Elements */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.8125em/1 "Lucida Grande", Helvetica, Arial, Sans-Serif;
	background: transparent url('../img/bg.jpg') top left repeat;
}

img {
	border: none;
}

.clear {
	clear: both;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 900px;
}

#header {
	height: 140px;
	padding-top: 25px;
}

#header a {
	text-decoration: none;
}

#header #logo {
	float: left;
}

#header #logo h1 a {
	text-transform: uppercase;
	color: #527c9f;
}

#header #logo h5 a {
	color: #64615f;
	font: 16px Georgia, Serif;
}

#header #logo h5 span {
	font-style: italic;
}

#header #navigation {
	float: right;
	font-size: 1em;
	margin-top: 20px;
}

#header #navigation a {
	color: #73716d;
	margin-right: 15px;
	padding: 5px;
}

#header #navigation a:last-child {
	margin-right: 0;
}

#header #navigation a:hover, #header #navigation a.active {
	background-color: #e8e5df;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Home Page Elements */

#featured-content {
	background: transparent url('../img/featured-bg.png') top left no-repeat;
	height: 452px;
	position: relative;
}

#featured-inner {
	width: 395px;
	padding: 25px;
}

#featured-inner h1 {
	color: #433e3b;
	font: 24px Georgia, Serif;
}

#featured-inner h1 span {
	text-decoration: underline;
}

#featured-inner p {
	margin-top: 25px;
	font: 12px/2.1 "Lucida Grande", Sans-serif;
	color: #64615f;
}

#featured-inner p.button {
	text-indent: -9999px;
}

#featured-inner p.button a {
	background: transparent url('../img/view_portfolio.png') top left no-repeat;
	width: 162px;
	height: 41px;
	display: block;
	outline: none;
}

#featured-inner p.button a:hover {
	background: transparent url('../img/view_portfolio_hover.png') top left no-repeat;
}

#featured-slider {
	background: transparent url('../img/featured_slider-bg.png') top left no-repeat;
	width: 577px;
	height: 340px;
	position: absolute;
	top: 25px;
	left: 380px;
}

#featured-slider #slider-images {
	margin: 18px 0 0 90px;
	width: 396px;
	height: 300px;
}

#skills {
	width: 680px;
	float: left;
	margin-bottom: 50px;
}

#skills h2, #process h2 {
	color: #433e3b;
	font: 24px Georgia, Serif;
}

#skills h2 span {
	font-style: italic;
}

#skills ul {
	list-style-type: none;
	margin: 10px 50px 0 0;
	width: 275px;
	float: left;
}

#skills ul.right {
	margin-right: 0;
}

#skills ul li {
	background: #e9e7e2 url('../img/icons/check.png') 250px center no-repeat;
	padding: 5px;
	margin-bottom: 5px;
}

#skills ul li.odd {
	background-color: #e1ded7;
}

#skills ul li h6 {
	font: 12px "Lucida Grande", Sans-Serif;
	color: #7e7975;
}

#process {
	float: left;
	width: 265px;
}

#process h2 span {
	text-decoration: underline;
}

#process p {
	text-indent: -9999px;
}

#process p a {
	width: 265px;
	height: 146px;
	display: block;
	background: transparent url('../img/process.png') top left no-repeat;
	outline: none;
}

#process p a:hover {
	background: transparent url('../img/process_hover.png') top left no-repeat;
}

/* Porfolio Elements */

.p-entry {
	background: transparent url('../img/portfolio_piece-top.png') left top no-repeat;
	margin-bottom: 50px;
}

.p-entry .entry-content {
	background: transparent url('../img/portfolio_piece-mid.png') left top repeat-y;
	padding: 40px 40px 0 40px;
}

.p-entry .entry-bottom {
	background: transparent url('../img/portfolio_piece-bottom.png') left top no-repeat;
	height: 21px;
}

.p-entry .entry-content .entry-info {
	width: 400px;
	float: left;
}

.p-entry .entry-content .entry-info h1 {
	font: 24px Georgia, Serif;
	color: #433e3b;
}

.p-entry .entry-content .entry-info p {
	font: 12px "Lucida Grande", Sans-Serif;
	color: #64615f;
	line-height: 2;
	width: 350px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.p-entry .entry-content .entry-info h4 {
	font: 12px Georgia, Serif;
	color: #64615f;
	font-weight: bold;
}

.p-entry .entry-content .entry-info ul {
	list-style-position: inside;
	margin-top: 10px;
	color: #64615f;
	list-style-type: square;
	margin-bottom: 25px;
}

.p-entry .entry-content .entry-info ul li {
	margin-bottom: 5px;
}

.p-entry .entry-content .entry-pics {
	width: 450px;
	float: right;
}

.p-entry .entry-content .entry-pics img {
	border: 15px solid #c8c4bc;
}

.p-entry .entry-content .entry-pics .thumbnails {
	margin-top: 10px;
}

.p-entry .entry-content .entry-pics .thumbnails a {
	outline: none;
}

.p-entry .entry-content .entry-pics .thumbnails img {
	border: 5px solid #c8c4bc;
	margin-right: 65px;
}

.p-entry .entry-content .entry-pics .thumbnails img.last {
	margin-right: 0;
}

.p-entry .entry-content p.view-button {
	text-indent: -9999px;
	clear: both;
}

.p-entry .entry-content p.view-button a {
	background: transparent url('../img/view_site-button.png') left top no-repeat;
	height: 41px;
	width: 162px;
	display: block;
}

.p-entry .entry-content p.view-button a:hover {
	background: transparent url('../img/view_site-hover.png') left top no-repeat;
}

/* Blog Elements */

#posts {
	width: 75%;
	float: left;
}

.post {
	background: transparent url('../img/post_top.png') top left no-repeat;
	margin-bottom: 25px;
	position: relative;
	z-index: 10;
}

.post-type {
	height: 50px;
	width: 51px;
	position: absolute;
	top: 15px;
	left: 624px;
	background: transparent url('../img/post-type.png') top left no-repeat;
}

.link-post {
	background: transparent url('../img/icons/link-post.png') top left no-repeat;
	height: 24px;
	width: 24px;
	margin: 12px 0 0 12px;
}

.quote-post {
	background: transparent url('../img/icons/quote-post.png') top left no-repeat;
	height: 20px;
	width: 23px;
	margin: 15px 0 0 12px;
}

.photo-post {
	background: transparent url('../img/icons/photo-post.png') top left no-repeat;
	height: 26px;
	width: 27px;
	margin: 15px 0 0 12px;
}

.regular-post {
	background: transparent url('../img/icons/text-post.png') top left no-repeat;
	height: 24px;
	width: 24px;
	margin: 15px 0 0 12px;
}

.video-post {
	background: transparent url('../img/icons/video-post.png') top left no-repeat;
	height: 20px;
	width: 23px;
	margin: 15px 0 0 12px;
}

.post-contents {
	background: transparent url('../img/post_mid.png') top left repeat-y;
	padding: 30px 0 20px 40px;
	width: 630px;
}

.post-contents img {
	border: 15px solid #c8c4bc;
}

.post-contents .image {
	margin-bottom: 25px;
}

.post-contents .video object {
	border: 15px solid #c8c4bc;
}

.post-contents p {
	font: 12px "Lucida Grande", Sans-Serif;
	color: #64615f;
	line-height: 1.8;
	width: 550px;
}

.post-contents h1 {
	width: 600px;
	line-height: 1.5;
	color: #514d48;
	margin-bottom: 20px;
}

.post-contents h2 {
	color: #514d48;
	margin-bottom: 25px;
	font-size: 20px;
}

.post-contents a {
	color: #527c9f;
	text-decoration: none;
}

.post-contents a:hover {
	color: #6fa0c8;
	text-decoration: underline;
}

.post-contents blockquote {
	border-left: 3px solid #c8c4bc;
	padding-left: 10px;
	margin-bottom: 15px;
}

.post-contents blockquote p {
	color: #7c7876;
	font-style: italic;
}

.date_posted {
	background: transparent url('../img/post_bottom.png') top left no-repeat;
	height: 75px;
}

.date_posted p {
	background: transparent url('../img/icons/posted.png') 50px 25px no-repeat;
	height: 25px;
	padding: 30px 0 0 90px;
	color: #a29f9b;
	font: 12px Georgia, Serif;
	font-style: italic;
}

#blog-info {
	width: 194px;
	height: 125px;
	background: transparent url('../img/blog_info-bg.png') top left no-repeat;
	float: right;
	font: 12px "Lucida Grande", Sans-Serif;
	padding: 15px;
	color: #605c57;
	line-height: 1.8;
}

#follow {
	float: right;
	margin-top: 25px;
	text-indent: -9999px;
}

#follow a {
	background: transparent url('../img/follow_tumblr.png') top left no-repeat;
	width: 224px;
	height: 52px;
	display: block;
	outline: none;
}

/* About Page Elements */

#portrait {
	width: 285px;
	float: left;
}

#portrait img {
	border: 8px solid #ffffff;
	margin-bottom: 25px;
}

#portrait h5 {
	color: #605c57;
	font: 16px "Lucida Grande", Sans-Serif;
	text-align: right;
	line-height: 1.5;
}

#portrait ul#social-icons img {
	border: none;
}

#portrait ul#social-icons {
	list-style-type: none;
	margin-top: 25px;
	float: right;
}

#portrait ul#social-icons li {
	float: left;
	margin-left: 10px;
}

#about-text {
	float: right;
	width: 620px;
	padding: 0 15px 0 25px;
}

#about-text h1 {
	font: 30px Georgia, Serif;
	color: #605c57;
}

#about-text h1 span {
	font-style: italic;
}

#about-text p {
	font: 14px "Lucida Grande", Sans-Serif;
	line-height: 2;
	color: #605c57;
	margin-top: 25px;
}

#about-text p a {
	color: #527c9f;
	text-decoration: none;
}

#about-text p a:hover {
	color: #6fa0c8;
	text-decoration: underline;
}

#about-text #skills {
	margin-top: 50px;
}

/* Contact Elements */

#contact-form {
	width: 440px;
	float: left;
}

#contact-form h4 {
	color: #64615f;
	font: 16px "Lucida Grande", Sans-Serif;
	font-weight: bold;
}

#contact-form form {
	margin-top: 25px;
}

#contact-form form label {
	color: #64615f;
	font: 12px "Lucida Grande", Sans-Serif;
	display: block;
	margin-bottom: 5px;
}

#contact-form form input[type=text], select {
	width: 250px;
	height: 25px;
	background-color: #d8d6d1;
	border: 2px solid #bdbab4;
	color: #ffffff;
	font: 14px "Lucida Grande", Sans-Serif;
	margin-bottom: 15px;
}

#contact-form form input[type=text] {padding-left: 3px;}

#contact-form form textarea {
	background-color: #d8d6d1;
	border: 2px solid #bdbab4;
	color: #ffffff;
	font: 14px "Lucida Grande", Sans-Serif;
	padding: 5px;
}

#extra-fields {
	display: block;
}

#contact-form form input[type=submit] {
	text-indent: -9999px;
	background: transparent url('../img/send_button.png') top left no-repeat;
	height: 40px;
	width: 162px;
	border: none;
	margin-top: 25px;
	float: right;
}

#contact-form form input[type=submit]:hover {
	background: transparent url('../img/send_button-hover.png') top left no-repeat;
	cursor: pointer;
}

#contact-form p.success {
	border: 1px solid #c4ffb0;
	background-color: #e6ffe8;
	padding: 10px 10px 10px 35px;
	margin-top: 15px;
	background: #e6ffe8 url('../img/icons/check.png') 5px center no-repeat;
	color: #64615f;
}

#contact-form ul.error {
	border: 1px solid #ff8c81;
	background-color: #ffdcdc;
	margin-top: 15px;
	color: #64615f;
	padding: 10px;
	list-style-type: none;
}

#contact-form ul.error li {
	background: transparent url('../img/icons/check_red.png') left center no-repeat;
	height: 16px;
	padding-left: 25px;
	margin-bottom: 5px;
}

#contact-text {
	width: 350px;
	float: right;
	color: #64615f;
}

#contact-text p {
	font: 16px "Lucida Grade", Sans-Serif;
	line-height: 1.5;
	margin-bottom: 25px;
}

/* Footer Elements */

#footer {
	border-top: 5px solid #eeece9;
	background: transparent url('../img/footer-bg.png') top left repeat;
	min-height: 350px; /* REMOVE BEFORE LAUNCH */
	width: 100%;
	clear: both;
}

#footer #footer-wrapper {
	width: 960px;
	margin: 0 auto;
	background: transparent url('../img/footer-shine.png') top center no-repeat;
}

#footer #footer-wrapper #links-column {
	float: left;
	width: 150px;
}

#footer #footer-wrapper #links-column h5, #social-column h5, #resume-column h5 {
	font: 16px Georgia, Serif;
	color: #ffffff;
	margin: 35px 0 10px;
}

#footer #footer-wrapper #links-column ul, #social-column ul {
	list-style-type: none;
}

#footer #footer-wrapper #links-column ul li, #social-column ul li {
	margin-bottom: 10px;
}

#footer #footer-wrapper #links-column ul li a {
	color: #73716d;
	font: 12px "Lucida Grande", Sans-Serif;
	text-decoration: none;
}

#footer #footer-wrapper #links-column ul li a:hover {
	color: #ffffff;
} 

#footer #footer-wrapper #social-column {
	float: left;
	color: #73716d;
}

#footer #footer-wrapper #social-column h5 span {
	font-style: italic;
}

#footer #footer-wrapper #social-column a {
	color: #aaaaaa;
}

#footer #footer-wrapper #social-column ul#social-icons {
	margin-bottom: 50px;
	float: left;
}

#footer #footer-wrapper #social-column ul#social-icons li {
	margin: 15px 10px 0 0;
	float: left;
}

#footer #footer-wrapper #social-column h5 {
	clear: left;
}

#footer #footer-wrapper #social-column ul#colophon li {
	float: left;
	margin-right: 15px;
}

#footer #footer-wrapper #twitter-column {
	background: transparent url('../img/social/twitter-box_bg.png') top left no-repeat;
	float: left;
	width: 261px;
	margin: 35px 0 0 60px;
}

#footer #footer-wrapper #twitter-column #twitter-box {
	background-color: #373735;
	width: 231px;
	height: 200px;
	margin-top: 38px;
	padding: 15px;
}

#footer #footer-wrapper #twitter-column h6 {
	font: 16px Georgia, Serif;
	color: #565656;
	float: right;
}

#footer #footer-wrapper #twitter-column h6 span {
	font-style: italic;
}

#footer #footer-wrapper #twitter-column #twitter-box p.entry {
	color: #cacaca;
	font: 12px "Lucida Grande", Sans-Serif;
	margin: 20px 0 5px 0;
}

#footer #footer-wrapper #twitter-column #twitter-box p.entry a {
	color: #5AD1EA;
	text-decoration: none;
}

#footer #footer-wrapper #twitter-column #twitter-box p.entry a:hover {
	text-decoration: underline;
}

#footer #footer-wrapper #twitter-column #twitter-box p.posted {
	font: italic 10px Georgia, Serif;
	color: #7b7474;
}

#resume-column h5 {
	float: left;
	margin-left: 60px;
}

#resume-column p {
	float: left;
	width: 225px;
	margin-left: 60px;
	line-height: 1.5;
	color: #565656;
	margin-bottom: 25px;
}

#resume-column p a {
	color: #ffffff;
	text-decoration: none;
}

#resume-column p a:hover {
	text-decoration: underline;
}

#lower-footer {
	background-color: #1c1c1c;
	width: 100%;
	height: 50px;
	clear: both;
}

#lower-footer-inner {
	width: 960px;
	margin: 0 auto;
}

#copyright {
	float: left;
	margin-top: 20px;
	color: #454544;
}

#copyright a {
	color: #454544;
	text-decoration: none;
}

#copyright a:hover {
	color: #ffffff;
}

#footer-links {
	float: right;
	margin-top: 20px;
}

#footer-links a {
	color: #454544;
	text-decoration: none;
}

#footer-links a:hover {
	color: #ffffff;
}

#footer-links ul#valid {
	list-style-position: inside;
	float: left;
	margin-right: 15px;
	list-style-type: none;
}

#footer-links ul#valid li {
	float: left;
	color: #aaaaaa;
	margin-right: 15px;
	font-size: 13px;
	padding-left: 25px;
	height: 16px;
	background: transparent url('../img/icons/small_check.png') center left no-repeat;
}

/* Admin Area Elements */

#admin-form select[multiple=multiple]{
	height: auto;
}
