* {
   font-family:Helvetica, Arial, sans-serif;
}

body {
   background-color:#1a1718;    
}

/* Global Styles */

strong {
    color:#231f20;  
}

h3 {
    font-size:22px;
    text-transform:uppercase;
}

h2 {
    font-size: 32px;
}

h4 {
    margin:0px auto;
    margin-bottom:10px;
    font-size:15px;
}

a, a p {
    text-decoration:none;
    color:#35c79c;
}

a:hover, p a:hover, a p:hover {
    text-decoration:underline;  
}

a, a:focus, a p:focus  {
  outline: none;
  -moz-outline-style: none;
}


h2 a, h3 a, h2 a:hover, h3 a:hover {
    color:#231f20;
    text-decoration:none;
}

a img {
    border:0px none;    
}

p {
    color:#2d2d2d;  
}

#container {
    font-family:Helvetica, Arial, sans-serif;
	width:980px;
	margin:0 auto;
}

#wrapper {
    width:980px;
    height:100%;
    margin:0 auto;
    padding:0 auto;
}

/* Head Styles */

#head {
    margin-top:37px;
    width:980px;
    height:200px;
    //background-color:#0F0;
}

#social {
    height:66px;
    width:980px;
    background-color:#ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#twitter {
    margin: 12px 0 0 -20px;
    width: 42px;
}
#twitter_icon {
    display: block;
    float: left;
}
#twitter_update_list {
    color: #2D2D2D;
    float: left;
    font-size: 12px;
}

#twitter_update_list p {
    padding:0px;
    margin:0px;
    margin-bottom:3px;
}

#facebook {
    float: right;
    margin-right: 20px;
    position: relative;
    width: 42px;
    margin-top: 12px;
}
#rss {
    float: right;
    position: relative;
    top: 12px ;
    width: 42px;
    margin-right: 10px;
}


#header {
    margin-top:15px;
    height:110px;
    background-color:#ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#logo {
    clear: both;
    float: left;
    left: 23px;
    position: relative;
    top: 26px;  
}

#menu {
    float: right;
    margin-right: 6px;
    margin-top: 40px;
}

#menu a {
    margin-right:15px;
    height:34px;
    overflow: hidden;
    display:inline-block;
    
}

#menu a img {
    position:relative;
    top:-35px;
}

#menu a img:hover {
    position:relative;
    top:0px;
}

#main_content {
    margin-top: 7px;
    width:980px;
}

/* Left Column Styles */

#left_column {
    width:220px;
    float:left;
    clear:both;
    margin-bottom:15px;
}

#about_module {
    width:220px;
    min-height:100px;
    background-color:#ffffff;
    float:left;
    clear:both;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:15px;
}

#about_title {
    margin-left:17px;
    margin-top:-4px;
    height:20px;
}

#about_title h3 {
    color:#ca1094;
}

#about_block {
    background-color: #CA1094;
    height: 18px;
    left: 61px;
    position: relative;
    top: -44px;
    width: 126px;
}

#about_avatar {
    margin-left: 16px;
    margin-top: 18px;   
}

#about_avatar img {
    max-width:190px;    
}

#about_blurb span {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 20px;
    margin-left: 16px;
    margin-top: 20px;
    width: 188px;
    display:block;
}

#twitter_module {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    float: left;
    height: 62px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 220px;
}

#twitter_module a img {
    position:relative;
    top:0px;
    overflow: hidden;
    width: 220px;
}

#twitter_module a img:hover {
    position:relative;
    top: -62px;
}

#twitter_avatar {
    float: left;
    margin-left: 16px;
    margin-top: 15px;
}

#twitter_module_text {
    float: left;
    font-size: 12px;
    margin-left: 12px;
    margin-top: 24px;
}

#categories_module {
    width:220px;
    min-height:100px;
    background-color:#ffffff;
    float:left;
    clear:both;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:15px;
}

#categories_title {
    margin-left:17px;
    margin-top:-4px;
    height:20px;
}

#categories_title h3 {
    color:#8bd325;
}

#categories_block {
    background-color: #8BD325;
    height: 18px;
    left: 109px;
    position: relative;
    top: -44px;
    width: 78px;
}

#categories {
    margin-left: 13px;
    margin-top: 15px;
    padding-left: 0;
    width: 200px;
}

#categories ul {
    margin-left:0px;
    padding-left:0px;
    margin-top:2px;
}

#categories ul li {
    display: block;
    list-style: none outside none;
    margin-bottom: 5px;
    margin-left: 5px;
}

#categories ul li a {
    display: block;
    height: 44px;
    color: #35C79C;
    width: 185px;
    text-decoration:none;
}

#categories ul li a:hover {
    color:#ffffff;
    text-decoration:none;   
}

#categories ul li a:hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #35C79C;
    color:#ffffff;
    cursor:pointer;
    text-decoration:none;
}

#categories ul li a img {
    float: left;
    clear: both;
    background-color: none;
    margin-top: 5px;
    margin-left: 7px;
}

#categories ul li span {
    float: left;
    color: inherit;
    display: block;
    font-size: 12px;
    margin-top: 16px;
    margin-left: 9px;
    text-decoration:none;
}

