/*
Theme Name: Matthew Paul Studios
Theme URI: http://matthewpaul.com
Description: Portfolio of Matthew Paul Studios.
Version: 1.0
Author: Matthew Ferreira
Author URI: http://matthewpaul.com
*/

/****************************************

resets, wrapper

****************************************/

* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.1px;
	line-height: 15px;
}
html, body {
	background: #171717;
	color: #c0c2c2;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
}
h1, h3, h4, h4 em, h5 {
	letter-spacing: -.8px;
	font-size: 14px;
}
h1, h3, h4, h6, strong {
	color: #7abad2;
}
h2, h2 a {
	color: #d3e9f1;
	letter-spacing: -.8px;
	font-size: 15px;
}
h5, em {
	color: #5d5d5d;
}
h6 {
	margin: 15px 0 3px 0;
	font-size: 11px;
}
p {
	line-height: 20px;
}
a {
	text-decoration: none;
	color: #d3e9f1;
}
a:hover, #content .date a, .pagenav a, .more-link, .launch, #comments a {
	color: #1a9aca;
}
:focus {
	outline: 0;
}
#wrapper {
	width: 994px;
	margin: 0 auto;
}
hr {
	color: #232323;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #232323;
}
.hidden {
	display: none;
}

/****************************************

nav, header

****************************************/

#nav {
	height: 14px;
	margin: 25px 20px 20px 30px;
	padding: 0px 20px;
}
#nav ul li {
	float: left;
}
#nav li a {
	height: 14px;
	display: block; /* makes width same as image */
	text-decoration: none;
	margin-right: 50px;
}
#nav li.home a {
	width: 38px;
	background: url(images/nav.png) no-repeat 0 0;
}
#nav li.home a:hover, #nav li#current.home a {
	background: url(images/nav.png) no-repeat 0 -14px;
}
#nav li.portfolio a {
	width: 50px;
	background: url(images/nav.png) no-repeat -73px 0;
}
#nav li.portfolio a:hover, #nav li#current.portfolio a {
	background: url(images/nav.png) no-repeat -73px -14px;
}
#nav li.hire a {
	width: 49px;
	background: url(images/nav.png) no-repeat -158px 0;
}
#nav li.hire a:hover, #nav li#current.hire a  {
	background: url(images/nav.png) no-repeat -158px -14px;
}
#nav li.profile a {
	width: 37px;
	background: url(images/nav.png) no-repeat -242px 0;
}
#nav li.profile a:hover, #nav li#current.profile a  {
	background: url(images/nav.png) no-repeat -242px -14px;
}
#nav li.contact a {
	width: 47px;
	background: url(images/nav.png) no-repeat -314px 0;
}
#nav li.contact a:hover, #nav li#current.contact a  {
	background: url(images/nav.png) no-repeat -314px -14px;
}
.feed a {
	float: right;
	width: 14px;
	height: 14px;
	background: url(images/feed.png) no-repeat 0 0;
}
.feed a:hover {
	background: url(images/feed.png) no-repeat 0 -14px;
}
#header {
	clear: both;
	height: 125px;
	margin-bottom: 27px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
#login a {
	width: 80px;
	height: 17px;
	position: absolute;
	top: 0;
	margin-left: 638px;
	background: url(images/login.png) no-repeat 0 0;
	color: #c0c2c2;
	text-align: center;
	font-size: 10px;
}
#login a:hover {
	background: url(images/login.png) no-repeat 0 -17px;
}

/****************************************

sidebar, archive, photo

****************************************/

#sidebar, #content, #portfolio, #archive, #photo {
	padding-top: 26px;
}

#sidebar, #archive, #photo {
	width: 221px;
	margin-bottom: 50px;
	border-top: 5px solid #232323;
}
#sidebar {
	float: left;
	margin-left: 10px;
}
#archive, #photo {
	float: right;
	margin-right: 10px;
}
#map {
	width: 221px;
	height: 121px;
	margin-bottom: 20px;
	background: url(images/map.png) no-repeat 0 0;
}
#map img {  /* current location */
	margin: 27px 0 0 50px;
}
#archive {
	color: #5d5d5d;
	text-align: right;
}
#sidebar ul li, #archive ul li {
	border-top: 1px solid #232323;
	margin-top: 10px;
	padding: 10px 10px 0 10px;
}
#archive ul li a {
	float: left;
}
#sidebar h1, #archive h1, #photo img, #photo p, #twitter_div {

	padding: 0 10px;
}
#archive h1 {
	text-align: left;
}
#latest {
	margin-bottom: 50px;
}
#photo img.photo, #twitter_div {
	margin-bottom: 30px;
}
#archive em {
	font-size: 10px;
}
#twitter_div {
	background: url(images/twitter.png) no-repeat 0 0;
	padding-top: 37px;
}
#twitter_div a {
	color: #1a9aca;
}
#twitter_div em a {
	display: block;
	color: #5d5d5d;
}
a#twitter-link {
	width: 125px;
	height: 22px;
	margin-top: 15px;
	display: block;
	background: url(images/twitter-follow.png) no-repeat 0 0;
}
a:hover#twitter-link {
	background: url(images/twitter-follow.png) no-repeat 0 -22px;
}

/****************************************

content

****************************************/

