/* General Button Classes */
input[type=button],input[type=submit] {
 background-color:#eaeaea;
 border: 1px solid #ccc;
 color:#3C312F;
 cursor: pointer;
 padding:2px 5px; 
 font-weight:bold;
}

/* Live the life fix */


#ltlarticlebody ul {
color:#FFFFFF;
font-size:1.1em;
line-height:1.35;
margin-left:73px;
margin-right:40px;
margin-top:10px;
}


/* Ask The Cougar Classes */


#ask-wrapper {
    position: relative;
}


/* YUI Stuff */
.yui-nav{
margin-bottom:0;
margin-left:0;
}

#ask-wrapper ul, #ask-wrapper ol { 
}

#ask-wrapper ol {
    margin-left:10px;     
}

#ask-wrapper ul li,#ask-wrapper ol li{
    padding:2px;   
}

#ask-wrapper h4{
    font-size:1.7em;  
}

#response div{
  padding:10px;
}

#links{
   margin-left:15px
}

#int-txt{
    position:absolute;
    top:55px;
    left:0px;
    font-weight:bold;
}


#interface{
    position:absolute;
    top:50px;
    left:100px;
   // font-size: 1.2em;
}

#txtQuestion{
    position:absolute;
    top:0px;
    left:0px;
    width:400px;
    height: 25px;
  font-size:1.6em; 
}

#btnAsk{
    position:absolute;
    top:0px;
    left:425px;
    width: 100px;
    font-size: 1.6em;
}

#btnTop{
    position:absolute;
    top:50px;
    left:287px;
}

#response{
    margin:100px 0 30px 0;
}

#btnGo, #btnGo0{
  padding:2px;
  margin-left:10px;
}

#msg {
    position:absolute;
    top:32px;
    left:0px;
}

#ajaxIndicator{
    position:relative;
    top:8px;
    left:385px;
    display:block;
}

/* YUI Stuff */

.yui-navset .yui-content .yui-hidden {
display:none;
}

.yui-nav {
margin-bottom:0 !important;
margin-left:0 !important;
}

.yui-skin-sam .yui-navset .yui-content { 
    background:#f5f5f5 !important; /* content background color */ 
} 

.yui-skin-sam .yui-navset .yui-nav a:hover,.yui-skin-sam .yui-navset .yui-nav a:focus { 
        background:#fff url(../../../../assets/skins/sam/sprite.png) repeat-x left -1300px !important; /* selected tab background */ 
        outline:0; 
    } 

.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-skin-sam .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background:#660000 url(../../../../assets/skins/sam/sprite.png) repeat-x left -1400px !important; /* selected tab background */
    color:#fff;
}

.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a em {
    border-color:#000 !important; /* selected tab border color */
}

.yui-skin-sam .yui-navset .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
    border:solid #660000 !important; /* color between tab list and content */
    border-width:0 0 5px !important;
    Xposition:relative !important;
    zoom:1 !important;

}
/* Site Index */

#autocomplete label{
    font-size: 1.6em;
}

#autocomplete #filter{
   font-size: 1.6em;
}
#autocomplete{
  width:400px;
  margin-left:auto;
  margin-right:auto;
}
#site-index{
  margin-left:220px;
}

.smallnote{
   font-size:0.75em;
}

.pic_left{
  float:left;
  margin: 25px 25px 25px 0;
}

.pic_right{
  float:right;
  margin: 25px 0 25px 25px;
}

.pic_lefttight{
  float:left;
  margin: 0 25px 0 0;
}

.pic_righttight{
  float:right;
  margin: 0 0 0 25px;
}

.ltl-ul li strong {
        font-size: 1.1em;
        font-weight: bold;
        color: #660000;
        display:block;
        padding:4px 0 10px;
}

.ltl-ul li{
    border-bottom: 1px solid #E5E5E5;
}

.ltl-list p {
        font-size: 1.1em;
        font-weight: bold;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
        padding-left:15px;
}

.ltl-ul {
    list-style-type: none;
    margin: 0px;
}

.ltl-ul a {
    color: #3c312f;
    text-decoration:none
}

.ltl-ul a:hover {
    color: #660000;
    text-decoration:none
}

