/*
Theme Name: USC2
Theme URI: http://www.sa.sc.edu
Description: The default theme for USC SAAS
Author: USC
Author URI: http://www.sa.sc.edu
Version: 3.1
Tags: black, blue, white, three-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
Template: USC
*/




@import url('USC/style.css');

/* Move menu to be above image */
#header #access{
top: -240px;
position: relative;
}
#site-title {
margin:0 0 44px;
}


/* Modify the footer to allow for a bigger description and nicer looking links  */
#site-info{
width:250px;
}
#site-generator{
width: 790px;
}

#site-generator a{
background: none;
padding: 0 7px;
}

#jorbin-link a:link, #jorbin-link a:visited, #jorbin-link a:hover,#jorbin-link a:active {
color:#990000;

}
#generator-link a{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../twentyten/images/wordpress.png) no-repeat scroll left center;
color:#666666;
display:inline-block;
line-height:16px;
margin-left:1px;
padding-left:19px;
text-decoration:none;
}

.simple_sidenav {
  line-height: 30px;
  width: 190px;
  color: #990000;	
}
.simple_sidenav a:hover {

border-left: 5px solid #990000;
text-decoration:none;
 -webkit-border-radius: 0px;-moz-border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#ffffff'); /* for IE */
  background: -webkit-gradient(linear, right, left, from(#e1e1e1), to(#ffffff)); /* for webkit browsers */
  background: -moz-linear-gradient(right,  #ffffff,  #e1e1e1);padding-left:10px;
}

.simple_sidenav  a {
  border-bottom:1px solid #f1f1f1;
  display: block;padding-left:15px;
}

ul.dept-listing{
  list-style-type:none;
  margin:  0px;
  padding: 0px;
}

ul.dept-listing li{
  margin: 0px 20px;
  padding: 0px;
}

.sds span.wpcf7-list-item { display: block; }

#content ul{margin: 10px 0px;}
#content ul li{margin-left:20px;}
#content p{line-height: 18px}
.grouphead{display:block; margin:15px 0px;}
/*@media print {
  .header{display:none}
  #main{}
  #wrapper{}
  #footer{display:none;}
  #content{float:none; width:auto; margin-left:0}
  #primary{}
  #secondary{}
  .widget-area{}
}*/