/*
retoday.css 
specific style for the site
*/


/* top area of site */

#header {
	height: 108px;
	background:#0079C2 url(../images/header-grad.png) repeat-x 0px 0px;
	
}

#header .container {
	position:relative;
}

/*
image replace the heading link
*/

#header a#identity {
	display:block;
	padding: 50px 0 0 0; /* height of the replacement image */
	overflow: hidden;
	background: transparent url(../images/temp-ident.png) no-repeat;
	height: 0px !important;
	height /**/:50px;
	width:190px;
	float:left;
	margin:27px 10px 0 0;
}

#header #quick-search {
	color:#FFF;
	margin-top:18px;
	position:absolute;
	top:0px;
	right:0px;
}

#header #quick-search p {
	margin-bottom:0.5em;
	font-weight:bold;
	position:relative;
	padding-right:30px;
	padding-left:50px;
}

#header #quick-search label {
position:absolute;
top:10px;
left:0px;
}


#header #quick-search a {
	color:#FFF;
}


#header #quick-search input {
	padding:5px;
	border-color:#7FBCE0;
	display:inline;
	
}

#header #quick-search #search-go {
position:absolute;
top:3px;
right:0px;
}



#navigation {
	background:#E5F1F9;
	margin:0 0 1.5em 0;
	border-bottom:1px solid #7FBCE0;
	text-transform:capitalize;
}

/*
works the same as span-21
*/
#navigation ul {
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	width:800px;
	background:#E5F1F9;
	float: left;
	color:#666;
	font-size: 1.2em; line-height: 1.25;
}

#navigation ul li {
	float:left;
	display:inline;
	margin:0.75em 0.55em 0.75em 0;
}

#navigation ul li a{
	color:#666;
	text-decoration:none;
}

#navigation ul li a:hover{
	color:#0079C2;
}

#navigation ul li a.active{
	font-weight:bold;
	color:#0079C2;
}

/*
works the same as span-2 with a prepend-1
*/
#navigation a#quick-login {
	width:100px;
	float:left;
	display:block;
	padding: 20px 0 0 0; /* height of the replacement image */
	overflow: hidden;
	background: transparent url(../images/login-button.png) no-repeat;
	height: 0px !important;
	height /**/:20px;
	float:left;
	margin-left: 40px;
	margin-right: 0;
	margin-top:0.75em;
}

#navigation a#quick-logout {
	width:100px;
	float:left;
	display:block;
	padding: 20px 0 0 0; /* height of the replacement image */
	overflow: hidden;
	background: transparent url(../images/logout-button.png) no-repeat;
	height: 0px !important;
	height /**/:20px;
	float:left;
	margin-left: 40px;
	margin-right: 0;
	margin-top:0.75em;
}






#welcome-panels {
	margin:1.5em 0 1.5em 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background:#FFF url(../images/backing-grad.png) repeat-x 0px 0px;
}

.clearfix, .container {display: block;}

/* 
panels are span-8 width: 310px;
width = 308px + border 2px = 310px
border-top = 17px + border-bottom = 1px = 18px
*/
.panel {
	background:#E5F5F9;
	float: left;	
	margin:1.5em 10px 1.5em 0;
	width: 308px;
	border-style:solid;
	border-color:#009AC7;
	border-top-width: 17px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

.social-panel {
	float: left;	
	margin:1.5em 10px 1.5em 0;
	width: 308px;
}

.social-panel h3 {
	margin:10px 10px 20px 10px;
}

.social-panel h3 a{
	padding:20px 20px 20px 45px;
	background:#E5F5F9 url(../images/social-icons.png) no-repeat 10px 15px;
	border:1px solid #009AC7;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}

.social-panel h3 a.facebook {
	background-position:10px -107px;
}


/*
panel h3 have a margin all round of 10px but a bottom of 1em to stick within the grid baseline
*/
.panel h3 {
	margin:10px 10px 1em 10px;
	color:#009AC7;
}
.panel p {
	margin:0 10px 1.5em 10px;
	color:#FFF;
}

.side-panel ul {
	margin:0 10px 1.5em 145px;
}

.side-panel dl, .side-panel dt, .side-panel dd {
	margin:0;
	padding:0;
}

.side-panel fieldset{
	border:none;
}

.side-panel fieldset label {
	color:#009AC7;
}

/*
link based panels
*/



a.panel {
	background:#FDF7E7;
	float: left;	
	margin:1.5em 10px 1.5em 0;
	width: 288px;
	border-style:solid;
	border-color:#333;
	border-top-width: 17px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 10px 1.0em 10px;
	font-size:1.5em;
	display:block;
	line-height:2.5em;
}
a.panel em {
	display:block;
	font-weight:bold;
	font-style:normal;
	font-size:0.65em;
	line-height:1.5em;
}
a.panel span {
	display:block;
	font-size:0.65em;
	line-height:1.5em;
	color:#666;
}

a.last {
	margin-right:0px;
}

a#support {
	background:#FDF7E7 url(../images/internal-arrow-support.png) no-repeat bottom right;
	border-color:#EEB111;
	color:#EEB111;
}

a#support:hover {
	border-color:#666;
}

