/*   
Theme Name: SkagitSCD
Theme URI: http://www.skagitscd.org
Description: a one-off, custom template for the Skagit Scottish Country Dancers
Author: Kodiak Web Design
Author URI: http://www.kodiak-web-design.com
Template:
Version: 0.1
.
Not for distribution.
.
*/

* {
margin: 0;
border: 0;
padding: 0;
list-style-type: none;
}
	
body {
background: #fff url("images/background.jpg") no-repeat 99% 2em fixed;
color: #000;
background-color: #282727;
font-size: 62.5%;
font-family: Arial, sans-serif;
z-index: 0;
}
	
a:link {
color: #545496;
}

a:visited {
color: #4AA18A;
}

a:hover {
color: #afaacf;
}

a:active {
color: #a9d7cb;
}

.uploads a {
font-size: 1.5em;
}

.clearboth {
clear: both;
}

#wrapper {
width: 745px;
height: 100%;
background-color: #fff;
margin: 20px;
border: 2px solid #afaacf;
text-align: left;
opacity: .9;
filter: alpha(opacity=90);
-moz-opacity: .9;
}

#header {
width: 100%;
height: 250px;
}

#logo {
width: 200px;
height: 195px;
margin: 20px 0px 10px 10px;
float: left;
}

#title {
width: 500px;
height: 150px;
float: right;
margin-top: 50px;
margin-right: 10px;
}

#navigation {
width: 100%;
height: 30px;
background: #a9d7cb;
font-size: 1.5em;
}

#navigation ul li {
float: left;
}

#navigation a {
text-decoration: none;
background: #fff;
margin: 0.5em;
border-top: 1px solid #ccc;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
border-left: 1px solid #ccc;
padding: 0.3em;
line-height: 200%;
}

#navigation a:hover {
text-decoration: none;
background: #fff;
margin: 0.5em;
border-top: 1px solid #666;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #666;
padding: 0.3em;
line-height: 200%;
}

#navigation ul li.login {
float: right;
margin-right: 20px;
}

#content {
width: 700px;
margin: 20px auto;
}

.post h2 {
clear: both;
color: #545496;
margin-bottom: 1em;
font-size: 2em;
}


.post h3 {
color: #545496;
margin-top: 1em;
font-size: 1.5em;
}
.post h4 {
color: #545496;
margin-top: 1em;
font-size: 1.3em;
font-weight: normal;
}

#sidebar {
float: right;
width: 100px;
padding: 0 2em;
}

#sidebar h2 {
margin-top: 1em;
font-size: 1.8em;
color: #545496;
}

#sidebar li ul li{
font-size: 1.5em;
}

#pagemainimg {
float: right;
width: 300px;
border: 2px solid #afaacf;
margin-bottom: 20px;
}

.pageimg {
float: right;
border: 2px solid #A19CBD;
margin-bottom: 25px;
margin-left: 25px;
}

p {
font-size: 1.5em;
margin-bottom: 10px;
}

#col1 {
float: left;
width: 45%;
}

#col2 {
width: 45%;
float: right;
}

#footer {
width: 100%;
border-top: 1px solid #545496;
line-height: 200%;
text-align: center;
color: #999;
}

#footer p {
font-size: 1em;
margin-top: 1em;
}