.ltl-ul a:visited {
    color: #3c312f;
    text-decoration:none
}

.ltl-ul a:hover:visited {
    color: #660000;
    text-decoration:none
}

.ltl-li {
    border-bottom: 1px solid #E5E5E5;
    color: #3c312f;
    font-size: 1.1em;
    list-style-type: none;
        padding: 4px 0px 10px 0px;
    }

/* Directory Styles */

#facultyResults, #studentResults{
  margin-top:10px;
}

#departmentResults, #divResults{
  margin-top:60px;
}
#studentWebpages, #facultyWebpages {
 left:15px;
margin-top:60px;
position:relative;
}


#search-wrapper{
  position:absolute;
  z-index:99; 
  top:45px; 
  left:17px;
}

#div-wrapper {
position: absolute;
z-index: 99;
top: 55px;
left: 18px;
}

#studentResults table,#departmentResults table, #divResults table  ,#facultyResults table{
   width:96%;
   margin:10px;
}

#dirSearch input{
     font-size: 1.6em;
}

/* club and orgs */
.orgshr{
  border:none;
  border-top:1px solid #ccc;
}

.orgtbl{
  margin-right:20px;
}

.orgtbl{
  width:95%;
}


.orgtbl td{
  padding:5px;
}

.hr-line{

  border:none;
  border-top:1px solid #ccc;


}

.sr-rightcol a,.sr-rightcol a:visited {
    color: #660000;
        text-decoration:underline;
}

/*  Widget */
.widget{
}
.widget a{
 color:#660000;
 text-decoration:none;
}
.widget a:hover{
 text-decoration:underline;
}

.widget a:visited{
 color:#4C3327;
 text-decoration:none;
}

.widget h3{
margin-left:10px;
}
.widget ul{
 margin:10px 10px 20px 20px;
color:#3C312F;
font-size:0.9em;
list-style-type:none;
padding-left:2px;
text-decoration:none;
}
.widget ul li{
 margin-bottom:5px;
 list-style-type: none;
}

.feed-widget li {
 list-style-type: square ! important;   
}

.quick-links-more {
   margin-left:20px;
}

.video_right {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.video_left {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

/* Front Cal */
.cal-more {
  font-size:0.55em;
}

.cal-more a,.cal-more a:visited {
    color: #660000;
    text-decoration: none;
}

.cal-more a:hover {
    text-decoration: underline;
}

.photo-list{
   vertical-align:top;
   margin-top:0 !important;
}

#lib-blogs-feeds h3 a,#lib-more-events h3 a{
    text-decoration:none;
}

#lib-blogs-feeds li,#lib-more-events li{
    list-style-type:none;
}

.grad {

}

#cofc-follow-us-on li {
    padding: 3px 0;
    list-style-type:none;
}

#cofc-follow-us-on li a img{
    display:inline;
    margin-right:5px;
    vertical-align:middle;
}

#cofc-follow-us-on li a,#cofc-follow-us-on li a:visited,#cofc-follow-us-on li a:hover,#cofc-follow-us-on li a:active{
    color:#666;
    text-decoration:none;
}

.widget_header{
}

.social-text {

}

.social-img {

}



/* Status Styles */

ul#system-status
{
   margin-left: 0px;
   padding-left: 0px;
   list-style-type: none;
}

ul#system-status li ul
{
   padding-left: 10px;
}



.operational {
  color:#39b54a;
}

.intermittent {
  color:#aba000;
}


.down{
  color:#9e0b0f;
}

.feed-widget-rss-icon{
   margin-left:20px;
}

.top-stories{
margin-left:20px;
margin-top:20px;
}


#site-index-nav ul li a, #site-index-nav ul li a:visited {
   color:#660000;
text-decoration:underline;
}

.content p img {
   padding:10px;
}


