
/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

#portal-footer {
    background: none
}

dl.portlet dt,
div.portletAssignments div.portletHeader{
	background:none;
    border-bottom: 1px solid #DFBF99;
    color: #3F2109;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    position: relative;
	text-transform:uppercase;
}

.portletHeader {
    font-size: 1.2em;
    padding-left: 5px;
}

.portletItem {
    padding: 0.5em;
}

dl.portlet dt a:link,
#content a:link{
    color: rgb(14, 137, 7); /*#3F2109;*/
    text-decoration: underline solid rgb(14, 137, 7);
}
dl.portlet dt a:visited,
a:link,
a:visited,
#content a:visited{
	color: #0e8907; /*#663209;*/
}
dl.portlet dt a:hover,
#content a:hover{
    color: #cb5a00 !important;
}

#portal-personaltools dd a,
#portal-personaltools dt a{
    color:#6f5129;
}
#portal-personaltools dd a:hover,
#portal-personaltools dt a:hover{
    color:#DFBF99;
	background-color:#6F5129;
}

#portal-personaltools dt,
#portal-personaltools dd,
#portal-personaltools dl,
#portal-personaltools,
div.managePortletsLink,
a.managePortletsFallback{
    background-color:#DDD;
}

.ploneCalendar .todaynoevent {
    border: 2px solid #6f5129;
}

#portal-column-one{
	clear:both;
}
#portal-searchbox{
	float:none;
}
#portal-searchbox input{
	display:block;
}

/******************************************************************/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

html {
    height: 100%;
}

h1,h2,h3,h4,h5,h6
{
    /*font-family: "Droid Serif", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	/*text-transform: uppercase;*/
	letter-spacing: 0.2em;
    /*border-bottom: 0;*/
}

body
{
    height: 100%;
	font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif; /*"trebuchet ms", sans-serif;*/
	font-size: 13px;
	color: #333333; /*#6F5129;*/
    /*background-color: #cccccc; /* #004F27 == official duck green */
    background: url('images/bg2.png') top left repeat-x;
    background: url('images/background-header.png') top left repeat-x;
    background-position: 0 33px; /* Offset due to UO header elements. 20140811cdt */
    /*padding-bottom: 116px;*/
}

a
{
	color: #667700;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	width: 778px;
	margin: 0px auto 2em auto;
    /*background-color: #9cffcd; /* #004F27 == official duck green */
    /*background: url('images/bg2.png') top left repeat-x;
    background: url('images/background-header.png') top left repeat-x;*/
}

/* Header */

#header
{
    background: url('images/top-image-mod1a.png') top left no-repeat;
    background: url('images/lcni_header_cropV5.png') top left no-repeat;
    padding-top: 1em;
    padding-right: 1.75em;
    padding-bottom: 0.5em;
    padding-left: 1.75em;
    /*padding: 1.75em; */
	text-align: right;
    text-shadow:
    -1px -1px 2px #004F27,
     1px -1px 2px #004F27,
    -1px  1px 2px #004F27,
     1px  1px 2px #004F27;
    height: 146px;
}

#header h1
{
    color: #FFFF0F; /*004F27;*/
	font-size: 1.9em;
    font-weight: 700;
    border-bottom: 1px;
}

#header h2
{
	font-size: 1em;
	color: #004F27;
}

#header h1 a
{
	color: #EEFFFF; /*004F27;*/
	text-decoration: none;
}

#header h1 a href
{
    color: #EEFFFF; /*004F27;*/
	text-decoration: none;
}

/* Menu */

#menu
{
    margin-top: 0.75em;
	height: 34px; /*94px;*/
	width: 778px;
}

#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
}

#menu li
{
	padding: 0em 1.5em 0em 1.5em;
	display: inline;
}

