/* @override http://www.philipmorton.com/wp-content/themes/philipmorton-v4/style.css */

/*   
Theme Name: Philip Morton
Theme URI: http://www.philipmorton.com
Description: A custom theme for Philip Morton
Author: Philip Morton
Author URI: http://www.philipmorton.com
Version: 4.0
*/

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
 v1.0 | 20080212 */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Grid */

#grid{
    /* Vertical grid lines */
    background: url(images/bg-grid-980.gif) repeat-y 0 0;

    /* Dimensions - same width as your grid with gutters */
    width: 980px;

    /* Grid (left-aligned)
    position: absolute;
    top: 0;
    left: 0;
    */

    /* Grid (centered) */
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -490px;
}

/**
 * Horizontal grid lines, defined by your base line height
 *
 * Remember, the CSS properties that define the box model:
 * visible height = height + borders + margins + padding
 */
#grid .horiz{
    /* 24px line height */
    height: 23px;
    border-bottom: 1px dotted #aaa;
    margin: 0;
    padding: 0;
}

/* @end */

.clearfix:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

body {
	color: #333;
	background-color: #fff;
	font: 100% "Palatino Linotype", Palatino, Georgia, serif;
}

acronym {
	border-bottom: 1px dotted #919191;
}

/* @group Links */

a {
	text-decoration: none;
}

a:link {
	color: #930505;
}

a:visited {
	color: #7e0303;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/* @end */

/* @group Header */

#header_wrapper {
	background-color: #C2D7DF;
	border-bottom: 1px solid #edf9fe;
	height: 71px;
}

#header {
	width: 940px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	font-size: 24px;
	font-weight: bold;
	margin-top: 24px;
}

#header ul {
	float: right;
	margin-top: 24px;
	margin-bottom: 0;
}

#header ul li {
	display: inline;
	font-size: 18px;
}

#header ul li a {
	margin-left: 24px;
}

#header ul li .amp {
	font-family: Baskerville, "Palatino Linotype", Palatino, Georgia, serif;
	font-style: italic;
	font-weight: normal;
}

#header a:link,
#header a:visited {
	color: #4c5b6a;
}

/* @end */

/* @group Content */

#content_wrapper {
	
}

#content {
	width: 940px;
	margin: 0 auto;
}

/* @group Home page */

p.intro {
	font-size: 38px;
	line-height: 48px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	margin-top: 60px;
	margin-bottom: 55px;
}

p.sub_intro {
	
	margin-bottom: 24px;
	font-size: 26px;
	line-height: 150%;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	margin-top: 24px;
}

p.sub_intro.first {
	margin-top: 36px;
}

/* @end */

/* @group Articles */

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.article p,
.article ul,
.article blockquote,
.article pre {
	width: 620px;
}

.article h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	margin-top: 37px;
	margin-bottom: 24px;
}

.article h1 span.amp {
	font-family: Baskerville, "Palatino Linotype", Palatino, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #000;
}

.article h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.article h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.article p {
	font-size: 16px;
	margin-top: 24px;
	margin-bottom: 24px;
	line-height: 24px;
}

.article p.article_meta {
	font-size: 14px;
	margin-top: 24px;
	color: #848484;
	font-style: italic;
	margin-bottom: -6px;
	line-height: 24px;
}

.article p.article_meta a:link,
.article p.article_meta a:visited {
	color: #000;
}

.article ul, ol {
	margin-bottom: 24px;
}

.article ul li {
	margin-bottom: 12px;
	list-style-type: disc;
}

.article ol li {
	margin-bottom: 12px;
	list-style-type: decimal;
}

.article img {
	display: block;
}

blockquote {
	color: #707070;
	font-style: italic;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: Helvetica, Arial, Verdana, san-serif;
	margin: 15px 270px 15px 135px;
	font-size: 0.9em;
	border-top: 1px solid #DADBDB;
	border-left: 1px solid #DADBDB;
}

table tr {
	background-color: #EFEFEF;
}

table tr.odd {
	background-color: #F5F5F5;
}

table th {
	font-weight: bold;
	border-right: 1px solid #DADBDB;
	border-bottom: 1px solid #DADBDB;
	padding: 5px;
}

table td {
	padding: 5px 10px;
	border-right: 1px solid #DADBDB;
	border-bottom: 1px solid #DADBDB;
	text-align: right;
}

table td.subheader {
	text-align: left;
}

/* @group Column layout system */

/*	I M A G E S  and  C A P T I O N S */

.pic p, .article p.caption {
	color: #8f8f8f;
	margin: 5px 0 10px;
	line-height: 150%;
	font-size: 14px;
}

.article .pic p {
	width: inherit;
}

.article p.caption {
	width: 300px;
}

