/*
Theme Name:     Evergreen Responsive
Theme URI:      
Description:    Responsive derivitive with planet functionality for CAS login. Should only be used on home blog for multisite install.
Author:         Amy Greene
Author URI:     http: //blogs.evergreen.edu/amygreene
Template:       responsive
Version:        0.1.0
*/

/*
do not include this as a normal child theme, it breaks mobile layouts
@import url("../responsive/style.css");
*/

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: none repeat scroll 0 0 #F3F3F3;
}
.menu {
	background-color: #64933A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#64933A), to(#64933A));
	background-image: -webkit-linear-gradient(top, #64933A, #64933A);
	background-image: -moz-linear-gradient(top, #64933A, #64933A);
	background-image: -ms-linear-gradient(top, #64933A, #64933A);
	background-image: -o-linear-gradient(top, #64933A, #64933A);
	background-image: linear-gradient(top, #64933A, #64933A);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#64933A, endColorstr=#64933A);
	margin: 0 auto;
}

.menu a {
	border-left: 1px solid #000000;
        text-shadow: none;
}

.menu a:hover {
	background-color: #857193;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#857193), to(#857193));
	background-image: -webkit-linear-gradient(top, #857193, #857193);
	background-image: -moz-linear-gradient(top, #857193, #857193);
	background-image: -ms-linear-gradient(top, #857193, #857193);
	background-image: -o-linear-gradient(top, #857193, #857193);
	background-image: linear-gradient(top, #857193, #857193);
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#857193, endColorstr=#857193);
}

ul.menu > li:hover {
	background-color: #857193;
	color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #46502B;
}

.top-widget {
width: 55%;
}

.evg-logo {
	margin-top: 5px;
	width:50%;
	margin-left:50%;

}
#top-widget {
	text-align:right;
}


/* site categories plugin styles */
ul.site-categories {
list-style-type: none;
}
ul.site-categories-children {
list-style-type: cirlce;
}
li.site-categories-parent {
margin-bottom: 10px;
font-weight: bold;
}
ul.site-categories-children {
font-weight:normal;
margin-bottom:0;
}
img.site-category-icon {
padding-right: 10px;
}
.site-category-count {
padding-left: 5px;
}
#site-categories-navigation a {
	margin-right: 15px;
}

/*site categories in home-page widget*/
ul ul {
margin-left: 1em;
margin-bottom: 1.2em;
}

/*Multisite global search plugin styles */
form {
margin: 0.6em 0;
}
form.ms-global-search_form {
    padding: 0px;
}

/*-------------------------------------------------------------- */
@media print {

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}

	ul, ol, dl {
		page-break-before: avoid;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

	body {
	}
}
@media screen and (max-width: 650px) {
.js .main-nav {
	position: relative;
	background-color: #64933A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#64933A), to(#64933A));
	background-image: -webkit-linear-gradient(top, #64933A, #64933A);
	background-image: -moz-linear-gradient(top, #64933A, #64933A);
	background-image: -ms-linear-gradient(top, #64933A, #64933A);
	background-image: -o-linear-gradient(top, #64933A, #64933A);
	background-image: linear-gradient(top, #64933A, #64933A);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#64933A, endColorstr=#64933A);
	margin: 0 auto;
  }
#top-widget {
	display:none;
 }
}
