body
{	
	margin: 0px;
	background: gray;
    font-family: Verdana;
}

img
{
	border-style: none;
}

a:link, a:visited
{	
	color: black;
    text-decoration: none;
}

a:hover
{	
	color: gray;
    text-decoration: underline;
}

#wrapper
{
    width: 960px;
	margin: 20px auto;
    background: white;
    border: 1px solid black;
}

#header
{
    height: 90px;
    padding: 25px;
    background: #F9FBDB;
    background-repeat: repeat-x;
	background-image: url('http://myhome.iolfree.ie/~endaquigley/rickygervais/images/header_background.png');
}

#logo
{
    float: left;
    text-align: left;
}

#advert
{
    text-align: right;
}

#navigation
{
	clear: both;
    padding: 13px 0px;
    text-align: center;
    background: #F5F8C4;
    font-size: small;
    border-top: 1px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
    border-style: solid;
    border-color: black;
}

.link
{
    margin: 8px;
}

#content
{   
    padding: 30px;
    font-size: small;
    line-height: 22px;
    text-shadow: rgba(0,0,0,.1) .1em .1em .1em;
    background-repeat: no-repeat; 
    background-position: right bottom;
    background-image: url('http://myhome.iolfree.ie/~endaquigley/rickygervais/images/corner_image.png');
}

#content_footer
{   
    height: 60px;
    margin-top: 80px;
}

#copyright
{
    padding: 20px;
    text-align: center;
    font-size: x-small;
    background: #F9FBDB;
    border-top: 1px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-style: solid;
    border-color: black;
    background-repeat: repeat-x;
    background-image: url('http://myhome.iolfree.ie/~endaquigley/rickygervais/images/footer_background.png');
}

.blog_wrapper
{
    border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: gray;
    margin-top: 40px;
}

.blog_date
{   
    float: right;
    height: 60px;
    line-height: 60px;
}

.blog_post
{
    clear: both;
    text-align: justify;
}

.blog_footer
{   
    clear: both;
    margin-top: 60px;
}

#episode_container
{
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

#episode_image
{
    float: left;
}

#sidebar
{
    float: right;
}

#episode_information
{
    margin-left: 230px;
    margin-right: 158px;
}

#bottom_panel
{
    margin-top: 80px;
    margin-bottom: 10px;
}

#episode_stats
{
    margin-left: 70px;
}

#episode_stats p
{	
	line-height: 10px;
}

#flattr
{
    float: left;
}

#episode_list
{	
	overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 20px;
}

.single_episode
{	
	float: left;
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
}