/*  

*****************************************************
-----------------------------------------------------

Theme Name: Simplixity
Description: A simple, two-column layout. Simplixity is entirely web standards compliant.
Version: 0.8
Author: James Barclay
Author URI: http://everythingisgray.com/
Theme URI: http://everythingisgray.com/simplixity-wordpress-theme/
Tags: two-columns, fixed-width, right-sidebar, tan, light

    Simplixity by James Barclay
    http://everythingisgray.com/

    The XHTML, CSS, PHP, and images included in this theme are released under the GPL:
    http://www.opensource.org/licenses/gpl-license.php

-----------------------------------------------------
*****************************************************



********************
--------------------
      Contents
--------------------
********************

 
	* General
	* Layout
		- Header
		- Container
	* Content	(Includes items in the main content area)
		- Post headers
		- Posts
    * Navigation    (Includes items in the navigation menu)
        - Navigation
	* Sidebar	(Includes items in the sidebar)
		- General
		- Sidebar headers
		- Wordpress calendar
	* Footer   (Includes items in the footer)
	* Misc.    (Includes miscellaneous items)

*/

/*******************
 **    General    **
 *******************/

html {
    background: #211308 url(http://sportsleeg.com/plugin_assets/community_engine/images/sportsleeg/main_bg2.jpg) repeat-x bottom left;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    /*font-size: 1em;
    vertical-align: top;
    color: #000000;*/
/*body style pulled from .com*/
font-size:13px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.231;
}

img{
    border: 0;
}

.width {
margin:0 auto;
width:968px;
}

h1{
    font-family: Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.5em;
    padding: 0 0 0 0;
}
#hd {
    background: #fff url(http://sportsleeg.com/plugin_assets/community_engine/images/sportsleeg/bg_header.png) repeat-x 0 0;
    height: 150px;
}

#hd h1 {
    float: left;
}

#hd h1 a {
    background: url(http://sportsleeg.com/plugin_assets/community_engine/images/sportsleeg/logo.png) no-repeat 0 0;
    width: 281px;
    height: 66px;
    display: block;
    text-indent: -9999999px;
    margin: 20px 0 10px 0;
}

#hd h1 a:hover {
    text-decoration: underline;
}

#hd h2 {
    float: right;
    font-size: 138.5%;
    margin-top: 25px;
}

/* Navbar */

#NavBar {
    background: #a5c7d6 url(http://sportsleeg.com/plugin_assets/community_engine/images/sportsleeg/bg_nav.png) repeat-x bottom left;
    /*border-top: 1px solid #a5c7d6;*/
    clear: both;
}

#NavBar ul, #NavBar ul li {
    float: left;
margin:0;
padding:0;
}

#NavBar ul li a {
    display: block;
    font-size: 108%;
    padding: 15px 20px;
    font-weight: bold;
    border-right: 1px solid #306ca1;
    color: #fff;
    text-decoration: none;
    text-shadow:2px 0 2px #518EC2;
    /*font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;*/
}

#NavBar ul li#active a, #NavBar ul li.current a {
    background: #fff;
    text-decoration: none !important;
    color: #306ca1;
    text-shadow: #cecece 2px 2px 1px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

#NavBar ul li a:hover {
    text-decoration: underline;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

#NavBar form {
    float: right;
}

#NavBar form label {
    display: none;
}

#NavBar form input {
    font-size: 108%;
    padding: 4px 15px 4px 5px;
    margin: 11px 10px 0 0;
    background: #fff url(http://sportsleeg.com/plugin_assets/community_engine/images/search.gif) no-repeat right center;
    border: none;
}

#Shadow {
    background: url(http://sportsleeg.com/plugin_assets/community_engine/images/sportsleeg/header_shadow.png) no-repeat top center;
    padding: 7px 0 0 0;
    clear: both;
}

#header h1 a{
    color: #5b5b5b;
}
#header h1 a:hover{
    color:#a52713;
    text-decoration: none;
}
h2 a{
    color: #5b5b5b;
}
h2 a:hover{
    text-decoration: none;
    color: #333333;
}
a:link, a:visited{
    text-decoration: none;
    color: #4265ac;
}
a:hover{
    text-decoration: underline;
    color: #09467d;
}
p{
    padding: 10px 0 0 0;
}

/*******************
 **    Layout     **
 *******************/


#header_wrapper{
    margin: 0 auto;
    width: 100%;
    background-image: url(http://blog.sportsleeg.com/wp-content/uploads/2009/12/wordpress_header_wrapper_img1.gif)
}
#header{
    margin: 0 auto;
    position: relative;
    width: 750px;
    height: 80px;
    padding: 0px 0 0px 0;
    background-image: url(http://blog.sportsleeg.com/wp-content/uploads/2010/01/wordpress_header2.jpg)
}
#background_container{
    background-color: #FFFFFF;
    width: 100%;
    /*border-top: 1px solid #ccc;*/
    /*text-align:center;*/
    background: #2983cf url(http://sportsleeg.com/plugin_assets/community_engine/images/sportsleeg/main_bg2.jpg) repeat-x bottom left;

}
#content_container{
    background-color: #FFFFFF;
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 0px;
    width: 950px;
    position: relative;
    background: #FFF;
}
#container{
    margin: 0 auto;
    padding: 20px 0 20px 0;
    float: left;
	width: 650px;
}