#content {
	float: left;
	width: 442px;
	margin: 0 0 50px 45px;
	border-top: 5px solid #232323;
}
.about {
	margin: 4px 0 30px 0;
}
.title {
	margin-bottom: 20px;
}
.post, #single, .pagenav {
	padding: 0 10px;
}
.post {
	margin-bottom: 40px;
}
.postmetadata {
	height: 19px;
	padding-left: 27px;
	background: url(images/bubble.png) no-repeat 0 2px;
}
#content h2, #content h3, #content h5, #content p {
	margin-bottom: 10px;
}
#content h3.last, #content h4, #content h5 {
	margin-top: 20px;
}
#content h4 {
	margin-bottom: 5px;
}
#content h5.last {
	margin-bottom: 15px;
}
#content p.last {
	margin-bottom: 0;
}
#content p#studio {
	margin-top: 30px;
}
.date, #subscribe {
	background: #232323;
}
.date {
	padding: 5px 10px;
	font-size: 10px;
}
#subscribe p {
	padding: 10px 10px 7px 10px;
}
#subscribe span {
	display: block;
	margin-bottom: 5px;
	color: #d3e9f1;
}
#subscribe a {
	color: #1a9aca;
	font-size: 10px;
}
#content .date {
	margin: 0 -10px 15px -10px;
	color: #7abad2;
}
#content .date a {
	text-transform: lowercase;
}
#content #subscribe {
	margin-top: 20px;
}

/****************************************

post elements

****************************************/

.postimg {
	margin-left: -10px;
}

h2.terms {
	margin-top: 20px;
}
.postlist {
	margin-left: 25px;
	list-style-image: url(images/bullet.png);
}
.postlist li {
	margin-bottom: 10px;
}
blockquote p {
	padding: 15px;
	background: #232323;
	font-style: italic;
}

/****************************************

portfolio

****************************************/

#portfolio {
	float: right;
	width: 708px;
	margin: 0 10px 50px 0;
	border-top: 5px solid #232323;
}
#portfolio p, #portfolio em, .launch {
	font-size: 10px;
	line-height: 15px;
}
#portfolio em {
	display: block;
}
.row p {
	margin-bottom: 30px;
}
.last-row p {
	margin-bottom: 40px;
}
li.thumb {
	float: left;
	margin-right: 12px;
}
li.last-thumb {
	float: right;
}
.thumb img, .last-thumb img {
	margin-bottom: 7px;
}
.title {
	clear: both;
}
#project {
	float: left;
	width: 472px;
}
.project-image {
	margin-bottom: 40px;
}
#description {
	float: right;
	width: 201px;
}
#description p {
	margin-bottom: 10px;
}
#description strong {
	font-size: 11px;
	color: #d3e9f1;
}
#anchors {
	padding-top: 10px;
}
.anchor {
	margin-right: 3px;
}

/****************************************

contact form, hire me form

****************************************/

form {
	text-align: right;
}
form#contact {
	margin-top: 20px;
}
form fieldset {
	border: 0;
	margin-top: 20px;
}
form legend {
	text-align: left;
	color: #7abad2;
	font-size: 14px;
}
form hr {
	margin: 10px 0;
}
form ul.contact {
	margin-top: 20px;
}
form ul li {
	margin-bottom: 10px;
}
form ul li.last {
	margin-bottom: 0;
}
form ul li label {
	float: left;
	text-align: left;
	width: 112px;
	padding-top: 4px;
}
form ul li.preferred {
	padding-left: 122px;
	text-align: left;
}
form ul li.preferred label {
	float: none;
	margin: 0 10px 0 5px;
}
form ul li.preferred p {
	padding-top: 5px;
	line-height: 10px;
}
form span.requirements {
	float: left;
}
form input, form textarea, form select {
	padding: 4px 4px 0 4px;
	background: #232323;
	border: 1px solid #2f2f2f;
	color: #c0c2c2;
}
form input, form textarea {
	width: 290px;
}
form select {
	width: 300px;
	padding: 4px;
}
form select option {
	padding-left: 7px; /* aligns options with selected option */
}
form input:hover, form textarea:hover, form select:hover, form input:focus, form textarea:focus, form select:focus {
	background: #292929;
}
form input {
	height: 18px;
}
form textarea {
	height: 150px;
}
form input.checkbox {
	width: 13px;
	height: 13px;
}
form input#send {
	clear: left;
	width: 125px;
	height: 22px;
	margin-top: 5px;
	padding: 0;
	background: url(images/submit.png) no-repeat 0 0;
	color: #d3e9f1;
	border: 0;
}
form input#send:hover {
	background: url(images/submit.png) no-repeat 0 -22px;
}
.warning {
	color: #c3334e;
}
#success {
	padding-top: 10px;
}

/****************************************

comments

****************************************/

#comments h2 {
	margin-top: 40px;
}
#comments p {
	margin-bottom: 0;
}
#commentform {
	margin-top: 10px;
	text-align: left;
}
#commentform ul li label {
	float: none;
	margin-left: 10px;
}
#commentform input {
	width: 225px;
}
#commentform textarea {
	width: 412px;
}
#commentform input#send {
	float: right;
}
.commentlist li {
	border-bottom: 1px solid #232323;
	padding: 15px 0;
}
.commentlist p em {
	color: #c0c2c2;
	font-style: italic;
}
.commentlist p strong, .comment-author {
	color: #d3e9f1;
}
.comment-author, .comment-meta {
	display: inline;
}
li.bypostauthor {
	background: url(images/logo.png) no-repeat 0 35px;
	min-height: 47px;
}
li.bypostauthor p {
	padding-left: 111px;
}

/****************************************

footer

****************************************/

#footer {
	clear: both;
	margin: 0 10px;
	padding: 0 10px;
	border-top: 5px solid #232323;
}
#footernav {
	padding-top: 20px;
}
#footernav ul {
	float: left;
	color: #5d5d5d;
}
#footernav ul li {
	display: inline;
}
#footerbase {
	clear: both;
	margin-top: 30px;
	padding-bottom: 40px;
}
#footerbase .copyright {
	float: left;
}
#footerbase .validation {
	float: right;
}
