/*
Theme Name: Matt_Magpayo
Theme URI: http://matttmagpayo.com/
Description: MattMagpayo.com wordpress theme
Version: 1.0
Author: Matt Magpayo
*/

/* Reset */
html{color:#000;background:#f5f2e4;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
a { outline: none; text-decoration: none; }
em { font-style: italic; }
strong { font-weight: bold; }
.clear { clear: both; }

/* Body*/
body {
	background: #f5f2e4 url(img/bg.jpg) no-repeat;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 10px;
	text-align: center;
}

/* Toolbar */
#toolbar-wrap {
	background: #383838; 
	border-bottom: 1px solid #7ef507;
	height: 27px; 
}

#toolbar {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}

#toolbar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 5px 0 0 0;
	position:relative;
}

#toolbar ul li {
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	vertical-align:bottom;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 10px;
	color: #FFF;
	margin:0 0 0 10px;
	padding: 0;
}

#toolbar ul li a {
	color: #7ef507;
	border-bottom: none;
	line-height: 15px;
}

#toolbar ul li a:hover {
	color: #7ef507;
	border-bottom: 1px dotted #7ef507;
	line-height: 15px;
}

#toolbar ul li.left {
	float:left;
}

#toolbar ul li.last {
	border-left: 1px solid #FFF;
	margin:0 0 0 15px;
	padding:0 0 0 10px;
}

/* Main */
#main-wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border-left: none;
}

/* Header */
#header {
	padding-top: 30px;
	margin-bottom: 40px;
}
#header-home {
	padding-top: 50px;
}

#logo {
	float: left;
	margin: 15px 0 0 10px;
}

#nav {
	position: relative;
	margin: 0 0 0 0;
	width: 954px;
}

#nav ul {
	float: right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-family:Helvetica,Arial,sans-serif;
	margin: 22px 0px 0 10px;
}

#nav ul li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	vertical-align: bottom;
	
	font-family:Helvetica,Arial,sans-serif;
	font-size: 13px;
	margin: 0 20px 0 0;
	padding: 0;
}

#nav ul li.last {
	margin: 0;
}


#nav ul li a {
	color: #fff;
	background-color: #006700;
	padding: 6px 9px 3px 9px;
	font-weight: bold;
	height: 21px;
	display: block;
}

#nav ul li a:hover {
	background-color: #fff;
	color: #000;
}

#nav ul li.current a {
	background: #f5f2e4 url(img/nav_bg_green.png) repeat-x;
	color: #fff;
}

#nav ul li.current a:hover {
	background: #f5f2e4 url(img/nav_bg_green.png) repeat-x;
	color: #fff;
}



#greeting {
	position: relative;
	height: 164px;
}

#greeting-bg {
	background-color: #006700;
	border: 1px solid #7ef507;
	height: 164px;
	opacity: 0.6; filter:alpha(opacity=60);
	
	position: absolute;
	top: 0;	left: 0;
	width: 960px;
}

#greeting-content {
	background: none;
	height: 164px;
	
	position: absolute;
	top: 0;	left: 0;
	width: 960px;
}

#greeting-content p {
	font-family:Georgia,"Times New Roman",Times,serif;
	line-height: 1.5em;
	font-size: 28px;
	color: #fff;
	
	padding: 20px;
}

#greeting-content a {
	color: #fff;
	font-style: italic;
	border-bottom: 1px dotted #fff;
}

#greeting-content a:hover {
	border-bottom: 1px solid #fff;
}

/* Content Layouts */
#showcase {
	padding-top: 50px;
}

#left-main {
	width: 650px;
	float: left;
	margin-right:20px;
}

#sidebar {
	width: 290px;
	float:left;
}

.main-width {
	width: 650px;
}


/* Box with drop shadow */
.shadow-box {
	float:left;
	background: url(img/shadowAlpha.png) no-repeat bottom right !important;
	padding: 0 5px 5px 0;
}

