/* vim: set expandtab tabstop=4 shiftwidth=4: */
/*
 * Three-column fluid layout with two sidebars on the right side
 * of content.  CSS supports includes styling for EC3 Event Calendar
 * plugin and wp-print plugin.
 *
 */

/**
 * Start with Sandbox's 3 column fluid theme with sidebars on both sides.
 */
@import url('../sandbox/examples/2c-r.css');

/**
 *
 * I don't like themes which butt up against the edge of the browser,
 * I like to see some white space or background between the edge of the
 * window and the web site content.  Personal preference, I know not
 * everyone agrees with my preference.
 *
 */
body {
    margin: 30px 50px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #000000;
	background: #FFFFFF url(../images/Page_Bg.jpg) -5px 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #848484;
}

a, a:link, a:active, a:visited, a:hover,
a img, a:link img, a:active img, a:visited img, a:hover img {
    color: #AA1E03;
    border-style: none;
    text-decoration: none;
}

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #8A8A8A;
	font-size: 0.9em;
}

code {
	font-family: monospace;
	color: #C01C08;
    font-size:1.1em;
}

div#wrapper {
    border:0px solid #8A8A8A;
    padding: 6px 6px;
    background: #000000 url(../images/soccer/SoccerBallPageCorner.png) no-repeat 100% 100%;
}

/**
 * Link styles
 */
div#content a:link, div#content a:active, div#content a:visited {
    color: #C01C08;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
}

div#content a:hover {
    color: #C01C08;
    text-decoration: none;
    border-bottom: 1px solid #AA1E03;
}

/**
 * Access (menus)
 */
div#access {
    clear: both;
    padding-top: 0.25em;
}

/**
 * Content
 */
div#content {
    padding-right: 10px;
    margin: 0px 440px 10px 0px;
}

div.sidebar {
    width: 440px;
}

div#primary {
    margin:0 0 0 -440px;
}

div#westsidebar {
    margin: 0px 0px 0px -240px;
    width: 48%;
    float: right;
}

div#northsidebar {
    background-color: transparent;
}

div#southsidebar {
    clear: both;
    background-color: transparent;
}

div#headersidebar, div#footersidebar {
    width: 100%;
}

div#headersidebar ul.xoxo>li, div#footersidebar ul.xoxo>li {
    border-bottom: 0;
}

div#eastsidebar {
    margin: 0px 0px 0px 0px;
    width: 48%;
    float: left;
}

div.navigation {
    clear: both;
}

.sponsors_slideshow_widget {
    display: block;
	margin-left: auto;
	margin-right: auto;
}

div#content .sponsors_slideshow_widget {
    margin: 0px 10px 0px 0px;
}

div#sponsorsidebar ul.xoxo>li, div#sponsorsidebar ul.xoxo>li {
    border-bottom: 0;
}
div#secondary {
    margin: 0px 0px 0px -200px;
}

div.navigation {
    margin-bottom: 5px;
    background:#FFFFFF;
    border: 0px solid #8A8A8A;
    /*margin: 0 1em;*/
    margin: 0px 10px 0px 0px;
    overflow: hidden;
    padding: 0px 0px 0px 5px;
}

div.navigation#nav-below {
    margin-top: -30px;
}

/**
 * Interesting behavior here ,,, when the navigation
 * elements are floated, IE loses the border on the links
 * contained within.  I can't figure out a way to make it
 * look the same on FF and IE so I'll come back to it some
 * other day.  ;-)
 */
div.nav-previous {
    float: left;
}

div.nav-next {
    float: right;
    margin-right: 10px;
}

div.entry-meta {
    float: right;
    padding: 0 10px 0 0;
    margin: 0;
    height: auto;
}

.entry-title {
    background: #DDDDDD url(../images/soccer/SoccerBallPostCorner.png) no-repeat 100% 50%;
    border-top: 1px solid #656565;
    padding: 0.1em 0.1em 0.2em;
    margin-top: 1em;
}

h2.entry-title>a {
    border-bottom: 1px solid #DDDDDD !important;
}

h2.entry-title>a:hover {
    border-bottom: 1px solid #AA1E03 !important;
}

a.more-link {
    float: right;
    clear: both;
    padding: 3px 0px;
    margin-right: 20px;
}

.post-views {
    float: left;
    clear: both;
    padding: 3px 0px;
    display: block;
}

.print-link {
    float: left;
    clear: both;
    padding: 3px 0px;
    display: block;
}

/**
 * Header - Info
 */

#header {
    width: 100%;
    position: relative;
    background: #000000 url(../images/CASL/CASL_Bg_Header.jpg) no-repeat top right;
}

