/*
Theme Name: Tech Frederick
Theme URI: http://www.techfrederick.com
Description: Theme for Tech Frederick Web site
Version: 1.0
Author: Chris Charuhas
Author URI: http://www.charuhas.com
Tags: WordPress 
*/







/*---------------------------------------------------------------------------*/
/*---------------------------- WHOLE PAGE -----------------------------------*/
/*---------------------------------------------------------------------------*/



html {
  background-color: #173059;
  }

body {
  margin: 20px 0 40px 0;
  font-size: 62.5%; /* Sets 1em equal to 10px. */
  font-family: verdana,arial,helvetica,clean,sans-serif;
  color: #222;
  text-align: center;
  background-color: #173059;
  }

#clear {
  clear: both;
  }







/* SETS PAGE WIDTH --------------------------------------------------------- */



#pagewrapper {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #173059;
  }






  
/*---------------------------------------------------------------------------*/
/*---------------------------- HEADER ---------------------------------------*/
/*---------------------------------------------------------------------------*/



/* TOP NAVBAR -------------------------------------------------------------- */



#topnav {
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-bottom: 4px solid #173059;
  }



#logo {
  float: left;
  background-image: url(images/tflogo4.gif);
  background-repeat: no-repeat;
  width: 378px;
  height: 80px;
  margin: 10px 20px;
  }



#topnav p {
  margin: 43px 0 0 50px;
  line-height: 120%;
  font-size: 1.2em;
  color: #666;
  }

#topnav a,
#topnav a:visited {
  color: #080445;

  }

#toplinks {
  float: right;
  margin: 20px 20px 0 0;
  }

#toplinks p {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 1.3em;
  }

  

/* Top Nav Links */

#toplinks a , #toplinks a:visited {
  font-size: .9em;
  font-weight: normal;
  color: #173059;
  line-height: 100%;
  }

#toplinks a:hover {
  color: #fff;
  background-color: #d35a30;
  }



/* Top Nav You Are Here */

#topnav ul li.urh a , #topnav ul li.urh a:visited {
  color: #fff;
  background-color: #14bae7;
  }

#topnav ul li.urh a p, #topnav ul li.urh a:visited p {
  color: #fff;
  }





/* BILLBOARD --------------------------------------------------------------- */



.pictable {
  margin: 0;
  width: 900px;
  }

.piccell {
  width: 300px;
  height: 150px;
  margin: 0;
  padding: 0;
  background-color: #e2e6e9;
  }



/* MAIN NAVBAR ------------------------------------------------------------- */



#bignav {
  position: relative;
  height: 35px;
  background-color: #e9ebef;
  }



/* Main Nav Links */

#bignav ul li a , #bignav ul li a:visited {
  display: block;
  position: absolute;
  top: 0px;
  width: 260px;
  height: 15px;
  padding: 10px 20px;
  font-size: 1.3em;
  font-weight: normal;
  color: #fff;
  line-height: 100%;
  letter-spacing: .4px;
  background-color: #173059;
  }

#bignav ul li a:hover {
  background-color: #d35a30;
  }



/* Main Nav You Are Here */

#bignav ul li.urh a , #bignav ul li.urh a:visited {
  background-color: #d35a30;
  background-image: none;
  }



/* Positions Of Main Nav Links */

#bignav .initiatives a {
  left: 0px;
  }

#bignav .resources a {
  left: 300px;
  }

#bignav .news a {
  left: 600px;
  }







/*---------------------------------------------------------------------------*/
/*---------------------------- CONTENT AREA ---------------------------------*/
/*---------------------------------------------------------------------------*/



#pagecontent {
  width: 100%;
  padding: 0 0 20px 0;
  background-image: url(images/bkgd.gif);
  background-position: top right;
  background-repeat: repeat-y;
  }



/* Regular Text */

h1 {
  margin: 0 40px 20px 40px;
  color: #0c70ae;
  font-size: 2.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 120%;
  }

h2 {
  margin: 30px 20px 20px 20px;
  font-size: 1.8em;
  line-height: 120%;
  font-weight: bold;
  }

h2 a {
  text-decoration: none;
  }