ul.thumbs img {
border:medium none;
display:inline;
padding:0px !important;
}
.dept-news{
  margin-left:0px !important;
}
.dept-news li{
   list-style-type:none;
}
.content .contactbox {
  background-image: url(http://www.cofc.edu/images/contact_bg.jpg);
  float: right;
  width: 160px;
  border: 1px solid #C2C2C2;
  margin-left: 15px;
  margin-bottom: 15px;
  text-align: right;
}

.content .contactheader {
  font-size: 1.0em;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 10px 0px 0px;
}
.content .contactinfo {
  font-size: 0.9em;
  color: #3c312f;
  padding: 10px 10px 5px 10px;
  line-height:1.6em;
}
.colA .contactbox {
    background-color:#d6d5cb;
   }

.colA .contactheader {
    font-size: 1.1em;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 0px 10px 10px;
}

.colA .contactinfo{
    color: #3c312f;
    font-size: .9em;
    line-height: 1.6;
    word-spacing: 1px;
    padding: 0px 10px 10px 20px;
}
.colA .contactinfo a:hover {
    text-decoration:underline;
}
/* Trustees classes JWS 092809 */

.trustee_pic
{
    width: 160px;
    float: left;
}

.trustee_bio
{
   float: left;
   width: 370px;
   margin-bottom: 10px;
   /*margin-left: 160px;*/
}

.trustee_bio ul
{
   padding-left: 0px;
   margin-left: 0px;
   list-style-type: none;
}

.trustee_bio ul li ul.trustee_committees
{
  list-style-type: disc;
  margin-left: 30px;
}

.faculty-contact {
   line-height:1.6;
}

.widget-more{
font-size:0.9em;
padding-left:100px;

}

.content #feed{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
}

#lastmod{
display:none;
}

.left-nav .widgetcontainer{
  background-color: #F0EFE3 !important;
}

/* filedownload classes LWS 041210 */
.filedownload-details  {
color:#B1B1B1;
font-size:0.8em;
margin-left:10px;
}

.filedownload {
margin-bottom:18px;
}

.filedownload-icon  {
vertical-align:bottom;
}

.filedownload {
margin-bottom:18px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.feature_row {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    padding-top: 10px;
}

.feature_row a {        font-size:0.9em;
        line-height:1.6;
        word-spacing:1px;
}
.feature_row img {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.feature_h1 {
        font-size:0.9em;
        line-height:1.6;
        word-spacing:1px;
    font-weight: bold;
    padding-left: 85px;
    text-transform: uppercase;
    color:#660000;

}
.readmore a {
        font-size:0.9em;
        line-height:1.6;
        word-spacing:1px;
}
.feature_h2 {
        font-size:0.9em;
        line-height:1.6;
        word-spacing:1px;
    font-weight: bold;
    padding-left: 85px;
    padding-bottom: 5px;
}
.feature_text {
        color:#3C312F;
        font-size:0.9em;
        line-height:1.6;
        word-spacing:1px;
    padding-left: 85px;
}

/* New Templates */
.full-banner .colA {
border-right:none !important;
width:100% !important;
}

.full-banner #bimg{
width:980px !important;
}

.full-banner .colA .content {
width:535px !important;
border-right:none !important;
}

.full-banner .colB {
border-left:1px solid #F0EFE3 !important;
border-bottom:1px solid #F0EFE3 !important;
float:right;
}

.no-sidebar .colA .content {
width:705px !important;
border-right:none !important;
}

.sidebargraphic{
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;
}


#keymatch{}
#keymatch tr{}
#keymatch tr td{}
#keymatch a{}
#keymatch a:link{}
#keymatch .a{}
#keymatch b{}

#pagespeed{display:none}

/* academics/majorminors */
#acad-wrap {
    width: 532px;
    margin: 0 auto;
}
#acad-contentwrapper {
    float: left;
    width: 100%;
}
#acad-contentcolumn {
    margin-right: 225px;
}
#acad-contentcolumn p {
    width:300px
}
#acad-sidebar {
    float: left;
    width: 196px;
    margin-left: -200px;
    background-color: #F7DCBB;
    border: 2px solid #ff8000;
    font-size: 0.9em;
    line-height: 12px;
!important
}
#acad-sidebar-orange {
    float: left;
    width: 196px;
    margin-left: -200px;
    background-color: #F7DCBB;
    border: 2px solid #ff8000;
    font-size: 0.9em;
    line-height: 12px;
!important
}
#acad-sidebar-red {
    float: left;
    width: 196px;
    margin-left: -200px;
    background-color: #fac5c1;
    border: 2px solid #ef4034;
    font-size: 0.9em;
    line-height: 12px;
