/* @override 
	http://una.mammothdigital.tv/css/una.css
	http://localhost:9025/css/una.css
*/

/* @group Main Selectors */

body {
	background: #f0eedf url(../img/una_header.png) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
}

body#home {
	background: #f0eedf url(../img/una_header_home.png) repeat-x;
}

body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

 
h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 40px;
	line-height: 1em;
	letter-spacing: -1px;
	color: #FF7C00;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #666666;
}

h2 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 10px;
	color: #3B1B00;
}


h3, h3 a, dt {
	font-size: 13px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 3px;
	color: #ff7c00;
	text-transform: uppercase;
	text-decoration: none;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #3B1B00;

} 

h5 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
} 

ul, ol {
	margin-left: 30px;
}

p, li, dd {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #3B1B00;
}


li {
	margin-bottom: 5px;
}

dl {
	margin-top: 80px;
}

dt {
	font-size: 12px;
}

dd {
	font-size: 12px;
	margin-bottom: 20px;
}

hr {
	border: 0px;
	border-bottom: 1px dotted #a89a86;
	margin: 15px 0;
	clear: both;
}

a {
	color: #3B1B00;
}

a:hover {
	color: #FF7C00;

}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* @end */

.alert, .error  {
	color: #000000;
	border: 1px solid #e45757;
	padding: 5px 5px 5px 25px;
	background: #fde2df url(/img/bullet_error.png) no-repeat 6px 6px;
	margin-bottom: 20px;
}

.validation_error {
	color: #bd8230;
	border: 1px solid #d3ac5c;
	padding: 5px 5px 5px 25px;
	background: #f3e9be url(/img/bullet_error.png) no-repeat 6px 2px;
	margin-bottom: 5px;
	font-size: 11px;
}

/* @group Form */

form fieldset {
  margin-bottom: 10px;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
display:none;
}
form label {
	font-size: 11px;
	line-height: 1.5;
	text-transform: uppercase;
	display: block;
	color: #a89a86;
	font-weight: bold;
}

form input, form textarea {
	border: 1px solid #ccc;
	font-size: 15px;
	margin-bottom: 10px;
	display: block;
}

form select {
	margin-bottom: 15px;
	font-size: 10px;
}

form fieldset#dbadd select {
	font-size: 14px;
}

form input#submit {
	font-size: 13px;
	background-color: #ff7c00;
	color: #ffffff;
	border: 0;
}

#filterfield {
	display: none;
}

form p.required {
	color: #666;
	font-size: 10px;
}

/* @end */


/* @group Header */

#header {
	height:  169px;
}

#logo {
	float: left;
	margin: 20px 0;
}

/* @group Searchbox */

#searchbox {
	float: right;
	background: url(../img/searchbox.png) no-repeat;
	width: 280px;
	height: 32px;
	color:  #ffffff;
	padding: 8px 10px;
}

#searchbox input {
	float: left;
}

input#search_query {
	height: 24px;
	width: 230px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 13px;
	color: #999;
	padding: 3px;
}

#searchfield {
	width: 227px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-right: 10px;
	padding: 4px;
}

/* @end */

#languages {
	float: right;
	clear: right;
	font-size: 12px;
	margin: 10px;
	color: #333333;
}

#languages a {
	color: #333333;
}



/* @end */


/* @group Nav */

#nav {
	float: left;
}

#nav a {
	display: block;
	width: 10em;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

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

#nav li a {
	display: block;
	width: 100%;
	padding: 15px 0 15px 0;
	color: #ffffff;
	line-height: 1;
	text-align: center;
}

#nav li a.nav_active {
	text-decoration: none;
	background-color: #ff9900;
}

#nav li {
	float: left;
	width: 130px;
	margin: 0 2px 0 0;
}

#nav li ul {
	position: absolute;
	width: 9.4em;
	left: -999em;
	z-index: 100;
}

#nav li ul li {
	width: 13em;
	margin: 0 0 0 0;
	background: #555500 url(/img/null.gif);
}

#nav li ul li a {
	display: block;
	border-top: 1px solid #ffffff;
	width: 100%;
	padding: 10px 5px 10px 10px;
	line-height: 1;
	text-align: left;
	background: #ff9900;
}

#nav li:hover ul, #nav li:sfhover ul  {
	left:  auto;
}

