/***********************************
************************************ 
** persoc.css ** Copyright 2009 persoc **
************************************
*********************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	/* padding: 0; */
/*	border: 0;*/
/*	outline: 0;*/
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1.4em;
}

body
{
	line-height: 1;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	background: #d6d7d8 url(images/persoc_background.png) repeat-x;
}

#wrapper
{
	width: 900px;
	margin:  0 auto;
	background: url(images/persoc_background_main.png) transparent repeat-y top left ;
}

ol, ul { list-style: disc inside; }

ul {margin-left: 0; padding-left: 0; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
}

a
{
	text-decoration: none;
}

a:link 
{ 
	color: #333333;
}

a:visited 
{ 
	color: #333333;
}

a:hover 
{ 
	color: #CCCCCC;
	text-decoration: none;
}

#wikitext a:hover img {
	border-color: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 0px 0.786em;
	-moz-box-shadow: rgba(0, 0, 0, 0.296875) 0px 0px 0.786em;
	opacity: 1;
	}


a:active 
{ 
	color: #333333;
}

#header
{
	display: block;
	width: 100%;
	height: 80px;
	clear: both;
	background: url(images/persoc_background_header.png) transparent no-repeat;
}

/*Definitions in #wikitext*/
#wikitext
{
	font-size: 0.9em;
}
#wikitext a
{
	color: blue;
	text-decoration: underline;
}

#wikitext h1, #wikitext h2, #wikitext h3, #wikitext h4
{
}

#wikitext h1
{
	font-size: 1.2em;
	font-weight: bold;
}

#wikitext h2
{
/*	font-size: 1.0em;*/
	font-weight: bold;
}

#wikitext h3
{
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
}

#wikitext h4
{
	font-size: 0.8em;
	font-weight: italic;
}

#wikitext p
{
	margin-bottom: 0;
	font-size: 95%;
}

#wikitext p + p
{
	text-indent: 1.5em;
}

/*#wikitext definitions end*/

#logo
{
	float:left;
	margin: 4px;
}

#search
{
	float: right;
	margin: 28px 10px 0 0;
}

#interactive
{
	float: right;
	font-size: 0.7em;
	margin: 5px -180px 0 0;
}

#livesearch { }

#LSResult
{
	position: absolute;
	background-color: #aaa;
	min-width: 200px;
	margin: 0px 0px 2px 3px;
	padding: 0px;
	text-align: left;
	z-index: 0;
}

ul#LSShadow
{
	position: relative;
	right: 1px;
	margin: 0px;
	padding: 0px;
	background-color: #666;
	color: inherit;
}

