/*  
Theme Name: PatrickRhone v3.00
Theme URI: http://wordpress.org/
Description: Full-custom theme for patrickrhone.com
Version: 3.0
Author: Michael Armstrong & Patrick Rhone
Author URI: http://machinemethods.com/

*/

html {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
   font-size: 12pt;
   line-height: 1.5em;
}

body {
   margin: 0 auto;
   padding: 0;
}

a {
   color: #c00;
   text-decoration: none;
}

.patBlack {
   color: #000;
}

.redRhone {
   color: #c00;
}

#page {
   max-width: 720px;
   margin: 10px auto;
}

#header {
   margin: 10px 0 30px;
}

h1 {
   margin: 0;
   color: #c00;
}

h2, h3 {
   margin: 0;
   margin-bottom: .33em;
}

#footer, #footnav {
   background: #ccc;
   margin: 0 auto 0;
   padding: 1em 0;
   width: 100%;
   text-align: center;
   border-top: 1em solid #333;
}

.footnav {
   clear: both;
   margin: 4em auto 1em 0;
   background: none;
   text-align: center;
}

#footer a, .footnav a {
   padding: 0 .5em;
}

.post {
   margin-bottom: 3em;
//   border-bottom: 1px solid #ccc;
}

.pageTitle {
   color: #999;
}

.postTitle {
   color: #000;
}

.postDate {
   color: #ccc;
}

.entry p {
   margin: 0;
   margin-bottom: 1em;
}

.navigation ul {
   margin: 1em 0;
   padding: 0;
   list-style: none;
   font-size: .8em;
}

.archiveColumn {
   float: left;
   width: 45%;
   margin: 0;
   margin-right: 10px;
}

.archiveBlock {
   margin-bottom: 10px;
}

.archiveBlock ul, dt {
   margin: 0 1em;
   padding: 0;
}

dt {
   font-style: italic;
}

dd {
   margin-bottom: .66em;
}

.clear {
   clear: both;
}

.missingmonth {
   color: #999;
}

.hidden {
   display: none;
}

#content {
   width: 600px;
}

#widecontent {
   width: 750px;
}

#sidebar {
   float: right;
}

.footblock {
   float: left;
   width: 250px;
   margin: 0 10px;
   line-height: 1em;
}

.adblock {
   width: 150px;
   margin: 0 0 0 10px;
   padding: 10px;
   border: 1px solid #ccc;
//   background: #eee;
   line-height: 1em;
}

.fusionentire {
   font-size: .75em;
}

.fusionimg {
   margin: 0;
   margin-bottom: 1em;
}

.fusiontext {
   text-align: left;
}

.fusionblurb {
   display: block;
   margin-top: 1em;
   font-size: .66em;
   color: #999;
}

.socialization {
   margin-top: 2em;
   font-size: .75em;
   vertial-align: middle;
}

.socialization h3 {
   border-bottom: 1px solid #ccc;
}
   
.socialization ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}
   
.socialization li {
   margin-top: .5em;
}

.socialization a {
   text-decoration: none;
   border: 0;
}

.socialization img {
   vertical-align: middle;
   margin-right: 5px;
   border: 0;
}


.socialIcon {
}

h2.booktitle {
   color: #c10;
   font-size: 1.33em;
   font-weight: bold;
}

h3.booksubtitle {
   color: #000;
   font-size: .99em;
   font-weight: bold;
}

.buybutton {
   width: 125px;
   height: 40px;
   margin: 0 auto;
   background: #c10;
   color: #fff;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   -khtml-border-radius: 20px;
   border-radius: 20px;
   text-align: center;
   font-size: 1.33em;
   font-weight: bold;
   text-transform: uppercase;
}

.buybutton span {
   position: relative;
   top: .66em;
}

.buykindle {
   text-align: center;
}

.rounded-corners {
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   -khtml-border-radius: 20px;
   border-radius: 20px;
}

#buy {
}

#buy .lulu {
	position: relative;
	top: 36px;
	left: 50%;
	margin-left: -100%
}

#buy .lulu a {
	position: relative;
	display: inline-block;
	background: #c00;
   color: #fff;
	padding: .5em .75em .5em 64px;
	border: 1px solid #981822;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 1px 0 #ce4451; 
	-webkit-box-shadow: inset 0 1px 0 #ce4451; 
	box-shadow: inset 0 1px 0 #ce4451;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#buy .bookinfo {
	position: relative;
   z-index: 999;
   left: 27px;
   top: 40px;
   width: 72px;
	display: inline-block;
   font-size: .66em;
   color: #c00;
}

#buy .kindle {
	display: block;
	position: relative;
	top: 50px;
	font-weight: bold;
   font-size: .66em;
}

#buy .lulu a:hover, #buy .lulu a:focus {
	background: #cb2e3a;
	padding-left: 74px;
}

#buy .kindle:hover, #buy .kindle:focus {
	border: 0;
}

#buy .kindle:active {
	top: 50px
}

#buy a:active {
	top: 1px
}

#buy img {
	position: absolute;
	top: -24px;
	left: -6px
}

.linknext {
}

.linkprev {
}

