/*
 * Core Layout
 *
 * The styles for the layout with the standard Drupal regions.
 *
 */

body {
  text-align: center; /* IE centering bug fix: 1st/2 parts */
  font-size: 100%; /* Fixes exaggerate font resizing bug eith em's in IE */
  min-width: 760px; /* There is an IE fix to make this work in ie_lt7.css */
  margin: 0;
  padding: 0;
}

#wrapper1, #wrapper2, #wrapper3 {
  width: 100%;
}

#wrapper4 {
  width: 95%;
  margin: 0 auto;
  text-align: left; /* IE centering bug fix: 2nd/2 parts */
  overflow: visible;
}

#logo-sitename {
  float: left;
}

#logo {
  float: left;
}

#header .site-name {
  float: left;
}

#header .site-slogan {
  display: block;
}

#search-box {
  float: right;
}

#header {
  float: left;
  width: 100%;
  margin-right: -100%;
}

.header-inner {
  position: relative; /* So that #search-box can be absolutely positioned to top right */
}

#header-both {
  margin: 0 180px;
}

#left-header {
  float: left;
  width: 170px;
  margin-right: -170px;
}

#right-header {
  float: right;
  width: 170px;
  margin-left: -170px;
}

#header-region {
  width: 100%;
  overflow: hidden;
}

#main {
  float: left;
  width: 100%;
  margin-right: -100%;
}

body.both #main-inner, body.left .right-2-present #main-inner, body.right .left-2-present #main-inner {
  margin: 0 180px;
}

body.both .left-2-present #main-inner, body.left .left-2-present .right-2-present #main-inner {
  margin: 0 180px 0 360px;
}

body.both .right-2-present #main-inner, body.right .left-2-present .right-2-present #main-inner {
  margin: 0 360px 0 180px;
}

body.both .left-2-present .right-2-present #main-inner {
  margin: 0 360px;
}

body.left #main-inner {
  margin-left: 180px;
}

body.left .left-2-present #main-inner {
  margin-left: 360px;
}

body.right #main-inner {
  margin-right: 180px;
}

body.right .right-2-present #main-inner {
  margin-right: 360px;
}

#main-inner2 {
  width: 100%; /* Fixes IE Overflow bug */
  overflow: hidden;
}

#primary, #secondary {
  height: 1.6em;
  overflow: hidden;
}

#sidebar-left {
  float: left;
  width: 170px;
  margin-right: -170px;
}

#sidebar-right {
  float: right;
  width: 170px;
  margin-left: -170px;
}

.sidebar .block {
  width: 170px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

#footer {
  width: 100%; /* Fixes IE Overflow bug */
  overflow: hidden;
}

/*
 * Other Layout
 *
 * The styles for non-standard Drupal regions
 *
 */

#upper-regions, #lower-regions {
  text-align: left; /* 2nd part of IE centering bug */
  overflow: hidden; /* To clear the floats it contains */
}

/* Page Top - page_top */

#page-top {
  width: 100%; /* Fixes IE Overflow bug */
  overflow: hidden;
}

/* Left - top_left, bottom_left */

.col-left {
  float: left;
  width: 50%; 
  margin-right: -50%; 
}

.col-left-inner {
  margin-right: 3px;
}

.col-left-inner2 {
  overflow: hidden;
  width: 100%; /* Fixes IE overflow bug */
}

/* Right - top_right, bottom_right */

.col-right {
  float: right;
  width: 50%; 
}

.col-right-inner {
  margin-left: 3px;
}

.col-right-inner2 {
  overflow: hidden;
  width: 100%; /* Fixes IE overflow bug */
}

/* Columns 1 to 3 of 3 - top_col13, top_col23, top_col33, bottom_col13, bottom_col23, bottom_col33 */

.col13 {
  float: left;
  width: 33%;
  margin-right: -33%;
}

.col23 {
  float: left;
  width: 34%;
  margin-left: 33%;
  display: inline;
}

.col33 {
  float: right;
  width: 33%;
  margin-left: -33%;
}

.col13-inner {
  margin-right: 4px;
}

.col23-inner {
  margin: 0 2px;
}

.col33-inner {
  margin-left: 4px;
}

.col13-inner2, .col23-inner2, .col33-inner2 {
  overflow: hidden;
  width: 100%; /* Fixes IE overflow bug */
}

/* Columns 1 to 4 of 4 - top_col14, top_col24, top_col34, top_col44, bottom_col14, bottom_col24, bottom_col34, bottom_col44 */

.col14, .col24, .col34, .col44 {
  float: left;
  width: 25%;
}

.col14 {
  margin-right: -25%;
}

.col24 {
  margin: 0 -50% 0 25%;
  display: inline;
}

.col34 {
  margin: 0 -75% 0 50%;
  display: inline;
}

.col44 {
  margin: 0 -100% 0 75%;
  display: inline;
}

.col14-inner {
  margin-right: 3px;
}

.col24-inner, .col34-inner {
  margin: 0 3px;
}

.col44-inner {
  margin-left: 3px;
}