/* P L A C E M E N T */ 

.left {
	float: left;
	margin-right: 10px;
}

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

.right.inset {
	margin: 0 320px 0 10px;
}

/* img floated right within text */

.left.inset {
	margin-left: 0px;
}

/* img floated left within text */

/* S I Z E */

.one {
	width: 140px;
}

.two {
	width: 300px;
}

.three {
	width: 460px;
}

.four {
	width: 620px;
}

.five {
	width: 780px;
}

.six,
.seven {
	width: 940px;
}

/* A D D I T I O N S */

.frame {
	border: 1px solid #bfbfbf;
}

.solo {
	margin-bottom: 24px;
}

/* @end */

/* @group WordPress standard */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* @end */

/* @end */

/* @end */

/* @group Home lower portion */

div.grad_wrapper {
	background: url(images/grad.png) repeat-x;
}

#home_lower_wrapper {
	margin-top: 60px;
	background: rgba(194,215,223,0.2);
}

#home_lower {
	width: 940px;
	margin: 0 auto;
}

#home_lower h2 {
	font-size: 22px;
	margin-bottom: 24px;
	padding-top: 24px;
}

#home_lower h2 img {
	margin-left: 8px;
}

/* @group Recent articles */

#recent_articles {
	width: 300px;
	float: right;
}

#recent_articles ul li {
	margin-bottom: 24px;
}

#recent_articles ul li h3 {
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
}

#recent_articles ul li p.meta {
	font-size: 12px;
	line-height: 150%;
	color: #5e5e5e;
}

#recent_articles p.meta a:link,
#recent_articles p.meta a:visited {
	color: #000;
}

/* @end */

/* @group Recent work */

#recent_work {
	width: 620px;
	float: left;
	margin-bottom: 20px;
}

#recent_work img {
	border: 1px solid #fff;
	padding: 9px;
	background-color: rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	box-shadow: 0 1px 10px rgba(0,0,0,.2); 
}

#recent_work div.sub {
	margin-top: 20px;
	margin-bottom: 22px;
}

#recent_work div.left {
	float: left;
	margin: 0;
}

#recent_work div.right {
	float: right;
	margin: 0;
}

#recent_work p.meta {
	font-size: 15px;
	margin-top: 5px;
}

#recent_work p.more {
}

/* @end */

/* @end */

/* @group Comments */

#comments_wrapper {
	background: rgba(194,215,223,0.2);
}

#comments {
	width: 940px;
	margin: 48px auto 0;
}

#comments h2 {
	margin-bottom: 24px;
	padding-top: 24px;
	line-height: 150%;
	font-size: 24px;
}

#comments h3 {
	margin-bottom: 24px;
	margin-top: 24px;
	line-height: 150%;
	font-size: 18px;
}

#comments ol {
	margin-top: 24px;
	margin-bottom: 24px;
	width: 620px;
}

#comments ol li {
	margin-bottom: 24px;
	border-bottom: 1px solid #e3e7e9;
}

#comments ol li p {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 150%;
}

#comments img.avatar {
	float: right;
}

div.comment-meta {
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#commentform {
	width: 620px;
	padding-bottom: 24px;
}

#commentform li {
	margin-bottom: 24px;
	margin-top: 24px;
}

#commentform label {
	font-weight: bold;
}

#commentform label span {
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}

#commentform input,
#commentform textarea {
	padding: 5px;
	color: #565656;
	font: 16px "Palatino Linotype", Palatino, Georgia, serif;
}

#commentform input {
	width: 280px;
}

#commentform textarea {
	width: 450px;
	line-height: 150%;
	height: 200px;
}

input#submit {
	width: inherit;
	padding: 7px;
	background-color: #545d82;
	color: #fff;
	text-shadow: rgba(87,87,87,0.77) 1px 1px 0;
	border: 1px solid #6a7bd5;
	cursor: pointer;
	font-weight: bold;
}

/* @end */

/* @group Archives */

#archives {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

#archives h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	margin-top: 37px;
	margin-bottom: 24px;
	width: 620px;
	float: left;
}

ul.archives {
	width: 620px;
	float: left;
	margin-top: -8px;
}

ul.archives li {
	margin-top: 18px;
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 18px;
}

div.sidebar {
	width: 140px;
	float: right;
	margin-top: 10px;
}

div.sidebar h2 {
	font-size: 24px;
	margin-bottom: 24px;
}

div.sidebar ul {
	margin-bottom: 24px;
}

div.sidebar li {
	margin-bottom: 12px;
	color: #b7b7b7;
	line-height: 150%;
}

/* @end */

/* @group Listings (tag/category) */

#listings {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

#listings h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	margin-top: 37px;
	margin-bottom: 24px;
}

#listings ul {
	width: 620px;
}

