/*
Theme Name: NHN Hybrid
Theme URI: http://nevadahomeschoolnetwork.com/
Description: Nevada Homeschool Network's default theme
Author: Brian J. Henry
Author URI: http://clickflashboom.com/
Template: hybrid
Version: 0.1
.
This css file is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 licence
http://creativecommons.org/licenses/by-nc-sa/3.0/us/

Meaning, you're free to share and remix this work, as long as your give a link back to my site, http://clickflashboom.com/, you do not use it for commercial purposes, and you distribute it under this license, or one that's compatible with this one.

Built upon the Hybrid framework. */

/* import thematic styles */
@import url('../hybrid/style.css');


/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face { font-family: 'Fertigo Pro'; src: url('http://nevadahomeschoolnetwork.com/testing/wp-content/themes/NHN%20Hybrid/Fertigo_PRO.otf'); } 
@font-face {
      font-family: "Bitstream Vera Serif Bold";
      src: url("http://developer.mozilla.org/@api/deki/files/2934/=VeraSeBd.ttf");
    }

/* BODY */
body {background:#555; color:#444; font: 10pt Helvetica, "Liberation Sans", Arial, sans-serif; line-height: 17px;}

#body-container {
margin:20px auto 18px;
width:960px;}

/* Typography */
h1,h2,h3,h4,h5,h6{font-family:"Fertigo Pro", Georgia;}
body{line-height:1.4em;}
li{padding-bottom:.3em;}
.content li{padding-bottom:.5em;}


/* stuff */
#header-container{background-color:#555555;}
#header{height:100px; margin-bottom:0;}
#site-title, #site-description{text-indent:-9000px;}
#site-title a{background:transparent url(http://nevadahomeschoolnetwork.com/testing/wp-content/themes/NHN%20Hybrid/header_960.png) no-repeat scroll center top; display:block; height:100px; width:960px; z-index:10; margin:auto;}

/* NAVIGATION */

#navigation{width:960px;background-color:#3C738C;}

#page-nav li a {float:left; font-size:1em; padding:8px 10px}

#searchbar{float:right;margin:0;padding:0;}
#searchbar form{margin:0;padding:0;}
#searchbar .search-text{display:inline; /*width:218px; width:24%;*/ border:1px solid #333; margin:0; padding:0.41em 0;}
#searchbar .button{margin:0;}

#topsearch{float:right;margin:2px;padding:0;width:300px}
#topsearch form{margin:0;padding:0;}

#topsearch .search-text{-moz-border-radius:3px;-webkit-border-radius:3px; color:#444; border:1px solid #666666; font-family:Helvetica,"Liberation Sans",Arial,sans-serif; margin:0 0 0 3px;
width:200px; /*padding:0.41em 0;*/}
#topsearch .search-submit{background-color: none;color:#333;margin:0;font-family:Helvetica,"Liberation Sans",Arial,sans-serif;font-size:.9em;}
#topsearch .button{margin:0;padding:0;width:80px;}

/*stuff*/
#container{margin:0;}

.content{padding:2.083%;width:62.5%;max-width:600px; min-width:600px;}
#primary {float:right; width:31.25%;}
#secondary {clear:right;float:right; width:31.25%;}

/*tables*/
table, td, tr{color:black; background-color:transparent; border:0px; border:none; width:auto}

/* RESET */
hr{ border:1px solid #DDDDDD; outline:none;}
i{font-style:italic;}

