/* Style sheet for the SIDS website */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,900,400italic&subset=latin,cyrillic);

body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	}

#main {
	background-color: #FFFFFF;
	border:none;
	min-width:960px;
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#033A7D;
	position: absolute;
	top: -9999px;
}

/* TOP BANNER */

#topbanner {
	height: 110px;
	background-color: #ffffff;
}

#unlogo{ 
	float: left;
	width: 80px;
	margin-top: 0;
}

#topbanner h1  {
	margin-top: 28px;
	margin-left: 110px;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
}

#topbanner h1 a{
	text-decoration: none;
	color: #2d378d;
}

#topbanner .span {
	font-size: 22px;
}


/* HORIZONTAL MAIN NAVIGATION */

#mainnav {
	float: left;
	width: 100%;
	font-size: 13.2px;
	background-color: #92d4df;
	margin:0;
	padding: 0;
}
#mainnav ul {
   margin: 0px;
   padding: 0;  
   display:inline;
}

#mainnav ul li {
list-style-type: none;
display: inline-block;
border-left: 1px solid white;
float:left;     
}



	
/*#mainnav ul {
    display: inline;
	margin: 0px;
	padding: 0;
}
#mainnav ul li {
	list-style-type: none;
	display: block;
	display: inline-block;
	border-right: 1px solid white;
}*/
#mainnav ul li a {
	text-decoration: none;
	display:block;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 1em;
	padding-right: 1em;
}

#mainnav ul li a:hover {
	text-decoration: none;
	background-color: #8cd7f5;
	display: block;
	color: #333;
}

#mainnav a:link, #mainnav a:active, #mainnav a:visited {
	color:#333333;
}

/* PAGE CONTENT ATTRIBUTES */
#content {
	width: 96%;
	float: left;
	padding-left: 10px;	
	padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}

#content p {
	color: #333333;
}

#content h2 {
	color: #2B3990;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
}

#content h3 {
	color: #2b3990;
	font-size: 22px;
	line-height: 153.8%;
	font-weight: 900;
}

#content h4 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 0.2em;
	padding-top:0.4em;
}

#content a:link {
	color: #003399;
	text-decoration: underline;
}


#content a:hover {
	color: #003399;
}

#content a:visited {
	color: #666;
}

#content ul {
	margin-bottom:6px;
	margin-top: 0px;
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
}
#content ul li {
	color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-left: 25px;
	padding-bottom: 10px;
	list-style-type: none;
	background-image: url(/es/events/islands2014/img/sids-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#content ul ul li {
	background-position: 0px 10px;
	background-image: url(/es/events/images/genericdays/bullet2.gif);
	background-repeat: no-repeat;
}
#content ul ul ul li {
	background-image: url(/es/events/images/genericdays/bullet3.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#content .highlight-green{
	background-color: #d0d58b;
	display:block;
	width: 65%;
	font-weight: normal;
	color: #333;
	font-size: 16px;
}
#content .highlight-orange{
	background-color: #f3bb79;	
	width: 85%;
}

#content .box-large{
	float:left;
	width: 69.5%;
}

#content .box-medium { /*styles medium box*/
	float:left;
	width: 30%;
}

#content .box-container{
	clear:both;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	marging-left: 0;
	margin-right: 0;
	margin-top: 20px;
}

#content .clear{
	clear:both;
	width: 100%;
}

/* QUOTES */
blockquote {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 7px solid #f3bb79;
}

blockquote p{
	font-size: 18px;
	line-height: 24px;
}

blockquote .quote-credit{
	font-size: 14px;
	font-style: italic;
}

blockquote img{
	margin-top: 0;
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: 2px;
	padding-top: 0;
	float: left;
}

/* FOOTER*/

#footer {
	color: #004571;
	background-color: #f5f5f5;
	clear: both;
	margin-top: 2em;
	border-top: #ccc solid 1px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-top: 1em;
	padding-bottom: 4em;
	font-size: 13px;
}
#footer ul {
	margin: 0 auto;
	min-width: 960px;
	}

#footer ul li  {
	display: inline;
	text-decoration: none;
	}

#footer ul li a {
	color: #004571;
	text-decoration: none;
	font-weight:bold;
	}
	
#footer ul li a:hover {
	text-decoration: underline;
}

#footer ul li a:visited {
	color: #424242;
	}

#wsscredit {	
	color: #333;
	text-align: center;
	padding-top: .8em;
	}

#wsscredit a, #wsscredit a:link {
	color: blue;
}


/* Print CSS */
@media print {
body {
	background-color: none;
	font-size: 13px;
	font: "Times New Roman", Times, serif;
}
#main, #content {
	width: 100%;
}
#unlogo img {
	width: 10%;
	padding-right:0;
	margin-right:0;
}
#topbanner {
	padding-bottom:1.6em
}
#topbanner h1 {
	margin-top:0em;
	margin-left:1em;
	font-size: 24px;
	text-align: center;
	color: #000;
}
#slider, #slider ul li a, #slider p, .anythingSlider{ display:none;}
#twitter-box {display: none;}
#wsscredit, #footer, #mainnav, #skiplink, #languages {
	display: none
}
#content a:link, #content #content a:hover, #content a:active, #content a:visited, #content h2, #content h3, #content h4, #content p {
	color: #000;
}
#content ul li, #content ul li ul li {
	background-image: none;
	list-style: square;
}

#imgright p, div#imgleft p {
	padding-top:0.2em;
	padding-bottom:2em;
	font-size:1.4em
}

