/* @group reset */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	outline: none;
	font-size: 1em;
}

/* @end */

/* @group skinny text */

/* http://orderedlist.com/articles/thining-text-in-safari-under-snow-leopard */

body {
	-webkit-text-stroke:1px transparent;
}

@media only screen and (max-device-width:480px) {
	body {
		-webkit-text-stroke:0 black;
	}
}

/* @end */

/* @group default */

/* @group form */

form p {
	margin-left: 160px;
	margin-top: -6px;
	margin-bottom: 26px;
	height: 20px;
}

form p.textarea {
	height: 210px;
	margin-bottom: 16px;
}

label {
	padding-top: 5px;
	width: 140px;
	float: left;
	margin-left: -160px;
	font-weight: bold;
}

label small {
	font-weight: normal;
}

input[type="text"] {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ccc;
	font: 15px/16px Calibri, "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	padding: 4px;
	width: 290px;
}

textarea {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ccc;
	font: 15px/16px Calibri, "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	padding: 4px;
	width: 290px;
	height: 198px;
	resize: none; 
}

input[type="text"]:hover,
textarea:hover {
	border-color: #aaa;
}

input[type="text"]:focus,
textarea:focus {
	border-color: #999;
}

input[type="submit"] {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ccc;
	background: #eee;
	background: -moz-linear-gradient(top, bottom, from(#fff), to(#ddd));
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
	font: bold 15px/27px Calibri, "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	height: 29px;
	width: 300px;
	text-shadow: #fff 1px 1px 0;
	cursor: pointer;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	border-color: #aaa;
}

input[type="submit"]:active {
	border-color: #999;
	background: #ddd;
	background: -moz-linear-gradient(top, bottom, from(#ccc), to(#ddd));
	background: -webkit-gradient(linear,left top,left bottom,from(#ccc),to(#ddd));
}

/* @end */

/* @group table */

table {
	width: 100%;
	line-height: 20px;
	margin-bottom: 10px;
}

th {
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
}

td {
	padding: 10px 0;
}

/* @end */

/* @group blockquote */

blockquote {
	font-style: italic;
	margin-left: 20px;
}

/* @end */

/* @group img */

img {
	vertical-align: bottom;
}

#about p img {
	margin-top: -5px;
	padding-bottom: 5px;
}

/* @end */

/* @group list */

ul,
ol {
	margin-bottom: 20px;
}

ul li {
	list-style: disc;
	margin-left: 20px;
}

ol li {
	list-style: decimal;
	margin-left: 20px;
}

/* @end */

/* @group anchor */

a {
	color: #36c;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #039;
}

a:active {
	color: #333;
}

/* @end */

/* @group header */

h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
}

#home h1 {
	line-height: 20px;
}

h1 a {
	color: #333;
	text-decoration: none;
}

#article-header h1 {
	margin-top: -10px;
}

#article-header p {
	font-style: italic;
	margin-top: -5px;
	margin-bottom: 40px;
}

h1 a:hover,
h1 a:focus {
	text-decoration: underline;
	color: #333;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	margin: -1px 0 21px;
}

/* @end */

/* @group paragraph */

p {
	margin-bottom: 20px;
}

/* @end */

/* @group body */

body {
	font: 15px/20px Calibri, "Myriad Pro", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	color: #333; 
	background: #fff url(../img/body.gif) repeat 0 0;
}

/* @end */

/* @end */

/* @group layout */

#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}

#content {
	padding: 80px 0;
}

/* @group 404 */

#error div {
	width: 500px;
	margin: 0 auto;
	padding: 160px 0;
	text-align: center;
}

#error div h1 {
	padding-top: 30px;
	margin-bottom: 15px;
}

#error div p {
	margin: 0;
}

/* @end */

/* @group home */

#home #content p {
	margin-top: 40px;
	font-style: italic;
}

/* @group list */

#home #content ul {
	min-height: 485px;
}

#home #content li {
	margin: 0 0 15px 0;
	list-style: none;
	width: 460px;
	position: relative;
}

#home #content strong {
	font-weight: normal;
	font-style: italic;
}

#home #content strong a {
	font-size: 22px;
	color: #333;
	text-decoration: none;
	display: block;
	font-style: normal;
	padding-top: 2px;
	margin-bottom: 3px;
}

#home #content strong a:hover,
#home #content strong a:focus {
	text-decoration: underline;
}

#home #content small {
	position: absolute;
	top: 5px;
	right: -160px;
	width: 140px;
}

#home #content small a {
	display: block;
}

/* @end */



/* @end */

/* @group footer */

#footer {
	margin-top: 20px;
	padding-bottom: 90px;
}

#footer p {
	margin: 0;
}

/* @end */

/* @group header */

#header {
	padding-top: 80px;
}

#header,
#footer {
	width: 220px;
	float: left;
}

#logo,
#home h1 {
	margin-bottom: 44px;
	width: 200px;
}

