* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET */

/* Debug code - Remove in production */
body.debug div {
	outline: 1px solid green;
}
body.debug p {
	outline: 1px solid red;
}
body.debug ul {
	outline: 1px solid blue;
}

/* ================ */
/* = The 1Kb Grid = */     /* 16 columns, 30 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:30px; }
.grid_2 { width:80px; }
.grid_3 { width:130px; }
.grid_4 { width:180px; }
.grid_5 { width:230px; }
.grid_6 { width:280px; }
.grid_7 { width:330px; }
.grid_8 { width:380px; }
.grid_9 { width:430px; }
.grid_10 { width:480px; }
.grid_11 { width:530px; }
.grid_12 { width:580px; }
.grid_13 { width:630px; }
.grid_14 { width:680px; }
.grid_15 { width:730px; }
.grid_16 { width:780px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/* GLOBAL STYLES */
body {
	background-color: #fffdee;
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	padding-bottom: 40px;
}
h2, h3 {
	font-family: Candara, georgia, serif;
}
h2 {
	/* 17px */
	font-size: 1.8em;
	color: #2b1404;
	text-transform: lowercase;
	text-shadow: #C7B795 1px 1px 1px;
	margin-bottom: 10px;
}
h2 a {
	text-decoration: none;
	color: #2b1404;
}
h3 {
	/* 22px */
	font-size: 2.2em;
	letter-spacing: -0.05em;
	color: #550000;
	text-shadow: #ccc 1px 1px 1px;
}
h3 a {
	text-decoration: none;
	color: #550000;
}
h3 a:hover {
	text-decoration: underline;
}
p {
	/* 13px */
	font-size: 1.3em;
	line-height: 1.3em;
}
p em {
	font-style: italic;
}
a {
	text-decoration: underline;
	color: #40550d;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0px;
}
img {
	display: block;
}
div#page {
	margin: 0 auto;
}

/* GLOBAL ITEMS */
/* Global NavBar */
div#matto-navbar {
	height: 45px;
	margin-bottom: 25px;
	color: #fff;
	background-color: #820000;
	border-bottom: 5px solid #550000;
	padding: 5px 0 0 0;
	font-family: "Lucida Sans Unicode", Tahoma, "New Gothic Std", Arial, Sans-Serif;
}
div#matto-navbar h1 img {
	height: 45px;
	margin: 0px 20px 0 10px;
	float: left;
	padding: 0;
	background-color: transparent;
	border: 0px;
}
div#matto-navbar ul#matto-menu {
	float: left;
	width: 650px;
	list-style-type: none;
}
div#matto-navbar ul#matto-menu li a {
	float: left;
	margin-left: 25px;
	padding-top: 13px;
	font-family: Candara, georgia, serif;
	font-size: 2em;
	color: #fff;
	text-decoration: none;
	height: 32px;
	text-shadow: #000 1px 1px 1px;
}
div#matto-navbar ul#matto-menu li a.active, div#matto-navbar ul#matto-menu li a:hover {
	background: url(../images/global/menu-pointer.png) bottom center no-repeat transparent;
}
/* Default item list */
div.item-list {
	position: relative;
}
div.item-list ul li {
	position: relative;
	margin-bottom: 20px;
}
div.item-list ul li small {
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #e6dfce;
	color: #ad9984;
	width: 100%;
	padding: 0 0 2px 5px;
	font-style: italic;
}
div.item-list ul li h3 {
	padding: 13px 0 5px 0;
}
div.item-list ul li h3 a:after {
	content: " \00BB";
}
div.item-list p.more {
	text-align: right;
}
div.item-list p.more a:after {
	content: " \00BB";
}
div.item-list p.feed a {
	position: absolute;
	top: 3px;
	right: 0px;
	background: url(../images/global/feed.png) top left no-repeat transparent;
	height: 14px;
	width: 14px;
}
div.item-list p.feed a span {
	display: none;
}
/* Mywebfeed */
div.mwf ul.mwf-outer {
	/* 13px */
	font-size: 1.3em;
	list-style-type: none;
	padding: 0px 0px 0px 15px;
	margin-bottom: 15px;
}
div.mwf ul.mwf-outer li.mwf-item {
	position: relative;
	margin: 5px 5px 15px 5px;
	padding: 5px;
}
div.mwf ul.mwf-outer li.mwf-item em {
	color: #002E8C;
}
div.mwf ul.mwf-outer li.mwf-item div.mwf-plugin-icon {
	position: absolute;
	top: 0px;
	left: -20px;
}
div.mwf ul.mwf-outer li.mwf-item div.mwf-plugin-icon img {
	width: 16px;
	height: 16px;
}
div.mwf ul.mwf-outer li.mwf-item span.mwf-title {
	display: block;
	margin-top: 15px;
	color: #000;
	line-height: 1.3em;
}
div.mwf ul.mwf-outer li.mwf-item span.mwf-title a {
	text-decoration: underline;
	color: #002E8C;
}
div.mwf ul.mwf-outer li.mwf-item span.mwf-title a:hover {
	text-decoration: none;
}
div.mwf ul.mwf-outer li.mwf-item span.mwf-title a.mwf-more-data-link {
	font-size: 0.8em;
	color: #555;
}
div.mwf ul.mwf-outer li.mwf-item div.mwf-posted {
	font-size: 0.8em;
	font-style: italic;
	position: absolute;
	top: 0px;
	border-bottom: 1px solid #e6dfce;
	color: #ad9984;
	width: 100%;
	padding: 2px 0 2px 5px;
	font-style: italic;
}
div.mwf ul.mwf-outer li.mwf-item div.mwf-posted a {
	text-decoration: none;
}
div.mwf ul.mwf-outer li.mwf-item div.mwf-posted a:hover {
	text-decoration: underline;
}
/* Large Text Header */
div.large-text-header {
	margin-top: 3px;
}
div.large-text-header p {
	/* 50px */
	font-size: 5em;
	font-family: Candara, georgia, serif;
	line-height: 1.2em;
}
div.large-text-header p em {
	color: #40550d;
}
/* Breadcrumbs */
div.breadcrumbs {
	margin: -20px auto 20px auto;
	padding: 1px;
	font-size: 1.1em;
}
/* Project List */
div.project-list ul li {
	clear: left;
	margin-bottom: 20px;
}
div.project-list ul li h3 {
	border-bottom: 1px solid #e6dfce;
	padding: 2px;
	margin-bottom: 10px;
}
div.project-list ul li h3 a:after {
	content: " \00BB";
}
div.project-list ul li img {
	float: left;
	margin: 0 20px 20px 0;
	width: 200px;
}
div.project-list ul li p {
	font-size: 1.5em;
	line-height: 1.5em;
}
/* Title */
div.title h2 {
	/* 25px */
	font-size: 3em;
	letter-spacing: -0.05em;
	color: #550000;
	text-shadow: #ccc 1px 1px 1px;
	text-transform: none;
}
/* Descriptions */
div.description p {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 25px;
}
/* Download Button */
div.download-button {
	margin-bottom: 10px;
	position: relative;
}
div.download-button a {
	width: 110px;
	margin-left: 77px;
	display: block;
	padding: 5px;
	background: url(../images/global/download.png) 9px 2px no-repeat #fff;
	text-decoration: none;
	color: #000;
	padding-left: 45px;
	text-align: center;
	border: 1px solid #ccc;
}
div.download-button a:hover {
	border-color: #820000;
}
div.download-button a span {
	display: block;
	font-style: italic;
	font-size: 1.1em;
	padding-left: 5px;
}
div.download-button a span.main {
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	padding-left: 0;
}
div.download-button a span strong {
	font-weight: bold;
}
/* Horizontal Menu */
div.horizontal-menu{
	margin-bottom: 20px;
}
div.horizontal-menu ul {
	text-align: right;
	padding: 1px;
}
div.horizontal-menu ul li {
	display: inline;
	margin: 0 5px;
	font-size: 1.2em;
}

