/*   
Theme Name: grs2010
Theme URI: http://techapt.com
Description: Great River School
Author: Bruce Adelsman
Author URI: http://techapt.com
Template: thematic
Version: 0.9
Tags: Thematic
.
Theme for Great River School, circa 2010.
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply three column, fluid center, layout */
@import url('layouts/3c-fluid.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* Colors 
 *
 * #4AE / Aqua - Menu, section header, visited links
 * #48C / Sky Blue (dark Aqua) - Menu hover/selected, content headers, links
 * #027 / Dark Blue - content summary headers
 * #CCC / Light Gray - borders on widgets, photos
 * #EEE / Faint Gray - background on bios
 * #FFF / White - Menu text, section header text
 * #000 / Black 
 */



/* Redefine the three column widths 
* - primary: left column
* - content: center column 
* - secondary: right column
*/

#content {
  margin: 0 200px 0 280px; /* top secondary-col bottom primary-col */
}
#primary {
  width: 280px;
}
#secondary {
	margin: 0 0 0 -200px;
}


body, input, textarea {
  font-family: Verdana, sans-serif;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}


#headerbanner {
  min-width: 800px;
}
#headerlogo {
  display: block;
  float: left;
}
#headerinfo {
  background: url("images/headerbackground.jpg") repeat-x;
  float: right;
  min-width: 320px;
  width: 30%;
}
#headerphoto {
  border: 2px solid #4AE;
  float: right;
  margin: 5px 1em 0 1em;
}
#headeraddr {
  float: right;
  margin: 0 1em 0 0;
}
#branding {
  padding: .2em .2em .6em .2em;
  min-width: 800px;
}

#blog-title {
  display: none;
}
.blog-description {
  margin: .2em .5em;
  font-family: Arial, sans-serif;
  font-size: .85em;
}

/* menu styling */

#access { 
  background-color: #4AE; 
  padding-bottom: 2px;
  border-bottom: 3px solid #002D7F;
  min-width: 800px;
  font-size: .7em;
  height: 2.55em;
}
#access .menu a {
  background-color: #4AE; 
  color: #fff;
  font-weight: bold;
  padding: .75em 1.4em;
  font-size: 1em;
}
#access .menu .current_page_item > a, 
#access .menu .current_page_parent > a, 
#access .menu .current_page_ancestor > a {
  background-color: #48C; 
}
#access .menu a:hover {
  background-color: #027; 
}
#access .menu .current_page_item > a {
  background-color: #48C; 
}


/* basic widget styling */
h3.widgettitle { 
  padding-bottom: 2px;
}
.widgetcontainer {
  margin-bottom: 1.5em;
}


#primary {
  border: 0;
  padding-top: .5em;
}


#main {
  padding: 20px 0 20px;
}
#content {
  padding: 5px 30px;
}



#siteinfo {
  float: right;
  padding: 2px 10px;
}


/* content styling */

.entry-content {
  padding-top: .9em;
  font-size: .80em;
  line-height: 1.4em;
}
.entry-title {
  font-size: 1.4em;
  letter-spacing: .05em;
  padding-bottom: 0;
}
.entry-meta, .entry-meta abbr, .entry-meta .n {
  font-size: .7em;
}

.entry-content a {
  color: #48C; 
  text-decoration: none;
}
.entry-content a:visited,
.widgetcontainer a:visited {
  color: #4AE; 
}
.entry-content a:active, 
.entry-content a:hover {
  color: #027; 
}

.entry-title a, .entry-title a:visited {
  color: #027; 
}
.entry-title a:active, 
.entry-title a:hover {
  color: #48C; 
}

.aside a:active, 
.aside a:hover {
  color: #027; 
}

.page-title {
  font-size: 1.7em;
  font-family: Arial, sans-serif;
}


#content iframe {
  border: 4px solid #CCC;
}

#content .wp-caption {
  border: 1px solid #CCC;
}
#content img {
  border: 4px solid #CCC;
}


/* remove the author image area */
#comments-list .comment-author,
#comments-list .comment-meta {
  padding-left: 0;
}

.archive-meta {
  display: none;
}

/* suppress the author and separator */
.meta-prep-author, .vcard {
  /* display: none; */
}
.meta-sep-entry-date {
  /* display: none; */
}

/* read more link styling */
a:visited.more-link,
a:link.more-link,
.more-link {
  background: #4AE;
  color: #FFF;
  font-style: italic;
  font-size: .7em;
  padding: 2px 4px;
  margin: 0 5px;
}


#nav-below {
  margin-top: 1em;
  padding-top: .5em;
  border-top: 1px dashed #CCC;
}
.nav-previous a:hover, .nav-next a:hover {
  color: #027; 
}


/* home page specialization */
.home .entry-utility {
  display: none;
}
.home .entry-content {
  padding-top: 5px;
}

/* supress the header on the front page */
.slug-home > h1.entry-title {
  display: none;
}