#favorites_module {
    width:220px;
    min-height:50px;
    background-color:#ffffff;
    float:left;
    clear:both;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:15px;
}

#favorites_title {
    margin-left:17px;
    margin-top:-4px;
    height:20px;
}

#favorites_title h3 {
    color:#ca1094;
}

#favorites_block {
    background-color: #CA1094;
    height: 18px;
    left: 143px;
    position: relative;
    top: -44px;
    width: 44px;
}

ul#featured {
    margin-top: 10px;
    padding-left: 0;
}

ul#featured li {
    font-size: 12px;
    list-style: none outside none;
    margin-left: 18px;
    width: 187px;
    margin-bottom: 13px;
}


#comments_module {
    width:220px;
    min-height:50px;
    background-color:#ffffff;
    float:left;
    clear:both;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:15px;
}

#comments_title {
    margin-left:17px;
    margin-top:-4px;
    height:20px;
}

#comments_title h3 {
    color:#8BD325;
}

#comments_block {
background-color: #8BD325;
height: 18px;
left: 160px;
position: relative;
top: -44px;
width: 27px;
}

ul#commented{
    margin-top: 10px;
    padding-left: 0;
}

ul#commented li {
    font-size: 12px;
    list-style: none outside none;
    margin-left: 18px;
    width: 187px;
    margin-bottom: 13px;
}

#facebook_module {
    width:220px;
    height:285px;
    background-color:#ffffff;
    float:left;
    clear:both;
}
/* Center Column Styles */

#center_column {
    margin-left:6px;
    width:520px;
    float:left;
    height:100%;
}

/* Post Styles */

.post {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
    float: left;
    min-height: 100px;
    width: 538px;
	margin-left:15px;
}

.icon {
    clear: both;
    float: right;
    height: 47px;
    position: relative;
    right: 10px;
    top: 17px;
    width: 47px;
}

.icon ul li {
    display:none;
}

.post_content {
    float: left;
    margin-left: 19px;
    margin-top:18px;
}

.post_content h2 {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 440px;
}

.date {
    background-color: #8BD325;
    clear: both;
    float: left;
    height: 25px;
    margin-top: 5px;
    width: auto;
}

.date p {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 6px;
}

.body {
    float:left;
    width:500px;
    padding-bottom: 10px;
}

.body p {
    font-size: 13px;
    line-height: 18px;
    width: 500px;
    margin: 0px 0px 15px 0px;
}

.body p a {
    color:#35c79c;
}

.body ul {
    
}

.body ul li {
    font-size:13px;
    color:#2d2d2d;
    margin-bottom: 5px;
}

.body blockquote {
    border-left: 3px solid #C4C4C4;
    margin-left: 27px;
    padding-left: 12px;
}

.body blockquote p {
    width:400px;
    font-size:13px;
}


.readmore {
    font-size:13px;
    float:left;
    margin-bottom:10px;
}

/* Text Post Styles */

.text {
    
}

.text .body img {
    max-width: 500px;
    margin-top: 10px;
    text-align:center;
}

/* Photo Post Style */

.photo_container {
    margin-bottom: 15px;
    text-align:center;
}

/* Photo set Post Styles */

.photoset_container {
    margin-bottom: 15px;
}
.html_photoset {
    max-width:500px;    
}

/* Quote Post Styles */

.quote_container {
    margin-bottom:10px;
}

.quote_container p {
    font-size: 32px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    width: 490px;
}

.quote_container p a {
    font-size:34px; 
}

.quote_container p a cufon {
    padding-bottom:4px;
}


.quote_container p a:hover, .quote_container p a {
    text-decoration:none;
    color:#231f20;
}

.source {
    font-size:24px;
    margin-top: 5px;
    margin-bottom:15px;
    color:#231f20;
}

/* Link Post Styles */

.link h2 {
    margin-bottom:15px; 
}

/* Audio Post Styles */

.audio{
}

.audio_meta {
    font-size: 32px;
}

.audio_container {
    margin-bottom: 10px;
    margin-top: 15px;
}

/* Video Post Styles */

.video_container {
    margin-bottom: 15px;
}

.post_footer {
    clear: both;
    float: left;
    margin-bottom: 10px;
    min-height: 50px;
}
.post_meta {
    width: 500px;
    font-size: 12px;
    height: 20px;
    background-color: #CA1094;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.post_meta p {
    font-size: 11px;
    color: white;
    height: 15px;
    padding-left: 10px;
    display: inline;
    position: relative;
    top: 4px;
}

.post_meta p a {
    color:#ffffff;  
}

.social_meta {
    width: 500px;
    font-size: 11px;
    font-style: italic;
    height: 23px;
    margin-top: 10px;
    margin-left: -3px;
}

.social_meta ul {
    padding-left:0px;   
}

.social_meta ul li {
    list-style:none;
    display:inline;
    float:left;
}

.social_meta {
    width: 500px;
    font-size: 11px;
    font-style: italic;
    height: 23px;
    margin-top: 10px;
    margin-left: -3px;
}

.linkwithin_outer {
    float:left !important;
    clear:both !important;
}