#header #header-info {
	text-align: center;
	color: #FFFFFF;
    font-weight: bold;
	padding: 0;
    margin: 0;
    font-size: 2em;
}

#header #blog-title {
	text-align: center;
	color: #FFFFFF;
    font-weight: bold;
	padding: 0.3em 0 0 0;
    margin: 0;
    font-size: 1.5em;
}

#header #header-info h1 a,
#header #header-info h1 a:link,
#header #header-info h1 a:visited,
#header #header-info h1 a:active,
#header #header-info h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#header #blog-description {
    font-weight: bold;
	color: #FFFFFF;
    font-size: 0.75em;
    padding-bottom: 1em;
}
	
#respond {
    border-top: 7px solid #C01C08;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 2em 2em;
    background-color: #FFFFFF;
}

#comments {
    background-color: #FFFFFF;
    margin-right: 10px;
}

.comments h3 {
    margin-top: 0px;
    padding-top: 14px;
    padding-left: 5px;
}

.skip-link {
    display: none;
}

#caslleaguelogoimg {
    float: left;
    margin: 0 0 auto;
}

#casllfthdrimg {
    float: left;
    margin: 0 0 auto;
}

#caslrghthdrimg {
    float: right;
    margin: 0 0 auto;
}

/*
 *
 * Calendar Archive
 */

#calendar h3.widgettitle {
}

div#calendar_wrap {
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0 5px;
}

div#wp-calendar, table#wp-calendar {
    border-collapse: collapse;
    border: 1px solid #8A8A8A;
    background-color: #EFEFEF;
    text-align: center;
    width: 100%;
}

div#wp-calendar>thead, table#wp-calendar>thead {
    border-bottom: #8A8A8A;
    background-color: #DDDDDD;
}

div#wp-calendar>caption, table#wp-calendar>caption {
    padding: 10px 0px 5px 0px;
}

div#wp-calendar caption, table#wp-calendar caption {
    color: #848484;
    font-weight: bold;
}

div#wp-calendar a, table#wp-calendar a {
    font-weight: bold;
    text-decoration: none;
    color: #AA1E03;
}

div#wp-calendar>table {
    width: 100%;
}

/**
 * Style the search box
 */
#searchform {
    padding: 0px 5px 0px 5px;
}

#s {
    width: 130px;
}

.widget_search {
}

/**
 * Tag Cloud
 */
#tag_cloud {
    margin-bottom: 20px;
    /*text-align: center;*/
}

#tag_cloud a {
    font-weight: bold;
    text-transform: lowercase;
    margin: 2px 0px 0px 4px;
    text-align: center;
    text-decoration: none;
    color: #AA1E03;
}

/**
 * posts
 */

.hentry {
    position: relative;
    margin: 0px 10px 30px 0px;
    padding: 10px 5px 10px 5px;
    border: 1px dotted #8A8A8A;
    overflow: hidden;
    background: #f8f8f8;
    min-height: 250px;
}

/**
 * Entry meta data
 */
.entry-meta {
    height: 30px;
    font-size: 11px;
    margin: 10px 0px 0px 10px;
    padding: 10px 0px 10px 5px;
    clear: both;
}

.entry-meta a {
    text-decoration: none;
    margin-left: 5px;
}

.entry-meta a:link, .entry-meta a:active, .entry-meta a:visited {
    color: #AA1E03 !important;
    text-decoration: none !important;
}

.entry-meta a:hover {
    color: #AA1E03 !important;
}

/**
 * post entry date
 */
.entry-date {
    font-size: 0.8em;
    position: absolute;
    top: 0;
    left:auto;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    text-decoration: none;
}

/**
 * Entry meta data
 */
.entry-content {
    padding-bottom: 10px;
}

/**
 * Center the footer
 */
#footer {
    color: #8A8A8A;
    height: 4.0em;
    margin: 0;
    padding: 0.5em 0 ;
    /*border-top: 0.1em solid #8A8A8A;*/
    text-align: center;
    /*background: #000000 url(../images/soccer/SoccerBallPostCorner.png) no-repeat 98% 50%;*/
    background: transparent;
}

#footer a {
    text-decoration: none;
    font-variant: small-caps;
    text-transform: capitalize;
}

#footer a:link, #footer a:active, #footer a:visited {
    color: #AA1E03;
    text-decoration: none;
}

#footer a:hover {
    /*color: #000000;*/
    text-decoration: underline;
}


.button {
    color: #000000;
    background-color: #CDCDCD;
}

/**
 * The following fixes a SuperFish z-index
 * bug for IE6 and IE7.
 */