/************* 
 * 
 * specific widget styling 
 * 
 *******/


/* sidebar recent file list */
#primary .widget_recent_file_list {
  border: 1px solid #CCC;
}
#primary .widget_recent_file_list h3 {
  background: #4AE;   
  color: #FFF;
  padding: 0.3em 1em;
}

#primary .widget_recent_file_list .recent_file_list {
  height: 170px;
  overflow: auto;
}
#primary .widget_recent_file_list .recent_file_list li {
  margin-left: 1em;
  padding: 9px 0 0 0;
}

/* sidebar search form */
#secondary .widget_search input[type="text"] {
  width: 150px;
}

/* sidebar hotlist menu */
#secondary .widget_nav_menu {
  padding: 6px;
  width: 140px;
  background-color: #EEE;
}
#secondary .widget_nav_menu ul {
  list-style: none;
  margin-left: .5em;
}
#secondary .widget_nav_menu a {
  display: block;
  width: 90%;
  padding: 3px;
}
#secondary .widget_nav_menu a:hover {
  color: #FFF;
  background-color: #4AE; 
}

/* sidebar features links (icons) */
#linkcat-5 h3 ,
#linkcat-9 h3 {
  display: none;
}
#linkcat-5 ul ,
#linkcat-9 ul {
  list-style-type: none;
  margin: 0 0 0 5px;
  padding: 0;
}
#linkcat-5 img ,
#linkcat-9 img {
  display: block;
  margin: 1em auto;
}

/* staff directory */
.stafffull {
  border-top: 1px solid #CCC;
  margin-bottom: 3em;
}
.stafffull h3 {
  font-weight: bold;
  color: #027;
}
.staffphoto {
  float: left;
  padding: 3px 8px 3px 3px;
}
.staffphoto img {
  border: 4px solid #CCC;
}
.staffcontacts {
  clear: both;
}
.staffbio {
  margin-top: 1em;
  background-color: #EEE;
  padding: 1em;
}

.staffbasic {
  font-size: 1em;
  line-height: 1.5em;
  margin: 2em 0;
  padding-left: 1em;
  border-left: 5px solid #ccc;
}

/* feature items */
.feature_section {
   clear: both;
   border: 1px solid #CCC;
   padding: 5px;
   margin: 30px 0;
   overflow: auto;
 }
.feature_section_item {
  padding: 10px 15px;
}
.feature_section_item > h2 {
  font-size: 1.6em;
  padding: 0;
  margin: .3em 0 .15em 0;
}
.feature_section_item .entry-meta {
  font-size: .8em;
  margin-bottom: .5em;
}
.feature_section_current_feature, 
.feature_section_hover_item {
  background: url("images/featurebackgroundy.jpg") repeat-x;
  background-size: 100%;
}
.feature_section_current_feature > h2 > a, 
.feature_section_current_feature > h2 > a:visited, 
.feature_section_hover_item > h2 > a ,
.feature_section_hover_item > h2 > a:visited {
  color: #fff;
}

/* post summary */
.post_summary_item {
  margin: 1em 0 2em 0;
}
.post_summary_item > h2 {
  font-size: 1.6em;
  padding: 5px 0 0 0;
  margin: .3em 0 .15em 0;
}
.post_summary_item .entry-meta {
  margin-bottom: 1em;
  font-size: .8em;
}
.post_summary_archives {
  font-size: .8em;
  padding: .5em;
  border: 1px solid #CCC;
}

/* sidebar photo gallery */
.widget_gallery h3 {
  display: none;
}
.widget_gallery img {
  border: 4px solid #CCC;
  margin: 5px auto;
}

/* linkslist */
#content .links_list li {
  padding-bottom: .8em;
}

/* sitemap */
#sitemap > ul > ul.menu  {
  margin: 0;
  padding: 0;
}

/* author bios (blogs) */
.authorbio {
  font-size: .8em;
  margin-top: 1em;
  background-color: #EEE;
  padding: 1em;
}
.authorbio h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #027;
}
.authorphoto {
  float: left;
  padding: 3px 8px 3px 3px;
}
.authorphoto img {
  border: 4px solid #CCC;
}
.authorbiotext {
  margin-top: 1em;
}

/* cforms */
.cform {
  width: auto !important;
}
.cform input {
  font-size: .85em;
}
.cform label,
.cform label span {
  width: 125px !important;
}
.cform input[type="text"] {
  width: 200px;
}
.cform input[type="text"].fldrequired {
  border-width: 2px;
}
.cform .cf-sb {
  text-align: left !important;
}
.cform .sendbutton {
  width: auto !important;
  padding: .5em 1em !important;
  margin: 1em !important;
  font-size: 1em !important;
  font-weight: bold;
}
div.cf_info.success {
  background-color: #48C !important;
  color: #FFF !important;
}
.linklove {
  display: none !important;
}



/* speciality classes */
.noborder {
  border: 0 !important;
}