#menu li a
{
	color: #3A2000;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.95em;
	letter-spacing: 0.2em;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */
.image-inline
{
    max-width: 100%;
}

#xbg1
{
	position: absolute;
	z-index: 1;
	width: 778px;
	height: 98px;
}

#wrapper-content
{
}

#wrapper-content p
{
	/*margin-bottom: 2em;*/
	line-height: 1.5em;
}

#wrapper-content h2,h3,h4,h5,h6
{
	position: relative;
	color: #3F2109;
	margin-bottom: 1em;
    /**padding-bottom: 0;*/
	padding-bottom: 0.5em;
    /*border-bottom: 0;*/
	border-bottom: solid 1px #DFBF99;
}

#wrapper-content h1
{
    font-size: 2em;
    letter-spacing: 0em;
    font-weight: 400;
}

#wrapper-content h2
{
	font-size: 1.2em; /*5em;*/
}

#wrapper-content h3
{
	font-size: 1.1em;
}

#wrapper-content ul
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#wrapper-content blockquote
{
	margin-bottom: 2em;
}

#wrapper-content blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}

#wrapper-content table tr.rowA
{
	background-color: #DFBD99;
	color: inherit;
}

#wrapper-content table tr.rowB
{
	background-color: #EFDCC2;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer {
    float: left;
    position: relative;
    width: 525px;
    z-index: 2;
	margin-right: 20px;
}

#primaryContent
{
	padding: 0em 0em 0em 1.5em;
}

.two-column
{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	z-index: 2;
	float: right;
	width: 210px;
	margin-top: 2em;
}

/* Footer */

#footer
{
	width: 100%;
	/*height: 56px;
	/*padding-top: 30px;*/
	background-color: #20621d;
    /*url('images/bg2-footer.png') top left repeat-x;*/
    background-size: 100% 100%;
	text-align: left;
}

.clear
{
	clear: both;
}

.callout {
    font-weight: normal;
    font-family: Courier, "Courier New", "Andale Mono", Monaco, monospace;
    color: rgb(63,33,9);
}

.copyWrapper {
    color:#E9E6D6;
    text-align: left;
    margin: 0 auto 2em auto;
    width: 778px;
    padding-top: 0.5em;
}

.documentActions {
    border-top-width: 0;
}

.staff-pic {
    float: left;
    border-style: solid;
    border-width: 3px;
    border-color: black;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 8px;
}

.staff-pic-float-right {
    float: right;
}

.ui-accordion-header {
    color: #00c360;
}

/*I just set autoheight: false and clearStyle: true + CSS*/
/* relevant javascript:
$("h3.plomino-accordion-header").parent().accordion({
header: "h3.plomino-accordion-header", active: false, collapsible: true, autoHeight: false, clearStyle: true, fillSpace: true, heightStyle: "content"
});
*/
.ui-accordion .ui-accordion-content{
    /*overflow: visible !important;*/
}

/* These nine entries are to allow use of selection fields
   for time entry in HH:MM:SS form. PFG form
   Scan Time Log. */
#archetypes-fieldname-start_hour {
    float: left;
    clear: none;
}
#archetypes-fieldname-start_minute {
    float: left;
    clear: none;
}
#archetypes-fieldname-start_second {
    float: left;
    clear: none;
}
#archetypes-fieldname-last_hour {
    float: left;
    clear: none;
}
#archetypes-fieldname-last_minute {
    float: left;
    clear: none;
}
#archetypes-fieldname-last_second {
    float: left;
    clear: none;
}
#archetypes-fieldname-duration_hour {
    float: left;
    clear: none;
}
#archetypes-fieldname-duration_minute {
    float: left;
    clear: none;
}
#archetypes-fieldname-duration_second {
    float: left;
    clear: none;
}


/* UO BAR ----------------------------------------------------------- */

#uotopbar {
    background-color: #000;
    background-image: url('images/uobanner_black.png');
	background-repeat: repeat-x;
    /*background-size: 100% 100%;
	width: 100%;
	height: 41px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;*/
	}

#uobar {
    /*display: block;
	background-image: url('images/uobanner_black.png');
    background-repeat: repeat-x;
    background-size: 100% 100%;
	width: 778px;*/
	height: 41px;
	margin: 0px auto 0px auto;
	padding: 0px 15px 0px 15px;
	}
	
#uologobox {
	float: left;
	width: 216px;
	height: 41px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	}
	
#uolinks {
	float: right;
	text-align: right;
	width: 450px;
	margin: 0px 0px 5px 5px;
	padding: 9px 4px 4px 4px;
	line-height: 21px;
	color: #E9E6D6;
	}
    
a.uonav:link, a.uonav:visited {
    font-size: .9em;
	line-height: 1em;
	color: #FFFFFF;
	text-decoration: none;
	}
	
a.uonav:hover {
	font-size: .9em;
	line-height: 1em;
	color: #FFFFFF;
	text-decoration: underline;
	}
	