﻿@media screen {
	html {
		margin: 0;
		padding: 0;
	}

	body {
		margin: 0;   		
		display:block;
	        color:#000;
		font-size: 0.8em;
		font-family: Arial, Verdana, Tahoma, sans-serif;
	}
	
	a {
        	color: #BE0000;
	        text-decoration: none;
	    }
	
	a:visited {
        	color: #900;
	         text-decoration: none;
	}
	
	a:active{
        	color:#600;
	        text-decoration: none;
	}

	a:hover {
        	color: #036;
	        text-decoration: underline;
	}
	
	img {
		border: none;
	}

	h1 {
		font-size: 1.3em;
		color: #660000;
	}
	
	h2 {
		font-size: 1.1em;
		color: #af832c;
	}
	
	h3 {
		font-size: 1em;
		color: #660000;
	}
	
	h4 {
		font-size: .99em;
		color: #003366;
	}
	
	h5 {
		font-size: .97em;
		color: #330000;
	}
	
	h6 {
		font-size: .95em;
		color: black;
	}

	input {
		font-family: Sans-Serif;
	}

	table {
		border-collapse: collapse;
	}

	td {
		padding: 3px;
	}
	
	.clear {
		clear: both;
		background: none;
		line-height: 0;
	}
	
	.error {
		color: Red;
	}
	
	#content {
		padding: 10px;
	}

	  #gradientTop {
        background: #F0B323; /* For browsers that do not support gradients */
        width: 100%;
        min-width: 1003px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    #gradientBottomHome {
        background: #660000;
        width: 100%;
        min-width: 1003px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    #mastheadHomePage {
        width: 100%;
        min-width: 1003px;
        height: 137px;
        background-color: #660000;/*#ffcc33*/;
        text-align: center;
        background: #660000 url("https://apps.winthrop.edu/images/transMasthead.png") no-repeat top;
    }

    #mastheadSecondary {
    	width: 100%;
	min-width: 1003px;
	height: 137px;
	background-color: #660000;
	text-align: center;
    }


    #winthropLogoSecondary {
    	background: #660000 url("https://apps.winthrop.edu/images/transMasthead.png") no-repeat top;
	display: block;
        height: 137px;
        min-width: 1003px;
        margin-left: auto;
        margin-right: auto;
        text-indent: -9999px;
    }
	
    #gradientTopFooter {
        background: #F0B323;
        background-size: 100% 100%;
        width: 100%;
        min-width: 1003px;
        height: 34px;
        line-height: 34px;
        text-align: center;
    }

    .whiteBottomText {
        font-family: 'Raleway', Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        color: white;
        letter-spacing: .5px;
    }

    #gradientBottom {
        background: #660000;
        -o-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        min-width: 1003px;
        width: 100%;
        height: 32px;
        line-height: 30px;
        text-align: center;
    }

#body {
		min-width: 800px;
		margin: auto;		
		display: block;		

	}

	

	#printLogo {
		display: none;
	}

/*old tags not needed once everybody is upgraded */

	/***** Header *****/
	#headerlinks {
		padding: 2px 20px 2px 0;
		text-align: right;
		color: #999999;
	}

	#headerlinks a {
		margin: 0 .25em;
	}	

	#headerlinks a {
		font-size: .9em;
		color: #ffcc33;
	}

	#headerlinks a:hover {
		text-decoration: underline;
		color: white;
	}	

	#printLogo {
		display: none;
	}


	#header {
		height: 105px;
		background: #660000 url(header.gif) no-repeat;
	}

	#wulink {
		float: left;
		width: 375px;
		height: 85px;
		padding-top: 10px;
	}

	#headerSeparator {
		height: 30px;
		border-top: solid 1px black;
		padding: 7px 1em 0 0;
		background: url(goldbar.png) repeat-x;
		text-align: right;
		font-size: 1.2em;
	}
#sidebar {
		float: left;
		width: 185px;
		padding: 10px 0 0 0;
	}

	#sidebarMenu, #sidebarMenu li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#sidebarMenu a {
		display: block;
		border-bottom: solid 1px #666666;
		padding: 2px 5px;
		font-weight: bold;
		color: White;
	}

	#sidebarMenu a:hover {
		text-decoration: none;
		background: #843030 url(sidebar-menuitem-back.gif) repeat-x;
	}
	
	#body.sidebarPresent #content {
		margin-left: 185px;
	}
	
	#content {
		background: white;
		padding: 10px;
	}

	#content > *:first-child {
		margin-top: 0;
	}

	#footerSeparator {
		height: 25px;
		border-top: solid 1px black;
		background: url(footer.gif) no-repeat;
	}

	#footer {
		overflow: auto; /* Prevent extra bottom padding in IE */
		padding: 4px 0;
		color: gray;
		font-size: .95em;
		text-align: center;
	}

	#footer a {
		margin: 0 .7em;
		font-size: .9em;
		color: #ffcc33;
	}

	#footer a:hover {
		text-decoration: underline;
		color: white;
	}

}

@media print {
	#header, #headerSeparator, #footerSeparator {
		display: none;
	}

	#body {
		margin-bottom: 1em;
	}
	#printLogo{
		display:block;
	}
}
