/* @override http://helvensteijn.com/wp/wp-content/themes/twain/style.css */

/*
Theme Name: TWAIN
Description: A WordPress Theme Without An Interesting Name.
Tags: white,green,rounded corners,fixed width,two columns
Version: 1.0
Author: Colin Helvensteijn
*/
@import url("reset.css");
/* @group Structure */
body {
	background:#733 url(images/background.jpg) repeat fixed left top;
	font:12px/1.4 "Lucida Grande", Lucida, Verdana, sans-serif;
}
#pagewrapper {
	color:#444;
	width:968px;
	margin:0 auto;
}
#header {
	background:transparent url(images/header.png) no-repeat left top;
	margin-top:15px;
	height:98px;
}
#contentwrapper {
	background:transparent url(images/content.png) repeat-y left top;
	float:left;
}
#menu {
	padding:0 20px;
	margin:10px 0 15px;
}
#content {
	float:left;
	width:720px;
	padding:0 10px 5px 20px;
}
#content.wide {
	width:928px;
	padding:0 20px;
}
#sidebar {
	float:left;
	width:187px;
	padding:0 20px 0 10px;
	border-left:1px solid #ccc;
}
#footer {
	background:transparent url(images/footer.png) no-repeat left top;
	margin-bottom:10px;
	padding-top:10px;
	height:51px;
	clear:both;
}
#macmade {
	margin:0 auto 15px;
	height:30px;
	width:30px;
	background:transparent url(images/macmade.png) no-repeat center top;
	text-indent:-9000px;
	overflow:hidden;
}
/* @end */
/* @group Header */
#header * {
	display:none;
}
/* @end */
/* @group Menu */
#menu>ul {
	color:#a0a0a0;
	text-align:center;
	font-size:15px;
	padding:5px 0;
	border:1px solid #ccc;
	border-width:1px 0;
	cursor:default;
}
#menu ul:hover {
	color:#606060;
}
#menu li {
	display:inline;
	position:relative;
	padding-bottom:5px;
}
#menu li:before {
	content:"\2022 \0020";
}
#menu li.first:before {
	content:"";
}
#menu a {
	color:#811;
	text-decoration:none;
}
#menu a:hover {
	color:#511;
}
#menu a.active {
	font-weight:bold;
}
#menu a[rel~="external"] {
	background:transparent url(images/extlink-12.png) no-repeat right center;
}
/* @group Submenu */
#menu ul ul {
	display:none;
	white-space:normal;
	list-style:none;
	position:absolute;
	z-index:100;
	left:-10px;
	top:20px;
}
#menu.nojs ul li:hover ul {
	display:block;
}
#menu ul ul li {
	list-style-type:none;
	display:block;
	width:130px;
	padding:3px 20px;
	text-align:left;
	background:transparent url(images/submenu-body.png) repeat-y 0 0;
}
#menu ul ul li.first {
	background:url(images/submenu-top.png) no-repeat 0 0;
	padding-top:5px;
}
#menu ul ul li.last {
	background:transparent url(images/submenu-bottom.png) no-repeat 0 bottom;
	padding-bottom:20px;
}
#menu ul ul li:before {
	content:"" !important;
}
#menu ul ul a {
	display:block;
}
/* @end */
/* @end */
/* @group Content */
/* @group General */
#content h2, #content h3, #content h4, #content h5, #content h6 {
	margin:15px 0;
	color:#000;
}
#content p, #content ul, #content ol, #content dl, #content blockquote, #content pre, #content table {
	margin:10px 0;
}
#content a {
	color:#811;
	text-decoration:none;
}
#content a[rel~="external"] {
	background:transparent url(images/extlink.png) no-repeat right center;
	padding-right:11px;
}
#content a.imagelink {
	background:none !important;
	padding:0 !important;
}
#content a:hover {
	text-decoration:underline;
}
#content pre, #content code, #content tt, #content samp, #content kbd, #content var {
	font-family:"DejaVu Sans Mono", "Bitstream Vera Sans Mono", Monaco, Courier, monospace;
}
#content acronym, #content abbr {
	border-bottom:1px dotted;
	cursor:help;
}
#content strong, #content b {
	font-weight:bold;
}
#content em, #content i {
	font-style:italic;
}
#content u, #content ins {
	text-decoration:underline;
}
#content strike, #content del {
	text-decoration:line-through;
}
#content blockquote {
	padding-left:10px;
	border-left:5px solid #ccc;
	color:#808080;
}
#content cite {
	color:#808080;
}
#content sup, #content sub {
	font-size:80%;
	vertical-align:super;
}
#content sub {
	vertical-align:sub;
}
.large #content {
	font-size:120%;
}
/* @end */
/* @group Headers */
#content h2 {
	margin-top:0;
	font-size:200%;
}
#content h3 {
	font-size:175%;
}
#content h4 {
	font-size:150%;
}
#content h5 {
	font-size:125%;
	font-weight:bold;
}
#content h6 {
	font-size:112.5%;
	font-weight:bold;
}
/* @end */
/* @group Lists */
#content ul, #content ol, #content dl {
	padding-left:25px;
}
#content ul li {
	list-style-type:disc;
	list-style-position:outside;
}
#content ul ul li {
	list-style-type:square;
}
#content ul ul ul li {
	list-style-type:circle;
}
#content ol li {
	list-style-type:decimal;
	list-style-position:outside;
}
#content ol ol li {
	list-style-type:upper-alpha;
}
#content ol ol ol li {
	list-style-type:upper-roman;
}
#content dt {
	font-weight:bold;
}
#content dd {
	margin-left:15px;
}
/* @end */
/* @group Comments */
#content .nocomments {
	font-weight:bold;
}
#commentlist {
	padding-left:0 !important;
}
#commentlist li {
	list-style-type:none !important;
	margin-bottom:10px;
	width:675px;
	clear:right;
}
#commentlist li.alt {
	float:right;
}
#commentlist .avatar {
	float:left;
	margin-right:5px;
}
#commentlist .alt .avatar {
	float:right;
	margin-right:0;
	margin-left:5px;
}
#commentlist .commentcontent {
	background:transparent url(images/comment-top.png) no-repeat 0 0;
	padding-top:24px;
	margin-top:-10px;
}
#commentlist .postauthor .commentcontent {
	background-image:url(images/author-comment-top.png);
}
#commentlist .alt .commentcontent {
	background-image:url(images/comment-top-alt.png);
}
#commentlist .alt.postauthor .commentcontent {
	background-image:url(images/author-comment-top-alt.png);
}
#commentlist .commentbody {
	background:transparent url(images/comment-body.png) repeat-y 0 0;
	padding:1px 10px;
}
#commentlist .postauthor .commentbody {
	background-image:url(images/author-comment-body.png);
}
#commentlist .commentbottom {
	background:transparent url(images/comment-bottom.png) no-repeat 0 0;
	height:9px;
}
#commentlist .postauthor .commentbottom {
	background-image:url(images/author-comment-bottom.png);
}
#commentlist .commentmeta, #pinglist .commentmeta {
	line-height:32px;
	font-style:italic;
	color:#808080;
}
#commentlist .alt .commentmeta {
	text-align:right;
}
#commentlist .alt .commentmeta {
	text-align:right;
}
#commentlist .commentmeta a.time, #pinglist .commentmeta a.time {
	color:#606060;
}
#commentlist .commentmeta cite, #pinglist .commentmeta cite {
	font-style:normal;
	color:#000;
}
#commentlist .editlink {
	margin:3px 0 0;
}
#commentlist .alt .editlink {
	text-align:right;
}
#pinglist li {
	list-style-type:upper-roman !important;
}
/* @end */
/* @group Forms */
#content label {
	display:block;
	width:350px;
	font-weight:bold;
	cursor:pointer;
}
#content input[type="text"], #content input[type="password"], #content input[type="upload"] {
	width:350px;
	border:1px solid #808080;
	font-size:100%;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height:16px;
	padding:2px;
	height:16px;
}
#content textarea {
	width:99.5%;
	height:200px;
	border:1px solid #808080;
	font-size:100%;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height:16px;
	padding:2px;
}
.large #content input[type="text"], .large #content input[type="password"], .large #content input[type="upload"] {
	line-height:18px;
	height:18px;
}
.large #content textarea {
	line-height:18px;
}
/*#content input[type="text"]:hover, #content input[type="password"]:hover, #content input[type="upload"]:hover, #content textarea:hover {
	background-color:#fffff8;
}*/
#content input[type="text"]:focus, #content input[type="password"]:focus, #content textarea:focus {
	background-color:#fffff8;
	outline:1px solid #811;
	cursor:text;
}
#content input[type="submit"], #content input[type="reset"], #content button {
	height:22px;
	border:none;
	padding:0 10px;
	color:#fff;
	background:#811 url(images/button.png) repeat-x 0 -1px;
	font-weight:bold;
	font-size:100%;
	font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
	line-height:22px;
	cursor:pointer;
}
.large #content input[type="submit"], .large #content input[type="reset"], .large #content button {
	height:24px;
	line-height:24px;
}
#content input[type="submit"]:hover, #content input[type="reset"]:hover, #content button:hover, #content input[type="submit"]:focus, #content input[type="reset"]:focus, #content button:focus {
	background-position:0 -26px;
}
#content input[type="submit"]:active, #content input[type="reset"]:active, #content button:active {
	background-position:0 -51px;
}
/* @end */
/* @group Classes */
#content .browsing {
	font-size:150%;
	margin:0 0 15px;
}
#content .postdate {
	margin-top:-18px;
	font-size:90%;
	color:#808080;
}
#content .postmeta {
	border-top:1px solid #ccc;
	padding-top:3px;
	font-style:italic;
	color:#808080;
}
#content .readmore {
	line-height:inherit;
	font-size:90%;
	font-style:italic;
}
#content .navigation {
	text-align:center;
	padding:3px 50px;
	margin:0 auto;
	font-style:italic;
}
#content .alignright {
	float:right;
	margin:0 0 5px 5px;
}
#content .alignleft {
	float:left;
	margin:0 5px 5px 0;
}
#content .aligncenter {
	text-align:center;
}
#content .clear {
	clear:both;
}
#content .small {
	font-size:90%;
}
#content .normal {
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	text-transform:none;
}
#content img.wp-smiley {
	max-height:12px;
	margin:0 !important;
}
.large #content img.wp-smiley {
	max-height:14px;
}
#content .wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
}
#content .wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}
#content .wp-caption p.wp-caption-text {
	font-size:90%;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}
