/*
Theme Name: Side Swipe
Theme URI: http://www.becmatheson.com
Description: Widget Ready theme created originally for BSRT
Version: 1.0
Author: Rebecca Matheson
Author URI: http://www.becmatheson.com
*/

/*General Styles & Layout*/

body { 
	background-color:#FFFFFF;
	background-image:url(http://www.bsrt.com.au/wp-content/themes/bsrt/images/background.gif);
	background-repeat:no-repeat;
	font-family: Georgia, serif;
	font-size: 100%;
	line-height: 1.3em;
	}

#header {
	margin: 50px 0px 0 40px;
	width: 300px;
	height: 88px;
	}

#wrapper{
        width: 1024px;
        float: left;
        }
	
#content {
	margin: -10px 0 20px 520px;
	overflow: hidden;
        color: #547d27;
        font-size: 0.75em;
float: left;
position: relative;
letter-spacing: 0.05px;
	}

strong {
line-height: 0.8em;
}

p {
  line-height: 1.5;
  margin-top: 1.5em;
  margin-bottom: 0px }

ul  {
        list-style: disc;
        font-weight: normal;
	}

ul li {
        list-style: disc;
        font-weight: normal;
margin: 0 0 8px 0;
	}

ol  {
        font-weight: normal;
	}

ol li {
        font-weight: normal;
margin: 0 0 8px 0;
	}
	
#footer {
	width: 500px;
	margin: 0 0 0 520px;
	position: relative;
	color: #e5eedc;
        font-size: 0.75em;
float: left;
	}

.postinfo {
        color: #e5eedc;
        }
.postinfo a:link, a:visited, a:hover, a:active
       {
        color: #e5eedc;
        }

blockquote {
	margin-left: 1.5em;
	padding-left: 5px;
}

p {
	padding: 0px 0px 15px;
	margin: 0px;
}

h1 {
	font-family: Georgia, serif;
        font-size: 1.25em;
margin: 0 0 12px 0;
letter-spacing: 0.8px;
	}


h2 {
	font-family: Georgia, serif;
	}


h3 {
	font-family: Georgia, serif;
        font-size: 1.125em;
	}


h4, h5, h6, h7, h8 {
	font-family: Georgia, serif;
	}



/*Image Styles*/

img    {
       border-style: none;
       }

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }
	
/*Navigation & Dynamic Sidebar*/
	
#sidebar {
	width: 200px;
	margin: -90px 0 20px 310px;
	font-family: Georgia, serif;
	font-size: 0.75em;
        font-weight: normal;
	line-height: 2.2em;
	color: #547d27;
        text-decoration: none;
        float: left;
	}
	

#sidebar ul     {
        list-style: none;
        margin: 0 0 0 0px;
        font-size: 0.8em;
	}

#sidebar ul li {
list-style: none;
}

a:link { 
	color: #547d27;
        text-decoration: none;
	}
	
a:visited { 
	color: #547d27;
        text-decoration: none;
	}
	
a:hover { 
	color: #547d27;
        text-decoration: none;
        font-weight: bold;
	}
	
a:active { 
        text-decoration: none;
	}

.standardlink:hover { 
        text-decoration: underline;
        font-weight: normal;
	}

/*Comments*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

div.pfprofile {
font-size: 0.6em;
}


