/*  
Theme Name: Inside Track
Theme URI: http://www.theinsidetrack.org.uk
Description: Inside Track theme
Version: 1.0
Author: Tim Ward
Author URI: -

*/

body
{
    margin: 0;
    font-family: trebuchet, arial, sans-serif;
    text-align: left;
    font-size: 11pt;
    background: #202044 url('wallpaper.jpg');
    /* background-repeat: no-repeat; */
}

h2
{
    font-size: 16pt;
    font-family: trebunchet, arial, sans-serif;
    font-weight: normal;
    margin: 3px;
    padding: 3px;
}
p
{
    margin: 0.38em 0 1em;
}
.wrapper
{
    margin: 0 auto 0 auto;
    width: 1020px;
    text-align: left;
}

.footer
{
    margin: 0 auto 0 auto;
    background: white;
    border: 1px ridge grey;
    width: 1020px;
    text-align: center;
    font-size: 10px;
    padding: 4px;
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
    bottom: 0px;
}

.comments-template
{
	margin: 10px 0 0;
	padding: 20px;
	background: white;
	border: 1px ridge #cdcdcd;
}

.comments-template ol
{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li
{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 5px;
	background: #CDCDCD;
}

.comments-template h2, .comments-template h3
{
    font-size: 16pt;
    font-family: trebunchet, arial, sans-serif;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea
{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.banner
{
    margin: 0 auto 0 auto;
    height: 162px;
    width: 1020px;
    background: url('banner.jpg');
    border: 2px white;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px;
    border: 1px ridge #cdcdcd;
}

.navigation
{
    background: white url('gradient.jpg');
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    border: 1px ridge #cdcdcd;
    margin-bottom: 20px;
}

.blog_content
{
    width: 750px;
    float: left;
}

.blog_post
{
    background: white url('gradient.jpg');
    background-repeat: no-repeat;
    padding: 10px;
    float: left;
    margin-top: 20px;
    border: 1px ridge #cdcdcd;
}

.sidebar
{
    width: 250px;
    float: right;
    margin-top: 20px;
    margin-left: 12px;
    padding: 0px;
}

.sidebar ul
{
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}

.sidebar li
{
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}

.smallprint
{
    font-size: 9pt;
}

.postmetadata
{
    font-size: 10pt;
    border-top: 1px dotted grey;
}

a:link
{
    color: #8C1717;
    text-decoration: none;
}
a:hover
{
    color: #C68C8C;
}
a:visited
{
    color: #8E2323;
    text-decoration: none;
}

a.post_heading:link
{
    font-size: 24pt;
    color: #333333;
    text-decoration: none;
}
a.post_heading:visited
{
    font-size: 24pt;
    color: #333333;
    text-decoration: none;
}
.aligncenter
{
    margin: 0 auto;
    text-align: center;
}
.wp-caption-text
{
    font-size: 0.77em;
    text-align: center;
}
blockquote
{
    background: #eee;
    padding: 0.5em
}
.leading
{
    font-size: 1.08em;
}
.alignleft
{
    float: left;
    margin: 0.5em 0.5em 0.5em 0;
}
.alignright
{
    float: right;
    margin: 0.5em 0 0.5em 0.5em;
}
