/* LAYOUT FRAMEWORK */
* { margin: 0; padding: 0; }
.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
ol, ul { padding: 9px; margin: 9px; }

/* GRID */
/* 990PX WIDTH*/
.wrapper { margin: 0 auto; width: 990px; background: url(../images/top-bg.png);}
.logo{ width:990px; height:100px; padding-top:10px; padding-bottom:10px; padding-left: 15px; margin:auto;}
.slider_holder { width: 990px; margin-top:0px; height:357px; background: #2d2d2d; overflow:hidden;}
.slider_nav { 
	width: 280px; 
	height:360px; 
	background: transparent; 
	float:right; 
	margin-top:-370px;
}
.slider { width: 680px; margin-left:2px;}
.b2 { width: 300px; }
.b1 .b1 { width: 310px; }
.b1 .b1 .b1 { width: 145px; }
.b2 .b2 { width: 140px; }

.b_half_col { width: 470px; }
.b_third_col { width: 300px; padding: 20px 5px; }
.b_fourth_col { width: 200px; }

/* 800PX WIDTH*/
.w_800 { width: 800px; }
.m1 { width: 200px; }
.m2 { width: 580px; }
.m2 .m2 { width: 280px; }

.m_half_col { width: 380px; }

/* LAYOUT GENERAL CLASSES */
.full { width: 100%; }
.col { float: left; margin: 0 10px; display: inline; }
.box { margin: 10px 0 10px;}
.footerbg {background: url(../images/callout-bg.jpg);}
.first_col { /* The first left component*/margin-left: 0; }
.last_col { /* The last right component*/margin-right: 0; }

/* FLUID - RESIZED ACCORDING TO BROWER"S RESOLUTION */
.f1 { width: 25%; }
.f3 { width: 33%; }
.f_half { width: 50%; }
.f2 { width: 67%; }
.f4 { width: 75%;}

/* SPACING */
.left { display: inline; float: left; }
.gut, .push { margin-right: 20px; }
.inner { padding: 20px; }
.outer { margin: 20px; }
.prepend { padding-left: 20px; }
.append { padding-right: 20px; }
.pull { margin-left: 20px; }

/* FOR DEMO PURPOSES */
.no_bullet { list-style: none; padding: 0; margin: 0; } /* FOR NO BULLET LIST */
.inline_li li { display: inline; margin: 0 20px 0 0; font-weight: 900; } /* FOR HORIZONTAL LIST */
pre, xmp {
	border: solid 1px #222;
	padding:15px; 
	background: #000;
	}
	
	
	
	
	
	
	
	
	
	
	.band {
    display:inline-block;
    background:#edebe1;
    border-width:1px 0;
    border-color:#d9d4b8;
    border-style:solid;
    padding:0px 0;
    margin-bottom:0px;
}
/*
*
* Styles for the Become a Husker Section
*
*/

.grid3 {width: 225px; }
.first {margin-left: 0;clear: left; margin-top:20px;}
.callout {
    border:3px solid #1b1b1b;
    margin-left:20px;
    width:210px;
    background:#000;
    position:relative;
    height:300px;
}
.callout h3 {
    position:absolute;
    background:url('../images/quicknav.png') no-repeat -2px 6px;
    color:#fff;
    text-transform:uppercase;
    font-size:18px;
    text-shadow:1px 1px 1px #424242;
    text-indent:-9999em;
    left:-14px;
    right:-14px;
    line-height:52px;
    padding:0px 0 0px 0px;
    top:0px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
/*
.callout ul {
    list-style:none;
}
.callout > ul {
    font-size:16px;   
    font-weight:bold;
    padding:0;
    margin:55px 10px 0 10px;
}
.callout > ul > li {
    padding:5px 0;
}
.callout > ul > li:last-child {
    border-bottom:none;	
}
.callout ul a {
    color: #ccc;
	padding:0;
	margin:0;
}
.callout ul li ul {
    padding:0;
	margin:0;
}
.callout ul li ul li {
    font-size:0.6em;
    font-weight:normal;
}
.callout ul li ul a {
    padding:0px;
}
.callout ul li ul a:hover {
    color: #fff;
    background:#c539a9;
}
.callout ul a:focus {
    color: #fff !important;
}
/* End styles for the Become a Husker Section */

/*
*
* Styles for the Stories
*
*/

.stories {
	width:990px;
	float:left;
	display:inline;
	padding-left:5px;
	padding-top: 20px;
}

.stories .article {
	width:200px;
    float: left;
    margin-left: 15px;
    display:inline;
    background:#000;
    border:3px solid #1b1b1b;

    padding:10px;
    height:280px;
    overflow:hidden;
}
.stories .article img {
    max-width:200px;
    width:200px;
	border:0px;
}
.stories .article h4 {
    font-size:1.3em;
    font-weight:bold;
    line-height:1.3em;
    margin-top:7px;
    margin-bottom:7px;
	font-family: 'Droid Sans', sans-serif;
}
.stories .article p {
    font-size:1em;
    line-height:1.4em;
	color:#cccccc;
}
.stories .article h4 a {
    color:#c539a9;
}
.stories .article h4 a:hover {
    text-decoration:underline;
}





.resources {
	width:990px;
	float:left;
	display:inline;
	padding-left:5px;
	padding-top: 20px;
}

.resources .item {
	width:235px;
    float: left;
    margin-left: 5px;
    display:inline;
    background:#000;

    padding:10px;

    overflow:hidden;
}




/* Left side nav */
#side-nav {
	width:280px;
	height:auto;
	margin-left:10px;
	float:right;
	list-style-type:none;	
	}	
	#side-nav li a, #side-nav li a:visited{
		width:280px;
		height:52px;
		display: block;
		margin-bottom:5px;
		background:url(../images/slider-nav-bg.png);
		color: #fff;
		text-shadow: 0 1px 0 #636363;
		font-family: 'Droid Sans', sans-serif;
		font-size:14px;
		line-height:44px;
		padding-left:10px;
		}
		
		#side-nav li a:hover{
			color: #fff;
			background:url(../images/slider-nav-bg-hover.png);
			text-decoration:none;
		}
			#side-nav li a:active{
				color: #fff;
			}
		
		#side-nav li.current_page_item a {
		}
		
		#side-nav img {

