/*

Theme Name: Origami Nut
Theme URI: http://www.origaminut.com
Description: Origami Nut's custom theme.
Version: 1.1
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: verdana, sans-serif;
	font-size: 11px;
	background: #fff;
	text-align: center;
}

a
{
	text-decoration: none;
}

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

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

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

#top a
{
	color: #fff;
}

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

#header
{
	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 .wrapper
{
	padding: 5px 0;
	width: 860px;
	margin: 0 auto;
}

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

#menu .wrapper
{
	width: 860px;
	margin: 0 auto;
	text-align: left;
}

#menu a
{
	color: #fff;
	padding: 0 2px;
}

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

#content
{
	padding-top: 10px;
	text-align: left;
	padding-bottom: 70px;
	text-align: center;
}

#content a
{
	color: #a45209;
}

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

#content .wrapper
{
	width: 880px;
	margin: 0 auto;
	text-align: left;
}

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

#content .single
{
	float: left;
	position: relative;
	width: 285px;
	margin: 10px;
}

#content .single p
{
	margin-bottom: 1em;
	line-height: 1.5em;
}

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

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

#content .h250
{
	height: 250px;
}

#content .post h2
{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 1.1em;
	width: 190px;
	background: #533419;
	opacity: .8;
}

#content .single h2
{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 1.1em;
	width: 275px;
	background: #533419;
	opacity: .8;
}

#content .related a
{
	position: relative;
	width: 125px;
	height: 125px;
	float: left;
}

#content .related h2
{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 1em;
	width: 119px;
	background: #533419;
	opacity: .8;
	color: #fff;
	padding: 0px 3px;
	
}

#content .related a:hover h2
{
	padding-bottom: .5em;
}

#content .post h2 p
{
	font-weight: normal;
	font-size: .9em;
	display: none;
	margin-top: .5em;
}

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

#content .post a h2, #content .single a h2
{
	color: #fff;
	padding: 3px 5px;
}

#content .post a:hover h2 p
{
	display: block;
}

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

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

.page form
{
	width: 300px;
	text-align: right;
}

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

.page form li
{
	margin: 3px 0;
}

.page form label
{
	float: left;
	margin: 4px 0;
}

.page form input, .page form textarea
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eee;
	border: solid 1px #ccc;
	border-radius: 5px;
	font-family: arial;
	font-size: 12px;
	padding: 3px;
	width: 220px;
}

.page form #submit
{
	width: 100px;
}

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

.page form textarea
{
	height: 100px;
}

#content .page h2
{
	text-transform: uppercase;
	font-size: 1.5em;
	padding-bottom: .5em;
	color: #533419;
}

#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: 3em;
	margin-bottom: 1em;
	text-align: center;
	width: 300px;
}

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

#content .pages a
{
	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
{
	margin: 3px;
	padding: 4px;
	font-weight: bold;
}

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

#footer a
{
	color: #ffad00;
}

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

#footer .wrapper
{
	width: 860px;
	margin: 0 auto;
	height: 60px;
}

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

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

.container
{
	margin: 0 10px;
	width: 266px;
}

.floatr
{
	float: right;
}

#footer img
{
	width: 48px;
	height: 48px;
	margin: 8px 5px 0 5px;
    border: none;
}

a.soc_facebook, a.soc_twitter, a.soc_stumbleupon, a.soc_myspace, a.soc_feed
{
	outline: none;
	background-position: top center;
	background-repeat: no-repeat;
}

a.soc_facebook img
{
	background: url(images/facebook.png);
}

a.soc_twitter img
{
	background: url(images/twitter.png);
}

a.soc_stumbleupon img
{
	background: url(images/stumbleupon.png);
}

a.soc_myspace img
{
	background: url(images/myspace.png);
}

a.soc_feed img
{
	background: url(images/feed.png);
}

a.soc_facebook:hover img, a.soc_twitter:hover img, a.soc_stumbleupon:hover img, a.soc_myspace:hover img, a.soc_feed:hover img
{
	background-position: bottom center;
}

img#wpstats
{
	display:none
}
