/*
Theme Name: KWL WordPress Theme
Theme URI: http://www.kwlonline.com/blog
Description: A wordpress theme for Kingswood Leisure Ltd
Version: 1.0
Author: David Ball
Author URI: http://www.streamlinemarketing.co.uk
*/

*{
margin:0;
padding:0;
}
body{text-align:center;font-family:arial,sans-serif;font-size:12px;color:#f0f0f0;background-color:#000;}
#wrapper{text-align:left;margin:0 auto;width:850px;background-image:url(http://www.kwlonline.com/blog/wp-content/themes/kwlwptheme/images/bg.png);background-repeat:no-repeat;overflow:hidden;padding:0 110px;}
#cwrapper{float:left;width:850px;}
#logo{width:850px;height:140px;float:left;}

#postwrapper{float:left;width:650px;margin-top:100px;}

#rightnav{float:left;width:150px;margin:90px 0 0 25px;}



.post{float:left;background-color:#1D1D1D;width:650px;margin:0 0 20px;}
.topcell{float:left;width:650px;height:13px;background-image:url(http://www.kwlonline.com/blog/wp-content/themes/kwlwptheme/images/topcell.png);background-repeat:no-repeat;}
.bottomcell{float:left;width:650px;height:13px;background-image:url(http://www.kwlonline.com/blog/wp-content/themes/kwlwptheme/images/bottomcell.png);background-repeat:no-repeat;}

/* POST TEXT */
h1{font-family:century gothic,arial,sans-serif;font-size:18px;padding:0 20px 5px;}
h1 a{font-family:century gothic,arial,sans-serif;font-size:18px;text-decoration:none;color:#84B0DD;}
h1 a:hover{font-family:century gothic,arial,sans-serif;font-size:18px;color:#9DDE72;}
.post h2{font-size:18px;padding:0 20px 5px;}
.post h2 a{font-size:18px;color:#84B0DD;text-decoration:none;}
.post h2 a:hover{color:#9DDE72;}
.post p{padding:0 20px 5px;}
.post a{color:#84B0DD;text-decoration:none;}
.post a:hover{text-decoration:underline;}
p.postdate{font-size:11px;color:#CCCCCC;}
p.comments{font-size:11px;color:#CCCCCC;}

/* TOP MENU */
#topmenu{float:left;width:850px;}
.menu{width:850px;position:absolute;top:141px;text-align:center;font-family:century gothic,arial,sans-serif;font-size:11px}

a.nav:visited,a.nav:active,a.nav:link{color:#ddd;font-weight:normal;text-decoration:none}
a.nav:hover,.or{color:#fff;text-decoration:none}

/*IMAGE STYLES*/
img,input {border:0;}
.wp-caption{border: 1px solid #000;text-align: center;background-color: #000;padding-top: 4px;margin: 10px 10px 10px 20px;-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.wp-caption img{margin: 0;padding: 0;border: 0 none;}
.wp-caption p.wp-caption-text {font-size: 11px;color:#fff;line-height: 17px;padding: 0 4px 5px;margin: 0;}

/*COMMENT STYLES*/
h3.comments{padding:20px 0 10px 20px;}
h3{padding:0 0 10px 20px;}
ol.comments{padding:0 0 0 40px;}
textarea#comment{width:400px;}

/*RIGHT NAV STYLES*/
#rightnav a{color:#84B0DD;font-weight:bold;font-size:15px;text-decoration:none;}
#rightnav a:hover{color:#9DDE72;text-decoration:underline;}
#rightnav ul{}
#rightnav li{margin-left:17px;list-style:square;}
#rightnav li a{color:#84B0DD;text-decoration:none;font-weight:normal;font-size:12px;}
#rightnav li a:hover{color:#9DDE72}
h3.rightnav{padding:10px 0 3px 0;}
#rightnav caption{text-align:left;font-size:15px;font-weight:bold;margin:8px 0 3px 0;}

/*SEARCH FORM*/

#searchform {margin: 10px auto;padding: 5px 3px;text-align: left;}
#rightnav #searchform #s {width: 108px;padding: 2px;}
#rightnav #searchsubmit {padding: 1px;}