.col14-inner2, .col24-inner2, .col34-inner2, .col44-inner2 {
  overflow: hidden;
  width: 100%; /* Fixes IE overflow bug */
}

/* Header sidebars - left_header, right_header */

#header-left {
  margin-left: 180px;
  overflow: hidden;
}

#header-right {
  margin-right: 180px;
  overflow: hidden;
}

/* Second Sidebrs - sidebar_left2, sidebar_right2 */

#sidebar-left2 {
  float: left;
  width: 350px;
  margin-right: -350px;
}

#sidebar-left2-inner {
  margin-left: 180px;
}

#sidebar-right2 {
  float: right;
  width: 350px;
  margin-left: -350px;
}

#sidebar-right2-inner {
  margin-right: 180px;
}

/* Page Bottom - page_bottom */

#page-bottom {
  width: 100%; /* Fixes IE Overflow bug */
  overflow: hidden;
}

/*
 * Admin Pages
 */

div.admin .left {
  margin-left:1%;
}

div.admin .right {
  margin-right:1%;
}

#min-build-block #wrapper1 #wrapper4 {
  width: 1100px; 
}

/*
 * Clear Fix
 */

/* Used rather than clear-block because this prevents white-space on
   resize in IE 5 */
.clear-this {
  width: 100%;
  overflow: hidden;
}

/*
 * HTML Styles
 */

body {
  font: 90% Verdana, Arial, Helvetica, sans-serif;
}

#wrapper1 {
  padding-bottom: 20px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0.2em 0;
	padding: 0;
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  font-weight: 500;
}

h3, h4, h5, h3 a, h4 a, h5 a {
  color: #111;
}

h1, h1 a {
	font-size: 2em;
	color: #3b4a25;
	text-decoration: none;
}

h2, h2 a {
	font-size: 1.5em;
	color: #3b4a25;
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
  color: #6a7c50;
}

h3 {
	font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.7em;
}

strong {
  font-weight: bold;
}

p {
  margin: 0 0 1.5em 0;
}

a {
  text-decoration: underline;
  color: #3E4967;
}

a:hover {
  color: #000;
}

blockquote {
  margin: 1.5em 0 1.5em 1.5em;
  color: #666;
  background: url('images/quote.png') .5em top no-repeat;
  padding: 0 20px 0 30px;
}

hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}

* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */

pre {
  margin-bottom: 1.3em;
  background: #eee;
  border:0.1em solid #ddd;
  padding:1.5em;
}

input {
  border: 1px solid #cccccc;
}

ul {
  list-style-type: none;
}

li.leaf, li.collapsed, li.expanded {
  list-style-image: url('images/bullet.gif');
}

ul ul li.leaf, ul ul li.collapsed, ul ul li.expanded {
  list-style-image: url('images/diamond.gif');
}

ul ul ul li.leaf, ul ul ul li.collapsed, ul ul ul li.expanded {
  list-style-image: url('images/bullet2.gif');
}

ul ul ul ul li.leaf, ul ul ul ul li.collapsed, ul ul ul ul li.expanded {
  list-style-image: url('images/bullet.gif');
}

ul ul ul ul ul li.leaf, ul ul ul ul ul li.collapsed, ul ul ul ul ul li.expanded {
  list-style-image: url('images/diamond.gif');
}

li a.active{
  color: #3E4900;
}

ol {
  margin-left: 35px;
}

/*
 * Theme-Specific
 */

/*
 * Layout
 */

body.both #main-inner, body.left .right-2-present #main-inner, body.right .left-2-present #main-inner {
  margin: 0 200px;
}

body.both .left-2-present #main-inner, body.left .left-2-present .right-2-present #main-inner {
  margin: 0 200px 0 350px;
}

body.both .right-2-present #main-inner, body.right .left-2-present .right-2-present #main-inner {
  margin: 0 350px 0 200px;
}

body.both .left-2-present .right-2-present #main-inner {
  margin: 0 350px;
}

body.left #main-inner {
  margin-left: 200px;
}

body.left .left-2-present #main-inner {
  margin-left: 350px;
}

body.right #main-inner {
  margin-right: 200px;
}

body.right .right-2-present #main-inner {
  margin-right: 350px;
}

.header-inner {
  padding-left: 60px;
}

.site-name {
  margin: 1em 0;
}

.site-name a, .site-name a:hover {
  color: #111111;
  font-size: 1.2em;
}

.site-slogan {
  color: #333333;
  font-size: 1.2em;
  font-style:italic;
  margin: 0;
}

#sidebar-left {
  float: left;
  width: 188px;
  margin: 0 -199px 0 1px;
}

#sidebar-right {
  float: right;
  width: 188px;
  margin: 0 1px 0 -199px;
}

.sidebar .block {
  width: 188px;
  overflow: hidden;
}

#header-left {
  margin-left: 188px;
  overflow: hidden;
}

#header-right {
  margin-right: 188px;
  overflow: hidden;
}

#sidebar-left2 {
  float: left;
  width: 388px;
  margin-right: -388px;
}

