/* @override http://localhost:8080/dsg/assets/styles/core.css */

/*----------
General
----------*/

body {
	/*background-color: #02014f;*/
	background-color:#2362A5;
    background-attachment: fixed;
	background-repeat: repeat;
    font-family: Arial, sans-serif;
    font-size: 14px;

    padding: 0;
    margin: 0;
}

#fullcontainer a:link {
    text-decoration: none;
    color: #04549a;
    font-weight: bold;
}

#fullcontainer a:visited {
    text-decoration: none;
    color: #04549a;
    font-weight: bold;
}

#fullcontainer a:active {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

#fullcontainer a:hover {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

header, footer, section, aside, nav, article {
    display: block;
}

p {
	margin: 1em 0;
	line-height: normal;
    font-size: 13px;
}

article.img {
    text-align: center;
}

/*----------
Content
----------*/
#fullcontainer {
    height: 100%;
	padding: 0;
    background-color: #ffffff;
	display: block;
    margin: 0 auto;
    width: 80%;
    min-width: 800px;
    border-radius: 22px; 
	/* Border-radius not implemented yet */
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
}

#content {
    display: table;
    margin: 10px auto;
    width: 98%;
}

#imgcontent {
    width: 50%;
	min-width: 420px;
    padding-left: 10px;
	float: left;
	display: table-cell;
}

#maincontent {
    margin: 20px;
    text-align: left;
    width: 98%;
}

.ital {
    font-style:italic;
}

/*----------
Headers
----------*/

h1 {
    text-align: center;
    font-family: Trebuchet MS, Arial;
    color: #04549a;
	letter-spacing: 1px;
    font-size: 30px;
	padding-bottom: 15px;
}

h2 {
	display: table-cell;
    font-family: Trebuchet MS, Arial;
    /*text-transform: capitalize; */
    /* border-bottom: 3px double #04549a; */
    border-bottom: 2px solid #000000;
	padding-bottom: 2px;
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: bold;
    break-before: always; 
	/* Breaks not implemented yet */
    -webkit-column-break-before: always;
    -moz-column-break-before: always;
    -o-column-break-before: always;
    -khtml-column-break-before: always;
}

/*----------
Intro Img and Panel
----------*/

#intro {
	padding: 0;
	height: 100px;
    width: 100%;
    text-align: left;
    position: relative;
    /*position: fixed;
    left: 0px;
    top: 0px;     */
    margin: 0 auto;
    min-width: 800px;
    /* background: #02014F url('../images/rotator/squid.jpg') no-repeat; */
    /* background: #02014F url('assets/images/rotator/squid.jpg') */
    background: #02014F url('../../rotator') no-repeat;
    /* background: #02014F url('../images/rotator/rotator.groovy') no-repeat; */
    /*border-radius: 22px; - EC
	 Border-radius not implemented yet
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;    */
}
#intro .intro_text {
	position: absolute;
	top: 70px;
    left: 75px;
	z-index: 500;
}
	
#intro h2 {
    text-align: left;

    font-weight: normal;
    color: #fff;
    font-family: Trebuchet MS, Arial, sans-serif;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
	border: 0;
}

#intro  em {
    font-style: normal;
}

#intro a:link {
    color: #fff;
	text-decoration: none;
}

#intro a:visited {
    color: #fff;
	text-decoration: none;
}

#intro a:active {
    color: #fff;
	text-decoration: none;
}

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

/*----------
Top Navigation
----------*/

nav {
	line-height: 30px;
	display: block;
	margin: 0 auto;
    width: 100%;
    position: relative;
	min-width: 800px;
    background-color: #02014f;
	/*border-radius: 11px;
	/* Border-radius not implemented yet
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;         */
}

nav ul {
	/*padding-right: 140px;    */
    list-style: none;
	text-align: left;
}

nav ul li {
	padding-right: 70px;
    display: inline;
    font-size: 14px;
    margin-left: 0px;
}

nav ul li a:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

nav ul li a:visited{
    color: #ffffff;
    font-weight: bold;
}

nav ul li a:active{
    color: #FDFDD2;
    font-weight: bold;
}

nav ul li a:hover {
    color: #FDFDD2;
    font-weight: bold;
}

nav ul li em {
    font-style: normal;
    font-weight:bold; 
    color: #FDFDD2;
}

nav ul li.selected a {
    color: #d3d143;
    font-weight: bold;
}

/*---------
Footer
---------*/
footer {
    display: inline-block;
    position: relative;
    clear: both;
    width: 100%;
    background-color: #010453;
    line-height: 35px;
    padding: 0;
    margin: 0;
}

footer ul {
    margin: 0 auto;
    list-style: none;
    width: 940px;
}

footer ul li {
    margin-left: 60px;
    margin-right: 60px;
    display: inline;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    list-style: square;
    color: #ffffff;

}

footer ul li a {
    text-decoration: none;
    color: #fdfdd2;
}

footer ul li a:hover {
    color: #ffffff;
    text-decoration: normal;
}

#footer2 {
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
    color: white;
}

<!--[if lt IE 8]>
#imgcontent{display:inline-block}
<![endif]-->

/*---------
Printing
---------*/
@media print {
    #intro {
        display: none;
    }

    nav {
        display: none;
    }

    footer {
        display: none;
    }
}

/*----------SEARCH STUFF----------*/

/*
    For SearchPanel
*/

p.center {
	line-height: normal;
	width: 400px;
	margin: 0 auto;
	text-align: center;
	}
	
#main {
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 40px;
	}

#main .search_div {
    border: 1px solid #04549a;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    background-color: #010453;
    width: 430px;
	/*padding-left: 4px; */
    margin-left: auto;
	margin-right: auto;
}

#main .search_button {
    margin-left: 350px;
    margin-right: auto;
    font-weight: bold;
    background-color: #EDF2F7;
    border-color: #85B1DE;
    border-width: 2px;
    margin-bottom: 10px;
    margin-top:10px;
}

#main .search_textfield {
    display: block;
    width: 400px;
    border: solid 1px #85B1DE;
    padding: 4px;
    margin-top: 10px;
   /* margin-bottom: 5px; */
    background-color: #EDF2F7;
    margin-left: auto;
    margin-right: auto;
}

#search_panel {
	position: absolute;
	bottom: 8px;
	right: 20px;
	}
	
#search_panel .search_div {
    border: 1px solid #85B1DE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
   /* -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888; */
    background-color: #D6E5F4;
    width: 275px; /*EC*/
    padding: 2px;
	margin-left: 0px; /*EC*/
}
	
#search_panel .search_button {
    font-weight: bold;
    background-color: #EDF2F7;
    border-color: #85B1DE;
    border-width: 2px;
	margin-right: 0px;
    margin-bottom: 2px;
    margin-left: 3px; /*EC*/
    display: inline;
    width:55px; /*EC*/
    text-align:center;  /*EC*/
}

#search_panel .search_textfield {
    width: 200px;
    border: solid 1px #85B1DE;
    padding-left: 7px;  /*EC*/
    display: inline;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #EDF2F7;
    margin-left: auto;
    margin-right: auto;
}

.paragraph {
    text-align: justify;
    color: #999999;
}

/* The .shout selector is needed to add the INTERNAL USE ONLY tag */
.shout {
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	font-size: large;
	font-weight: bold;
	color: #ff0000;
	float: right;
}

.citation {
    display: inline-block;
    padding-top: 20px;
    padding-left: 5px;
    font-size: x-small;
}

.citation span {
    padding-top: 10px;
    color: #9e9faf;
}