/*
Theme Name: paulor.net
Theme URI: http://www.paulor.net
Description: The paulor.net template
Author: Paul
Version: 1.1
*/


/* -------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
div.product div.images {
	width: 200px !important;
}
/* -------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
@font-face {
	font-family: "Title";
	src: url("images/title.otf");
}
body {
	background-color: #F0F0F0;
	font-family: Georgia,Cambria,Times,serif;
	font-size: 0.9em;
	color: #535353;
}
#contain {
	width: 1006px;
	margin: 0 auto 0 auto;
}
#wrapper {
	width: 966px;
	margin: 0 20px 20px 20px;
}
#header {
	width: 966px;
	border-bottom: 5px solid #CCCCCC;
	margin: 0 0 15px 0;
	padding: 30px 0 5px 0;
	float: left;
}
#logo {
	font-family: 'Title', arial, serif;
	font-size: 30px;
	display: block;
	margin: 0 0 0 5px;
	float: left;
	text-transform: uppercase;
}
#logo a {
	color: #535353;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}
#logo a:hover {
	color: #444444;
}
#left {
	position: relative;
	width: 125px;
	float: left;
}
#main {
	width: 810px;
	float: left;
	margin: 0 0 15px 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #cccccc;
	min-height: 500px;
}
ul#menu-navigation {
	
	clear: both;
	margin: 0 0 20px 0;
}
ul#menu-navigation li {
	border-top: 1px solid #cccccc;
	list-style-type: none;	
	clear: both;
}
ul#menu-navigation li.last {
	border-bottom: 1px solid #cccccc;
}
ul#menu-navigation li a {
	color: #535353;
	text-decoration: none;
	padding: 10px 5px 10px 10px;
	display: block;
	font-family: 'Title', arial, serif;
	font-size: 19px;
}
ul#menu-navigation li a:hover {
	background-color: #dddddd;
}
#footer {
	border-top: 5px solid #cccccc;
	padding: 10px 5px 10px 5px;
	clear: both;
	font-family: tahoma;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	color: #444444;
}
#footer .left {
	float: left;
	font-size: 10px;
	color: #cccccc;
}
ul#footer-links {
	float: right;
}
ul#footer-links li {
	list-style-type: none;
	display: block;
	float: right;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	font-family: tahoma;
}
ul#footer-links li#rss {
	background-image: url(images/rss.png);
	background-repeat: no-repeat;
	height: 16px;
	display: block;
}
ul#footer-links li a {
	color: #535353;
	font-size: 10px;
}
#main .post {
	background-color: #ffffff;
	padding: 20px;
	width: 500px;
	margin: 0 15px 0 0;
}
#main .post p {
	line-height: 16px;
	margin: 0 0 20px 0;
}
h1.page-title, h1.entry-title  {
	font-family: 'Title', arial, serif;
	font-size: 25px;
	margin: 0 0 15px 0;
	color: #535353;
	text-decoration: none;
}
#main .post h2, #main .post h2 a {
	font-family: 'Title', arial, serif;
	font-size: 25px;
	margin: 0 0 15px 0;
	color: #535353;
	text-decoration: none;
}
#main .post h2 a:hover {
	border-bottom: 2px solid #535353;
}
#main h3 {
	margin: 0 0 10px 0;
}
.post-bottom {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	display: block;
	width: 540px;
	height: 19px;
}
ul.post-meta {
	margin: 0 0 20px 0;
	float: left;
	width: 239px;
}
ul.post-meta li {
	border-bottom: 1px solid #cccccc;
	padding: 5px 5px 5px 30px;
	list-style-type: none;
	display: block;
	clear: both;
}
ul.post-meta li a {
	color: #333333;
	text-decoration: none;
}
ul.post-meta li a:hover {
	color: #535353;
	text-decoration: underline;
}
ul.post-meta li.last {
	border-bottom: none;
	padding: 5px 5px 5px 5px;
}
ul.post-meta li.time {
	background-image: url(images/cal.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
ul.post-meta li.comment {
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
ul.post-meta li.link {
	background-image: url(images/link.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
ul.post-meta li.stats {
	background-image: url(images/stats.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
ul.post-meta li.tweet {
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
ul.post-meta li.cats {
	background-image: url(images/cats.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.twitter-share-button {
	padding: 3px 0 0 0;
}
ul.post-meta li.facebook {
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.post-contain {
	float: left;
	margin: 0 15px 15px 0;
	border-right: 1px solid #cccccc;
	clear: both;
}
.page-contain {
	float: left;
	margin: 0 15px 15px 0;
	clear: both;
}
.page-contain {
	float: left;
	margin: 0 15px 15px 0;
	clear: both;
}
ul.post-meta li.tags ul {
	float: left;
}
ul.post-meta li.tags {
	padding: 5px 0 5px 30px;
}
ul.post-meta li.tags a {
	list-style-type: none;
	border-bottom: none;
	float: left;
	margin: 0 5px 5px 0;
	padding: 3px 5px 3px 5px;
	clear: none;
	-moz-border-radius: 5px;
	background-color: #d6d6d6;
}
ul.post-meta li.tags a {
	text-decoration: none;
}
ul.post-meta li.tags a:hover {
	background-color: #dddddd;
	color: #cccccc;
	text-decoration: none;
}
#bird {
	background-image: url(images/bird.png);
	background-repeat: no-repeat;
	width: 125px;
	height: 31px;
	display: block;
}
#thetweet {
	background-color: #ffffff;
	width: 105px;
	padding: 10px;
	min-height: 50px;
	font-size: 11px;
	text-align: center;
}
#thetweet p {
	word-wrap: break-word;
}
#thetweet a {
	color: #cccccc;
	text-decoration: none;
}
#thetweet span, #thetweet span a {
	color: #cccccc;
	text-decoration: none;
}
#thetweet a:hover, #thetweet span a:hover {
	text-decoration: underline;
}
#pagenate {
	clear: both;
	float: right;
}
#pagenate p a {
	text-decoration: none;
}
#pagenate p a .page-link {
	background-color: #aaaaaa;
	padding: 5px;
	-moz-border-radius: 5px;
	margin: 0 0 0 10px;
	text-decoration: none;
}
#pagenate p a .page-link:hover {
	background-color: #999999;
}
#pagenate p a .page-link {
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Title', arial, serif;
	text-decoration: none;
}
#searchform {
	float: right;
	margin: 3px 0 0 0;
}
#s {
	background-image: url(images/searchbox.png);
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	width: 97px;
	height: 25px;
	float: left;
	border: 0px;
	font-size: 11px;
	color: #999999;
	padding: 0 0 0 5px;
}
#searchsubmit {
	background-image: url(images/searchbtn.png);
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	width: 23px;
	height: 25px;
	float: left;
	border: 0px;
	text-indent: -999999px;
}
#form {
	clear: both;
	margin: 0 0 20px 0;
}
#form label {
	width: 100px;
	float: left;
}
#form p {
	margin: 0 0 3px 0;
	clear: both;
}
#form input[type=text], #form input[type=password] {
	border: 1px solid #cccccc;
	padding: 3px;
	color: #333333;
	float: left;
	margin: 0 0 3px 0;
	width: 390px;
}
#form input[type=submit] {
	padding: 3px;
	color: #333333;
	border: 1px solid #cccccc;
	background-color: #F0F0F0;
	-moz-border-radius: 3px;
}
#form #post_title {
	padding: 8px;
	font-size: 14px;
	border: 1px solid #cccccc;
	color: #333333;
	width: 482px;
}	
#message_ifr {
	width: 498px !important;
	height: 300px !important;
}
#form #post-date {
	border: 1px solid #cccccc;
	padding: 3px;
	color: #333333;
	width: 200px;
}
#form #post-tags {
	border: 1px solid #cccccc;
	padding: 3px;
	color: #333333;
	width: 200px;
	height: 100px;
}
.ok {
	border: 1px solid #829B36;
	background-color: #EAF8D5;
	padding: 5px 10px 5px 10px;
}
.oops {
	border: 1px solid #A24057;
	background-color: #F0CEC4;
	padding: 5px 10px 5px 10px;
}
.post-contain img {
	margin: 0;
	height: auto;
	max-width: 500px;
	width: auto;
}
.syntaxhighlighter {
	max-height: 200px !important;
	padding: 0 0 10px 0;
}
#disqus_thread {
	float: left;
	width: 555px;
}
.dsq-brlink {
	display: none;
}
.dsq-subscribe-email a, .dsq-request-user-info a, .dsq-full-comment a {
	color: #535353;
	text-decoration: none;
}
.post-contain p a, .page-contain p a {
	color: #535353;
	text-decoration: underline;
}
.post-contain p a:hover, .page-contain p a:hover {
	color: #535353;
	text-decoration: none;
}
blockquote {
	border-left: 5px solid #F0F0F0;
	padding: 0 20px 0 20px;
	margin: 0 0 0 20px;
	width: 400px;
	font-style: italic;
}
.widget-container {
	width: 125px;
	float: left;
	margin: 0 0 20px 0;
}
.widget-container h3 {
	font-family: 'Title', arial, serif;
	font-size: 16px;
	margin: 0 0 0 0;
	color: #535353;
	text-decoration: none;
}
#shopside .widget-container {
	width: 240px;
	float: left;
	margin: 0 0 40px 0;
}
#shopside .widget-container h3 {
	font-size: 21px;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
}
.subscribe-field {
	width: 125px;
	margin: 0 0 3px 0;
}
form#subscribe-blog input[type=submit] {
	float: right;
	margin: 3px 0 0 0;
}
.product h3 {
	display: block;
}
.product h3 a {
	color: #535353;
	text-decoration: none;
	font-weight: bold;
}
.product h3 a:hover {
	text-decoration: underline;
}
.product-name a, .discount a {
	color: #535353;
	text-decoration: none;
}
.cart_list a, .tagged_as a {
 	color: #535353;
}
.checkout-button {
	margin: 10px 0 0 0;
}
.buttons {	
	margin: 20px 0 0 0;
}
#submit_paypal_payment_form {
	padding: 5px;
	clear: both;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
