/*
Theme Name: Matt Seymour: Design+Development 
Theme URI: http://www.mattseymour.com/
Description: Matt Seymour's online portfolio
Author: Matt Seymour
Author URI: http://www.mattseymour.com
version: 3.0
*/


/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */


/*----------------------------------------------
  BODY, CONTAINER & BROWSER RESET
  ==============================================*/
  
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
ol,ul { list-style:none; }
* {margin:0;padding:0;}

body {
	font: 87.5% Helvetica, Arial, sans-serif;
	text-align: center;
	background: #F9F9F9;
}
html>body {
	font-size: 14px;
}
#container {
	text-align: left;
	background: #FFFFFF;
}

/* GENERAL STYLES */
 
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #2B708F;
}
a:hover, a:active {
	color: #F25059;
	border-bottom: 1px #F25059 dotted;
}
a img, .info-pic {
	padding: 5px;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}
a:hover img {
	background: #D5D5D5;
}
h1 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: #373B3E;
	line-height: 1.5em;
	letter-spacing: .03em;
}
h2 {
	font-weight: bold;
	color: #66697C;
	line-height: 1.5em;
}
h3 {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #5B6063;
}	
p {
	font-size: 1em;
	line-height: 1.5em;
	color: #666666;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}	
blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
code {
	font-family:"Courier New", Courier, monospace;
}


/*----------------------------------------------
  HEADER
  ==============================================*/

#header {
	width: 100%;
	border-bottom: 1px solid #E8E8E8;
	background: #F9F9F9 url(images/header-graphic-bottom.png) no-repeat top center;
}
#header-interior {
	width: 924px;
	height: 168px;
	margin: 0 auto;
	background: url(images/bg-gradient-over.jpg) no-repeat bottom center;
}
#header-interior #logo {
	display: block;
	width: 294px;
	height: 0;
	padding-top: 168px;
	background: url(images/header-graphic-top.png) no-repeat 0px 0px;
	overflow: hidden;
	border: 0;
	float: left;
}
#header-interior #logo:hover {
	background: url(images/header-graphic-top.png) no-repeat 0px -168px;
}
#header #info-panel {
	float: right;
	width: 231px;
	margin-top: 65px;
	font-size: .857em;
	line-height: 1.75em;
	color: #666666;
}
#header #info-panel ul #searchform {
	padding-bottom: .76em;
}

/* CONTENT CONTAINER */

#content-container {
	width: 924px;
	margin: 0 auto;
}


/*----------------------------------------------
  SIDEBAR, MAIN NAV
  ==============================================*/
  
#main-nav {
	width: 210px;
	float: left;
	padding: 3em 0 0 21px;;
}
ul#main-nav li a {
	font-weight: bold;
	line-height: 1.65em;
	letter-spacing: .03em;
	padding: 4px 1px 3px 2px;
	color: #A8AEB1;
}
ul#main-nav li a:hover, ul#main-nav li a:active,ul #main-nav .current_page_item a {
	color: #66697C;
	border: none;
}
ul#main-nav .current_page_item a, ul#main-nav .current_page_parent a {
	background: #F25059 url(images/nav-active-bg.png) repeat;
	color: #FFFFFF;
}


/*----------------------------------------------
  MAIN CONTENT
  ==============================================*/

/* GENERAL */

#main-content {
	margin-left: 231px;
	padding-top: 3em;
	background: #FFFFFF;
}
#blog-link, .more-link, .top-link {
	font-size: .714em;
	text-transform: uppercase;
}
p.time-stamp {
	font-size: .714em;
	line-height: 2.1em;
	color: #B2B2B2;
}
ul.thumbnails a, #slideshow a {  /* JAVASCRIPT ANCHORS - SLIDESHOW & PORTFOLIO */
	border: none;
	outline: none;
}


/*--------------
  CENTER COLUMN
  ==============*/

/* HOME PAGE */

#slideshow-nav {
	margin-top: 1.5em;
	padding-bottom: 1.5em;
	height: 16px;
}
#slideshow-nav a {
	display: block;
	float: left;
	font-size: 0;
	width: 16px;
	height: 16px;
	background: #D5D5D5;
	color: #D5D5D5;
	margin-right: 6px;
}
#slideshow-nav a:hover {
	color: #F25059;
	background: #F25059;
	border: none;
}
#slideshow-nav .activeSlide	{
	background-color: #2B708F;
	color: #2B708F;
}
.home .featured {
	text-align: right;
	margin: -32px 273px 0 0;
}

/* BLOG */

.blog .post, .single .post, .archive .post, .search .post, .error404 .post {
	margin: 0 273px .75em 0;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 2.25em;
}
.blog .post .entry-content p, .single .post .entry-content p, .archive .post .entry-content p {
	margin-top: 1.5em;
}
.blog .post .entry-content ul, .blog .post .entry-content ol,
.home .post .entry-content ul, .home .post .entry-content ol,
.single .post .entry-content ul, .single .post .entry-content ol {
	font-size: 1em;
	line-height: 1.5em;
	color: #666666;
	margin: 1.5em 0 0 21px;
}
.blog .post .entry-content ul li, .blog .post .entry-content ol li, .single .post .entry-content ul li, .single .post .entry-content ol li {
	margin-top: 1em;
}
.blog .post .entry-content ul ul, .blog .post .entry-content ol ol,
.home .post .entry-content ul ul, .home .post .entry-content ol ol,
.single .post .entry-content ul ul, .single .post .entry-content ol ol {
	margin-top: 0;
	list-style-type: circle;
}
.blog .post .entry-content ul, .home .post .entry-content ul, .single .post .entry-content ul {
	list-style-type: disc;
}
.blog .post .entry-content ol, .home .post .entry-content ol, .single .post .entry-content ol {
	list-style-type: decimal;
}
.pagetitle {
	margin: 0 273px 1.5em 0;
	border-bottom: 1px dotted #CCCCCC;
}
.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
.single .post {
	border: none;
	padding: 0;
}

