/**************************************
 * THEME NAME: HRMoodle
 *
 * Files included in this sheet:
 *
 *   HRMoodle/uu-styles.css
 **************************************/

/***** HRMoodle/uu-styles.css start *****/

/* --- global styles --- */

/* it's good practice to zero the margin, padding, and other elements to account for differing browser defaults */
html, body, div, ul, ol, li p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0; 
	border: 0;
}
body  {
	font: 100.01% Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	background: #666 url(pix/page-bg.gif) repeat;
	color: #000;
	text-align: left; /* this centers the wrapper in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
}
h1 { padding: 0.85em 0 0.5em 0; }
h2, h3 { padding: 0.5em 0 0.2em 0; }
h4, h5, h6 { padding: 0.5em 0 0 0; }
h1 { font-size: 130%; color: #666; letter-spacing: .02em; }
h2 { font-size: 110%; color: #900; }
h3 {
	font-size: 85%;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin-bottom: 10px;
	border-bottom: 2px #ccc solid;
}
h4 { font-size: 90%; color: #666; line-height: 1.0em; }
h5 { font-size: 85%; color: #c00; }
h6 { font-size: 85%; color: #333; font-family: Georgia, "Times New Roman", Times, serif; }
p { 
	font-size: 90%; 
	color: #000; 
	margin: 0.2em 0 0.8em 0; 
	font-family: Georgia, "Times New Roman", Times, serif;
}
strong { font-weight: bold; color: #333; }
em { font-style: italic; }
a { font-weight: normal; }
a:link { color: #600; text-decoration: underline; }
a:visited { color: #600; text-decoration: underline; }
a:focus, a:hover, a:active { color: #c00; text-decoration: none; }
hr {
	border: 0;
	color: #777;
	background-color: #777;
	height: 2px;
	width: 100%;
	margin: 5px 0;
	text-align: left;
}

#page {
	background-color: #fff;
	width: 90%;
	margin: auto;
	padding: 0.2em;
	border: 2px ridge #525252;
}

body, table, td, th, li {
	font-family: Arial, Helvetica, sans-serif;
}

.sideblock .header {
	background-color: #7e7e7e;
	border-bottom: 1px groove #CCC;
	color: #fff;
}

.coursebox, .generalbox {
	background-color: #fff;
}

.content {
	background-color: #fff;
}

#content {
	clear: left;
}

.navbar {
	clear: left;
}

.headingblock {
	background-color: #fff;
}

.header-logo {
	float: left;
}

.headermain {
	color: #000000;
}

#header-home, #header {
	background-image: url(pix/grayBck.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 90px;
}

/* New Navigation Bar Style */

#main-nav {
	padding: 0;
	margin: 4px 0px 4px 0px;
	margin: 0;
	background-color: #7e7e7e;
	height: 1.8em;
	font-size: 0.8em;
}

#main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav li {
	float: left;
	position: relative;
	width: 10em;
	height: 1.5em;
	text-align: center;
	color: #fff;
	border-right: #CCC groove 2px;
	border-bottom: #CCC groove 2px;
	background-color: #7e7e7e;
	padding-top: 0.25em;
}

#main-nav li a {
	text-decoration: none;
	color: #fff;
	display: block;
}

#main-nav li ul {
	display: none;
	position: absolute;
	top: 1.9em;
	left: 0;
	z-index: 999;
}

#main-nav li:hover {
	background-color: #dad8d3;
	color: #000;
}

#main-nav li a:hover {
	color: #000;
}

#main-nav li:hover ul, #main-nav li.over ul {
	display: block;
}

#main-nav li ul li {
	background-color: #7e7e7e;
}

#main-nav li ul li a {
	display: block;
}


#footer {
	clear: both;
	position: relative;
	z-index: 5;
	min-height: 30px;
	background-color: #333;
	margin: 40px 0 0 0;
	padding: 0 0 8px 0;
} 
/*
#footer p, #footer ul {
	text-align: center;
	margin: 0; 
}
*/
/* --- footer styles --- */
#footer ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}
#footer ul li{
	display: inline;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: .6em;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	padding: 0 .2em 0 .5em;
}
#footer li + li {
	border-left: #ccc 2px solid;
}
#footer a:link, .u_style #footer a:visited { 
	color: #fff; 
	text-decoration: none; 	
}
#footer a:focus, .u_style #footer a:hover, .u_style #footer a:active { 
	color: #c00; 
	text-decoration: none; 	
}


/* Forum Styles */

.forumpost {
	border: none;
	font-size: 0.85em;
}

.forumpost .left {
	padding-right: 30px;
}

.forumpost .starter {
	background-color: #666;
}

.forumpost .content {
	/* -moz-border-radius-bottomleft: 20px; */
	border-right: #000 solid 1px;
	border-bottom: #000 solid 1px;
	border-left: #ffffd8 solid 1px;
	padding: 1em 1em 1em 2em;
	background-color: #ffffd8;
}

.forumpost .topic {
	border-bottom: none;
	border-top: #000 solid 1px;
	-moz-border-radius-topright: 20px;
	border-right: #000 solid 1px;
	border-left: #ffffd8 solid 1px;
	padding: 1em;
	background-color: #ffffd8;
}

.forumpost .side {
	background: #666 url(pix/speech_side.gif) no-repeat scroll 100% 100%;
}

.forumpost .picture {
	background: #666 url(pix/speech_top.gif) no-repeat scroll 100% 0;
}

/***** HRMoodle/uu-styles.css end *****/