#sidebar_right h3 {
  margin: 30px 20px 20px 20px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 120%;
  border-bottom: 1px solid #173059;
  }

#content_left h3 {
  margin: 30px 20px 20px 20px;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 120%;
  border-bottom: 1px solid #173059;
  }

p {
  margin: 20px; 
  font-size: 1.3em;
  line-height: 160%;
  }



/* Regular Text Links */

#pagecontent a {
  color: #173059;
  text-decoration: underline;
  }

#pagecontent a:hover {
  background-color: #d35a30;
  color: #fff;
  }



/* CONTENT ON LEFT --------------------------------------------------------- */



#content_left {
  float: left;
  display: inline;
  width: 600px;
  padding-top: 1px;
  }

img.alignright {
  float: right;
  margin: 5px 20px 40px 20px;
  }

#content_left ul {
  }

#content_left ul li {
  color: #222;
  list-style-type: square;
  margin: 20px 20px 20px 50px;
  font-size: 1.3em;
  line-height: 160%;
  }

#content_left ol li {
  color: #222;
  list-style-type: decimal;
  margin: 20px 20px 20px 50px;
  font-size: 1.3em;
  line-height: 160%;
  }


/* Sidebar on Right */

#sidebar_right {
  float: right;
  width: 300px;
  margin: 0;
  padding-top: 1px;
  }

#sidebar_right p {
  margin: 20px;
  padding: 0;
  font-size: 1.2em;
  }

#sidebar_right ul {
  }

#sidebar_right ul li {
  color: #222;
  list-style-type: square;
  margin: 20px 20px 20px 40px;
  font-size: 1.2em;
  line-height: 160%;
  }

#sidebar_right ol li {
  color: #222;
  list-style-type: decimal;
  margin: 20px 20px 20px 40px;
  font-size: 1.2em;
  line-height: 160%;
  }

#sidebar_right ul.newsevents li {
  margin: 20px;
  list-style-type: none;
  }








  
/* Callout*/

#callout {
  width: 232px;
  padding-bottom: 20px;
  background-color: #e9ebef;
  }

/* Callout Text */

#callout p {
  margin: 0;
  padding: 20px 20px 0 20px;
  font-size: 1.3em;
  line-height: 180%;
  }

#callout ul {
  margin: 0 0 0 20px;
  font-size: 1.3em;
  line-height: 180%;
  background-color: #e9ebef;
  }

#callout li {
  margin: 10px 20px 0 20px;
  list-style-type: square;
  }



/* TWO-COLUMN CONTENT LAYOUT ----------------------------------------------- */



#cols {
  width: 100%;
  overflow: auto;
  }

#cols p {
  margin-top: 20px;
  }

#leftcol {
  float: left;
  width: 50%;
  padding: 1px 0;
  }

#rightcol {
  margin: 0 0 0 50%;
  padding: 1px 0;
  }


  
/* FORMS ------------------------------------------------------------------- */



/* Table Layout */

table {
  margin: 20px;
  }

td {
  margin: 0;
  padding: 0 7px 15px 0;
  font-size: 1.3em;
  line-height: 160%;
  }


  
/* Form Elements */

input, textarea {
  color: #000;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #666;
  }

.checkbox {
  border: 0;
  }

.button , .nlbutton {
  padding: 4px 10px;
  color: #222;
  font-size: .9em;
  font-weight: bold;
  background-color: #e2e6e9;
  border: 1px solid #666;
  }







/*---------------------------------------------------------------------------*/
/*---------------------------- FOOTER ---------------------------------------*/
/*---------------------------------------------------------------------------*/



#footer {
  width: 100%;
  background-color: #fff;
  border-top: 4px solid #173059;
  }

#footer p {
  margin: 0;
  padding: 20px 320px 20px 40px;
  color: #444;
  font-size: 1.2em;
  line-height: 130%;
  }

#footer a , #footer a:visited {
  color: #0a71af;
  font-weight: bold;
  }

#footer a:hover {
  color: #cd121b;
  text-decoration: underline;
  }

#logos {
  float: right;
  width: 280px;
  margin-top: 30px;
  }






