/*  
Theme Name: PatrickRhone v2.00
Theme URI: http://wordpress.org/
Description: Full-custom theme for patrickrhone.com
Version: 2.0
Author: Michael Armstrong & Patrick Rhone
Author URI: http://machinemethods.com/

*/

html {
   font-family: "Helvetica Neue", Helvetica, sans-serif;
   font-size: 12pt;
   line-height: 1.5em;
}

a {
   color: #c00;
   text-decoration: none;
}

.patBlack {
   color: #000;
}

.redRhone {
   color: #c00;
}

#page {
   width: 720px;
   margin: 10px auto;
}

#header {
   margin: 10px 0 30px;
}

h1 {
   margin: 0;
   color: #c00;
}

h2, h3 {
   margin: 0;
   margin-bottom: .33em;
}

#footer {
   margin: 4em auto;
   text-align: center;
}

#footer a {
   padding: 0 .5em;
}

.post {
   border-bottom: 1px solid #ccc;
}

.pageTitle {
   color: #999;
}

.postTitle {
   color: #000;
}

.postDate {
   color: #999;
}

.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;
}

.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;
}