#sidebar-left2-inner {
  margin-left: 200px;
}

#sidebar-right2 {
  float: right;
  width: 388px;
  margin-left: -388px;
}

#sidebar-right2-inner {
  margin-right: 200px;
}

/*
 * Page Design
 *
 * Mostly borders and background that create the general feel of the page.
 *
 */

#main-outer {
  margin-bottom: 20px;
  /* border-width: 0 1px 1px 1px; */
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #cccccc;
}

#main-outer2 {
  width: 100%;
  overflow: hidden;
}

body.both #main-outer, body.left #main-outer {
  /* background: url('images/bg.gif') repeat-y; 
  background: url('images/background.gif') repeat-y; */
  background: url('images/left_bg.png') repeat-y; 
}

body.both #main-outer2, body.right #main-outer2 {
  /* background: url('images/bg2.gif') repeat-y right; 
  background: url('images/background2.gif') repeat-y right; */
  background: url('images/left_bg2.png') repeat-y right;
}

#header {
  border-top: 3px solid #5975E0;
}

#search-box {
  margin: 10px;
}

#primary, #secondary {
  display: block;
  height: 32px;
  /* background: #668040; 
  background: #4E6129; */
  background: #5975E0;
  font-size: 15px;
  padding-left: 50px;
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom: none;
}

#primary li, #secondary li {
  float: left;
  padding: 0;
}

#primary a, #secondary a {
  display: block;
  color: #f2ffdf;
  padding: 7px 15px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}

#primary a:hover, #secondary a:hover {
  /* background: #485a2d; */
  background: #334278;
}

#sidebar-left-inner, #sidebar-right-inner, #sidebar-left2-inner2, #sidebar-right2-inner2 {
  padding:25px 20px 10px;
}

.sidebar .block {
  width: 148px;
}

#sidebar-left .block h2, #sidebar-right .block h2 {
  color: #111;
  font-size: 1.1em;
}

#mission {
  background:#f1f1f1;
  border:1px solid #CCC;
  padding:10px;
  margin: 25px 48px 0;
}

.inner {
  /* padding: 25px 48px 20px;  */
  padding: 25px 5px 20px;
}

.inner h3, .inner h3 a {
	display: block;
	width: 100%;
	color: #3b4a25;
	border-bottom: 2px dotted #aaaaaa;
}

#footer {
  text-align: center;
  font-size: 0.8em;
  color: #333333;
}

#footer a {
  color: #333333;
}

/*
** Module specific styles
*/

.feed-icon img {
  margin-top:15px;
}

#aggregator .feed-source {
 background-color: #eee;
 border: 1px solid #ccc;
 padding: 1em;
 margin: 1em 0;
}

#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
 color: #999;
 font-style: italic;
 font-size: 0.9em;
}

#aggregator .title {
 margin-bottom: 0.5em;
 font-size: 1em;
}

#aggregator h3 {
 margin-top: 1em;
}

#forum table {
 width: 100%;
}

#forum td {
 padding: 0.5em;
}

#forum td.forum a{
text-decoration:none;
}

#forum td.forum, #forum td.posts {
 background-color: #eee;
}

#forum td.topics, #forum td.last-reply {
 background-color: #ddd;
}

#forum td.container {
 background-color: #ccc;
}

#forum td.container a {
 color: #555;
 text-decoration:none;
}

#forum td.statistics, #forum td.settings, #forum td.pager {
 height: 1.5em;
 border: 1px solid #bbb;
}

#forum td .name {
 color: #96c;
}

#forum td .links {
 padding-top: 0.7em;
 font-size: 0.9em;
}

#profile .profile {
 clear: both;
 border: 1px solid #abc;
 padding: .5em;
 margin: 1em 0em;
}

#profile .profile .name {
 padding-bottom: 0.5em;
}

.block-forum h3 {
 margin-bottom: .5em;
}

div.admin-panel .description {
 color: #999;
}

div.admin-panel .body {
 background: #f4f4f4;
}

div.admin-panel h3 {
 background-color: #668040;
 color: #ffffff;
 padding: 5px 0;
 margin: 0;
}

.node img{
  border:1px solid #CCC;
  margin:5px;
}

.poll .bar {
 background:#E7E7E7;
 border:#9C9C9C 1px solid;
}

.poll .bar .foreground{
 background:#CECDCE;
 border-right:#9C9C9C 1px solid;
}

.block-image IMG{
 border:1px solid #CECECE; padding:3px;
}

.block-user .item-list ul li{
 list-style-type:none;
 margin:0;
 margin-top:5px;
}

.block-user .item-list ul{
 padding:0;
}

/*******************************************************************
* Color Module: Don't touch                                       *
*******************************************************************/

div.admin-panel h3 {
 color: #ffffff;
}

/* search button */
#search-button {
  vertical-align: middle;
  border: none;
}

#search-block-form input.form-text {
  width: 200px;
  height: 25px;
  background-color: #F7FACF;
}

