/**
 * Weakow in Pursuit of a Dream
 * 
 * Copyright 2009-2010 Weakow Wang
 * Weakow Wang => http://weakow.com
 *
 */


/* GENERAL */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body { 
	font-family: helvetica, arial, clean, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	text-align: left;
	background: #478EDE url(../images/page-bg.jpg) no-repeat left top;
	color: #FFF;
}

pre, code, a.web {
	font-family: monospace;
}

img {
	border: none;
}

a {
	outline: none;
	color: #FFFF66;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}


/* GLOBAL TYPES */

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}


/* LAYOUT */

#above-footer {
	margin: auto;
	min-height: 100%;
	width: 100%;
}
*html #above-footer {
	height: 100%;
}
#header {
	padding: 46px 0 30px 0;
}
#header h1 {
	margin-left: 66px;
}

#content {
	padding-left: 160px;
	padding-bottom: 90px;
}
#content h3 {
	padding: 20px 0 10px;
	font-size: 22px;
	font-weight: normal;
	color: #FF6;
}
#content h4 {
	padding: 10px 0 5px 7px;
	font-size: 16px;
	font-weight: bold;
}
#content h5 {
	padding: 5px 0 5px 15px;
	font-size: 14px;
	font-weight: bold;
}
#content p {
	width: 720px;
	padding-left: 40px;
	margin: 1.2em 0;
}
#content p.meta {
	text-transform: uppercase;
	font-size: 11px;
	color: #EEE;
}
#content p.meta em {
	text-transform: none;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
}
#content ul, #content ol {
	margin-left: 80px;
}
#content li {
	width: 620px;
}
#content a:hover {
	border-bottom: 1px dotted #FF6;
}
#content a.plain:hover {
	border-bottom: none;
}
#content a.web {
	font-size: 12px;
}
#content table {
	margin: 10px 0 10px 40px;
	width: 650px;
}
#content table th {
	padding: 1px 6px;
	vertical-align: middle;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #EEE;
}
#content table td {
	padding: 3px 6px;
	vertical-align: top;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#content table td h5 {
	margin: 0.6em 0;
	padding-top: 0;
	padding-bottom: 0;
}
#content table td p {
	margin: 0.6em 0;
	width: auto;
}
#content div.wrapper {
	width: 760px;
}
#content div.wrapper p {
	padding-left: 0;
	width: auto;
}

#content.post {
	font-size: 13px;
}
#content.post h3 {
	margin-bottom: 15px;
}
#content.post p {
	width: 660px;
	line-height: 1.667;
}
#content.post p.image-note {
	font-size: 12px;
	color: #EEE;
}
#content.post p.meta {
	margin-bottom: 30px;
}
#content.post table {
	font-size: 12px;
}
#content.post div.below-title {
	margin-left: 200px;
	padding: 6px 1em;
	width: 420px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#content.post div.below-title p {
	width: auto;
	margin: 0.3em 0;
	padding-left: 0;
	text-indent: 2em;
}
#content.post div.below-title p.foot {
	text-align: right;
}
#content.post div.footnotes {
	margin-left: 40px;
	width: 650px;
	padding: 6px 1em;
	border-top: 1px solid #FFF;
}
#content.post div.footnotes p {
	width: auto;
	margin: 0.6em 0;
	padding-left: 0;
}

#footer {
	margin: -45px auto 0;
	height: 45px;
	font-size: 11px;
}
#footer p {
	margin-left: 200px;
	padding: 5px 0 20px 5px;
	border-left: 1px solid #EEE;
}


/* PAGE ELEMENTS */

#content p.breadcrumb {
	margin-bottom: 0;
	padding-left: 0;
	text-transform: uppercase;
}
#content p.breadcrumb a {
	font-size: 11px;
	color: #EEE;
}
#content p.breadcrumb a:hover {
	color: #FFF;
	border-bottom: none;
}
#content img.has-border {
	padding: 4px;
	border: 1px solid #FFF;
}
#content img.has-appressed-border {
	border: 1px solid #FFF;
}

#project-logos a {
	margin-right: 32px;
}
#project-logos a.last {
	margin-right: 0;
}

#projects-table {
	margin: 20px;
}
#projects-table td.logo {
	width: 180px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: right;
}
#projects-table td.intro {
	width: 580px;
}
#projects-table h5 {
	font-weight: normal;
}

#content div.articles-list {
}
#content div.articles-list h4 {
	margin: 0 0 0 25px;
	font-size: 14px;
	font-weight: normal;
}
#content div.articles-list h4 a {
	color: #FFF;
}
#content div.articles-list h4 a:hover {
	border-bottom-color: #FFF;
}
#content div.articles-list p {
	margin: 0.3em 0 0.3em 15px;
}