/* COMMENTS */

#comments-container {
	position: absolute;
	margin-top: 4.5em;
	width: 420px;
}
#commentform label {
	font-size: .857em;
}
#commentform input {
	margin-bottom: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
}
#commentform input[type="text"] {
	padding: 4px 4px 2px 4px;
}
#commentform textarea {
	width: 412px;
	padding: 4px;
}
#respond h2 {
	margin: 0 0 1.5em 0;
	border-bottom: 1px dotted #CCCCCC;
}
#author, #email, #url, #comment {
	background: #fff;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
}
#commentform #submit { 
	font-weight: bold;
	font-size: 1em;
	height: 2.5em;
	width: 6em;
	margin: 1.5em 0 1.5em 0;
	color: #FFFFFF;
	background: #2B708F;
	border: 1px solid #FFFFFF;
}
#commentform #submit:active {
	background: #F25059;
}
.avatar {
	float:left; 
	margin:0 21px 0 0;
}
ol.commentlist li {
	margin: 21px 0;
	padding: 21px;
	background: #E8E8E8;
}
ol.commentlist li.alt {
	background: #f9f9f9;
}
ol.commentlist li p {
	margin: 1.5em 0 0 53px;
}
cite {
	font-weight: bold;
}
.comment-meta {
	font-size: .714em;
	line-height: 2.1em;
}
.comment-meta a {
	color: #000000;
	border: none;
}

/* DESIGN GALLERY */

.web-design .post, .print-design .post {
	margin-bottom: 3em;
	min-height: 25.5em;
}
ul.thumbnails {
	line-height: 1.5em;
}
ul.thumbnails p {
	font-size: .857em;
}
ul.thumbnails .secondary-thumb {
	display: block;
	float: left;
	margin-top: 6px;
}
ul.thumbnails .secondary-thumb a {
	padding: 5px 8px 4px 8px;
}
ul.thumbnails .secondary-thumb a:hover, ul.thumbnails .secondary-thumb a:active {
	background: #EEEEEE;
}

/* LINKS & INFO */

.linkcat, .info-item {
	color: #666666;
	line-height: 1.5em;
	width: 189px;
	float: left;
	margin-bottom: 3em;
}
.linkcat li {
	margin-top: 1.5em;
}
.linkcat.mid {
	margin: 0 42px 3em 42px;
}
.info-item.mid {
	margin: 0 21px 1.5em 63px; 
}
.info-item.mid li {
	height: 21px;
	padding-bottom: 4px;
	width: 100px;
}
.info-item.mid li a {
	display: block;
	height: 0;
	border: none;
	overflow: hidden;
}
#linkedin-link a {
	background: url(images/linkedin-logo.png) no-repeat 0px 0px;
	padding-top: 21px;
}
#linkedin-link a:hover {
	background: url(images/linkedin-logo.png) no-repeat 0px -21px;
}
#facebook-link a {
	background: url(images/facebook-logo.png) no-repeat 0px 0px;
	padding-top: 25px;
	margin-top: 6px;
}
#facebook-link a:hover {
	background: url(images/facebook-logo.png) no-repeat 0px -25px;
}
.info .post {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
.info-pic {
	padding: 5px;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	float: left;
}
.info .entry-content {
	margin-left: 273px;
}
.info .entry-content p {
	margin-bottom: 1.5em;
}

/* 404 */

.error404 {}

/*--------------
  RIGHT COLUMN
  ==============*/

.home .post, .description, #blog-sidebar {
	width: 252px;
	float: right;
}
.home .post p, .home .post h2, .description li, #blog-sidebar li {
	margin-left: 21px;
}
#blog-sidebar {
	line-height: 1.5em;
}
#subscribe a {
	font-weight: bold;
	padding-right: 22px;
	background: url(images/feed-icon.png) no-repeat 100% 0px;
	overflow: hidden;
}
#subscribe a:hover {
	background: url(images/feed-icon.png) no-repeat 100% -48px;
}
#cat-title, #arch-title {
	margin-top: 1.5em;
}
.home .post {
	border: none;
	margin: 0 0 1.5em 0;	
}
.home #blog-link {
	padding: .8em 4px .575em 4px;
	background: #F9F9F9;
	margin: 1.5em 0 0 21px;
	width: 8.5em;
}
.details {
	padding-top: .875em;
	margin-top: .872em;
	border-top: 1px solid #CCCCCC;
}  

/* MISC */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 21px 21px;
	display: inline;
}
img.alignleft {
	margin: 0 21px 21px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin-top: 21px;
   /* 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.alignleft {
	margin: 0 21px 21px 0;
}
.wp-caption.alignright {
	margin: 0 0 21px 21px;
}
.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 21px auto;
}
.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;
}


/*----------------------------------------------
  FOOTER
  ----------------------------------------------*/

#footer {
	background: #F9F9F9 url(images/bg-gradient-under.jpg) no-repeat top center;
	clear: both;
	width: 100%;
	border-top: 1px solid #E8E8E8;
	margin-top: 3em;
}
#footer-interior {
	width: 925px;
	margin: 0 auto;
}
#footer p {
	color: #A8AEB1;
	font-size: .714em;
	line-height: 2.1em;
	margin: 1.5em 0 1.5em 231px;
}
.single #footer p {
	display: none;
}

/* FORMS */

#searchform{
	padding:0;
}
#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #CCCCCC;
	background: none;
	color: #666666;
}

