/*  
Theme Name: Canadian Fighting Championship
Theme URI: http://canadianfighting.com/
Description: Custom theme for CFC, event based content with various archiving views and content galleries..
Version: 1.0
Author: Tyler Winfied
Author URI: http://minded.ca/
Tags: Custom theme for CFC in Winnipeg, MB, Canada

The CSS, XHTML and source code is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/** Generalized Definitions **/
* {
   margin: 0px;
   padding: 0px;
}

.hidden {
   display: none;
}

.left,
.alignleft {
   float: left;
}

.center,
.aligncenter {
   text-align: center;
}

.right,
.alignright {
   float: right;
}

.clearfloat {
   clear: both;
   margin: 0px;
   padding: 0px;
   height: 0px;
}

a img {
   border: none;
}

a:link,
a:visited {
   color: #dcdcdc;
   text-decoration: underline;
}

a:active,
a:hover {
   color: #fbb43f;
}

h2 {
   font-family: Arial, sans-serif;
   font-size: 1.6em;
   font-weight: bold;  
}

img {
   padding: 3px;
   margin: 0px;
   border: none;
}

/** Custom Definitions **/

html, body {
   min-height:101%;
}

body {
   color: #dfdfdf;
   background: #404040;
   background-image: url('images/window-bg.png');
   background-repeat: repeat-x;
   background-position: top left;
   font-family: Verdana, sans-serif;
}

.page-wrap {
   width: 800px;
   padding: 0px 50px;
   margin: 0px auto;
   text-align: left;
   background-image: url('images/page-bg.png');
   background-repeat: repeat-y;
   background-color: transparent;
}

#header {
   position: relative;
   height: 150px;
   width: 800px;
   background-image: url('images/header-bg.png');
   background-repeat: no-repeat;
   background-color: #404040;
}

   #header .icons img {
      float: right;
      padding: 5px;
   }

   #header .ad {
      position: relative;
      width: 468px;
      height: 60px;
      overflow: hidden;
      top: 68px;
      left: 310px;
   }
   
.page-bar {
   width: 800px;
   height: 28px;
   background-image: url('images/page-bar.png');
   background-repeat: repeat-x;
   background-color: transparent;
   background-position: 0px 0px;
   font-size: 0.8em;
   font-family: Verdana, sans-serif;
   font-weight: bold;
   margin-bottom: 15px;
}

.page-bar ul {
   list-style-type: none;
   float: left;
}

.page-bar ul li {
   list-style-type: none;
   float: left;
   background-image: url('images/button-bg.png');
   background-repeat: repeat-x;
   height: 23px;
   vertical-align: middle;
   text-align: center;
   padding: 0px 10px;
   padding-top: 5px;
   margin: 0px 3px;
   border-left: 1px solid #333333;
   border-right: 1px solid #333333;
}

.page-bar ul li a,
.page-bar ul li a:link,
.page-bar ul li a:visited {
   color: #ffffff;
   text-decoration: none;
}

.page-bar ul li a:active,
.page-bar ul li a:hover {
   color: #fbb43f;
}

.post-box {
   padding: 0px 10px;
   margin-bottom: 10px;
}

.post-box h2 {
   margin-bottom: 10px;
   color: #dcdcdc;
}

   .post-box h2 a {
      text-decoration: none;
   }

.post-box .content {
   font-size: 0.8em;
}

.post-box .content p {
   padding: 8px 0px;
   padding-right: 10px;
}

.post-box .content ul {
   list-style-type: square;
   margin-left: 10px;
   margin-bottom: 5px;
}

.post-box .content ul li {
   margin: 4px;
}

#sidebar {
   float: right;
   width: 270px;
   padding: 0px 10px;   
}

#sidebar .sidebar-widget {
   min-height: 200px;
   padding: 10px;
   background-image: url('images/sidebar-widget-bg.png');
   background-repeat: no-repeat;
   background-color: transparent;
   margin-bottom: 15px;
}

#sidebar .sidebar-widget h3 {
   font-family: Arial, sans-serif;
   font-size: 0.9em;
   font-weight: bold;
}

#sidebar .sidebar-widget ul {
   list-style-type: none;
   font-size: 0.8em;
   margin: 7px 0px;
}

#sidebar .sidebar-widget ul li {
   color: #dfdfdf;
}

#sidebar .sidebar-widget a, 
#sidebar .sidebar-widget a:link, 
#sidebar .sidebar-widget a:visited {
   font-style: italic;
   text-decoration: none;
}

#footer {
   clear: both;
   width: 800px;
   text-align: right;
   font-size: 0.7em;
}