#nav li a:hover {
	text-decoration: none;
	background-color: #666666;
}

#nav li ul li a:hover {
	text-decoration: none;
	background-color: #666666;
}

#menu li:hover, #menu li.hover {  
	    position: static;  
}

/* @end */

#container {
	/*outline: 1px solid white;*/
	width:  930px;
	margin: 0 auto;
	padding: 0 20px;
}


#content {
	width: 100%;
	float: left;
	margin-top: 30px;
}

#page_content {
	float: left;
	width: 100%;
	margin-top: 30px;
}

#home #content {
	margin-top: 0;
}

.left_column {
	width: 545px;
	float: left;
}

.right_column {
	width: 315px;
	float: right;
	margin-bottom: 20px;
	clear: right;
}

#home .right_column {
	margin-bottom: 0;
}

#home .right_column h4, #recentstories h4 {
	font-size: 12px;
	margin: 15px 0 3px 0;
	line-height: 1.3;
}

#recentstories h4 {
	font-weight: normal;
}


#home .right_column a, #recentstories a {
	text-decoration: none;
}

#home .right_column a:hover, #recentstories a:hover {
	text-decoration: underline;
}

#home .right_column p {
	font-size: 11px;
	margin: 0 0 3px 0;
}

.right_column.module {
	margin-top: 20px;
}

#right_column #pageimage {
	float: right;
	border: 5px solid white;
}

.listitem {
	margin-bottom: 20px;
}

.right {
	text-align: right;
	margin-bottom: 10px;
}

ul#subnav {
	list-style: none;
	padding: 0;
	text-align: right;
}

ul#subnav li {
	margin-bottom: 5px;
}

.caption {
	font-size: 11px;
	line-height: 1.3;
	margin: 7px 0 30px 0;
	color: #a89a86;
}

ul.results_list  {
	padding: 10px 0;
	margin: 0;
}

ul.results_list li {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #666; 

}

ul.results_list p {
	margin: 0;
	font-size: 12px;
	max-width: 650px;
	
}



/* @group Module Specific */

/* @group People */

.person {
	/*outline: 1px solid red;*/
	width: 250px;
	float: left;
	padding: 0 20px 20px 0;
}

.person img {
	float: left;
	margin: 3px 10px 0 0;
}

.popupbox {
	display: none;
	width: 600px;
}

.pop {
	padding: 10px;
	text-align: left;
}

.pop h3 {
	margin-bottom: 15px;
	margin-top: 0px;
}

.pop p {
	font-size: 13px;
}

.pop img {
	float: left;
	margin: 5px 20px 5px 0;
}


/* @end */

/* @group Events */

.right_column table {
	/*border-bottom: 1px solid #a89a86;
	border-right: 1px solid #a89a86;*/
	margin: 10px 5px;
	float: left;
}

.right_column th, .right_column td {
	border-top: 1px solid #f0eedf;
	border-left: 1px solid #f0eedf;
	font-size: 11px;
	text-align: center;
			/*background-color: #f7f5e6;*/

}

table#zoom_table td {
	border: 0;
}

th {
	padding: 5px 0;
	/*background-color: #fff;*/
}

th.calhead {
	/*background-color: #000;*/
	/*color: #fff;*/
	font-weight: bold;
}

div.calcontent, div.calnocontent {
	display: block;
	padding: 4px;
}

div.calnocontent {
		background-color: #fff;
		color: #5b5348;
}

div.today {
	background-color: #b3d5ff;
	font-weight: bold;
}

div.calcontent {
	background-color: #ff7c00;
}



div.calcontent a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #ffffff;
}

div.calcontent a:hover {
	color: #000000;
}

#calnav {
	/*outline: 1px solid blue;*/
	width: 305px;
	padding: 10px 5px;
}

#calnav a {
	font-size: 10px;
	/*background-color: #ff7c00;*/
	color: #ff7c00;
	font-weight: bold;
	/*padding: 2px 5px;*/
	/*display: inline;*/
	text-decoration: none;
	text-transform: uppercase;
}

#calnav a:hover {
	text-decoration: underline;
}

#calnav a#currentlink {
	margin: 0 90px;
}

/* @end */



/* @group News */

.newsstory {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #a89a86;
}

.storydate {
	float: right;
	font-size: 10px;
}

#newsstorypic {
	width: 100%;
	float: right;
}