.linkwithin_text {
   margin:0px !important;
   padding:0px !important;
   border:0px !important;
   padding-top:10px !important; 
   font-size:13px;
   text-transform:uppercase;
   font-weight:normal;
}

.linkwithin_posts {
    float:left !important;
    clear:both !important;
    margin-top:10px !important;
    width:500px !important;
    position:relative !important;
    right: 6px !important;
}

.linkwithin_inner a {
   padding-right:10px !important;   
   padding-left:10px !important;
   padding-top:0px !important;
   padding-bottom:0px !important;
      height:auto !important;
   min-height:100px !important;
   //border:0px none !important;
}

.linkwithin_title {
    font-size:11px !important;
    color:#1A1718 !important;
}

/*
#tumblrinlink {
    width: 500px;
    font-size: 12px;
    margin-top: 25px;
    margin-left: -3px;
    //border-bottom: 1px dotted #000000;
}

#inlink-title {
    background:url(/web/20140729160204/http://static.tumblr.com/fbpqdir/SYxlmnqfm/other-posts.png) no-repeat;
    width:181px;
    height:27px;
}

#inlink-title h2 {
    display:none;   
}

#inlink-loading, #inlink-logo {
    display:none;   
}

#inlink-list {
    list-style:none;
    list-style-type:none;
    padding-left:0px;   
}

#inlink-list li {
    font-size: 12px;
    margin-left: 10px;
}

.inlink-item a img {
    display:none;   
}*/

.st_sharethis_hcount {
    margin-right:8px;   
}

.permalink {
    color: #FFFFFF;
    left: 315px;
    position: relative;
    top: 5px;
    cursor:pointer;
}

/* Post Nav Styles */

#nav {
    width:538px;
    height:36px;
}

#previous {
    float:left;
    clear:both;
    margin-bottom: 20px;
    display:inline;
}

#previous a {
    background-color: #FFFFFF;
    font-size: 13px;
    padding: 12px 15px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#next {
    float:right;
    margin-bottom: 20px;
    display:inline;
}

#next a {
    background-color: #FFFFFF;
    font-size: 13px;
    padding: 12px 15px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


/* Right Column Styles */

#right_column {
    float: left;
    height: 100px;
    width: 184px;
    margin-right: -20px;
}

#link_module {
    width:184px;
    min-height:100px;
    background-color:#ffffff;
    float:left;
    clear:both;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:15px;
}

#book_module {
    width:184px;
    min-height:440px;
    background-color:#ffffff;
    float:left;
    clear:both;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 12px;
	padding-top: 6px;
}

#link_title {
    margin-left:17px;
    margin-top:-4px;
    height:20px;
}

#link_title h3 {
    color:#ca1094;
}

#link_block {
    background-color: #CA1094;
    height: 18px;
    left: 114px;
    position: relative;
    top: -44px;
    width: 38px;
}

#links {
    width: 148px;   
}

#links ul {
    margin-left: 19px;
    margin-top: 15px;
    padding-left: 0;
}

#links ul li {
    font-size: 12px;
    list-style: none outside none;
    margin-bottom: 5px;
}

#search_module {
    width:184px;
    min-height:100px;
    background-color:#ffffff;
    float:left;
    clear:both;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:15px;
}

#search_title {
    margin-left:17px;
    margin-top:-4px;
    height:20px;
}

#search_title h3 {
    color:#8BD325;
}

#search_block {
    background-color: #8BD325;
    height: 18px;
    left: 74px;
    position: relative;
    top: -44px;
    width: 78px;
}

#search_form {
    margin-bottom: 15px;
    margin-left: 17px;
    width: 151px;
}

#search_field {
    background-color: #e3e3e3;
    border: 0 none;
    height: 18px;
    margin: 0 none;
    margin-top: 15px;
    padding: 0 none;
    width: 151px;
}

input#search_button {
    background-color: #FFFFFF;
    border: 0 none;
    color: #35C79C;
    font-size: 12px;
    margin: 0 none;
    padding-left: 0px;
    margin-top: 10px;
}

input#search_button:hover {
    text-decoration:underline;
    cursor:pointer;
}

/* Foot Styles */


#foot {
    width:980px;
    height:66px;
    margin-top: 5px;
    padding-bottom:40px;
    float:left;
}

#footer {
    width:980px;
    height:66px;
    background-color:#ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:50px;
    float:left;
}

#copy {
    display:inline;
    float:left;
    clear:both;
}

#copy ul {
    padding-left:25px;
}

#copy ul li {
    list-style:none;
    display:block;
    font-size:11px;
    color: #2d2d2d;
    margin-bottom: 5px;
}

#copy ul li a {
    color: #2d2d2d; 
}

#copy ul {
    margin-left: 25px;
    margin-top: 19px;
    padding-left: 0;
}

#foot_menu {
    display: inline;
    float: right;
    font-size: 11px;
    margin-right: 10px;
    margin-top: 19px;
}

#foot_menu ul {
    padding-left:0px;
    margin-top:0px;
}

#foot_menu ul li {
    list-style:none;
    display:inline;
    margin-right: 15px;
}

.adspot {
    margin-top:20px !important; 
}