#listings li {
	margin-bottom: 48px;
}

#listings h2 {
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 24px;
	margin-top: 24px;
}

#listings p {
	margin-bottom: 24px;
	margin-top: 24px;
	font-size: 16px;
	line-height: 150%;
}

#listings p.article_meta {
	font-size: 14px;
	margin-top: 12px;
	color: #848484;
	font-style: italic;
	line-height: 150%;
	margin-bottom: 12px;
}

#listings p.article_meta a:link,
#listings p.article_meta a:visited {
	color: #000;
}

div.archive_navigation {
	width: 620px;
	font-weight: bold;
	font-size: 18px;
	margin-top: 48px;
	margin-bottom: 48px;
}

div.archive_nav_left {
	float: left;
}

div.archive_nav_right {
	float: right;
}

/* @end */

/* @group Portfolio */

#portfolio {
	width: 940px;
	margin: 0 auto;
}

#portfolio  h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	margin-top: 37px;
	margin-bottom: 34px;
}

div.photo_row {
	margin-top: 24px;
	margin-bottom: 24px;
}

#portfolio img {
	border: 1px solid #fff;
	padding: 9px;
	background-color: rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	box-shadow: 0 1px 10px rgba(0,0,0,.2);
}

#portfolio .floatleft {
	float: left;
}

#portfolio .floatright {
	float: right;
}

#portfolio .twocolumn {
	width: 300px;
}

#portfolio .threecolumn {
	width: 460px;
}

#portfolio .fourcolumn {
	width: 620px;
}

#portfolio p {
	line-height: 150%;
}

#portfolio p.caption {
	color: #979797;
	font-size: 14px;
}

#portfolio .explanation_wrapper h2 {
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 24px;
}

#portfolio .explanation_wrapper p {
	margin-bottom: 24px;
	margin-top: 24px;
}

#portfolio .portfolio_index h2 {
	font-size: 24px;
	margin-bottom: 12px;
}

/* @group More on Flickr */

#more_on_flickr {
	position: relative;
	width: 100%;
	height: 600px;
}

#more_on_flickr p {
	font-weight: bold;
	font-size: 24px;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 300px;
	z-index: 5;
}

#more_on_flickr a img {
	display: block;
	position: absolute;
	z-index: 2;
}

#more_on_flickr .img1 img {
	top: 133px;
	left: 151px;
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

#more_on_flickr .img2 img {
	left: 350px;
	top: 84px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);
}

#more_on_flickr .img3 img {
	top: 279px;
	left: 121px;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	transform: rotate(3deg);
}

#more_on_flickr .img4 img {
	left: 333px;
	top: 347px;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	transform: rotate(1deg);
}

#more_on_flickr .img5 img {
	right: 191px;
	top: 66px;
	z-index: 0;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
}

#more_on_flickr .img6 img {
	bottom: 63px;
	z-index: 2;
	left: 168px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

#more_on_flickr .img7 img {
	right: 109px;
	top: 279px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

#more_on_flickr .img8 img {
	right: 205px;
	z-index: 0;
	bottom: 62px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);
}

/* @end */

/* @end */

/* @group Hire me */

#hireme {
	width: 940px;
	margin: 0 auto;
}

#hireme p {
	line-height: 150%;
	margin-bottom: 24px;
	margin-top: 24px;
	font-size: 18px;
}

#hireme p.lead {
	font-size: 38px;
	line-height: 48px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	margin-top: 60px;
	margin-bottom: 54px;
}

#hireme p.lead.second {
	margin-top: -6px;
}

#hireme h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	margin-top: 24px;
	margin-bottom: 24px;
}

#hireme img#spectrum {
	margin-left: 120px;
}

#hireme p.caption {
	color: #7e7e7e;
	font-size: 14px;
	text-align: center;
	margin-top: 0;
	font-style: italic;
}

ul#skills {
	margin-left: 24px;
}

ul#skills li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 5px;
	line-height: 225%;
	padding-top: 5px;
	clear: both;
}

ul#skills li.last {
	border-bottom: none;
}

ul#skills li .group_name {
	font-style: italic;
	font-size: 16px;
	display: inline-block;
	float: left;
}

ul#skills li .skill_group {
	float: right;
	width: 740px;
}

ul#skills li .skill {
	background-color: #c2d7df;
	padding: 5px 10px;
	margin-right: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #d2e8f1;
	font-size: 14px;
}

ul#skills li .skill.less {
	opacity: 0.5;
}

ul#skills li .skill.least {
	opacity: 0.25;
}

/* @end */

/* @group Footer */

#footer_wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer {
	width: 940px;
	margin: 0 auto;
}

#footer p {
	font-size: 13px;
	color: #a4a4a4;
}

/* @end */