/* $Id */

/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/* Body
------------------------------------------------------------------------------*/
/* @airen_lwh define
html {
  background: #e5f1f4;
}
*/
body {
  margin: 0;
  padding: 0;
  background: #f7f7f7;
}


/* Header
------------------------------------------------------------------------------*/
#header {
  background: #4a5459;
  color: #FFF;
  border-bottom: 1px solid #999;
  margin-bottom:2px;
  background-image:url(/sites/all/themes/zinchus/images/zinch_header_bg.png); 
  background-repeat:repeat-x;
}
.not-front #header #logo img {
	height: 0px;
	width: 0px;
	border: 0px;
}
.not-front #header #logo {
	padding-top: 0px;
	margin-left: 18px;
	height: 48px;
	width: 100px;
	background-image: url(/sites/all/themes/zinchus/images/zinch_logo_2013.png);
}
.not-logged-in.page-user-register #header, .not-logged-in.page-user #header {
	background: #eee;
}
.not-logged-in.page-user-register #header #logo, .not-logged-in.page-user #header #logo {
	background-image: none;
}
.not-logged-in.page-user-register #header #logo img, .not-logged-in.page-user #header #logo img{
	height: 70px;
	width: 176px;
}
.not-logged-in.page-sohp-2b #header, .not-logged-in.page-sohp-2 #header {
  border-bottom: 0px;
  margin-bottom:0px;
}

#header a {
  color: #FFF;
}
#header a:hover {
  color: #0089e4;
}
#header  div.block.with-block-editing div.edit a {
  color: #FFF;
}
#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding-top: 6px;
}

.newhomepage #logo img {
	width: 176px;
	opacity: 1;
	height: 70px;
    position: absolute;
    top: 15px;
}
h2#site-name,
div#site-name /* Hide while remaining accessible */ {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}


/* Header - Search
------------------------------------------------------------------------------*/
#block-search-0 {
  margin: 9px 0 0;
  width:160px;
  position:relative;
}
#block-search-0 input#edit-search-block-form-1 {
	position:relative;
	left:0;
	width:138px;
}
#block-search-0 #edit-search-block-form-1 {
  border: 1px solid #676767;
  height: 21px;
  margin: 0;
  padding: 0;
}
#block-search-0 #edit-submit {
  position: absolute;
  right: 0;
  top: 0;
  background: white url('../images/search_mag_glass.png') no-repeat 0 0;
  border: 1px solid #676767;
  border-left: 1px dotted #676767;
  height: 23px;
  margin: 0;
  margin-left: -4px;
  padding: 0;
  text-indent: -9999px;
  vertical-align: bottom;
  width: 23px;
}
#block-search-0 .form-item {
  margin:0;
}
#header #block-search-0 {
  height: auto;
}

/* User Sidebar
------------------------------------------------------------------------------*/


/* Main
------------------------------------------------------------------------------*/
#main-wrapper {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-top: none;
  margin-top: -2px;
}


/* Content
------------------------------------------------------------------------------*/
#content {
}

#content .section {
}


.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  margin: 0;
  font-weight: normal;
}
.read-message-reply h1.title {
  display:none;
}

#content-area /* Wrapper for the actual page content */ {
}

#content-area #user-pass-reset {  /*for changes to one time login page */
  background:url(/sites/all/themes/zinchus/images/home_page/onetimelogin.jpg)no-repeat top left;
  padding-top:45px;
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

.region-content-bottom .block-zinch_event {
    border-bottom: 2px solid #58bed8;
    padding-bottom: 10px;
}

/* First Sidebar
------------------------------------------------------------------------------*/
/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section .block h2.title {
	width:auto;
}


/* Second Sidebar
------------------------------------------------------------------------------*/
/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}


/* Footer
------------------------------------------------------------------------------*/
#footer {
}

#footer .section {
  font-size:11px;
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
	text-align: center;
}