#search-block-form {
  padding-top: 15px;
}

#block-search-0 {
  text-align: left;
}

/* user login block */
#block-user-0 {
  text-align: left;
}
 
#block-user-0 .form-item {
  margin-top: 0;
}

#block-user-0 .item-list {
  float: left;
  padding-left: 12px;
  padding-top: 20px;
  font-size: 10px;
}

#block-user-0 .edit-group {
  float: left;
  padding-top: 20px;
}

#block-user-0 .edit-group div {
  margin-bottom: 0.2em;
}

/* banner */
.header-inner {
  padding-left: 0;
}

/* page top */
#upper-regions {
  margin: 0 auto;
  text-align: center;
  width: 1024px;
}

.col13, .col23, .col33, .col14 {
  text-align: left;
  line-height: 10px; /* reduce space */
}

.col13 p {
  margin: 0;
}

#header {
  line-height: 15px; /* reduce space */
}

#upper-regions  .col-left {
  width: 45%;
  margin-right: -55%;
}

#upper-regions .col-right {
  width: 55%;
}

/* article */
.node-article .hr {
  background: url("images/hr-bg.gif") repeat-x scroll left bottom transparent;
  clear: both;
  display: block;
  height: 5px;
  margin: 10px 0;
}

.node-article .article-info {
  display: inline-block;
  text-align: right;
  width: 100%;
  padding-bottom: 10px;
  font-size: 11px;
}

.node-article .article-date {
  background: url("images/icons/calendar.png") no-repeat scroll 0 0 transparent;
  height: 20px;
  line-height: 20px;
  padding: 0 10px 0 20px;
}

.node-article .article-comments {
  background: url("images/icons/spechbubble.png") no-repeat scroll 0 0 transparent;
  height: 20px;
  line-height: 20px;
  padding: 2px 10px 0 20px;
}

.node-article div.links ul.links li a {
  background: url("images/node-button-right.png") no-repeat scroll right center transparent;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  padding-right: 5px;
  text-decoration: none;
}

.node-article div.links ul.links li a span {
  background: url("images/node-button-left.png") no-repeat scroll 0 0 transparent;
  display: block;
  padding-left: 10px;
  padding-right: 5px;
}

.node-article div.terms ul.links li a {
  background: url("images/tag-blue.png") no-repeat scroll 0 0 transparent;
  padding-left: 20px;
  text-decoration: none;
}

.node-article div.terms {
  margin: 8px 0;
}

.node-article .fivestar-form-item {
  padding: 5px 10px 15px 10px;
}

/* general line height */
body {
  line-height: 26px;
}

/* node title */
h1, h1.title {
  font-size: 22px;
}

h2, h2 a {
  font-size: 18px;
}

/* comments */
.comment {
  -moz-border-radius: 5px 5px 5px 5px;
   background-color: #F7F0F0;
   border-bottom: 2px solid #D4D4D4;
   min-height: 95px;
   position: relative;
   margin: 15px 0;
   padding: 10px;
}

div.comment .picture {
  position: absolute;
  top: 10px;
}

.comment-title {
  display: block;
  margin: 5px 10px;
  font-weight: 600;
  font-size: 16px;
  font-style: italic;
}

.comment-title a {
  text-decoration: none;
}

span.submitted-info {
  display: block;
  font-size: 12px;
  margin-left: 10px
}

.comment-body {
  margin: 15px 10px;
}

.comment-links {
  display: block;
  text-align: right;
  font-size: 10px;
}

.comment-links a {
  text-decoration: none;
}

#comments .hr {
  background: url("images/hr-bg.gif") repeat-x scroll left bottom transparent;
  clear: both;
  display: block;
  height: 5px;
  margin: 10px 0;
}

#comments .box {
  -moz-border-radius: 5px 5px 5px 5px;
  background-color: #E8EDAB;
  border-bottom: 2px solid #8B8F5B;
  margin: 40px 0 10px 0;
  min-height: 95px;
  padding: 20px;
  position: relative;
}

#comments {
  background-color: #F7FACF;
}

/* article list */
.node_read_more a span {
  background: url("images/node-button-left.png") no-repeat scroll 0 0 transparent;
  display: block;
  padding-left: 10px;
  padding-right: 5px;
  font-size: 12px;
} 

.view-subpage-view, .view-article-degree-view, .view-article-feature-view, .view-article-tag-view, .view-test-type-view {
  margin-top: 25px;
}

.view-subpage-view .views-row, .view-article-degree-view .views-row, .view-article-feature-view .views-row, .view-article-tag-view .views-row, .view-test-type-view .views-row {
  -moz-border-radius: 5px 5px 5px 5px;
  /* background-color: #E8EDAB;  */
  background-color: #FAFBF1;
  border-bottom: 2px solid #8B8F5B;
  margin: 10px 0;
  padding: 15px;
  position: relative;
}

/* pager */
ul.pager li {
    margin: 0;
    white-space: nowrap;
    background-image: none;
    display: inline;
    list-style-type: none;
    line-height: 150%;
    font-size: 80%;
}