#logo a,
#home h1 a {
	display: block;
	font-size: 24px;
	color: #333;
	text-decoration: none;
}

#logo a span,
#home h1 a span {
	display: block;
	padding-top: 21px;
}

#logo a img,
#home h1 a img,
#error div a img {
	opacity: .9;
	-webkit-transition: all .1s ease-in;
}

#logo a:hover img,
#logo a:focus img,
#home h1 a:hover img,
#home h1 a:focus img,
#error div a:focus img,
#error div a:hover img {
	opacity: 1;
}

#rss a {
	color: #c60;
	font-weight: bold;
	text-decoration: none;
}

#rss a:hover,
#rss a:focus {
	text-decoration: underline;
}

#rss a:active {
	color: #930;
}

/* @end */

/* @group article */

#article #content {
	width: 460px;
	float: right;
	margin-right: 160px;
}

#home #content {
	float: right;
	width: 620px;
}

/* @group comments */

#article-comments h2,
#article-commentform h2 {
	text-transform: uppercase;
	margin: 39px 0 41px;
}

.comment {
	margin-left: 160px;
	margin-bottom: 40px;
	min-height: 40px;
}

.comment h3 {
	float: left;
	margin-left: -160px;
	width: 140px;
}

.comment h3 a img {
	float: left;
	margin-top: -5px;
	padding-right: 10px;
	padding-bottom: 5px;
	opacity: .9;
	-webkit-transition: all .1s ease-in;
}

.comment h3 a:hover img,
.comment h3 a:focus img {
	opacity: 1;
}

.comment h3 a {
	font-weight: normal;
	display: block;
}

.comment a.posted {
	color: #333;
	text-decoration: none;
}

.comment a.posted:hover,
.comment a.posted:focus {
	text-decoration: underline;
}

/* @end */

/* @group body */

#article-body p {
	text-indent: 20px;
}

#article-body p img {
	margin-left: -20px;
	margin-top: -5px;
	padding-bottom: 5px;
}

#article-body p:first-child,
#article-body h2 + p,
#article-body h3 + p,
#article-body blockquote + p {
	text-indent: 0;
}

#article-body p:first-child img,
#article-body h2 + p img,
#article-body h3 + p img {
	margin-left: 0;
}

/* @end */

/* @group info */

#article-info {
	float: right;
	margin-right: -160px;
	width: 140px;
}

/* @end */

/* @group navigation */

#article-navigation {
	float: right;
	margin-right: -160px;
	width: 140px;
	position: relative;
}

#article-navigation li {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	margin: 0;
	list-style: none;
}

#article-navigation li.disabled {
	width: 38px;
	height: 38px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ccc;
}

#article-navigation li#article-navigation-prev.disabled {
	background: #eee url(../img/article-navigation.gif) no-repeat -41px -1px;
	background: url(../img/article-navigation.gif) no-repeat -41px -1px, -moz-linear-gradient(top, bottom, from(#fff), to(#ddd));
	background: url(../img/article-navigation.gif) no-repeat -41px -1px, -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
}

#article-navigation li#article-navigation-next.disabled {
	background: #eee url(../img/article-navigation.gif) no-repeat -121px -1px;
	background: url(../img/article-navigation.gif) no-repeat -121px -1px, -moz-linear-gradient(top, bottom, from(#fff), to(#ddd));
	background: url(../img/article-navigation.gif) no-repeat -121px -1px, -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
}

#article-navigation li.disabled a {
	display: none;
}

#article-navigation li#article-navigation-prev {
	left: 0;
}

#article-navigation li#article-navigation-home {
	left: 50px;
}

#article-navigation li#article-navigation-next {
	left: 100px;
}

#article-navigation a {
	display: block;
	width: 38px;
	height: 38px;
	text-indent: 150%;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ccc;
	background: #eee url(../img/article-navigation.gif) no-repeat 0 0;
	background-image: url(../img/article-navigation.gif), -moz-linear-gradient(top, bottom, from(#fff), to(#ddd));
	background-image: url(../img/article-navigation.gif), -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
}

#article-navigation a:hover,
#article-navigation a:focus {
	border-color: #aaa;
}

#article-navigation a:active {
	border-color: #999;
	background-color: #ddd;
	background-image: url(../img/article-navigation.gif), -moz-linear-gradient(top, bottom, from(#ccc), to(#ddd));
	background-image: url(../img/article-navigation.gif), -webkit-gradient(linear,left top,left bottom,from(#ccc),to(#ddd));
}

#article-navigation-home a,
#article-navigation-home a:active {
	background-position: -161px -1px;
	background-position: -161px -1px, 0 0;
}

#article-navigation-next a,
#article-navigation-next a:active { 
	background-position: -81px -1px;
	background-position: -81px -1px, 0 0;
}

#article-navigation-prev a,
#article-navigation-prev a:active { 
	background-position: -1px -1px;
	background-position: -1px -1px, 0 0;
}

/* @end */



/* @end */

/* @end */