#LSResult ul
{
	margin-bottom: -5px;
	margin-top: 0px;
	padding-top: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#LSResult ul li
{
	text-indent: -20px;
	padding: 0px 15px 3px 20px;
	margin-bottom: 0px;
	line-height: 15px;
	list-style: none;
}

.LSRes
{
	position: relative;
	bottom: 1px;
	right: 1px;
	background-color: white;
	border: 1px solid #AAA;
}

#LSHighlight
{
	color: #564b47;
	background-color: #ccc;
}

#menu
{
	margin-left: 300px;
	margin-top: -30px;
	display: block;
	width: 560px;
	height: 30px;
	background-color: transparent;
	font-size: 0.9em;
}

#menu ul 
{
    margin:0;
    padding:0;
    list-style:none;
    padding:7px 10px 0;
}

#menu li
{
	float: left;
    margin:0;
    padding:0 0 0 9px;
}

#menu a
{
	display: block;
	padding: 1px 15px 4px 6px;
	color: #444b84;
	border-top: 4px solid transparent;
	line-height: 1em;
}

#menu a:hover
{
    display:block;
    border-top: 4px solid #5c86c1;
}

#menu li .active 
{
    display: block;
    margin:0;
    padding: 0 0 0 9px;
    background:url(images/menu_background_left_b.png) no-repeat left top;
}

#menu .active a 
{
    background:url(images/menu_background_right_b.png) no-repeat right top;
    color: white;
    padding: 5px 15px 4px 6px;
	border: 0;
}

#menu .active a:hover
{
    border: 0;
}

#submenu
{
	display: block;
	height: 26px;
	background-image: url(images/submenu_background.png);
	background-repeat: repeat-x;
	color: white;
	padding: 4px 0 0 300px;
	font-size: 0.9em;
	border-right: 1px solid grey;
	border-left: 1px solid grey;
	border-bottom: 1px solid grey;
}

#submenu ul 
{
    margin:0;
    height: 30px;
    list-style:none;
    padding:0 10px 0;
}

#submenu li
{
	float: left;
    margin:0;
    padding:5px 30px 0 0; 
}

#submenu a
{
	color: #ffffd2;
	line-height: 1em;
}

#submenu .subactive a, #submenu a:hover
{
	color: white;
	border-bottom: 4px solid white;
}

#submenu .nolink
{
	display: block;
	margin: 5px 0 0 -280px;
	color: #dbf1e1;
}

#main
{
	padding:20px 20px 50px 20px;
	min-height: 300px;
}

.splashbox
{
	display: block;
	height: 85px;
	color: #ddd9d3;
	padding: 15px 380px 15px 30px;
	margin: -22px -20px 20px -20px;
	line-height: 1.5em;
	overflow: hidden;
	background: #27406c url(images/splashbox_background.png) no-repeat right;
	font-style: italic;
	font-size: 1.2em;
}

.splashbox .splasharrow
{
	float: right;
	padding: 20px 10px 0 10px;
}

.splashbox a
{
	color: #ddd9d3;
}

.splashbox a:hover
{
	color: white;
	border-bottom: 3px solid white;
}

.missionstatement
{
	display: block;
	background-color: transparent;
	padding: 0 20px 0 20px;
	line-height: 1.3em;
	font-size: 1.2em;
}


.downloadTripleR
{
	float: left;
	background-color: #4A81C5;
	padding: 0 10px 10px 10px;
	border-right: 1px #143950 solid;
	border-bottom: 1px #143950 solid;
	border-left: 1px #143950 solid;
	border-top: 1px #143950 solid;
	font-size:1.2em;
	width: 580px;
	margin: 20px 10px 0 20px;
}

/*Showcase*/

.showcase
{
	float: left;
	background-color: #dfd9d2;
	padding: 0 10px 10px 10px;
	border-right: 1px #143950 solid;
	border-bottom: 1px #143950 solid;
	border-left: 1px #143950 solid;
	font-size:0.8em;
	width: 160px;
	margin: 20px 10px 0 50px;
}

.showcase span.title
{
	display: block;
	height: 15px;
	background-image: url(images/showcase_title_background.png);
	background-repeat: repeat-x;
	color: white;
	text-align: center;
	font-size: 0.9em;
	width: 100%;
	margin-left: -10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -10px;
	padding-top: 3px;
}

.showcase .showcasepicture img
{
	float: left;
	height: 50px;
	margin: -5px 2px 2px -10px;
	border: 1px solid silver;
	padding: 2px;
}

.showcase .showcasename
{
	display: block;
	font-weight: bold;
}

.showcase .showcaseappendix, .showcase .showcaseuniversity
{
	display: block;
	font-size: 0.8em;
	font-style: italic;
}

.newsflash
{
	display: block;
	float: left;
	width: 400px;
	margin: 20px 50px 20px 100px;
}

.newsflash h1
{
	text-align: left;
}

.sidebarnews, .forumsidebar
{
	background-color: #dfd9d2;
	padding: 0 10px 10px 10px;
	border-right: 1px #143950 solid;
	border-bottom: 1px #143950 solid;
	border-left: 1px #143950 solid;
	font-size:0.8em;
	width: 160px;
	margin: 0 10px 0 10px;
}

.sidebarnews h2, .forumsidebar h2
{
	display: block;
	height: 15px;
	background-image: url(images/showcase_title_background.png);
	background-repeat: repeat-x;
	color: white;
	text-align: center;
	font-size: 0.9em;
	width: 100%;
	margin-left: -10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
}

.quicklinks
{
	float: right;
	margin: 0 10px 0 40px;
}

.categories
{
	font-size: 0.8em;
}

#clearfooter
{
	clear: both;
}

#footer
{
	width: 100%;
	height: 21px;
	background-image: url(images/submenu_background.png);
	background-repeat: repeat-x;
	text-align: center;
	color: white;
	padding-top: 10px;
	font-size:0.7em;
	clear: both;
	border-right: 1px solid grey;
	border-left: 1px solid grey;
	border-top: 1px solid grey;
	
}


.persoc_logo
{
	float: right;
	margin-top: -20px;
	margin-right: 10px;
}

#footer a
{
	color: white;
	font-size: 1em;
}

#footer .copyright
{
	margin: 0 auto;
}

#footer div.pageactions
{
	float: left;
	margin: -8px 0 0 10px;
}

#footer div.pageactions ul 
{
    list-style:none;
}

#footer div.pageactions li
{
	float: left;
    margin:0;
    padding:5px 20px 0 0; 
}

#sidebar
{
	display: block;
	width: 200px;
	position: relative;
	padding: 20px 20px 20px 20px;
	margin: 20px;
	font-size: 0.7em;
	float: right;
}

#sidebar a
{
}

#researcherform, #paperform
{
	font-size: 0.8em;
	border: 1px solid #e3e3e3;
	float: right;
	padding: 10px 0 10px 10px;
	background-color: #f3f3f3;
}

/*People Page*/
#peopleshowcase, #papershowcase{
	float: right;
}


/*Community Overview*/
#people
{
}

.people .overviewtitle
{
	display: block;
	font-weight: bold;
}

.people .overviewpicture img
{
	float: left;
	height: 50px;
	margin: 0px 15px 5px 5px;
	border: 1px solid silver;
	padding: 2px;
}

.people .overviewmember
{
	display block;
	padding: 5px;
	height: 55px;
	width: 350px;
	border-bottom: 1px dotted silver;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.people .overviewappendix, .people .overviewuniversity
{
	display: block;
	font-size: 0.8em;
	font-style: italic;
}

.people .overviewname
{
	display: block;
	font-weight: bold;
}

.people .overviewlink
{
	float: right;
	margin-top: 20px;
}

.wikisearch .fpltemplate
{
	background-color: #efefef;
	width: 100%;
	padding: 10px 0 10px 0;
	border: 1px solid silver;
}

.searchresults
{
	padding-bottom: 10px;
}

.resultgroup
{
	float: left;
	height: 100%;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

.searchresult
{
	display:block;
	width: 100%;
	margin-left: 110px;
	border-left: 1px solid silver;
	padding-left: 10px;
}

.entry h2 {
	font-size: 90%;
}

.entry p, ul {
	font-size: 85%;
	color: #444444;
}
