/*

Theme Name: Origami Nut
Theme URI: http://www.origaminut.com
Description: Origami Nut's custom theme.
Version: 1.3
Author: Karl Kangur
Author URI: http://www.origaminut.com

*/

html
{
	height: 100%;
}

body
{
	min-height: 100%;
	position: relative;
	margin: 0;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 13px;
	background: #fff;
	text-align: center;
}

/******************************** top links ********************************/


#top-wrapper
{
	line-height: 2em;
	background: #533419;
	text-align: right;
	border-bottom: solid 1px #331400;
	color: #fff;
	text-align: center;
}

#top
{
	width: 860px;
	margin: 0 auto;
	text-align: right;
}

#top h1
{
	float: left;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#top a
{
	text-decoration: none;
	color: #fff;
}

#top a:hover
{
	color: #ffad00;
}

/******************************** header ********************************/

#header-wrapper
{
	border-top: solid 1px #c47229;
	border-bottom: solid 1px #843200;
	height: 100px;
	background: #a45209 url(images/header.png) no-repeat center;
	text-align: center;
}

#header
{
	padding: 5px 0;
	width: 860px;
	margin: 0 auto;
}

/******************************** menu ********************************/

#menu-wrapper
{
	border-top: solid 1px #ffad00;
	border-bottom: solid 1px #af6d00;
	line-height: 2em;
	background: #df8d00;
	color: #fff;
}

#menu
{
	width: 810px;
	margin: 0 auto;
	text-align: center;
}

#menu a
{
	text-decoration: none;
	color: #fff;
	padding: 0 2px;
}

#menu a:hover
{
	color: #533419;
}

/******************************** content ********************************/

#content-wrapper
{
	text-align: center;
}

#content
{
	margin: 0 auto;
	width: 810px;
	padding-top: 10px;
	padding-bottom: 70px;
	text-align: left;
}

#content a
{
	color: #a45209;
}

#content a:hover
{
	color: #c47229;
}

#content p
{
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.5em;
}

#content h2
{
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 2em;
	padding: 0 0 .5em 0;
	margin: 0;
}

#content .post
{
	float: left;
	position: relative;
	width: 250px;
	height: 250px;
	margin: 10px;
	background: #a45209;
	overflow: hidden;
}

#content .post a
{
	text-decoration: none;
}

#content .post a h2
{
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 3px 5px;
	font-size: 1.2em;
	font-weight: normal;
	width: 240px;
	background: #533419;
	opacity: .8;
}

#content .post a h2 p
{
	display: none;
	text-align: left;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: .8em;
	padding: 0;
	margin: .5em 0 0 0;
}

#content .wide
{
	float: left;
	position: relative;
	width: 520px;
	margin: 10px;
}

#content .side
{
	position: relative;
	width: 250px;
	margin: 10px;
	float: right;
	clear: right;
}

#content h3
{
	position: absolute;
	top: -1.2em;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: .9em;
	color: #999;
}

#content img
{
	border: none;
	text-decoration: none;
}

#content a.diagrams
{
	display: table;
	margin: 0 auto;
	padding: .1em .5em;
	border: solid 1px #533419;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	color: #fff;
    text-shadow: 0 -1px 0 #000;
	background: #a45209 url(images/nav.png) repeat-x left top;
}

/******************************** page ********************************/

#content .page
{
	width: 385px;
	padding: 0 10px;
	float: left;
}

.page form ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.page form li
{
	margin-bottom: 1em;
}

.page form input,
.page form textarea
{
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eee;
	border: solid 1px #ccc;
	border-radius: 5px;
	font-family: arial, sans-serif;
	font-size: 13px;
	padding: .2em;
	width: 25em;
}

.page form #submit
{
	width: 9em;
	margin: 0 8.2em;
}

.page form input:focus,
.page form textarea:focus
{
	background: #fff;
	border-color: #df8d00;
}

.page form textarea
{
	height: 8em;
}

#content .page p
{
	line-height: 1.5em;
}

#content .page .msg
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bfff80;
	line-height: 2em;
	margin-bottom: 1em;
	text-align: center;
	width: 25em;
	padding: .2em;
}

/******************************** pagination ********************************/

#content .pages
{
	clear: both;
	margin: 0 10px;
	padding-top: 20px;
	text-align: center;
	line-height: 30px;
}
#content .pages span
{
	margin-right: 10px;
}

#content .pages a,
#content .pages .current
{
	margin: 3px;
	padding: 4px 7px;
	border: solid 1px #533419;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	color: #fff;
    text-shadow: 0 -1px 0 #000;
	background: #a45209 url(images/nav.png) repeat-x left top;
}

#content .pages a:hover
{
	background-position: left bottom;
	border-color: #735439;
}

#content .pages .current
{
    text-shadow: none;
	border-color: #eee;
	background: #fff;
	color: #000;
	font-weight: bold;
}

/******************************** footer ********************************/

#footer-wrapper
{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #533419;
	height: 60px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	border-top: solid 1px #735439;
	width: 100%;
}

#footer
{
	margin: 0 auto;
	width: 810px;
}

#footer a
{
	color: #ffad00;
}

#footer a:hover
{
	color: #ffcd20;
}

#footer input
{
	background: url(images/search.png) no-repeat left center;
	margin-top: 15px;
	font-size: 13px;
	font-family: asial, sans-serif;
	padding: 8px 0 8px 34px;
	border: none;
	width: 180px;
	color: #666;
}

#footer input:focus
{
	color: #000;
}

#footer .container
{
	margin: 0 10px;
	width: 250px;
	float: right;
}

#footer p
{
	margin: 0;
	padding: 0;
}

/******************************** additional crap ********************************/

#footer img
{
	width: 57px;
	height: 57px;
	margin: 3px 5px 0 5px;
    border: none;
}

#footer a.stumbleupon,
#footer a.feed
{
	outline: none;
	background-repeat: no-repeat;
}

#footer a img
{
	background: url(images/icons.png);
}

#footer a.stumbleupon img
{
	background-position: top left;
}

#footer a.feed img
{
	background-position: top right;
}

#footer a.stumbleupon:hover img
{
	background-position: bottom left;
}

#footer a.feed:hover img
{
	background-position: bottom right;
}

img#wpstats
{
	display:none
}