!important
}#acad-sidebar-blue {
    float: left;
    width: 196px;
    margin-left: -200px;
    background-color: #b2def1;
    border: 2px solid #0094d2;
    font-size: 0.9em;
    line-height: 12px;
!important
}
#acad-sidebar-purple {
    float: left;
    width: 196px;
    margin-left: -200px;
    background-color: #e3c6e0;
    border: 2px solid #a54398;
    font-size: 0.9em;
    line-height: 12px;
!important
}
#acad-sidebar-green {
    float: left;
    width: 196px;
    margin-left: -200px;
    background-color: #dcedc5;
    border: 2px solid #8cc63e;
    font-size: 0.9em;
    line-height: 12px;
!important
}
#acad-sidebar p {
    width:180px
}
.acad-sidebar-content {
    width:180px;
    margin:10px 0px 0px 10px;
}
#acad-sidebar .title {
    font-size:1.2em;
    text-transform: uppercase;
    font-weight: bold;
}
#acad-sidebar .subtitle {
    font-size:1em;
    text-transform: uppercase;
    font-weight: bold;
}
#acad-wrap #acad-sidebar .acad-sidebar-content ul{
    margin-left: 20px;
}

/* NEW ACADEMICS */
#acad-wrap {
    width:535px;
}
#acad-contactinfo {
    clear:both;
}
#acad-leftcol {
    width:310px;
    float:left;
}
#acad-leftcol p {
    width:310px;
}
#acad-rightcol-blue {
    background-color: #b2def1;
    border: 2px solid #0094d2;
    width:196px;
    float:right;
    font-size:0.9em;
    line-height:12px;
    margin:0 0 0 10px;
}
#acad-rightcol-gold {
    background-color: #fee9b7;
    border: 2px solid #fdb813;
    width:196px;
    float:right;
    font-size:0.9em;
    line-height:12px;
    margin:0 0 0 10px;
}
#acad-rightcol-green {
    background-color: #dcedc5;
    border: 2px solid #8cc63e;
    width:196px;
    float:right;
    font-size:0.9em;
    line-height:12px;
    margin:0 0 0 10px;
}
#acad-rightcol-maroon {
    background-color: #d9a793;
    border: 2px solid #660000;
    width:196px;
    float:right;
    font-size:0.9em;
    line-height:12px;
    margin:0 0 0 10px;
}
#acad-rightcol-orange {
    background-color:#F7DCBB;
    border:2px solid #ff8000;
    width:196px;
    float:right;
    font-size:0.9em;
    line-height:12px;
    margin:0 0 0 10px;
}
#acad-rightcol-purple {
    background-color: #e3c6e0;
    border: 2px solid #a54398;
    width:196px;
    float:right;
    font-size:0.9em;
    line-height:12px;
    margin:0 0 0 10px;
}
#acad-rightcol-red {
    background-color: #fac5c1;
    border: 2px solid #ef4034;
    width:196px;
    float:right;
    font-size:0.9em;
    line-height:12px;
    margin:0 0 0 10px;
}

#acad-rightcol-blue p {
    width:180px;
    margin:10px 0 10px 10px;
}
#acad-rightcol-gold p {
    width:180px;
    margin:10px 0 10px 10px;
}
#acad-rightcol-green p {
    width:180px;
    margin:10px 0 10px 10px;
}
#acad-rightcol-orange p {
    width:180px;
    margin:10px 0 10px 10px;
}
#acad-rightcol-maroon p {
    width:180px;
    margin:10px 0 10px 10px;
}
#acad-rightcol-purple p {
    width:180px;
    margin:10px 0 10px 10px;
}
#acad-rightcol-red p {
    width:180px;
    margin:10px 0 10px 10px;
}

#acad-wrap #acad-rightcol-blue li {
margin: 0px 0px 0px -10px !important;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: -10px;
}
#acad-wrap #acad-rightcol-gold li {
margin: 0px 0px 0px -10px !important;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: -10px;
}
#acad-wrap #acad-rightcol-green li {
margin: 0px 0px 0px -10px !important;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: -10px;
}
#acad-wrap #acad-rightcol-orange li {
margin: 0px 0px 0px -10px !important;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: -10px;
}