/* Specific Pages */
/* Home */
body.home div#welcome-message {
	margin-bottom: 35px;
}
body.home div#welcome-message p {
	margin-top: 3px;
}
/* Project List */
div.project-list ul li#phplastfmapi img {
	position: relative;
	top: 15px;
}
div.project-list ul li#lowter img {
	position: relative;
	top: -7px;
}
/* jQuery Slideshow */
div#slideshow {
	position: relative;
	width: 300px;
	height: 300px;
	overflow: hidden;
}
div#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 300px;
}
/* jQuery Catfish */
div#catfish {
	display: none;
	text-align: center;
	color: #fff;
	background-color: #820000;
	border-top: 5px solid #550000;
}
div#catfish p {
	font-size: 2.5em;
	font-family: Candara, georgia, serif;
	margin-top: 7px;
}
div#catfish a#catfish-close {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #fff;
}
/* PHP Lastfm API */
div#logo a  {
	text-decoration: none;
}
div#logo a img {
	display: inline;
}
div#logo a small {
	color: #D10E05;
	font-weight: bold;
	font-size: 1.4em;
	font-style: italic;
	position: relative;
	bottom: 4px;
	left: 7px;
}
div#projects-using h2 {
	margin-left: 20px;
}
div#projects-using ul {
	margin-left: 20px;
}
div#projects-using ul li {
	/* 22px */
	font-size: 2em;
	letter-spacing: -0.05em;
	color: #550000;
	text-shadow: #ccc 1px 1px 1px;
	margin: 0 0 10px 0;
}
div#projects-using ul li a {
	color: #550000;
	text-decoration: none;
}
div#projects-using ul li a:hover {
	text-decoration: underline;
}
div#projects-using ul li a:after {
	content: " \00BB";
}
/* Lugaru Downloader */
div#install-instructions {
	margin-top: 25px;
}
div#install-instructions ol li {
	margin-top: 10px;
}
/* About & Contact */
div#contact-info p a:after {
	content: " \00BB";
}
div#about-me {
	margin-top: 25px;
}
div#about-me p {
	margin-bottom: 10px;
}