a#publication {
	background:#F1F9EC url(../images/internal-arrow-publication.png) no-repeat bottom right;
	border-color:#7AC143;
	color:#7AC143;
}

a#publication:hover {
	border-color:#666;
}

a#news {
	background:#E5F5F9 url(../images/internal-arrow-news.png) no-repeat bottom right;
	border-color:#009AC7;
	color:#009AC7;
}

a#news:hover {
	border-color:#666;
}



a.panel:hover {
	border-color:#888;
	background:#EEE;
	color:#333;
}


.side-panel {
	background:#FFF url(../images/backing-grad.png) repeat-x 0px 0px;
	border:1px solid #EEEEEE;
	margin-bottom: 1.5em;
	clear:both;
}


.side-panel h3 {
	margin: 1em 10px 1em 10px;
}

.side-panel p {
	margin:0 10px 1.4em 10px;
}

.side-panel ul{

}


.side-panel p img {
	float: left;
	margin: 0 1.5em 1.5em 0;
	padding: 0;
}


#welcome-hint-link, .side-quick {
	border-top: 1px solid #DDD;
	background:#FFF url(../images/backing-grad.png) repeat-x 0px 0px;
}

#sidebar .social-panel {
	margin:0 0 1em 0;
}

#sidebar .social-panel h3 {
	margin: 0 0 1em 0;
}



.side-quick {
	clear:both;
}

.vcard {
	margin-bottom:1.5em;
}

#welcome-hint-link a.subscribe, #welcome-hint-link a.publication {
	margin-top:1.5em;
	background:transparent url(../images/arrow-link.png) no-repeat 6px 3px;
	display: block;
	font-size:1em;
	font-weight:bold;
	float:left;
	margin-right:10px;
	margin-bottom:1.5em;
	width: 150px;
	padding-left:40px;
}




#welcome-hint-link a.last {
	margin-right:0;
}

#welcome-hint-link a.subscribe span, #welcome-hint-link a.publication span {
	font-weight:normal;
	display:block;
}


#sidebar a.subscribe, #sidebar a.rss-subscribe{
	background:#eee;
	color:#0079C2;
	display:block;
	padding-left:40px;
	padding-top:10px;	
	margin-bottom:1.5em;
	width:270px;
	font-weight:bold;
	background:transparent url(../images/arrow-link.png) no-repeat 6px 12px;
}

#sidebar a.rss-subscribe {
	background-image: url(../images/feed-icon16x16.png);
}

a.subscribe span, a.rss-subscribe span{
	display:block;
	font-weight:normal;
}

#content #sub-nav {
	width: 590px;
}

#content #sub-nav ul {
	list-style:none;
	margin:0 0 1.5em 0;
	padding:0;
}

#content #sub-nav ul li {
	display:inline;
	margin-right:0.75em;
}

#content #sub-nav ul li a{
	display:inline;
	margin-right:0.75em;
}


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

#sidebar .panel {
	margin:0 10px 1.5em 0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

#sidebar .panel ul {
	list-style:none;
	margin:0px 10px 1.5em 10px;
	padding:0px;
}


#sidebar .panel h3 {
	margin:10px 10px 1em 10px;
	color:#009AC7;
}
#sidebar .panel p {
	margin:0 10px 1.5em 10px;
	color:#333;
}

#sidebar .feed {

}

h1 {
	border-bottom:2px dotted #0079C2;
	padding-bottom:0.5em;
	color:#0079C2;
}

h1 span, h2 span, h3 span{
	color:#666;
}

h3, h4, h5 {
	color:#0079C2;
}


h2 {
	border-bottom:2px dotted #0079C2;
	padding-bottom:0.73em;
	color:#0079C2;
}


h5 {
	background:#0079C2;
	color:#FFF;
	padding:0.3em 1em 0.3em 1em;
}

h5 a{
	color:#FFF;
}

a {
	color:#0079C2;
}	


#footer-nav {
	background:#FDF7E7;
	border-top:2px solid #EEB111;
	border-bottom:1px solid #F7D88A;
	margin-bottom: 1.5em;
}

#footer-nav h3{
	font-weight:bold;
	color:#0079C2;
}

#footer-nav ul {
	list-style:none;
	margin:0 0 1.5em 0;
	padding:0;
	text-transform:capitalize;
}