#content .specs {
	width:100%;
}
#content .specs th {
	width:160px;
	padding-left:3px;
	font-weight:bold;
	vertical-align:middle;
}
#content .specs td {
	padding:2px 0;
	vertical-align:middle;
}
#content .hidden {
	display:none;
}
#content .emailaddress, #content .imaddress {
	border:1px solid #000;
	padding:0 3px;
	font-weight:bold;
}
#content .links li[title]:after {
	content:attr(title);
	display:block;
	margin-left:20px;
	font-size:90%;
}
#content .infobox {
	background-color:#ffc;
	border:1px solid #ec0;
	padding:5px;
	text-align:center;
}
#content .noticebox {
	background-color:#def;
	border:1px solid #09e;
	padding:5px;
	text-align:center;
}
#content .warnbox {
	background-color:#fcc;
	border:1px solid #910;
	padding:5px;
	text-align:center;
}
/* @end */
/* @end */
/* @group Sidebar */
#sidebar .browsing {
	font-size:90%;
}
#sidebar strong {
	font-weight:bold;
}
#sidebar h2, #sidebar ul {
	margin:10px 0;
}
#sidebar h2 {
	font-size:150%;
	color:#000;
}
#sidebar ul ul li {
	margin:3px 0;
}
#sidebar ul ul ul {
	margin:5px 0 5px 15px;
}
#sidebar ul ul li:before {
	content:"\2022 \0020";
	color:#a0a0a0;
}
#sidebar ul ul li:hover:before {
	color:#606060;
}
#sidebar a {
	color:#811;
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}
#sidebar #searchform label, #sidebar #searchform input[type="submit"] {
	display:none;
}
#sidebar input[type="text"], #sidebar input[type="password"], #sidebar input[type="upload"] {
	width:180px;
	border:1px solid #808080;
	padding:2px;
	height:16px;
	font-size:100%;
	line-height:16px;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.large #sidebar input[type="text"], .large #sidebar input[type="password"], .large #sidebar input[type="upload"] {
	line-height:18px;
	height:18px;
}
/*#sidebar input[type="text"]:hover, #sidebar input[type="password"]:hover, #sidebar input[type="upload"]:hover {
	background-color:#fffff8;
}*/
#sidebar input[type="text"]:focus, #sidebar input[type="password"]:focus, #sidebar input[type="upload"]:focus {
	background-color:#fffff8;
	outline:1px solid #811;
	cursor:text;
}
.large #sidebar {
	font-size:120%;
}
/* @end */
/* @group Footer */
#footer {
	color:#808080;
	font-size:90%;
}
.large #footer {
	font-size:100%;
}
#footer p {
	text-align:center;
}
#footer a {
	color:#808080;
	text-decoration:none;
}
#footer a:hover {
	color:#606060;
}
img#wpstats {
	width:0;
	height:0;
	overflow:hidden;
}
/* @end */
/* @group Tooltips */
#tooltip {
	position:absolute;
	z-index:3000;
	border:1px solid #111;
	background-color:#fffaaa;
	padding:2px 3px;
	font-size:90%;
}
.large #tooltip {
	font-size:100%;
}
#tooltip h3 {
	font-weight:bold;
	white-space:pre;
	margin:0;
}
#tooltip div {
	margin:0;
}
/* @end */
/* @group Font size */
#fontsize {
	float:right;
	font-size:12px;
	cursor:pointer;
	margin-top:2px;
	color:#a0a0a0;
}
#fontsize:before {
	content:"" !important;
}
#fontsize:hover {
	color:#606060;
}
/* @end*/
/* @group Site meta */
#sitemeta {
	position:fixed;
	bottom:0;
	left:50%;
	width:804px;
	margin-left:-402px;
	text-align:center;
	background:transparent url(images/metapanel.png) no-repeat 0 0;
	color:#808080;
	display:none;
}
#sitemeta #metapanel {
	display:none;
	height:40px;
	line-height:40px;
}
#sitemeta ul {
	list-style:none;
}
#sitemeta li {
	list-style-type:none;
	display:inline;
}
#sitemeta li:before {
	content:"\0020 \2022 \0020";
}
#sitemeta li:first-child:before {
	content:"";
}
#sitemeta a {
	color:#606060;
	text-decoration:none;
}
#sitemeta a:hover {
	text-decoration:underline;
}
#sitemeta .anchor {
	font-weight:bold;
	text-transform:uppercase;
	padding:2px 0;
}
/* @end */
/* @group Home page quote */
#content .frontpage blockquote {
	padding-left:45px;
	border-left:none;
	background:transparent url(images/quote.png) no-repeat 0 5px;
	font:120% Georgia, "Times New Roman", Times, serif;
}
#content .frontpage cite {
	font-style:italic;
	margin-left:25px;
}
/* @end */
/* @group IE6 warning */
#ie6warning {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	line-height:25px;
	font-size:14px;
	text-align:center;
	border-bottom:1px solid #aaa;
	background-color:#fffaaa;
	cursor:pointer;
}
#ie6warning a {
	color:#00f;
	text-decoration:underline;
}
/* @end */
/* @group Misc. */
.error {
	color:#800;
}
/* @end */
