/*
Theme Name: CardSharp
Theme URI: 
Description:
Version: 0.1
Author: Wayne Vinson
Author URI: 
Tags:

*/



/* Top Level Layout */
#page {
        margin: auto;
        width: 1000px;
        }

#header {
        height: 100px;
        width: 1000px;
        }

#content {
        width: 776px;
        float: left
        }

#sidebar {
        width: 210px;
        float: left
        }

#footer {
        width: 1000px;
        float: left
        }

.navigation {
	display: block;
	text-align: center;
	}




/* Background Colors */
#page {
        background-color: white;
      }

#header {
        background-color: #73a0c5;
        }

#footer {
        background-color: #73a0c5;
        }

.alt {
background-color: #eaeaea;
}


/* Padding & Text Positioning */
#header{
padding-left: 10px;
padding-top: 1px;
}

.post{
padding-left: 8px;
padding-right: 8px;
padding-bottom: 8px;
padding-top: 4px
}

#sidebar{
padding-left: 10px;
padding-top: 10px;
}

#footer {
        text-align: center
        }

#comments{
padding-left: 10px;
}

#respond{
padding-left: 10px;
}

#commentform{
padding-left: 10px;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}



/* Fonts, Sizes And Text Colors */
body    {
        font-size: 90%;
        /*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
        color: #333;
        }

h1, h2, h3, h4, h5, h6 {
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }
a {
text-decoration: none;
color: #44a;
}

a:hover{
color: #533;
}

h1 a{
color: #335;
}


.feedlink{
color: orange;
}



/* Borders */

.post {
        border-left: 1px solid #73a0c5;
        border-bottom: 1px solid #73a0c5;
}

#sidebar{
        border-left: 1px solid #73a0c5;
        border-bottom: 1px solid #73a0c5;
}





/*sidebar lists need to be compact and no bullets*/
#sidebar ul{
list-style-type: none;
text-indent: -40px;
}
/*two levels deep*/
#sidebar ul ul{
text-indent: -70px;
}
/*three levels deep*/
#sidebar ul ul ul{
text-indent: -100px;
}
/*four levels deep*/
#sidebar ul ul ul ul{
text-indent: -130px;
}