#acad-wrap #acad-rightcol-maroon li {
margin: 0px 0px 0px -10px !important;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: -10px;
}
#acad-wrap #acad-rightcol-purple li {
margin: 0px 0px 0px -10px !important;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: -10px;
}
#acad-wrap #acad-rightcol-red li {
margin: 0px 0px 0px -10px !important;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: -10px;
}

.acad-intro {
    font-size:14px;
    font-weight:700;
    line-height:18px;
    margin:0 0 10px;
}
.acad-subtitle {
    font-size:1em;
    text-transform:uppercase;
    font-weight:700;
}
.acad-title {
    font-size:1.2em !important;
    text-transform:uppercase;
    font-weight:700;
}

/* ACADEMIC MINORS */
#acad-rightcol {
    width: 210px;
    float: right;
}
#acad-wrap #acad-rightcol .leftcol-bodytext {
    padding-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #86010C;
    text-align: right;
    line-height: 2.0em;
    padding-bottom: 15px;
}

#acad-wrap #acad-rightcol #acad-contact {
    clear: both;
    padding: 15px 10px 15px 10px;
    width: 210px;
}
#acad-wrap #acad-rightcol #acad-contact p {
    text-align: right;
}


@media screen and (max-width: 500px) {

html{margin:0px; padding:0px; width:100%; height:100%; font:.875 Arial, Verdana, sans-serif; }
body{background-image:none; margin:0px; padding:0px; width:100%; height:100%;}
.small-header .home-link{width: 96%; left:5px;}
.header .home-link {width: 96%; left:5px;}
.header {
    width:100%; 
    background-image:none;
    background:url("http://cofc.edu/images/headers/standaloneheader_short.jpg") no-repeat #660000 center; 
    border-bottom:none;
    border-left:none;
    border-right:none;
    margin:0px; 
    padding:0px;
    min-height: 120px;
    }
.audience-nav {display:none;}
.primary-nav {display:none;}
.primary-nav img {display:none;}
.tactical-nav {display:none;}
.header .search {bottom:0px; margin:0px; padding-top:90px; position: inherit; }
#search { float:right; padding-right:50px; margin-right:10px;}
.header .search img { float:right;}
.ask {display:none;}
.full-banner{ width:100%; background-color: #FFF; margin:0px; padding:0px;}
.full-banner .colB {display:none !important;}
.colA {width:100% !important;}

.leftNavSectionHeader {width:100%; padding:5px 0px; margin:0px; text-align:center;}
.column-wrapper .colA .left-nav, .column-wrapper .ltl-colA .left-nav {width:100%; padding:5px 0px; margin:0px; text-align:center; float:left; *clear:both;}
.colA .left-nav ul.nav li { padding:5px 0px; line-height:20px;}
.column-wrapper .colA {width:98%;}
h1{width:98% !important;}
.full-banner .colA .content {width:98% !important; float:left; clear:left;}
.full-banner .colA .content img{ max-width:95% !important; height:inherit !important;}
.colA .content {width:100% !important; padding:0 0 19px 5px; clear:left;}
.content { width:100% !important; clear:left;}

.midcol_wrap{ padding:0px !important;}
.midcol_row { width:100% !important;}
.spotlight_wrap {padding:10px 0px;}
.spotlight_row {width:100% !important;}

.page-wrapper{width:100% !important;}
#print2 {display:none;}
#share2 {display:none;}
.footer {width:100%; height: 150px; font-size:.785em;}
#footer-right {position:relative; top: 100px; left:5px;}
.footer .logo {left: 5px;}
.footer .copyright {left: 5px;}
.footer #lastmod {left: 5px; font-size:.65em;}
.footer .address{left: 5px;}
.footer .geninfo { float:left; padding:10px 0px 0px 0px;}
.footer .emergency { float:left; clear:left;}
/* John's Styles */
#bimg{
    margin-top:1px;
}
.column-wrapper .colA .banner{
    border-left:none !important;
}
.header .home-link{
    width:150px !important;
    height:50px !important;
    left:40%;
}
img, object, embed, iframe {
max-width: 100% !important;
}

img {
    height: auto !important;
}
}.sidebar-graphic {
    border-top-style: solid;
    border-top-color: #FFF;
    border-top-width: 1px;
}