ul.pager li {
    border-style: solid;
    border-width: 1px;
    padding: 2x 4px 1px;
}

ul.pager li a {
    text-decoration: none;
}

ul.pager li.pager-current {
    background-color: #777777;
    color: #FFFFFF;
    border: solid black 1px;
}

/* breadcrumb */
.breadcrumb a {
  text-decoration: none;
}

.breadcrumb {
  margin-bottom: 10px;
}

/* submenu on sidebar */
.sidebar .block-menu a {
  text-decoration: none;
}

.sidebar .block-menu li {
  line-height: 200%;
  padding: 2px 0;
  margin-left: 0.5em;
}

.sidebar .block-menu li.leaf {
  //list-style-image: url('images/star.png');
}

/* weather */
.weather .weathericon img {
  vertical-align: middle;
}

/* album node */
.node-album ul.pager li.pager-first, .node-album ul.pager li.pager-last, .node-album ul.pager li.pager-item, .node-album ul.pager li.pager-current {
  display: none;
}

.node-album ul.pager li {
  border-style: none;
}

.node-album ul.pager li a {
  color: #FFFFFF;
}

.node-album ul.pager li.pager-previous  {
  background: url('images/previous_icon.png') no-repeat; 
}

.node-album ul.pager li.pager-next  {
  background: transparent url('images/next_icon.png') no-repeat; 
}

/* search results */
dl.search-results {
  -moz-border-radius: 5px 5px 5px 5px;
  background-color: #F7F0F0;
  border-bottom: 2px solid #D4D4D4;
  margin: 10px 0;
  padding: 15px;
  position: relative;
}
 
dl.search-results a {
  text-decoration: none;
}

dl.search-results p.search-info {
  margin: 0 0 2em;
}

dl.search-results dd p {
  margin: 0 0 1em;
}

/* school ranking */
.node-ranking table {
  width: 95%;
  text-align: center;
}

.node-ranking table thead th {
  text-align: center;
}

.node-ranking table tr.even {
  background-color: #F0F0F0;
}

.node-ranking table tr.odd {
  background-color: #E0E0E0;
}

/* school */
.node-school .school-name, .node-school .school-web, .node-school .school-phone, .node-school .school-top, .node-school .school-honor, .node-school .school-admission, .node-school .school-overview {
  margin-bottom: 20px;
}

/* focused_articles block on front page */
#block-views-focused_articles-block_1 {
  margin-bottom: 20px;
}

#views_slideshow_singleframe_teaser_section_focused_articles-block_1  div {
  padding: 2px 0;
  font-size: 12px;
}

#views_slideshow_singleframe_teaser_section_focused_articles-block_1  a {
  text-decoration: none;
}

#views_slideshow_singleframe_teaser_section_focused_articles-block_1  {
  margin: 15px 0;
}

#block-views-focused_articles-block_1 h2 {
  font-weight: bold;
}

/* latest_articles block on front page */
.view-latest-articles .view-content div {
  padding: 2px 0;
  font-size: 12px;
}
 
.view-latest-articles .view-content {
  margin: 10px 0;
}

.view-latest-articles a {
  text-decoration: none;
}

/* weather */
#block-ecweather-0 {
  font-size: 11px;
}

/* school slideshow on front page */
.school-slideshow-row .school-image {
  float: left;
  padding: 8px 8px 0 0;
}
 
.school-slideshow-row .school-info {
  float: left;
  width: 179px;
  font-size: 12px;
  padding: 8px 5px 0 8px;
  text-align: center;
}
 
.school-slideshow-row .school-name a {
  text-decoration: none; 
}

#views_slideshow_singleframe_playpause_school_slideshow-block_1 {
  display: none;
}

.view-school-slideshow {
  /* background-color: #F7F0F0; */
}

.view-school-slideshow {
  /* border: solid 1px #767933; */
  border: solid 1px #BCC8ED;
}

#views_slideshow_singleframe_prev_school_slideshow-block_1 {
  width: 25px;
  height: 0px;
  padding-top: 55px;
  position: relative;
  top: 47px;
  overflow: hidden;
  background: url('/sites/all/themes/ad_blueprint/images/left_arrow.png') no-repeat;
  left: 338px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 6px; /* make the words smaller */
}

#views_slideshow_singleframe_next_school_slideshow-block_1 {
  width:25px;
  height:0px;
  padding-top:55px;
  position:relative;
  top:52px;
  overflow:hidden;
  background:url('/sites/all/themes/ad_blueprint/images/right_arrow.png') no-repeat;
  left:410px;
  color:#FFFFFF;
  text-decoration:none;
  font-size: 11px; /* make the words smaller */
} 

#views_slideshow_singleframe_main_school_slideshow-block_1 {
  background: #FFFFFF url('/sites/all/themes/ad_blueprint/images/slide_bg.png') repeat-x;
}

/*
#block-views-school_slideshow-block_1 .view-header {
  position: relative;
  top: 0;
  left: 15px;
  height: 0;
  color: #FFFFFF;
  font-size: 16px;
} */

