/*
Theme Name: CHDC
Version: 1.0
Author: Webshark Media
Author URI: http://www.websharkmedia.com
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

body, html { height: 100%; }

body { background: #2d2d2d url(images/body_bg.jpg) repeat-x; }

.hidden{ display:none; }

#wrapper { width: 100%; background: #f1f1f1 url(images/wrapper_bg.jpg) no-repeat center top; }

#main { width: 960px; margin: 0 auto; }

#content { background: white; overflow: hidden; min-height: 550px; }

#page-left { width: 700px; float: left; }
#page-right { width: 250px; float: right; }

#reghow{
background:url(http://www.chdcentre.com/wp-content/uploads/2012/01/regbtn11.png) no-repeat;
font-family: 'Orbitron', Futura, "Century Gothic", "Apple Gothic", sans-serif;
width:145px;
left:245px;
top:20px;
height:28px;
color:#ffffff;
position:absolute;
padding:5px;

}

#reghow a{
color:#ffffff;
text-decoration:  none;
}


#reghow a:hover{
color:#ffffff;
text-decoration:  none;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  


.bucket { padding: 15px; 
-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
box-shadow: 0px 3px 3px #bbb; -moz-box-shadow: 0px 3px 3px #bbb; -webkit-box-shadow: 0px 3px 3px #bbb; }

.p10 { padding: 10px; }
.p20 { padding: 20px; }

/*------------- TYPE ------------------*/

body { font-family: Trebuchet, Tahoma, Arial, sans-serif; font-size: 14px; }

h1, h2, h2 a, h3, h3 a, h4 { font-family: 'Orbitron', Futura, "Century Gothic", "Apple Gothic", sans-serif; }

h2 { font-size: 24px; margin: 0 0 10px 0;  }
h2 a { font-size: 24px; }
h3 { font-size: 20px; margin: 0 0 10px 0; }
h4 { font-size: 16px; margin: 0 0 5px 0; }

