/* 
Theme Name: Brio25 Theme
Theme URI: http://www.pitchbrand.com 
Description: This is custom theme designed for Brio25 by Pitch Brand Communications.
Author: Ryan Geiger
*/

/* GLOBAL STYLES */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	background-color: #000000;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#canvas {
	width: 900px;
	padding: 0;
	margin: auto;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: capitalize;
	color: #ff9900;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ff9900;
	font-size: 24px;
}

h3 {
	font-size: 18px;
	color: #99cc00;
	text-transform: capitalize;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
	text-transform: capitalize;
	padding:0;
        margin: 0;
}

img {
	margin-right: 15px;
	margin-top:15px;
	margin-bottom:15px;
	float: left;
}

img a, img a:active, img a:visited {
	border: large solid #333333;
	margin-right: 15px;
	margin-top:15px;
	float: left;
}

img a:hover {
}

a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #99cc00;
}

#postMeta {
	clear: both;
	float: left;
	position: relative;
}

ul {
        decoration: none;
}

li {
        decoration: none;
}

/* LOGO & TOP NAVIGATION SECTION */
#topnavWrapper {
	width: 100%;
	height: 110px;
}

#topNav {
	float: right;
	position: relative;
	font-size: 14px;
	margin-top: 65px;
}

#topNav ul {
}

#topNav li {
	text-decoration: none;
	display: inline;
	padding-left: 7px;
}

#topNav a, topNav a:active, topNav a:visited {
	color: #99cc00;
	text-decoration: none;
    outline: none;	
}

#topNav a:hover {
	color: #FFFFFF;
    outline: none;
}

#logo {
	float: left;
	position: relative;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 255px;
	height: 92px;
}

#description {
    float: left;
    position: relative;
    font-family: georgia, times, serif;
	font-size: 13px;
	font-weight: bold;
    font-style: italic;
    font-color: #66FFFF;
	text-transform: lowercase;
}

#search {
	padding-top: 15px;
        padding-bottom: 0;
        margin-bottom: 0;
}

/* HEADER */
#headerWrapper {
	width: 100%;
	height: 400px;
	position: relative;
        padding-bottom: 25px;
}

#headerWrapperSM {
	width: 100%;
	height: 250px;
	position: relative;
        padding-bottom: 25px;
}

#header {
        height: 400px;
        width: 900px;
        position: relative;
}

#header_sm {
        height: 250px;
        width: 900px;
        position: relative;
}

#header_swf {
	height: 400px;
	width: 900px;
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#tagline {
	float: left;
	position: relative;
	width: 100%;
	height: 125px;
	background-color: #99cc00;
	background-image: url(images/tagline_bg.jpg);
	background-repeat: no-repeat;
}

/* COLUMNS */
#columnWrapper {
    width: 900px;
    background-color: #CCFFFF;
    position: relative;
    float: left;
}
.col {
    width: 280px;
    margin: 10px;
    float: left;
}

/* MAIN CONTENT */
#contentWrapper {
	width: 100%;
	position: relative;
	float: left;
	line-height: 20px;
	margin-top: 15px;
}

#content {
	float: left;
	width: 550px;
	position: relative;
	padding-right: 50px;
}

#contentHalf {
    float: left;
	width: 50%;
	position: relative;
	padding: 5px;
}

/* SIDEBAR */
#sidebar {
	float: right;
	width: 300px;
	position: relative;
	font-size: 12px;
}

/* FEATURED HOME PAGE SIDEBAR */
#sidebar_home {
	width: 900px;
    float: left;
	position: relative;
	display:inline;
	background-color: #FFFFFF;
	background-image: url(images/featured_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #333333;
        padding-bottom: 15px;
}

#col1 {
	width: 290px;
	float: left;
    position: relative;
    margin-left: 5px;
    padding: 0;
	display:inline;
}

#col2 {
	width: 290px;
	float: left;
    position: relative;
    margin-left: 5px;
    padding: 0; 
	display:inline;     
}

#col3 {
	width: 290px;
	float: left;
    position: relative;
    margin-left: 5px;
    padding: 0;
	display:inline;
}

*html #col1 {
	margin-right:-8px;
}

*html #col2 {
	margin-left:0px;
	padding-right: 5px;
}

*html #col3 {
	margin-left:-18px;
}

#col_copy {
       width: 250px;
       margin-left: 15px;
       padding: 0;
       float: left;
       position: relative;
}

#col_img {
}

/* FOOTER */
#footerWrapper {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 15px;
	padding-bottom: 50px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
}

#footer {
	position: relative;
	padding-top: 25px;
	line-height: 15px;
	text-align: center;
}

#footer ul {
}

#footer li {
	text-decoration: none;
	display: inline;
	padding-left: 10px;
}

#footer a, footer a:active, footer a:visited {
	color: #ffffff;
	text-decoration: none;
    outline: none;	
}

#footer a:hover {
	color: #99cc00;
    outline: none;
}

.twitter img {border:0;margin:0;float:none;margin-bottom:-5px;}
#postthumbs{height:575px;overflow:auto; overflow-x:hidden;}