/*
#views_slideshow_singleframe_prev_school_slideshow-block_1 {
  width: 30px;
  height: 0px;
  padding-top: 25px;
  position: absolute;
  top: 600px;
  overflow: hidden;
  background: url('/sites/all/themes/ad_blueprint/images/prev_button.png') no-repeat;
  left: 383px;
}

#views_slideshow_singleframe_next_school_slideshow-block_1 {
  width:30px;
  height:0px;
  padding-top:25px;
  position:absolute;
  top:600px;
  overflow:hidden;
  background:url('/sites/all/themes/ad_blueprint/images/next_button.png') no-repeat;
  left:938px;
}  
*/

#views_slideshow_singleframe_controls_school_slideshow-block_1 {
  background-color: #767933;
}

.view-school-slideshow .school-info .school-link {
  font-size: 10px;
}

/* feature_tests view on front page */
/*
#block-views-feature_tests-block_1  {
  font-size: 12px;
  margin-top: 30px;
}

#block-views-feature_tests-block_1 a {
  text-decoration: none;
}
 
#block-views-feature_tests-block_1 .views-row {
  padding: 6px 0;
} */

#block-views-feature_tests-block_1 .views-row .article-location, #block-views-featured_29-block_1 .views-row .article-location {
  float: left;
  padding-right: 12px;
  font-weight: bold;
  min-height: 20px;
}

.feature-tests-row .clear {
  clear: left;
}

#block-views-featured_29-block_1 .article-clear {
  clear: left;
}

/*
#block-views-feature_tests-block_1 .view-content {
  border: solid 1px #767933;
  padding: 10px 8px;
  line-height: 150%;
}

#block-views-feature_tests-block_1 h2 {
  background: #767933;
  margin: 0;
  color: #FFFFFF;
  font-size: 16px;
  padding: 3px 10px;
}
*/

/* body background color */
body {
  /* background-color: #F7FACF;  */
  background-color: #E8E8E8;
}

/* view latest_articles on front page */
#block-views-latest_articles-block_1 .views-row .article-location {
  font-weight: bold;
}

#block-views-latest_articles-block_1 .views-row .article-date {
  font-size: 11px;
}

#block-views-latest_articles-block_1 .view-content {
  line-height: 150%;
}

#block-views-latest_articles-block_1 .views-row {
  margin: 12px 0;
}

#block-views-latest_articles-block_1 h2 {
  font-weight: bold;
}

/* view focused_articles on front page */
#block-views-focused_articles-block_1 .view-content {
  line-height: 130%;
}

/* toefl-ielts page */
.view-feature-tests .views-row .article-location {
  float: left;
  padding-right: 12px;
  font-weight: bold;
  min-height: 20px;
}

.view-feature-tests .views-row .clear {
  clear: left;
}

.view-feature-tests .view-content {
  padding-bottom: 30px;
}

.view-feature-tests .views-row {
  padding: 5px 0;
}

.view-feature-tests a {
  text-decoration: none;
}

/* submenus on left sidebar */
#sidebar-left ul.menu li {
  list-style: none;
  /*
  border-bottom: #fff solid;
  border-top: #fff solid;
  */
  border-width: 1px;
  margin-top: 8px;  
  text-align: center;
}

#sidebar-left ul.menu li a {
   cursor: pointer;
   display:block;
   height:41px;
   line-height: 41px;
   text-indent: 16px;
   text-decoration:none;
   width:80%;
   background: url('/sites/all/themes/ad_blueprint/images/menu_bg.png') no-repeat right center;
   font-size: 12px;
   font-weight: bold;
}

#sidebar-left ul.menu li a:hover {
  background: url('/sites/all/themes/ad_blueprint/images/menu_bg2.png') no-repeat right center;
}

/*
#sidebar-left ul.menu li:hover {
  background: #767933;
} */

#sidebar-left ul.menu {
  padding: 0;
}

/* ad block on front page */
#block-block-13, #block-block-29, #block-block-31 {
  width: 190px;
  margin-left: -21px;
  margin-top: -25px;
}

#block-block-13 p, #block-block-29 p, #block-block-31 p {
  margin: 0;
}

#block-block-13.fixed {
  position: fixed;
  top: 0;
}

/* article list on pages like essentials, institutes, programs, profession, abroad */
div.article-list .article-location {
  float: left;
  font-weight: bold;
}

div.article-list .article-name {
  float: left;
  padding-left: 5px;
}

div.article-list .article-date {
  float: left;
  font-size: 11px;
  padding-left: 20px;
}

.article-clear {
  clear: left;
}

.article-list {
  padding: 8px 0;
}

.article-list a {
  text-decoration: none;
}

.article-list-more a {
  background: url("images/node-button-right.png") no-repeat scroll right center transparent;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  padding-right: 5px;
  text-decoration: none;
}

.article-list-more a span {
  background: url("images/node-button-left.png") no-repeat scroll 0 0 transparent;
  display: block;
  padding-left: 10px;
  padding-right: 5px;
}