.shadow-box-content {
	background-color: #fff;
	border: 1px solid #999;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

.gray-bg {
	background-color: #F7F7F5;
}

.box-tag ul {
	height:20px;
	margin-right:20px;
	float: right;
	list-style-type:none;
}

.box-tag ul li {
	background:transparent url(img/bg_voted_green.png) no-repeat scroll 0 1px;
	display:block;
	float:right;
	height:27px;
	margin-left:7px;
	padding:10px 20px 3px 7px;
	position:relative;
	top:-8px;
	width:90px;
	
	font-family:Georgia,"Times New Roman",Times,serif;
	text-align:right;
	font-size: 11px;
	color: #FFF;
}

.box-tag ul li a {
	color: #FFF;
}

.box-tag ul li a:hover {
	border-bottom: 1px dotted #FFF;
}

.aboutme {
	margin-bottom: 20px;
}

.aboutme .shadow-box-content {
	height: 240px;
	padding: 30px;
}

.aboutme h1 {
	font-family: Helvetica,Arial,sans-serif;
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
}

.aboutme h1 span.myname{
	font-size: 12px;
	color: #666;
}

.aboutme p {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#000;
	padding: 0 0 15px 0;
}

.aboutme p a {
	background:transparent url(img/icon_ext_link_dark.png) no-repeat scroll right 50%;
	padding:0 18px 0 3px;
	font-weight:bold;
	color:#006700;
	border-bottom:1px dotted #006700;
}

.aboutme p a:hover {
	background-color: #99FF99;
	border-bottom:1px solid #006700;
}

.sidebox {
	width: 284px;
}

.sidebox h1 {
	border-top: 8px solid #000;
	border-bottom: 1px solid #000;
	color: #000;	
	font-family: Helvetica,Arial,sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	padding: 5px 0 5px 5px;
	margin-bottom: 10px;
}

.sidebox h2 {
	color: #000;	
	font-family: Helvetica,Arial,sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	border: none;
}

.sidebox .shadow-box {
	margin: 0 5px 0 5px;
}

.sidebox-item {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebox-item h2 {
	color: #333;	
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	border: none;
}

.sidebox-item h2 a {
	color: #333;
}

.sidebox-item h2 a:hover {
	border-bottom: 1px dotted #333;
}


.sidebox-item p {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height:14px;
	color:#000;
	padding:0 0 12px 0;
}

.sidebox-item p a {
	background:transparent url(img/icon_ext_link_dark.png) no-repeat scroll right 50%;
	padding:0 18px 0 3px;
	font-weight:bold;
	color:#006700;
	border-bottom:1px dotted #006700;
}

.sidebox-item p a:hover {
	background-color: #99FF99;
	border-bottom:1px solid #006700;
}


.work-post-box {
	margin-bottom: 10px;
}

.work-post {
	padding: 35px 35px 10px 35px;
}

.work-post img {
	border: 2px solid #ccc;
}

.work-post h1{
	font-family:Georgia,"Times New Roman",Times,serif;
	line-height:1.167em;
	font-size:26px;
	color: #000;
	margin-bottom: 10px;
}

.work-post h1 a {
	color: #000;
}

.work-post h5 {
	font-family:Georgia,"Times New Roman",Times,serif;
	line-height:22px;
	font-size:12px;
	color: #000;
	margin-bottom: 15px;
}

.work-post h5 a {
	background:transparent url(img/icon_ext_link_dark.png) no-repeat scroll right 50%;
	padding:0 18px 0 3px;
	font-weight:bold;
	color:#006700;
	border-bottom:1px dotted #006700;
}

.work-post h5 a:hover {
	background-color: #99FF99;
	border-bottom:1px solid #006700;
}


.work-post p {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#000;
	padding:0 0 12px 0;
}


.work-post p a {
	background:transparent url(img/icon_ext_link_dark.png) no-repeat scroll right 50%;
	padding:0 18px 0 3px;
	font-weight:bold;
	color:#006700;
	border-bottom:1px dotted #006700;
}

.work-post p a:hover {
	background-color: #99FF99;
	border-bottom:1px solid #006700;
}

.work-post ul {
	clear:both;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#000;
	list-style-type:disc;
	margin:20px 1.5em 1.5em 1.5em;
}

.work-post ul.worklist {
	clear: none;
	float: left;
	width: 250px;
	margin-top: 10px;
}

.work-post ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:10px;
}

.work-post ul a {
	background:transparent url(img/icon_ext_link_dark.png) no-repeat scroll right 50%;
	padding:0 18px 0 3px;
	font-weight:bold;
	color:#006700;
	border-bottom:1px dotted #006700;
}

.work-post ul a:hover {
	background-color: #99FF99;
	border-bottom:1px solid #006700;
}

img.float-img {
	float: left;
	margin: 0 10px 10px 0;
}

.blog-post-box {
	margin-bottom: 10px;
}

.blog-post {
	padding: 30px 30px 20px 30px;
}

.blog-post h1 {
	font-family:Georgia,"Times New Roman",Times,serif;
	line-height:1.167em;
	font-size:34px;
	color: #000;
	margin-bottom: 10px;
}

.blog-post h1 a {
	color: #000;
}

.blog-post h1 a:hover {
	border-bottom: 1px dotted #000;
}

.blog-post h2 {
	font-family:Georgia,"Times New Roman",Times,serif;
	line-height:1.167em;
	font-size:24px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog-post h3 {
	font-family:Georgia,"Times New Roman",Times,serif;
	line-height:1.167em;
	font-size:18px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog-post h5 {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom: 15px;
}

.blog-post h5 a {
	color: #006700;
	font-style:italic;
	font-weight:bold;
}

.blog-post h5 a:hover {
	background-color: #99FF99;
	border-bottom:1px solid #006700;
}

.blog-post p {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#000;
	padding:0 0 12px 0;
}

.blog-post p a.imglink {
	background:none;
	padding:0;
}

.blog-post p a {
	background:transparent url(img/icon_ext_link_dark.png) no-repeat scroll right 50%;
	padding:0 18px 0 3px;
	font-weight:bold;
	color:#006700;
	border-bottom:1px dotted #006700;
}

.blog-post p a:hover {
	background-color: #99FF99;
	border-bottom:1px solid #006700;
}

.blog-post p.byline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5em;
	padding:0 0 15px 0;
}

.blog-post ol {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#000;
	list-style-type:decimal;
	margin:0 1.5em 1.5em;
}
.blog-post ol li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
}

.blog-post ul {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#000;
	list-style-type:disc;
	margin:0 1.5em 1.5em;
}

.blog-post ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
}

