@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=News+Cycle);

*{
	margin:0;
	padding:0;
}

html{
	font-size:62.5%;
	font-family: 'News Cycle', sans-serif;
	color:#555;
	background-color:#000;
}

a{
	color:#0077c0;
	text-decoration:none;
	font-weight:600;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:0;
}

#container{
	width:80%;
	margin:0 auto 3rem;
}

/*************************************************************
FORMS - START
*************************************************************/
label{
	font-size:1.8rem;
}

input{
	background-color:#000;
	font-size:1.5rem;
	font-family: 'News Cycle', sans-serif;
	color:#555;
	border:none;
	border-bottom:1px solid #0077c0;
}

input[type=text],input[type=email]{
	margin-bottom:1rem;
}

textarea{
	background-color:#000;
	font-size:1.3rem;
	color:#555;
	border:none;
	border-bottom:1px solid #0077c0;
	border-right:1px solid #0077c0;
	font-family: 'News Cycle', sans-serif;
	margin-bottom:1rem;
	width:99%;
}

input[type=submit]{
	border-right: 0.5rem solid #0077C0;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    width: 50%;
	margin-left:50%;
}

input[type=submit]:hover{
	background-color:#555;
	color:#fff;
}
/*************************************************************
FORMS - END
*************************************************************/

/*************************************************************
HEADER - START
*************************************************************/
header{
	border-bottom:1px dashed #777;
	padding-bottom:0.5rem;
}

#logo{
	width:50%;
}

#contact{
	margin-bottom:4.5rem;
	font-size:3.2rem;
	width:50%;
}

#hdrsearch{
	text-align:right;
}

#hdrsearch input[type=text]{
	font-size:2.7rem;
	width:20rem;
	margin-bottom:0;
}

#hdrsearch input[type=submit]{
	border-right:none;	
	width:2.4rem;	
	vertical-align:bottom;
	margin-bottom:0;
	margin-left:0;
	background-image:url(pics/search-24.png);
}

#hdrsearch input[type=submit]:hover{
	background-color:transparent;
}

/*************************************************************
MAIN MENU - START
*************************************************************/
 header nav{
	margin-right:-1rem;
}

header nav ul{
	list-style:none;
	text-transform:uppercase;
	font-size:1.7rem;
}

header nav ul li{
	display:inline-block;
}

header nav ul li a{
	text-decoration:none;
	color:#555;
	margin:0 1rem;
	font-weight:100;
}

header nav ul li a:hover{
	border-bottom:1px solid #0077C0;
	text-decoration:none;
        color: #fff;
}
/*************************************************************
MAIN MENU - END
*************************************************************/

/*************************************************************
HEADER - END
*************************************************************/

/*************************************************************
SLIDER - START
*************************************************************/
#slider{
	height:30rem;
	overflow:hidden;
	position:relative;
}

#slider h1{
	z-index:5;
	position:absolute;	
	top:22rem;
	color:#fff;
	border-left:1rem solid #0077C0;
	padding:0 3rem 0.5rem 1rem;
	background-color:#777;
	font-weight:200;
	max-width:50%;
}

#slider img{
	width:100%;
	z-index:1;
}

img.blobs{
	text-align:center;
	border-right:none !important;
	width:48px !important;
}
/*************************************************************
SLIDER - END
*************************************************************/

/*************************************************************
CONTENT - START
*************************************************************/
#content{
	margin:2rem 0;
	text-align:justify;
}

#content p{
	font-size:1.7rem;
}

main{
	width:80%;
        display:inline-block;
        font-size:1.7rem;
}

.contentblock{
	width:23%;
	vertical-align:top;
	display:inline-block;
	margin:1rem 0.5rem;
}

time{
	border-right:1px solid #0077c0;
	display:inline-block;
	width:50%;
	font-size:2.2rem;
}

.author{
	text-align:right;
	font-size:1.7rem;
	display:inline-block;
	width:49.5%;
}

.contentblock .commentcount{
	text-align:right;
}

main p, main ul, main ol{
	padding-bottom:1rem;
}

main ul, main ol{
    margin-left:5rem;
}

main article{
    padding-bottom:2rem;
    margin:1rem;
}

h1{
	color:#fff;
	border-left:1rem solid #0077C0;
	padding:0 3rem 0.5rem 1rem;
	background-color:#777;
	font-weight:200;
	font-size:2.2rem;
	padding: 0 3rem 1.1rem 1rem;
}

.news{
	border-bottom:1px solid #0077C0;
	padding-bottom:2rem;
	margin:1rem;
}

.news h2 a{
	text-transform:lowercase;
	font-weight:100;
	font-size:2.2rem;
	margin-bottom:1rem;
	border-bottom:1px solid #0077C0;
	background-color:#fff;
	color:#555;
	display:block;
}

.news h2 a:hover{
	text-decoration:none;
	background-color:#777;
	color:#fff;
}

.newsbit{
	width:98%;
	margin-bottom:2rem;
	padding-bottom:2.5rem;
	border-bottom:1px dashed #777;
}

#minislider{
	display:none;
}

.comment{
	margin:2rem 1rem;
	border-bottom:1px dashed #777;
	padding-bottom:2rem;
}
/*************************************************************
CONTENT - END
*************************************************************/

/*************************************************************
SIDEBAR - START
*************************************************************/
#sidebar{
	width:20%;
        display:inline-block;
}

#sidebar h2{
	color:#fff;
	border-right:0.5rem solid #0077C0;
	padding:0 3rem 1.1rem 1rem;
	background-color:#777;
	font-weight:100;
	font-size:2.2rem;
	margin-bottom:1rem;
}

.sidemenu{
	margin-left:1.7rem;
	list-style-type:square;
}

.sidemenu li{
	font-size:1.7rem;
	border-bottom:1px dashed #777;
}

.sidemenu li:last-child{
	border-bottom:none;
}

.sidemenu li a{
	display:block;
	text-decoration:none;
	color:#555;
	font-weight:200;
	padding:0.5rem 1rem;
}

.sidemenu li a:hover{
	background-color:#0077C0;
	color:#fff;
}
/*************************************************************
SIDEBAR - END
*************************************************************/

/*************************************************************
FOOTER - START
*************************************************************/
footer{
	border-top:1px dashed #777;
	padding-top:2rem;
}

.footercontent{
	width:31%;
	float:left;
	margin:0 1.1%;
}

#accreditations{
	text-align:center;
	margin-top:2rem;
	border-top:1px dashed #777;
	padding-top:1.5rem;
}

#accreditations p{
    font-size:1.2rem;
}

/*************************************************************
FOOTER - END
*************************************************************/

h3{
	text-transform:lowercase;
	font-weight:100;
	font-size:2.2rem;
	padding-bottom:1rem;
	margin-bottom:1rem;
	border-bottom:1px solid #0077C0;
}

h3 a{
	color:#555;
	display:block;
	font-weight:100;
	text-align:left;
}

h3 a:hover{
	color:#0077c0;
	text-decoration:none;
}

.clearfix{
	clear:both;
}

.fl{
	float:left;
}

.fr{
	float:right;
}