/**	  
 * Theme Name:		Oxygen Child
 * Description:	 	Oxygen Child Theme for the Swope
 * Author: 		J. Lanman for the Swope Art Museum (2014)
 * Template:		oxygen					
 * Version:		3.0	
 */		 
 
 @import url("../oxygen/style.min.css");  
 
 /* = Theme customization starts here
 -------------------------------------------------  */	 
 
#menu-secondary li.current-menu-item a { color: #0da4d3; }

 /* Captions [caption] 
-------------------------------------------------------------- */
p.wp-custom-description { 
	margin: 5px 0;
	font-size: 0.9166666666666667em;
	font-style: italic;
	line-height: 1em;
	color: #888;
	text-align: right;
} 
 
/* Layout
-------------------------------------------------------------- */
.page-template-fullwidth .content-wrap { width: 100%; }
#content {
	float: left;
	width: 62.66666666666667%;	/* 470 / 750 = 0.6266666666666667 */
	padding: 0 0 30px 0;
}
.page-template-pastex .wide-content-wrap { width: 100%; }
#contentwide {
	float: left;
	width: 93.33333333333333%;	/* 470 / 750 = 0.6266666666666667 */
	padding: 0 0 30px 0;
}
#content2 {
	float: left;
	width: 100%;	
	padding: 0 0 30px 0;
}
#topside-menu {
	float: right;
	margin-top: 33px;
	width: 33.33333333333333%;	/* 250 / 750 = 0.3333333333333333 */
	height: 260px;
}

/* Posts 
-------------------------------------------------------------- */
.entry-header {
	float: left;
	width: 100%;
}
.entry-summary {
	float: left;
	width: 95%;
	padding-left: 2.34375%;
}

/* Header 
-------------------------------------------------------------- */
#header {
	clear: both;
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
}

.breadcrumbs {
	font-size: 0.9166666666666667em;
	color: #aaa;  
	background: none;
	text-align: right;
	padding: .25em .6em .35em .9em;
	margin-bottom: 10px; 
	border-left: 10px;
	width: 98%;
	
}
.breadcrumbs a, .breadcrumbs a:visited { color: #777; }
.breadcrumbs a:hover { color: #000; }
#sidebar-header {
	overflow: hidden;
	float: right;  
	background: none;
	width: 49.78723404255319%;	/* was 468 / 940 = 0.4978723404255319 */
	height: 35px;
	margin-bottom: 10px;
}

/* Saysomething Rollover Rules
------------------------------ */

#say {
	height: 46px;
	width: 100%;
}

#say a {
	float:left;
	height: 46px;
	width: 100%;
}

#say a#something {
	height: 46px;
	width: 100%;
	background: url('images/say_sidebar_box.jpg') 0 0 no-repeat;
}

#say a#something:hover {
	background: url('images/say_sidebar_box.jpg') 0 -46px no-repeat;
}

/* Pretty Kids Menu
------------------------------------------------------- */
#pretty-kid li a {
	font-size: 0.8333333333333333em;
	line-height: 1.2em;
	display: block;
	padding: 1.1em 1.2em;
	text-transform: uppercase;
	color: #ccc;
	background: #e1e1e1;
	border-bottom: 1px solid #252525;
}
#pretty-kid li a:hover {
	color: #fff;
	background: #c2c2c2;
}

/*  Featured Content (slider) Navigation
-------------------------------------------------------------- */

#slider-nav li {
	float: left;
	list-style: none;
	width: 11.3333333333333%;	/* 85 / 750 = 0.1133333333333333 */
	margin: 0 1.33333333333333% 0 0px;	/* 10 / 750 = 0.0133333333333333 */
}

/* Footer 
-------------------------------------------------------------- */
#footer-content {
	width: 100%;
}			   

/* SAE / WVE Special Formatting
-------------------------------------------------------------- */
.pretty {
	width:100%; 
	padding:10px; 
	background:#e9e9e9;
}
.pretty dl {
	margin: 0px;
}
.pretty dd {
	font-weight:bold;
	color: #000;
	margin: 15px 0px 0px 0px;
	font-size: 1.33333333em;		/* 16 / 12 = 1.333333333333333 */
}
.pretty dl dt {
	color: #000;
	margin-left: 10px;
	font-size: 1em;		/* 16 / 12 = 1.333333333333333 */
}	
.guideline {
	float: right;
	width:220px;
	text-align:justify;
	font-size:11px;
	color:#949494;
	padding:5px;
}

/* SYAP Special Formatting
-------------------------------------------------------------- */ 
.shady {
	background:#e9e9e9;
}	
table.sunny {
	width:600px;
}
table.shady {
	background:#e9e9e9;
	width:600px;
}
.embiggen {
	font-size:14px;
	font-weight: bold;
}
figcaption {
   display: none;
}
figure:hover figcaption {
   display: block;
}
.tinytype {
	font-size:11px;
	color:#949494;
	text-align: right;		
}
.propho {
	width: 98px;
	align: center;
}
.dent {
	text-align:justify;
	min-height:120px;
	vertical-align: top; 
}	 

/* WVE Form Special Formatting
-------------------------------------------------------------- */ 
.inputbox {
	width: 98%;
	padding: 1%;
	align: left;
}
.wvef75-wrap {
	float: left;
	width: 72%;
	margin: 5px;
}
.wvef50-wrap {
	float: left;
	width: 48%;
	margin: 5px;
}
.wvef25-wrap {
	float: left;
	width: 22%;
	margin: 5px;
}
.wvefcl-wrap {
	clear: both;
	width: 100%;
}