.article-list-more {
  margin-top: 30px;
  text-align: center;
}

/* scroll message on page top */
.view-greetings .liScroll-container {
  width: 1024px;
  height: 40px;
  color: red;
  margin: 0 auto;
  text-align; center;
}

.view-greetings .liScroll-container .mask {
  width: 100%;
  left: 0;
}

#views-ticker-liScroll-greetings li div {
  float: left;
}

#block-views-greetings-block_1 {
  padding-top: 10px;
}

#views-ticker-liScroll-greetings li {
  font-size: 18px;
}

.greeting-clear {
  clear: both;
}

/* view focused_articles on front page */
#block-views-focused_articles-block_1 .views-row .article-location {
  float: left;
  font-weight: bold;
  padding-right: 10px;
}

.focused-articles-row .clear {
  clear: left;
}
 
#block-views-focused_articles-block_1 .views-row .article-name {
  line-height: 24px;
}

#block-views-focused_articles-block_1 .views_slideshow_singleframe_slide  {
  * background: url('/sites/all/themes/ad_blueprint/images/left_bg.png') repeat-y fixed   !important; /* IE 7 (IE6 also uses this, so put it first) */
  _background: url('/sites/all/themes/ad_blueprint/images/left_bg.png') repeat-y fixed    !important;  /* IE 6 */
  background: url('/sites/all/themes/ad_blueprint/images/left_bg.png') repeat-y fixed\0/  !important; /*  IE 8-9 */
}

/* view all_schools on institutes page */
.view-all-schools td {
  vertical-align: top;
  text-align: center;
  width: 200px;
  height: 250px;
}

.view-all-schools a {
  text-decoration: none;
}

/* blocks on languages and lifestyle page */
#block-views-featured_22-block_1, #block-views-featured_23-block_1, #block-views-featured_24-block_1, #block-views-featured_25-block_1, #block-views-featured_26-block_1, #block-views-featured_27-block_1, #block-views-featured_34-block_1, #block-views-featured_29-block_1 {
  font-size: 12px;
  /* border: 1px solid #767933; */
  border: 1px solid #BCC8ED;
  line-height: 150%;
  padding: 0;
  margin-bottom: 10px;
  min-height: 300px;
}

#block-views-featured_22-block_1 .view-content, #block-views-featured_23-block_1 .view-content, #block-views-featured_24-block_1 .view-content, #block-views-featured_25-block_1 .view-content, #block-views-featured_26-block_1 .view-content, #block-views-featured_27-block_1 .view-content, #block-views-featured_34-block_1 .view-content, #block-views-featured_29-block_1 .view-content {
  padding: 10px 8px;
}

#block-views-featured_22-block_1 .views-row, #block-views-featured_23-block_1 .views-row, #block-views-featured_24-block_1 .views-row, #block-views-featured_25-block_1 .views-row, #block-views-featured_26-block_1 .views-row, #block-views-featured_27-block_1 .views-row, #block-views-featured_34-block_1 .views-row, #block-views-featured_29-block_1 .views-row {
  padding: 6px 10px;
}

#block-views-featured_22-block_1 a, #block-views-featured_23-block_1 a, #block-views-featured_24-block_1 a, #block-views-featured_25-block_1 a, #block-views-featured_26-block_1 a, #block-views-featured_27-block_1 a, #block-views-featured_34-block_1 a, #block-views-featured_29-block_1 a {
  text-decoration: none;
}

#block-views-featured_22-block_1 h2, #block-views-featured_23-block_1 h2, #block-views-featured_24-block_1 h2, #block-views-featured_25-block_1 h2, #block-views-featured_26-block_1 h2, #block-views-featured_27-block_1 h2, #block-views-featured_34-block_1 h2, #block-views-featured_29-block_1 h2 {
    /* background: none repeat scroll 0 0 #767933;  */
    background: none repeat scroll 0 0 #BCC8ED;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 6px 10px;
}

#block-views-featured_22-block_1 .view-more, #block-views-featured_23-block_1 .view-more, #block-views-featured_24-block_1 .view-more, #block-views-featured_25-block_1 .view-more, #block-views-featured_26-block_1 .view-more, #block-views-featured_27-block_1 .view-more, #block-views-featured_34-block_1 .view-more, #block-views-featured_29-block_1 .view-more {
  padding: 10px 15px;
}

/* view featured_tests on front page */
#block-views-feature_tests-block_1 {
  font-size: 12px;
  border: 1px solid #767933;
  line-height: 150%;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 30px;
  min-height: 350px;
}

#block-views-feature_tests-block_1 .view-content {
  padding: 10px 8px;
}

#block-views-feature_tests-block_1 .views-row {
  padding: 6px 10px;
}

#block-views-feature_tests-block_1 a {
  text-decoration: none;
}

#block-views-feature_tests-block_1 h2 {
background: none repeat scroll 0 0 #767933;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    padding: 6px 10px;
}

#block-views-feature_tests-block_1 .view-more {
  padding: 10px 15px;
}