.sf-menu {
    /*width: 100%;*/
    background: #000000;
    float: right;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { 
    color: #FFFFFF;
    background: #808080; 
    z-index: 1; 
} 

.sf-menu a {
    color: #FFFFFF;
    border-top: #8A8A8A;
}

/**
 * Event calendar plugin (if in use) overrides
 */
.ec3_list ul {
    margin-bottom: 20px;
}

.xoxo ul li.ec3_list {
    background-color: #DDDDDD;
    border-top: 0px;
    padding-top: 10px;
}

.xoxo ul li.ec3_list ul li {
    border-width: 0px;
    padding-bottom: 5px;
}

.xoxo ul li.recentcomments {
    padding: 0.3em;
}

/*
#twitter-list li {
    padding: 0.3em;
}

#twitter-list li a {
    padding: 0;
}
*/

.xoxo .textwidget {
    background-color: #DDDDDD;
    border-color: #656565;
    border-style: solid;
    border-width: 0 1px 1px;
    margin-bottom: 0;
    padding-bottom: 0;
}


/**
 * Style the sidebar
 */

h3.widgettitle {
    font-size: 1.2em;
    margin: 1.2em 0 0.2em;
    padding: 0.5em;
    background-image: url(../images/soccer/SoccerBallSidebar.png);
    background-repeat: no-repeat;
    background-position: 95% 95%;
    overflow: visible;
}

ul.xoxo {
    margin: 0;
    padding: 0 0 0.1em;
    /*border: 0px solid #8A8A8A;*/
    list-style-type: none;
}

ul.xoxo>li {
    border-bottom: 7px solid #C01C08;
    margin: 0;
    padding: 0 0 0.3em;
}

.xoxo ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #656565;
    border-left: 0px solid #656565;
    border-right: 0px solid #656565;
    border-bottom: 0px solid #656565;
    list-style-type: none;
}

.xoxo ul li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-top: 0px solid #656565;
    border-left: 1px solid #656565;
    border-right: 1px solid #656565;
    border-bottom: 1px solid #656565;
    background-color: #DDDDDD;
}

.xoxo ul a:hover {
    background: #EFEFEF none repeat scroll 0 0;
}

.xoxo ul a {
    display: block;
    padding: 0.3em;
    text-decoration: none;
    font-weight: bold;
}

.xoxo ul a:link, .xoxo ul a:active, .xoxo ul a:visited {
    color: #AA1E03;
}

.xoxo ul a:hover {
    color: #AA1E03;
}

.aligncenter {
    display: block;
	margin-left: auto;
	margin-right: auto;
}

ul.lifestream {
    padding: 0px;
    background-color: #DDDDDD;
}

ul.lifestream li {
    margin: 3px;
    border-style: none;
}

/*
 * Google Maps Shortcode Plugin
 *
 */
.google-map-sc-canvas {
    margin: 20px auto;
    border: 2px solid #DDDDDD;
}

/*
 * WeatherBug Widget integration - overload the styling
 * that comes with the widget so it integrates witht the
 * theme.
 */
.wXbody {
    display: block;
	margin-left: auto;
	margin-right: auto;
    background: transparent !important;
    height: 130px !important;
    border: 0px !important;
}

.wXlinks a:link, .wXlinks a:visited {
    color: #AA1E03 !important;
    font-weight: bold !important;
    border-style: none !important;
}

.wXlinks .footer {
    display: none;
}

/*
 * Calendar styling
 *
 */
.calendar-heading {
    background-color: #EFEFEF !important;
}

.current-day {
    background-color: #EFEFEF !important;
}

.normal-day-heading, .weekend-heading, .calendar-date-switcher {
    background-color: #EFEFEF !important;
}

.current-day, .day-with-date, .day-without-date {
    /*
    width: 30px !important;
    height: 50px !important;
    */
    overflow: hidden;
}

.events {
    background: url(../images/soccer/SoccerBallSidebar.png) no-repeat -10px 115%;
}

.event-dagger {
    display: inline !important;
    font-weight: bold;
    font-size: 1.2em;
}

.kjo-link {
    display: none !important;
}

.widget_calendar_upcoming, .widget_calendar_today {
    border-top: 0px;
    padding-top: 10px;
}

.widget_calendar_upcoming ul li, .widget_calendar_today ul li {
    border-width: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.widget_calendar_upcoming ul li a, .widget_calendar_today ul li a {
    padding: 0.3em 0em;
}

/**
 * Facebook Connect support
 */
.fbc_profile_header {
    background: #DDDDDD !important;
    border: 0px !important;
    margin: 0px 1px;
    padding: 10px 0 5px !important;
    text-align: left !important;
    width: auto !important;
}