width: 290px;

height: 124px;

}




/* ////////////// */
/* Footer Widgets */
/* ///////////////*/

#footer-widgets {
	line-height:20px;
	border-top:4px solid rgba(0, 0, 0, 0.3);
	padding:30px 0 50px;
	color:#ebebeb;
}
#footer-widgets a {
	color:#fff;
}
#footer-widgets .widget {
	float:left;
	margin-right:30px;
}
#footer-widgets .widget-last {
	margin-right:0;
}
/* Footer Widgets - Col Layouts */
#footer-widgets.one-cols .widget {
	width:1000px;
	margin-bottom:20px;
}
#footer-widgets.two-cols .widget {
	width:470px;
}
#footer-widgets.three-cols .widget {
	width:313px;
}

#footer-widgets.three-cols-lh .widget {
	width:240px;
}
#footer-widgets.three-cols-lh .widget-first {
	width:400px;
	margin-left:25px;
}

#footer-widgets.three-cols-rh .widget {
	width:220px;
}
#footer-widgets.three-cols-rh .widget-last {
	width:440px;
}

#footer-widgets.four-cols .widget {
	width:227px;
}
#footer-widgets.five-cols .widget {
	width:180px;
}
#footer-widgets .widget h4 {
	background: url("../images/footer-heading.png") repeat-x bottom;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	color:#fff;
}
#footer-widgets .widget ul {
	list-style: none outside none;
	margin: 0;
}
#footer-widgets ul li {
	background: url("../images/arrow-footer.gif") no-repeat scroll left center transparent;
	margin-bottom: 5px;
	padding-left: 12px;
}

#footer-widgets .widget_categories li {
	float:left;
	width:98px;	
}
#footer-widgets .widget_categories li:last-child {
	margin-bottom: 20px;
}

.footer{
margin-bottom: 1.5em;
padding-left: 20px;
padding-top: 20px;
}

.left{
float: left;
}

