a {
  color: #3256B6;
}
a:visited {
}
a:hover, a:visited:hover {
  color: #e00;
  text-decoration: none;
}
/*
Inner Wrapper
*/
#inner_wrapper {
  background:transparent url(/images/layout/innerwrapper.jpg) repeat-x scroll center top;
  margin:1px;
  padding:20px;
}

/*
Outer Wrapper
*/
#wrapper {
  background:#fff;
  border:1px solid #f1f1f1;
  max-width:1200px;
  width:expression(this.width > 320 ? "320px" : this.width);
  min-width:760px;
  margin:0 auto;

}

body {
  font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
  background:url(/images/layout/body.jpg) #f6f6f6;
  word-spacing:2px;
  color:#444;
  margin:20px;
}

h1 {
  line-height: 30px;
  font-size: 28px;
  font-weight: normal;
}

h3 {
  color: #999;
  font-size: 180%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}

h4 {
  margin:0px;
}

.date {
  font-size: 11px;
  color: #ccc;
}

.blogEntry {
  border-bottom: 1px #ccc dotted;
  margin-bottom: 20px;
}

.hidden {
  display: none;
}
.clear {
  clear: both;
}

/*
Footer
*/
#footer {
  color: #818cb0;
  font-size: 80%;
  padding-top: 1px;
  padding-bottom: 20px;
  height: 10px;
  text-align: center;
  clear: both;
}

/*
Header
*/
#header {
  clear:both;
  padding:10px 10px 10px 10px !important;
}

/*
Nav & Sub-Nav
*/
#navigation {
  border-style:solid;
  border-color:#388CBA #388CBA #4F9EC9;
  background:#4F9EC9 url(/images/layout/nav.jpg) repeat-x scroll center top;
  border-width:2px;
  clear:both;
  margin: 0;
  padding:10px 10px 10px 0 !important;  
}

#navigation a {
  color:#fff;
  font-size:140%;
  text-decoration:none;
  padding:10px;
}

#navigation a:hover {
  background: #4F9EC9;
}

#navigation li.active a {
  background: #4F9EC9;
}

#navigation li {
  display:inline;
  list-style:none;
  margin:0 1px 0 0;
}

#sub_navigation {
  margin: 0;
  background:#4F9EC9;
  padding:0;
  padding:5px 7px 7px 7px;
  font-size:90%;
  color: #DEEDF5;
  border-bottom:2px solid #388CBA;
  border-left:2px solid #388CBA;
  border-right:2px solid #388CBA;
}

#sub_navigation li {
  list-style:none;
  display:inline;
}

#sub_navigation a {
  color:#DEEDF5;
  text-decoration:none;
  font:100% Verdana;
  padding:5px;
  border-bottom:2px solid #4F9EC9;
}

#sub_navigation a:hover {
  border-bottom:2px solid #388CBA;
  color:#fff;
}

#sub_navigation li.active a {
  border-bottom:2px solid #388CBA;
  color:#fff;
}

/*
Site Title
*/
#site-title {
  color: black;
  font-size: 30px;
}
#site-title a, #site-title a:visited {
  color: black;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: black;
  text-decoration: underline;
}
/*
Breadcrumb
*/
#breadcrumb {
  color:#999;
  font-family:Verdana;
  font-size:90%;
  padding-top: 10px;
  padding-left: 10px;
}

#breadcrumb a {
  color:#999;
}

#main {
  width: 100%;
  float: left;
  border-bottom: 1px dotted #ccc;
}

/*
Content
*/
#content-wrapper {
  width: 60%;
  float: left;
}
#sidebar-wrapper {
  float: left;
  width: 19%;
}
#right-sidebar-wrapper {
  width: 19%;
  float: right;
}
#content {
  padding: 25px;
  /*border-left: 1px solid #ccc;*/
  min-height: 300px;
}

#content img {
  float: right;
  margin-left: 10px;
}

#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 140%;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  background-color: #f7f3e8;
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}

#content .bodyTeaser {
  float: left;
  width: 48%;
  border-bottom: 1px silver dotted;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 10px;
  padding-right: 10px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
}
#content .bodyTeaser strong {
  font-size: 110%;
  display: block;
}

#content .bodyTeaser p {
  padding: 0px;
  padding-left: 10px;
  padding-top: 10px;
  margin: 0;
}
#content .bodyTeaser a {
  padding-left: 10px;
}

#content .bodyTeaser .teaserImage img {
  float: left;
  margin-left: 0px;
  margin-right: 10px;
  border: 0;
}
#content .bodyTeaser .teaserImage a {
  margin-top: 5px;
  padding: 0;
  float: left;
}
#content .px {
  display: none;
  padding:0;
  margin:0;
}

/*
Left Sidebar (with navigation)
*/
#sidebar, #sidebar_right {
  background: url(/images/layout/sidebarright.jpg) no-repeat;
  width:100%;
  margin: 0;
  padding:10px 0 0 0px;
}

#sidebar h3 {
  font-size: 160%;
}

#sidebar p {
  line-height: 140%;
}

#sidebar ul {
  list-style: none;
  padding: 0;
  margin-left: 10px;
}

#sidebar li {
  margin-bottom: .25em;
}

.affiliateTeaser {
  margin-top: 5px;
  margin-left: 20px;
}

.affiliateTeaser img {
  border: 0;
}

#universities {
  margin-top: 40px;
}

#partners {
  margin-top: 10px;
}
#sidebar span {
  margin-left: 25px;
  font-weight: bold;
}

/* content ads */
#content .ad {
  float: left;
  margin-right: 5px;
}