.footer-panel {
	float: left;	
	margin:1.5em 10px 1.5em 0;
	width: 310px;
}


#news-content .alt {
	border-top: 1px dotted #333;
	padding-top: 18px;
}


#news-content .post {
	clear:both;
}

#news-content .post .details {
	border-bottom: 1px solid #7FBCE0;
	margin-bottom: 16px;
}


#news-content .post .details p.date {
	float:left;
	width:40px;
	padding:4px 0 4px 0;
	background: #E5F5F9;
	border:1px solid #009AC7;
	text-align:center;
	color:#009AC7;
	margin:0 20px 0 0;
	text-transform:uppercase;
}

#news-content .post .details p.date span.day {font-size:18px;display:block;}
#news-content .post .details p.date span.month {font-size:9px;height:14px;display:block;}
#news-content .post .details h3 {margin:0; padding:9px 0 9px 0; border-bottom:none; color:#666666; font-weight:bold;}
#news-content .post .details h3 a {padding:0px;color:#666666;}
#news-content .post .details h3 a:hover{}
#news-content .post .details h3 a:active{}
#news-content .post .details p.name { margin:0px 0 18px 0; font-weight:bold; color:#0079C2;}

p.read-date { font-weight:bold; color:#0079C2;}



p img {
float:left;
border:1px solid #EEE;
padding:7px;
margin:0em 1.5em 1.5em 0;
}



/* file link replace */

a.pdf {
	background: transparent url(../images/pdf-file.png) no-repeat 0 0px;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	height:16px;
}



#welcome-image {
	position:relative;
	border:1px solid #DDD;
	padding:4px;
	width:500px;
	margin-right:10px;
	float:left;
}

#welcome-image ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#welcome-image ul li {
}


#welcome-image p.caption {
	position:absolute;
	bottom:0;
	left:0;
	background:#222;
	color:#FFF;
	display:block;
	padding:0.5em;
	margin:0em;
	width:496px;
}


#sub-pages {
margin: 0 0 1.5em 0;
clear:both;
}


#sub-pages ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#sub-pages ul li{
	margin:0px;
	padding:0px;
}


#sub-pages ul li a {
	display:block;
	margin:0px;
	padding:0px;
}

#sub-pages ul li a.active{
	font-weight:bold;
	background:#0079C2;
	color:#FFF;
	padding:2px 2px 2px 6px;
}


#content fieldset { padding:1.4em;margin:0 0 1.5em 0; background:#E5F1F9;}
#content legend {font-size:17px;font-weight:bold;color:#0079C2;}
#content form dt{ float:left; width:130px; margin-right:20px;}
#content form dt, #content form dt label{ color:#0079C2; }
#content form dd input, form dd textarea{ width:250px;padding:5px;}
#content form dd#checkbox {float:left;}
#content form dd {color:#0079C2;}
#content form dd .check{width:20px;padding:5px;}
#content form dd textarea{ width:254px;}
#content form dd textarea {height:100px;}
#content form dd{ margin-bottom:6px;}


#content ul li { line-height:1.5em; }


#search-results h3 {
	margin-top:1.5em;
	border-bottom:1px solid #7FBCE0;
}

#search-results h4, #search-results .read-date{
	margin:0px;
}

#search-results .search-odd {
	background-color:#E5F1F9;
	padding:10px;
	margin-bottom:1.5em;
}


.pagination {
	border-top:1px solid #009AC7;
	clear:both;
	margin-bottom:0.75em;
}

.pagination p {
	margin-top:0.75em;
	color:#009AC7;
}

.pagination a{
	background:#E5F5F9;
	border:1px solid #009AC7;
	color:#009AC7;
	padding:3px;
}

.pagination strong{
	border:1px solid #009AC7;
	color:#009AC7;
	padding:3px;
}

#feed {
}


#p-hint, #d-hint {
	background:#e1ebf7 url(../images/RET-Web.jpg) no-repeat;
	padding:100px 10px 10px 10px;
	margin-bottom:1.5em;
}

#d-hint {
	background-image: url(../images/RET-Course.jpg);
}

a#course-hint {
	display:block;
	padding: 90px 0 0 0; /* height of the replacement image */
	overflow: hidden;
	background: transparent url(../images/RET-Course-button.jpg) no-repeat;
	height: 0px !important;
	height /**/:50px;
	width:310px;
	float:left;
	margin:10px 10px 20px 0;
}


#p-hint h2, #d-hint h2 {
	border-top:2px dotted #0079C2;
	font-size:1.5em;
	padding:.6em 0 .6em 0;
}

dt.login {clear:both; margin-top:10px;}
dd.login {margin-top:10px;}