.blog-post ol a, .blog-post ul a {
	background:transparent url(img/icon_ext_link_dark.png) no-repeat scroll right 50%;
	padding:0 18px 0 3px;
	font-weight:bold;
	color:#006700;
	border-bottom:1px dotted #006700;
}

.blog-post ol a:hover, .blog-post ul a:hover {
	background-color: #99FF99;
	border-bottom:1px solid #006700;
}

.blog-post blockquote {
	background:transparent url(img/quote.gif) no-repeat scroll left top;
	color:#444444;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height:17px;
	margin:5px 0 15px 0;
	padding-left:35px;
	font-style:italic;
}

.blog-nav{
	padding: 15px;
}


.blog-nav p {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#000;
}

.blog-nav p a {
	background:transparent;
	padding:0 3px 0 3px;
	font-weight:bold;
	color:#006700;
	border-bottom:1px dotted #006700;
}

.blog-nav p a:hover {
	background-color: #99FF99;
	border-bottom:1px solid #006700;
}


.blog-post-meta, .work-post-meta {
	padding:15px 0;
	margin: 0 20px;
	border-top:1px dotted #9D9C97;
}

.blog-post-meta p, .work-post-meta p {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
	color: #000;
}

.blog-post-meta a {
	background:#228922 url(img/icon_ext_link.png) no-repeat scroll right 50%;
	color:#FFFFFF;
	padding:2px 20px 2px 5px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
}

.blog-post-meta a:hover {
	background-color: #66CD66;
}

.work-post-meta span {
	background-color:#228922;
	color:#FFFFFF;
	padding:2px 5px 2px 5px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
}

.blog-post-social {
	padding:15px 0;
	margin: 0 20px;
}

.polaroid {
	padding: 20px;
}

.polaroid img {
	border:3px solid #aaa; 
	width:175px;
	height:175px
}

.polaroid h3 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:27px;
	letter-spacing:-1px;
	line-height:30px;
	color: #333;
	margin-top: 10px;
	text-align: center;
}

.polaroid a:hover img {
	border: 3px solid #7ef507;
}

.polaroid a:hover h3 {
	color: #006700;
}

/* Footer */
#footer {
	margin-top: 80px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 50px;
}
#footer ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
}

#footer ul li {
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	vertical-align:bottom;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 10px;
	border-right:1px solid #999;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

#footer ul li.left {
	float:left;
	border-right: none;
}

#footer ul li a {
	text-decoration:none;
	color:#1a1a1a;
	line-height: 15px;
}

#footer ul li a:hover {
	border-bottom: 1px dotted #1a1a1a;
}

#footer ul li.last {
	border-right: none;
	margin: 0;
	padding: 0;
}

