/*
Theme Name: SAKC
Description: Experimental theme for the St Andrews Korfball Club website.
Version: 0.1
Author: Michael Bird
Author URI: http://www.mike-bird.net
Tags: blue, korfball
*/


body {
background: white;
}

#wrapper {
width: 1010px;
margin: auto;
border: 1px solid black;
background: white;
background: url('images/contentbg.png') repeat-y;
font-family: Arial, Helvetica, san-serif;
}

#header {
background: #000066 url('images/headerbg.png') no-repeat 530px;
width: 1010px;
height: 105px;
}

#header h1 {
text-indent: -9999px;
background: url('images/headerlogo.png') no-repeat;
width: 173px;
height: 77px;
float: left;
margin: 10px 0 0 35px;
}

#searchform input{
float: right;
width: 180px;
margin-right: 35px;
margin-top: 70px;
}

#nav1 {
width: 220px;
float: left;
display: inline;
background: url('images/contentgrad.png') repeat-x;
padding: 30px 0 0 40px;
color: #333333;
}

#content {
float: left;
display: inline;
width: 525px;
background: url('images/contentgrad.png') repeat-x;
padding: 30px 15px 20px 20px;
color: #333333;
}

#nav2 {
float: right;
display: inline;
width: 190px;
background: url('images/contentgrad.png') repeat-x;

}

#footer {
clear: both;
}


#toppost h3 {
font-size: 16px;
margin: 15px 0 15px 0;
font-weight: normal;
}

#toppost img {
float: left;
padding: 0 14px 0 0;
}

#toppost p {
font-size: 14px;
line-height: 18px;
padding: 0 0 20px 0;
}

#content h2 {
font-size: 20px;
color: #333333;
}

.postsnippet {
font-size: 14px;
line-height: 18px;
padding: 0 0 20px 0;
}

.postsnippet h3 {
font-size: 16px;
padding: 15px 0 0 0;
}

.postsnippet p {
padding: 0 0 15px 0;
}


#content a:link {
color:#333333;
}

#content a:visited {
color:#333333;
} 

#content a:hover {
text-decoration:underline
}

#content ul {
font-size: 14px;
line-height: 18px;
list-style-type: circle;
padding: 10px 0 10px 45px;
}

#content h2 {
  padding-bottom: 10px;
}

#content h3 {
  padding-bottom: 10px;
  font-weight: normal;
}

#content strong {
font-weight: bold;
}

#content em {
font-style: italic;
}

#content ol {
font-size: 14px;
line-height: 18px;
list-style-type: decimal;
padding: 10px 0 10px 45px;
}

#content blockquote {
padding: 10px;
margin: 0 40px;
background: #f4f4f4;
border: solid 1px #333333;
}

#content address {
font-size: 14px;
line-height: 18px;
text-indent: 20px;
}

#content pre {
font-size: 14px;
font-family: courier;
}

#content h1 {
padding: 5px 0;
font-size: 24px;
}

#content h4 {
padding: 5px 0;
font-size: 16px;
}

#content h5 {
padding: 5px 0;
font-size: 14px;
font-weight: bold;
}

#content h6 {
padding: 5px 0;
font-size: 14px;
font-weight: bold;
}

.date {
color: #aaaaaa;
font-size: 12px;
padding-bottom: 5px;
}

#page p {
font-size: 14px;
line-height: 18px;
padding: 0 0 15px 0;
}

#nav2 {
padding: 30px 0 0 0;
}

#nav2 img {
padding: 20px 0 0 10px;
}

#nav1 h3 {
margin-top: 3px;
font-size: 18px;
padding: 0 0 15px 0;

}

#nav1 li {
padding: 0 0 15px 0;
}

#nav1 a {
text-decoration:none;
} 

#nav1 a:link {
color:#333333;
} 
#nav1 a:visited {
color:#333333;
} 
#nav1 a:hover {
text-decoration:underline;
} 

#footer {
background: #666666;
color: white;
height: 20px;
text-align: center;
font-size: 12px;
padding: 5px 0 0 0;
clear: both;
}

#footer a:link {
color:white;
} 
#footer a:visited {
color: white;
} 
#footer a:hover {
color: #bbbbbb;
} 