/* Closure
------------------------------------------------------------------------------*/
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/* Drupal boxes
------------------------------------------------------------------------------*/
/*
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}


/* For School Search
------------------------------------------------------------------------------*/
#under-schoolsearch-guide-form 	fieldset {
	background:none repeat scroll 0 0 #f0f0f0;
	border:medium none;
	line-height:16px;
}
#under-schoolsearch-guide-form 	fieldset.feed_wapper {	
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0 1px 1px;
}
#under-schoolsearch-guide-form 	* {
	font-size:12px;
}
#under-schoolsearch-guide-form fieldset legend {
	color:#333333;
	font-weight:bold;
}
#searchBox {
	border:1px solid #999;
}
.searchBoxImg {
	background: url(/sites/all/modules/custom/undergradschool/image/button_search.gif) repeat-x;
	border:0;
	cursor:pointer;
}
#searchBox .searchBoxTextInput {
	border:0 !important;
	_border:0
}
.resultsNumber {
	font-size:16px;
	color:#959595;
	list-style:none;
}
.resultsNumber li span {
	font-size:21px;
	color:#97ca39;
}
.resultsNumber li {
	line-height:150%;
}
#newWrapRight ul {
	list-style:none;
	padding:0;
}
#paginationTop{
	border-bottom:2px solid #ddd;
}
.paginationRight{
	color:#888;
}
.paginationRight select {
	float:right; 
}
.searchResults {
	border-bottom:2px solid #ddd;
}
.searchResults a:focus,.searchResults a:visited {
  color: #58bed8;
  -webkit-transition: color 0.3s linear;
}
.resultsRight{
	line-height:100%;
}
.schoolNameBox h3 {
	font-size:13px;
	line-height:100%;
	}
.schoolNameBox h4 {
	font-size:11px;
	font-weight:normal;
	line-height:100%;
}
.schoolNameBox h5 {
	font-size:11px;
	font-weight:normal;
	line-height:100%;
	color:#666;
}
.schoolTextBox{
	font-size:11px;
	line-height:110%;
}
.resultsRight .schoolProperty {
	border-bottom:0;
}
.schoolLogos p {
	font-size:11px;
	color:#97CA39;
	line-height:100%;
}
.mySchoolList ul {	
	list-style:none;
	padding:0;
}
.mySchoolList h3 {
	margin-bottom:5px;
}
#under-schoolsearch-guide-form .demo div {
	background:#F0F0F0;
}
#under-schoolsearch-guide-form .demo input {
	padding:2px;
	border:1px solid #333;
	width:130px;
}


/* First Sidebar
------------------------------------------------------------------------------*/
.sidebar #block-zinch_profile-2 .item-list {
	color: #888;
	font-family: Tahoma;
    font-size: 19px;
    letter-spacing: -0.5px;
}
.sidebar #block-zinch_profile-2 .item-list ul li {
	margin-bottom:8px;
	line-height: 1.5em;
}
.sidebar .item-list .second-emphasized-numbers {
	display:block;
	float:left;
	margin-right:6px;
	background:#ccc;
	color:#fff;
	font-size: 24px;
	padding: 0 3px;
}
.sidebar-first .views-field-field-profile-image-fid,
.sidebar-first .views-field-field-last-name-value,
.sidebar-first .views-field-points-sum {
	float:left;
}
.sidebar-first .views-field-field-last-name-value {
	font-size:12px;
}
.region-sidebar-first .view-zinch-user-popular .view-content .views-row .views-field-points-sum {
	font-size:0.8em;
	font-weight:bold;
	line-height:0.8em;
}
.sidebar-first .views-row-odd,
.sidebar-first .views-row-even {
	margin-bottom:10px;
}
/* School Search Liked
------------------------------------------------------------------------------*/
#like_link_2 .flag-like .unflag-action {
	background:url("../images/bg_likes.gif") no-repeat scroll 0 0 transparent;
	display:block;
	text-indent:-9999px;
	width:11px;
}
/* Zinch in the press
------------------------------------------------------------------------------*/
.page-press h1 {
	margin-bottom:20px;
	color:#57bed8;
	font-size:2.6em;
	letter-spacing:-1px;
}
.page-press .views-field-title {
	font-size:20px;
	font-family:'Trebuchet MS',Helvetica,sans-serif;
	display:block;
	margin-bottom:15px;
	line-height:120%;
}
.page-press .article-author {
	color:#7bb62c;
	font-size:18px;
}
.page-press .views-field-field-newsarticle-logo-fid {
	clear:both;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.page-press .views-field-field-newsarticle-excerpt-value,
.page-press .views-field-field-newsarticle-links-url {
	font-size:15px;
	line-height:140%;
}
