@import url("/static/css/960.css");

/* 
# Font Colours 
  
  Body text: #4E443C 
  Top header: #4E443C
  Post header: rgb(228,79,58)
  Comment header: rgb(228,79,58);

  Link Colour: rgb(40,106,204)
  Background: #FFF;

*/

/* Text Styling */
header
{
    margin:15px 0px 30px 0px;
}

.author_profile_photo
{
    height:100px;
    width:100px;
}

body
{
    background-color:#FFF;
    color:#4E443C;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;      
}

a, a:visited
{
    color:rgb(40,106,204);    
    text-decoration:none;
    font-size:12px;
    font-variant:normal;
    font-weight:normal;
}

a:hover
{
    text-decoration:underline;    
}

h1, h1 a, h1 a:visited, h1 a:hover
{
    font-family: 'Droid Serif', Georgia, Times, serif;
    font-size: 49px;
    line-height: 65px;
    text-decoration:none;
    color:#4E443C;
}

h2, h2 a, h2 a:visited, h2 a:hover
{
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    line-height: 30px;      
    font-size:28px;
    color:rgb(228,79,58);
    margin-bottom:15px;
    text-decoration:none;
    font-weight:bold;
}

h3
{
    color:rgb(228,79,58);    
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size:16px;
    margin-top:30px;
}

h4
{
    color:#4E443C;
    font-size:12px;
    margin-top:15px;
}

.bottom_spacer
{
    margin-bottom:15px;    
}

.tiny
{
    font-size:12px; 
}


p
{
    font-size:12px;
}

p.share
{
    font-size:11px;  
    color:#999; 
    margin:10px 0px;
}

.stats
{
    font-size:13px;
    color:#AAA;
    font-variant:small-caps;
    display:block;
    margin-bottom:0px;   
    text-align:right;      
}

div.stats span
{
    display:block;
}

.subheading_small
{
    font-size:12px;
    color:#AAA;
    font-variant:small-caps;
    margin-bottom:0px;       
}


article
{
    margin-bottom:50px;
}


div.photo_album_thumbnails
{
    margin-top:20px;
    margin-bottom:20px;
    float:right;    
}

div.thumbnail
{
    height:75px;
    width:75px;
    overflow:hidden;
    margin-left:5px;
    margin-bottom:5px;
    float:left;
}


.image_large
{
    max-width:97%;
    margin:10px 0px;    
}

.video_large
{
    width:97%;
    height:385px;
    margin:10px 0px;     
}

.article
{
    margin:15px 0px;
}

.padded
{
    margin-right:15px;
}


#next_page
{
    text-align:right;    
}

.comment
{
    margin-bottom:10px;
}

.comments_view
{
    float:right;
    font-weight:bold;
}