/*
Theme Name:		ODTC Theme
Theme URI: 		http://odtc.centare.com/
Version: 		0.1
Description: 		Theme for ODTC
Author: 		Centare Group, Ltd.
Author URI:		
Tags:			

*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: bold; clear: both; color: #B77974; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 18px; line-height: 22px; padding: 5px 0px; color: #005826; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }


.headerText {
	background-image: url('library/media/images/HeaderText.png');
	z-index: 9999;
	position: absolute;
	top: 0;
	left: auto;
	width: 950px;
	height: 124px;
}

.flashContainer { z-index: -1; border-bottom: solid #006633 2px;}

.menu {
	background-image: url('/wp-content/uploads/header-bg.jpg');
	width: 950px;
	height: 32px;
	position: absolute;
	left: auto;
}

.headerNavigationLinks { text-align: center; margin-top: 10px; text-transform: uppercase; }
.headerNavigationLinks ul { margin-left: 0px; }
.headerNavigationLinks a {
background-image: url(/wp-content/uploads/center1.png);
background-color:#0c789f;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
color:#fff;
font-weight:bold;
padding:4px 8px;
font-weight: bold; }

.headerNavigationLinks li { display: inline; list-style: none; letter-spacing: 0; }

.headerTopNavigation { 
float:right; 
list-style:none;
text-shadow: #000 3px 3px 1px;
background-color:#197B30;
height:27px;
padding:8px 13px 0 0;
margin-right:17px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
border: 1px solid #197B30;
 }
.headerTopNavigation a {  color: #FFF; font-weight: bold;}
.headerTopNavigation a:hover { text-decoration: none; }
.headerTopNavigation li { padding: 0 5px; display:inline; border-left: solid  2px #FFF; }
.headerTopNavigation li:first-child { border: none; }

.headerSitePageImages { padding-top: 32px;}

.footerNavigation { float:right; list-style:none; margin: 0:} 
.footerNavigation a {  }
.footerNavigation a:hover { text-decoration: none; }
.footerNavigation li { padding: 0 5px; display:inline; border-left: solid  1px #000; }
.footerNavigation li:first-child { border: none; }

.sideBox { font-size: 10px; padding: 0 0 0 7px; border-left: 1px solid #999; }
.sideBox a { text-decoration: underline; }
.sideBox li { list-style: none; }
.sideBox h3 { font-size: 13px; }

#content { padding: 25px; }

.hfeedSite
{
	width: 490px; 
	float: left;
}
.asideSite
{
	width: 370px; 
	float: right;
}
.winform7 { background-color: #0C789F; color: #FFFFFF; -moz-border-radius: 5px 5px 5px 5px; }

