/*	Global stylesheet

	$Id: global_stylesheet.css.dtml,v 2.0 2007/07/30 16:39:38 davidc modified by tcrich Exp $	
*/
/* General purpose CSS classes */
@import url(http://library.radford.edu/css_classes.css);
/* Global styles */

* {
	font-family: Arial, Helvetica, sans-serif;
	color: #354c58;
}

body {
	color: #999;
	margin: 0;
	font-size: 13px;
	background-color: #999;
	list-style-type: none;
	font-weight: bold;
	text-align: left;
	
}

a:link, a:active {
	color: #354c58;
}

a:hover, a:visited {
	color: #354c58;
}

h1, h2 {
	color: #C30;
}

h1, h2, h3, h4,
h2 a, h3 a, h4 a {
	 font-family: Interstate, Verdana, Arial, Helvetica, sans-serif;
}

h1 + h2, h1 + h3, h1 + h4,
h2 + h3, h2 + h4, h3 + h4 {
	margin-top: 0;
}

h1 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #666;
	text-align: left;
}

h2 {
    font-size: 14px;
    margin-top: 0.75em;
     margin-bottom: 0.5em;
}

h3 {
    font-size: 13px;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 12px;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
}

ul {
    list-style-type: none;
    list-style-image: url(http://lib.radford.edu/new_site/prototypeIII/generic_dot.gif);
}

ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
}

ul ul {
    list-style-type: circle;
    list-style-image: none;
}

p {
	margin: 0.75em 0;
}

hr {
  width: 100%;
  height: 1px;
  color: #e6e6e6;
}

pre, kbd, code, textarea {
    font-family: monospace;
}

b, strong {
	font-weight: bolder;
	color: #F00;
}

em, i {
	font-style: italic;
}

small {
	font-size: 90%;
}

big {
	font-size: 110%;
}

.sidebox {
	width: 20%;
	float: right;
	clear: right;
	margin-bottom: 1em;
	margin-right: 1em;
	border: 1px solid #CCC;

}

.sideboxTitle { 

   border-bottom-color: #1d3643;

   border-bottom-style: solid;

   border-bottom-width: 1px;

   color: #354c58;

   background-color: #a0b3bc;

   font-weight: bold;

   text-align: center;

   vertical-align: middle;

   padding: 5px 10px;

}

.sideboxContent { 

   padding: 1em;

   font-size: 12px;

}


@media print {
    ul {
        list-style-type: disc;
	list-style-image: none;
    }

    ul ul {
        list-style-type: circle;
    }
} 

#row1 {
	background-color: #FFFFFF;
	height: 75px;
	padding-top: 1px;
	padding-bottom: 15px;
	border-bottom:thin solid #E50019;
}