.right_column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.right_column ul li {
	font-size: 12px;
	margin-bottom: 15px;
}

.right_column #archive {
	text-align: right;
}

.right_column #archive li {
	margin: 0;
	color: #a89a86;
}

.subitemhead {
	margin-top: 20px;
}

div.doc {
	background: #e6e4d6;
	/*border: 1px solid #a89a86;*/
	margin: 5px 0;
	padding: 5px;
	/*height:  30px;*/
	float: left;
	width: 300px;
}

div.doc img {
	float: left;
	margin: 3px;
}

div.doc p {
	float: left;
	font-size: 13px;
	margin: 2px 0 0 5px;
	padding: 0;
	width: 270px;
	line-height: 1.2;
}

div.doc p a {
	text-decoration: none;
}

#recentstories {
}

/* @end */

/* @group Glossary */

#letter_list {
	font-weight: bold;
	color: #D9D3BF;
	font-size: 18px;
	letter-spacing: 1px;
}

#letter_list a {
	color: #FF7C00;
}

/* @end */

/* @group Learning Group */

.doc_item {
	float: left;
	width: 100%;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-top: 1px dotted #a89a86;
}

.doc_item img {
	float: left;
}

.doc_item .doc_text {
	float: left;
	margin-left: 10px;
	width: 470px;
}

.doc_item.draft {
	background-color: #fefded;
}

#docfile {
	border: 0;
	width: 250px;
	font-size: 11px;
}

fieldset#doc_upload {
	border: 1px solid #fefded;
	background-color: #e4e4d5;
	padding: 15px;
	width: 285px;
}

fieldset#doc_upload p {
	font-size: 12px;
}

fieldset#doc_upload input, fieldset#doc_upload textarea {
	width: 98%;
}

/* @end */



#home_banner {
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
}

#home_banner img {
	padding: 0;
	margin: 0 0 0 0;
}

#home #module {
	line-height: 1;
	clear: both;
}

#partner_logos {
	margin-bottom: 15px;
}

#partner_logos img, #global_logos img {
	margin: 10px;
}



/* @end */

/* @group Database */

fieldset#dbadd, div#dbadd {
	border: 1px solid #fefded;
	background-color: #e4e4d5;
	padding: 15px;
	width: 900px;
	margin-bottom: 20px;
}

fieldset#dbadd p {
	font-size: 12px;
}

fieldset#dbadd input, fieldset#dbadd textarea {
	width: 98%;
}

#formcolumn1 {
	/*outline: 1px solid blue;*/
	width: 285px;
	float: left;
}

#formcolumn2 {
	/*outline: 1px solid red;*/
	width: 590px;
	float: left;
	margin-left: 20px;
}

/* @end */



/* @group Signup Form */

#signupform {
	margin: 30px 0 15px 0;
	border: 1px solid #ddd;
	background-color: #e5af12;
	padding: 10px;
	float: left;
	display: inline;
}

#signupform input {
	width: 130px;
	margin: 0;
}

#signupform input#signupsubmit {
	margin: 10px 0 0 0;
	float: right;
	width: 80px;
}

#signupform label {
	width: 100%;
	padding: 0;
	text-align: left;
}

/* @end */


/* @group Footer */

#footer {
	clear: both;
	border-top: 1px dotted #666;
	padding: 10px 0;
	font-size: 12px;
}

#footerimg {
	margin-top: 20px;
}

/* @end */

/* @group Button */

a.button {
    background: transparent url('/img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* @end */

/* @group Admin */

#adduser {
	float: right;
}

#userlist p.active, #userlist p.inactive {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#userlist p.inactive a {
	color: #999999;
}

/* @end */

.smaller {
	font-size: 12px;
}

.readmore {
	font-size: 11px;
	color: #8a7f6f;
	margin-bottom: 5px;
}

.readmore a {
	text-decoration: none;
	color: #FF7C00;
	font-weight: bold;
}

.readmore a:hover {
	text-decoration: underline;
}


.draft {
	font-size: 11px;
	color: #515150;
	margin-bottom: 10px;
	display: inline;
	float: left;
}

.delete {
	font-size: 11px;
	color: #a89a86;
	margin-bottom: 0px;
	float: right;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

#randomimage {
	border: 2px solid #fff;
	margin-top: 20px;
	
}