/* view featured_29 block on front page */
#block-views-featured_29-block_1 {
  margin-top: 30px;
  min-height: 350px;
}

/* logo block */
#block-block-4 {
  float: left;
  text-align: left;
  padding-right: 30px;
  line-height: 11px;  /* reduce space */
} 

#block-block-4 p {
  margin: 0;
}

/* lifestyle images */
#block-block-17 img, #block-block-19 img {
  /* border: 1px solid #767933; */
  border: 1px solid #BCB8ED;
}

#block-views-featured_27-block_1 {
  float: left;
  width: 301px;
  margin-right: 6px;
  margin-bottom: 30px;
}

#block-block-18 img {
  /* border: 1px solid #767933; */
  border: 1px solid #BCB8ED;
}

#block-block-18 .lifestyle-clear {
  clear: left;
}

/* winter camp form declaration */
#webform-component-application-declaration {
  color: red;
  margin-top: 50px;
}

#webform-component-application-declaration label {
  font-weight: bold;
}

/* image on contact form */
#node-585 img {
  float: right;
}

/* scroll submenu on left sidebar */
/*
#block-menu-menu-essentials-submenu.fixed, #block-menu-menu-profession-submenu.fixed, #block-menu-menu-immigration-submenu.fixed, #block-menu-menu-language-submenu.fixed, #block-menu-menu-lifestyle-submenu.fixed, #block-menu-menu-wintercamp-submenu.fixed {
  position: fixed;
  top: 0;
} */ 

/* remove edit link [view] */
.node .node-edit-link li a {
  display: none;
}

/* blocks on front page (local section) */
#block-block-20 h2, #block-block-21 h2, #block-block-22 h2, #block-block-23 h2, #block-block-24 h2, #block-block-25 h2, #block-block-27 h2, #block-block-28 h2 {
    /* background: none repeat scroll 0 0 #767933; */
    background: none repeat scroll 0 0 #BCC8ED;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 6px 10px;
}

.front-local-block {
  font-size: 12px;
  line-height: 150%;
  margin: 30px 20px;
  padding: 0;
}

.front-local-block .view-more {
  margin-top: 30px;
}

.front-local-block .view-more a {
  text-decoration: none;
}

#block-block-20, #block-block-21, #block-block-22, #block-block-23, #block-block-24, #block-block-25, #block-block-27, #block-block-28 {
  /* border: solid 1px #767933; */
  border: solid 1px #BCC8ED;
  min-height: 310px;
  margin: 15px 2px;
}

/* all-relevant-schools and relevant-province-schools views for university, college, and high school  */
.view-all-relevant-schools td, .view-relevant-province-schools td {
  vertical-align: top;
  text-align: center;
  width: 200px;
  height: 250px;
}

.view-all-relevant-schools a, .view-relevant-province-schools a {
  text-decoration: none;
}

.province-university-link {
  font-size: 12px;
  padding-bottom: 40px;
}

.node-school .terms {
  display: none;
}

.view-latest-articles .article-date {
  display: none;
}

#block-views-latest_articles-block_1, #block-views-focused_articles-block_1 {
  color: #fff;
}

#block-views-latest_articles-block_1 h2, #block-views-focused_articles-block_1 h2 {
  color: #fff !important;
}

#block-views-latest_articles-block_1 .views-row a, #block-views-focused_articles-block_1 .views-row a {
  color: #fff !important;
}

.front-local-block a {
  text-decoration: none;
}

.node .recommendation-main img {
  margin: 0;
}

.node .recommendation-main {
  margin-left: 10px;
}

/* trip promotion page */
.trip-promotion ul {
  margin: 0;
  list-style-type: disc;
}

.trip-promotion ol {
  margin: 0;
}

.trip-promotion p {
  margin-top: 20px;
  margin-bottom: 0;
}

/* social icons on top of page */
#block-block-30 {
  float: right;
  margin-top: -39px;
  height: 24px;
}

#block-block-30 .social-icon img {
  width: 24px;
  height: 24px;
  margin: 0 0 0 5px;
}

/* summer-winter camp pages */
.camp-introduction ul li {
    border-bottom: 1px dotted #CCCCCC;
    list-style: none outside none;
    margin-bottom: 20px;
    font-size: 12px;
}

.camp-introduction ul {
    margin: 20px 0 0;
    padding: 0;
}

.camp-introduction .camp-left {
  float: left;
  width: 120px;
  margin-right: 20px;
}

.camp-introduction .camp-middle {
  float: left;
  width: 650px;
  margin-right: 15px;
}

.camp-introduction .camp-right {
  float: left;
  /* width: 150px; */
  display: none;
}

.camp-introduction .clear {
  clear: both;
}

.node img.camp-image {
  margin: 2px 5px  !important;
}

.camp-video .swftools-wrapper {
  float: left;
  margin: 10px;
  width: 292px;
}

.camp-video2 .swftools-wrapper {
  float: left;
  margin: 10px;
  width: 485px;
}

.video-clear {
  clear: both;
}