a { color: #357fb1; text-decoration: none; }
a:hover { color: black; text-decoration: underline; }

input[type="text"], textarea { background: #f6f6f6; border: 0 none; border: 1px solid #cccccc; padding: 3px 5px;
box-shadow:inset 0 0 3px #cccccc; -moz-box-shadow:inset 0 0 3px #cccccc; -webkit-box-shadow:inset 0 0 3px #cccccc; }
input[type="text"]:focus, textarea:focus { background: white; border: 0 none; border: 1px solid #cccccc; }

a.btn, input[type="submit"] { background: #006699; color: white; text-decoration: none; padding: 3px 5px 5px 5px; border: 0 none;
-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; font-size: 12px; font-weight: bold; }
a.btn:hover, input[type="submit"]:hover { background: #cc3333; }

p { margin: 0 0 12px 0; line-height: 18px; }

#page-right ul li { margin: 0 0 5px 0; line-height: 16px; list-style-type: disc; }
#page-right ul, #page-right ol { padding: 0 0 0 30px; margin: 0 0 12px 0; }
#page-right ol li { margin: 0 0 5px 0; line-height: 16px; list-style-type: decimal; }

img.alignleft { margin: 0 10px 3px 0; }
img.alignright { margin: 0 0 3px 10px; }
img.aligncenter { margin: 0 auto 3px auto; }

table { margin: 0 0 12px 0; width: 100%; }
td { padding: 3px 5px; vertical-align: top; }

blockquote { padding: 10px; border: 2px solid #dedede; margin: 0 0 5px 0;
-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
blockquote em { font-size: 12px; color: gray; }

hr { display: block; height: 1px; border: 0 none; margin: 20px 0; border-bottom: 1px dotted #666; clear: both; }

.wpcf7-list-item { display: block; }

/*------------- HEADER ------------------*/

#header { height: 112px; position: relative; background: url(images/header_bg.jpg) no-repeat; }

h1 { display: block; position: absolute; top: 5px; left: 7px; }

.menu-main-nav-container { position: absolute; right: 0px; bottom: 2px; }
ul#menu-main-nav { }
ul#menu-main-nav > li { display: block; float: left; position: relative; }
ul#menu-main-nav > li > a { display: block; width: 150px; float: left; color: white; text-decoration: none; height: 47px; line-height: 47px; font-family: 'Orbitron', sans-serif; font-size: 15px; text-align: center; background: url(images/nav_sep.png) no-repeat right center; }
ul#menu-main-nav > li > a:hover { background-color: #000; }
ul#menu-main-nav > li.current_page_item a, ul#menu-main-nav > li.current_page_ancestor a  { background-color: #000; }

/*------ DROPDOWNS
ul#menu-main-nav > li > ul { display: none; position: absolute; left: 0px; top: 36px; box-shadow: 0px 3px 3px rgba(0,0,0,0.5); -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5); }
ul#menu-main-nav > li:hover > ul { display: block; }
ul#menu-main-nav > li > ul > li { display: block; position: relative; }
ul#menu-main-nav li > ul > li > a { display: block; width: 210px; height: auto; line-height: normal; padding: 5px 0px; background: white; color: #006699; margin: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
ul#menu-main-nav li > ul > li a:hover { background: #dedede; }

ul#menu-main-nav > li > ul > li > ul { position: absolute; left: -9999px; top: 0px; }
ul#menu-main-nav > li > ul > li:hover ul { left: 230px; }
------*/

.menu-top-nav-container { position: absolute; right: 20px; top: 20px; }
ul#menu-top-nav { }
ul#menu-top-nav > li { display: block; float: left; position: relative; }
ul#menu-top-nav > li > a { display: block; padding: 5px 10px; float: left; color: white; text-decoration: none; font-family: 'Orbitron', sans-serif; font-size: 14px; text-align: center; background: black; margin: 0 0 0 5px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
ul#menu-top-nav > li > a:hover { background: #1d8ab7; }
ul#menu-top-nav > li.current_page_item a, ul#menu-top-nav > li.current_page_ancestor a  { background: #1d8ab7; }



/*------------- FOOTER ------------------*/

#footer-wrap { width: 100%; background: url(images/footerwrap_bg.jpg) repeat-x; }
#footer { width: 960px; height: 200px; margin: 0 auto; padding: 30px 0; font-size: 11px; color: white; background: url(images/footer_bg.jpg) no-repeat; }

#footer a { color: #3c83b2; }
#footer a:hover { color: white; text-decoration: underline; }
#footer ul { margin: 0; padding: 0; }

#footer-wsm {  }

a#footer-title {text-decoration: none; font-size: 12px; }
a#footer-logo { display: block; float: left; margin: 0 20px 0 0; }

.menu-footer-nav-container { margin: 10px 0; }
ul#menu-footer-nav { }
ul#menu-footer-nav li { display: inline; }
ul#menu-footer-nav li:first-child { border: 0 none; }
ul#menu-footer-nav li a { text-decoration: none; margin: 0 15px 0 0; }
ul#menu-footer-nav li a:hover { text-decoration: underline; }

#footer-partners { width: 736px; height: 77px; background: url(images/footer_partnersbg.jpg) no-repeat; }
#footer-partners span { display: block; width: 420px; float: left; margin: 20px 0 0 20px; font-family: 'Orbitron', sans-serif; font-size: 18px; text-transform: uppercase; }
#footer-partners a { display: block; float: right; margin: 3px; }

#footer-left { width: 500px; float: left; margin: 10px 0 0 0; }
#footer-right { width: 125px; float: left; margin: 10px 0 0 0; }
#footer-contact { width: 125px; float: left; margin: 10px 0 0 0; }

/*------------- POSTS ------------------*/

.post { padding: 0px 0; border-bottom: 100px solid #dedede; }
.post h3 { margin: 0; }
.post-footer { font-size: 10px; background: #dedede; padding: 50px; }

ol.commentlist { padding: 0 !important; }
ol.commentlist li { list-style-type: none !important; padding: 0px; border: 1px solid #eee; margin: 0 0 0px 0; position: relative; }
.comment-meta { position: absolute; right: 10px; top: 30px; font-size: 11px;  }
.comment-author { background: #f6f6f6; padding: 5px; margin: 0 0 2px 0; font-size: 18px; color: gray; }

/*------------- SIDEBAR ------------------*/

ul.xoxo {  }
ul.xoxo > li { padding: 15px 0; }
ul.xoxo > li:first-child { padding-top: 0; }
ul.xoxo > li > h2 { margin: 0; }


/*------------- HOME ------------------*/

#home-content { background: #1f1f1f url(images/home_contentbg.jpg) repeat-x; overflow: hidden; padding: 10px; }

#home-left { width: 960px; float: left; border-right: 1px dotted black; padding: 0 10px 0 0; color: white; }
#home-left h3 { color: #0099ff; }
ul#home-posts { float: right; }
ul#home-posts li { color: white; font-size: 14px; overflow: hidden; background: url(images/trans_black.png); padding: 10px; margin: 0 0 5px 0; }
ul#home-posts li a { font-family: 'Orbitron', sans-serif; color: white; text-decoration: none;  }
ul#home-posts li img { border: 2px solid white; }

#home-right { float: right ; width: 400px; }

/*------------- PAGE ------------------*/