.footer ul ol {
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 1.5em;
margin-left: 10px;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
}

.right{
margin-top: -10px;
float: right;
}

.footer img{
max-width: 100%;
height: auto;
}

.ftscl li{
display: inline;
}


.mainwelcome{
margin-top: 20px;
margin-right: 0pt;
margin-bottom: 20px;
margin-left: 0pt;
text-align: center;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
}

.mainwelcome span{
color: #c539a9;
}

.blue span{
color: #fff;
}

.yellow span{
color: #ecd22a;
font-weight: bold;
}

.red span{
color: #e62d14;
font-weight: bold;
}

.lime span{
color: #7dc12d;
font-weight: bold;
}

.purple span{
color: #715ac6;
font-weight: bold;
}

.teal span{
color: #01b0b7;
font-weight: bold;
}

.darkblue span{
color: #354cc0;
}

.hfont{
font-family: 'Droid Sans', sans-serif;
font-weight: bold;
text-shadow: #000;
}

#content_page p { 
	padding: 0 15px 15px 0; 
}

#content_left {
	float: left; 
	margin-left:25px;
	display: inline; 
	width: 670px; 

}

#content_left p {
color:#bababa;
font-size:12px;
}



#content_left h2 {
color:#fff;
margin-top: 0px;
letter-spacing: 0px;
font-size: 24px;
font-family: 'Droid Sans', sans-serif;
text-shadow: #000000;
}

#content_left h4 {
color:#fff;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 10px;
padding-left: 0pt;
margin-top: 0px;
letter-spacing: 0px;
font-size: 18px;
font-family: 'Droid Sans', sans-serif;
text-shadow: #000000;
}

#content_banner {
position: relative;
width: 650px;
height: 249px;
padding-bottom:0px;
z-index: 2;
margin-top:0px;
margin-bottom: 25px;
}

.half_box_left {
	width: 50%;
	display: inline; 
	float: left; 
	margin-right: 0px; 
}


blockquote { 
	font-size: 14px; 
	font-style: italic; 
	color: #e777c3; 
	margin: 20px 20px 20px 40px; 
	padding-left: 40px; 
	border-left: 3px solid #df56b3; 
	font-family: Georgia, serif; 
}

#content_right { 
	float: left; 
	margin: 0 0 0 10px; 
	display: inline;  
	width: 280px; 

} 



/* Sidebar */
.sidebar {
  float: right;
  width: 250px;
  padding-right: 20px;
  padding-top: 20px;
  z-index: 1000;
  min-height: 480px;
}
.sidebox {
  margin-bottom: 30px;
}
.sidebox ul {
  margin: 0;
  padding-top: 0px;
  padding-right: 10px;
	list-style-image:url(../images/navicon.png);
  
}
.sidebox ul li {
  margin: 10px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}
.sidebox ul li a {
  font-weight:bold;
}

.sidebox p {
  margin-bottom: 0;
}
.sidebox img {
  padding-left:10px;
  border:0px;
}
.sidebox h2 {
color:#fff;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 10px;
padding-left: 0pt;
margin-top: 0px;
letter-spacing: 0px;
font-size: 20px;
font-family: 'Droid Sans', sans-serif;
text-shadow: #000000;
}

#join_us{
background-color: transparent;
background-image: url("../images/social-media-ribbon.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0px 10px;
margin-right:0px;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
height: 60px;
right: -20px;
position: relative;
top: -8px;
width: 310px;
padding-top: 22px;
padding-right: 10px;
padding-bottom: 0pt;
padding-left: 150px;
}

#join_us a img {
border:none;
}

    .jsocial_button {  
    margin-right: 5px;  
    }  

#socialbar {width:650px; list-style:none; padding-bottom:3px; float:right; margin-top:20px; margin-right:20px;}

#socialbar ul {padding:0; margin:0;}

#socialbar ul li {float:right; padding-top:20px;}

#socialbar h2 {
float:left;
color: #ffffff;
padding-top: 12px;
padding-left: 20px;
letter-spacing: 0px;
font-size: 24px;
font-family: 'Droid Sans',sans-serif;
}