/**
  Theme Name: My Colleges and Careers
  Theme URI: http://www.mycollegesandcareers.com
  Version: 1.0
  Author: Brandon Buttars
  Author URI: http://brandonbuttars
  Tags: simple, clean, blue, education, mycollegesandcareers
  Licence: LGPL
  
  Description: Theme created specifically to manage all of mycollegesandcareers.com. Created in January 2011.
*/

#top_bar{
  -moz-text-shadow:0 -1px 1px #032640;
  -webkit-text-shadow:0 -1px 1px #032640;
  text-shadow:0 -1px 1px #032640;
  font-size:11px;
  padding:0 10px;
  line-height:22px;
  width:940px;
}
  #top_bar > div{width:50%;}
#top_left{color:#fff;}
#top_right{color:#F4E0B0;text-align:right;}
  #top_right span{font-size:14px;}

#branding{height:99px;line-height:99px;position:relative;z-index:9999;width:600px;}
  #branding a{
    background:url(images/logo.png) no-repeat right center;
    height:99px;
    text-indent:-9999px;
    overflow:hidden;
    display:block;
    width:530px;
    border:0;
  }
  #branding a:hover{
    border:0;
  }

#menu-toolbar{
  position:absolute;
  right:8px;
  top:60px;
  z-index:2;
  width:220px;
  text-align:right;
}
  #menu-toolbar li{list-style:none;font-size:11px;margin:0;}
  #menu-toolbar a{
    color:#F4E0B0;
    -moz-text-shadow:0 -1px 1px #032640;
    -webkit-text-shadow:0 -1px 1px #032640;
    text-shadow:0 -1px 1px #032640;
    border:0;
    text-decoration:none;
    border-right:1px solid;
    padding:0 5px 0 3px;
  }
  #menu-toolbar li.last_child a{border-right:0;}
  #menu-toolbar a:hover{color:#fff;}

  #header .widget_search{
    position:absolute;
    top:104px;
    right:0;
    width:210px;
  }
  #header label{display:none;}
  #header input#s{
    font-size:12px;
    padding:2px;
    float:left;
    border:1px solid #6A5D54;
    line-height:16px;
    height:16px;
    margin-right:3px;
    width:150px;
  }
  #header #searchsubmit{
    display:block;
    background:url(images/go-button.png) no-repeat center top;
    height:21px;
    width:35px;
    border:0;
    text-indent:-9999px;
    cursor:pointer;
  }
  #header #searchsubmit.hover{
    background-position:center bottom;
  }

/* HEADINGS */
h1 a,h2 a,h3 a,h4 a, h5 a, h6 a, a{
  text-decoration:none;
  color:#063352;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover{
  text-decoration:underline;
}

/* COMMENTS */
#commentlist li{
  padding:10px;
  list-style:none;
}
#commentlist li.odd{
  border:1px solid #ccc;
  background:#eee;
}
#commentlist img.avatar{
  padding:5px;
  border:1px solid #ccc;
  background:#fff;
  float:left;
}
  #commentlist p,.comment_meta{
    margin-left:60px;
  }
  .comment_meta{font-size:11px;}
  .pagination{
    border-top:1px solid #ccc;
    font-size:11px;
    padding:10px 0 0;
    height:20px;
    line-height:20px;
  }
    .pagination li{
      list-style:none;
    }
    
    .post_wrapper{
      border-top:1px solid #ccc;
      margin:10px 0 0;
      padding:10px 0;
    }
    .post_meta{
      border:1px solid #ccc;
      background:#eee;
      padding:10px;
      font-size:11px;
    }
    
    #content p{text-align:justify;}
    #content p a{text-decoration:underline;}
    #breadcrumb{font-size:11px;}
      #breadcrumb span{padding:0 5px;}
      
/* College Slideshow */
#small_logo_slide{background-color:#D4CEC9;}
  #small_logo_slide li{padding:10px;display:block;width:198px;background:transparent;}
    #small_logo_slide li a{padding:5px 0;border:1px solid #BDB4AD;text-align:center;background:#fff;}
    .widget #small_logo_slide li a:hover{border:1px solid #BDB4AD;}
    #small_logo_slide li a{
      height:75px;
      line-height:1;
      display:block;
      text-indent:-999px;
      background-position:center;
      background-repeat:no-repeat;
      background-color:#fff;
    }