/*******************
 **    Content    **
 *******************/

.box h3 {
border-bottom:1px solid #666666;
color:#666666;
/*font-size:123.1%;*/
font-weight:bold;
margin:1.5em 0 1em;
text-transform:uppercase;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.post{
    padding: 10px 0 10px 0;
    clear: both;
    width: 650px;
    float: left;
}

.post a {
text-decoration:underline;
}

.post a:hover {
text-decoration:none;
}

.post h2{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 1.8em;
}
.post h2 a{
    color: #09467d;
}
.post h2 a:hover{
    color: #000000;
}
.entry{
    line-height: 18px;
    float: left;
    width: 650px;
}

.entry h3 {
margin:20px 0 0 0;
}

p.postmetadata{
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
    font-size: 0.85em;
    clear: both;
}
p.postmetadata a{
    color: #4265AC;
}

/*******************
 **  Navigation   **
 *******************/
 
.navigation{
    padding: 10px 0 0 0;
    font-size: 0.88em;
    font-weight: bold;
    line-height: 18px;
    clear: both;
}

/*******************
 **    Sidebar    **
 *******************/
 
.sidebar{
    margin: 0 auto;
    padding: 18px 0 20px 25px;
    float: left;
    width: 225px;
    /*font-family: Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.85em;*/
    display: inline;
}
.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}
.sidebar h2{
    /*font-family: Lucida Grande, Arial, sans-serif;*/
    /*font-size: 1.3em;*/
font-size: 123.1%;
    /*padding: 10px 0 10px 0;*/
    text-transform: uppercase;
color: #666666;
font-weight: bold;
border-bottom:1px solid #666666;
margin:1.5em 0 1em;
}
.sidebar ul ul li{
    padding: 0;
    line-height: 20px;
}

.sidebar a{
    color: #4265ac;
text-decoration:underline;
}
.sidebar a:hover{
    color: #4265ac;
text-decoration:none;
}
#wp-calendar a{
    color: #f36a22;
}
#wp-calendar{
    width: 100%;
}

/*******************
 **     Search    **
 *******************/

#searchform div{
    padding: 0;
}
#searchsubmit{
    background: url(http://blog.sportsleeg.com/wp-content/uploads/2009/12/wordpress_src_btn.png) no-repeat;
    width: 25px;
    height: 20px;
    border: 0;
    cursor: pointer;
    vertical-align: top;
}
#s{
    color: #5b5b5b;
    border: 1px solid #ccc;
background: color;
}
.hidden{
    display: none;
}

/*******************
 **   Comments    **
 *******************/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Lucida Grande, Arial, Sans-serif;
	font-size: 1em;
}

.commentmetadata{
	font-size: 0.75em;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 0.75em;
}

/*******************
 **     Footer    **
 *******************/

#footer{
	background-color: #211308;
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 950px;
	height: 100px;
}
#footer p{
	color: #FFFFFF;
	line-height: 18px;
	padding: 10px 0 10px 0px;
}
#footer a{
    color: #FFFFFF;
text-decoration: underline;
}
#footer .legal{
    float: left;
}
#footer .credit{
    float: right;
}

/*******************
 **     Misc.     **
 *******************/

.clear_float{
    clear: both;
}
img.avatar{
    float:left;
    margin-right:5px;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
    float: left;
}
.alignright{
    float: right;
}
.wp-caption{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -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-dd{
    font-size: 0.69em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
.footer_wrapper {
	background-color: #211308;
	width: 100%;
	position: relative;
}

/* =============================================== */
/* 9. CLEARFIX                                     */
/* =============================================== */

#NavBar:after, .hentry:after, .box:after, dl.vcard:after, .fresh dl:after, #CommunityFooter:after, .hentry .tags:after, #SportPicker:after, #SportPicker ul:after, #SportPicker .title:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html #NavBar, * html .hentry, * html .box, * html dl.vcard, * html .fresh dl, * html #CommunityFooter, * html .hentry .tags {
    display: inline-table;
}

/* Hides from IE-mac \*/
#NavBar, .hentry, .box, dl.vcard, .fresh dl, #CommunityFooter, .hentry .tags {
    height: 1%;
    margin:0;
    padding:0;
}

#NavBar, .hentry, .box, dl.vcard, .fresh dl, #CommunityFooter, .hentry .tags {
    display: block;
}

#NavBar li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

li {
/*list-style-image:none;
list-style-position:outside;
list-style-type:none;*/
}