/*
Theme Name: Alteredskate V1.0
Theme URI: http://www.alteredskate.com
Description: Alteredskate's First Theme
Author: Cameron Bailey
Author URI: http://www.cameronbailey.com


/*-----------Block Level Elements--------------*/

body {
        font-family: verdana;
        font-size: 0.9em;
        color: #003366;
        background: #ffffff;
}

#page {
	width: 760px;
	margin: 0 auto;
        background: #ffffff;
}

#header {
        /* background: url("images/header.jpg") no-repeat bottom center; */
        background: #ffffff;
	width: 740px;
        padding-right: 10px;
        margin: 0;
}

#header a{        
	color: #003366;
        text-decoration: none;
}

#header a:hover{
	color: #336699;
        text-decoration: underline;
}

.description {
        background: #ffffff;
}

#wrapper {
	width: 760px;
        background: #ffffff;
}

#content {
	float: left;
	width: 500px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 20px;
        background: #ffffff;
}

#banner {
        text-align: center;
}

#sidebar {
	width: 220px;
	margin-left: 520px;
        padding: 10px;
        background: #ffffff;
}

#footer {
	width: 740px;
        background: #ffffff;
        padding: 10px;
	clear: both;
        font-size: 0.7em;
        text-align: center;
}

#footer a{
	color: #a5a531;
        text-decoration: underline;
}

#footer a:hover{
	color: #a5a531;
        text-decoration: none;
}

/*-------------Headings-------------*/

h1 {
        margin: 0;
        padding: 0;
        font-size: 2.0em;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
        text-decoration: none;
        font-size: 0.9em;
        text-align: left;
}

.post {
        text-align: justify;
}

.post p {
  
}

.post a {
        color: #a5a531;      
        font-weight: bold;
}

.post a:hover {
        color: #7ca01c;      
        font-weight: bold;
        text-decoration: none;
}

.post ul {

}

.post li {

}

.entry {

}

.postmetadata {
        font-size: 0.8em;
        color: #003366;
        border-bottom: 1px solid #003366;
        padding-bottom: 5px;     
}

.postcomments {
        font-size: 0.8em;
        color: #003366;
}

.entrytext .postmetadata {
}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
        margin: 0 0 10px 0;
        padding: 0;
}

#sidebar ul h2 {
        margin: 0;
        padding: 0;
        font-size: 0.9em;
}

#sidebar ul li {
        margin: 0;
        list-style-type: none;
	list-style-image: none;
}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {
        color: #a5a531;
        font-weight: bold;
}

#sidebar a:hover {
        color: #7ca01c;
        text-decoration: none;
}

/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {
        color: #a5a531;      
        font-weight: bold;
}

ol.commentlist a:hover {
        color: #7ca01c;      
        font-weight: bold;
        text-decoration: none;
}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {
        margin-bottom: 10px;
}

#searchform input {
        background: #a5a531;
        color: #ffffff;
}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}