/*   
Theme Name: Badminton Portal Theme
Theme URI: 
Description: The theme of JP's Badminton Portal
Author: Tony Jiang
Author URI: http://www.jpbadminton.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* Text adjustments */
body, input, textarea {
    font: 16px Arial, sans-serif;
    line-height: 22px;
}

#blog-description {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

h3.widgettitle {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    display: block;
    color: #2D74A1;
    border-bottom: 1px dotted #2D74A1;
    margin-bottom: 10px;
}
input#s {
    border:1px solid #666; 
    margin: 0px;
    vertical-align:middle;
}
.widget_tag_cloud a {
    line-height: 120%;
}


/* Comment Form */
#respond {
    background-color: #DEF2FF;
    padding: 10px;
    border: 1px solid #ccc;
}
.form-section label {
    font-size:15px;
    font-weight: bold;
}
#form-allowed-tags p {
    font-size:15px;   
}
#form-allowed-tags code {
    font-size:15px;
}

/* Page menu */
.sf-menu a {
	padding:9px 13px 9px 38px;
        background-image: url('images/page-icon.gif');
        background-repeat: no-repeat;
        background-position: 5px center;
}
.windows .sf-menu a {
	padding:9px 13px 10px 35px;
}

/* Layout adjustments */
#aboveheader {
    width:940px;
    margin:0 auto;
    padding: 5px;
    text-align: right;
}

#aboveheader img {
    vertical-align:middle;
    margin-right: 5px;
    margin-left: 5px;
}

#aboveheader a {
    text-decoration: none;
    font-weight: bold;
}

#topsearch {
    display: inline;
    vertical-align: middle;
    float: right;
}
    
#header {
    background-color: #fff;
    background-image: url('images/header-background.jpg');
    background-position: center 25px;
    background-repeat: repeat-x;
}

#content {
    overflow:hidden;
    width:530px;
}

.main-aside {
    width:340px;
}

#secondary li.widgetcontainer {
    border: 1px dotted #cccccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

#secondary li.widgetcontainer li {
    list-style-image: url(images/bullet.gif);
}

#main div.aside {
    border: none;
}

#footer {
    background-color: #0099FF;
    background-image: url('images/footer-background.jpg');
    background-repeat: repeat-x;
    background-position: center bottom;
    min-height: 300px;
}

#siteinfo {
    color: #ccc;
}

#siteinfo a {
    color: #ccc;
}
.wp-pagenavi {
    padding-left:20px;
}



