body {
    //background-image:url('ocean.jpg');
    //background-repeat:no-repeat;
    //background-size:cover;
 background-color:#92A8D1;
    font-family: Helvetica;
}


#headertitle {
width: 33%;
float:left;
height:120px;
//text-align:center;
}

#headerabout{
width: 33%;
float:left;
height:120px;
color:white;
font-size:1em;
}

#newstorymessage, #newstorymessagebottom {
	font-weight:bold;
	font-size:1.8em;
	display:none;
	margin-top: 10px;
	text-align: center;
}

#newstorymessagebottom {
	max-width: 490px;
	margin: auto auto 10px;
}
	
#footerbuttondiv {
	clear:both
}

#newstorymessage a, #newstorymessagebottom a, #countdownmessage {
	background: lightblue;
	padding: 6px;
	border-radius: 5px;
	text-decoration: none;
	color: darkblue;
	box-shadow: black;
	-webkit-box-shadow: 4px 6px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 6px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 4px 6px 5px 1px rgba(0,0,0,0.75);
	display:block;
}

#countdownmessage {
	font-weight:bold;
	font-size:1.4em;
	margin-top: 10px;
	text-align: center;       
}

#aboutmessage {
	margin-bottom:1px;
	font-size:1em;
        margin-top: 5px;
}

#headersocial{
width: 33%;
float:left;
height:120px;
}

a#reloadlink:hover {
    background: darkblue;
    color: white;
}

#aboutlink {
	color:white;
	font-weight:bold;
	text-decoration:none;
	 }

#aboutfooter {
	border-radius:5px;
	padding:5px;
	background: lightgrey;
	clear:both;
	font-weight:bold;
	width:95%;
	margin:auto;
}

#aboutfooter a {
	text-decoration:none;
}

.story {
margin-bottom:10px;
margin-right:0.4%;
float:left;
background: white;	
height:300px;
overflow:hidden;
width:19%;
padding:5px;
position:relative;
}

.story .title {
	position: absolute;
	top:67px;
	background:white;
	background:rgba(255,255,255,0.75);
	padding:5px;
	width:90%;
}

.story h2 {
	margin-bottom:5px;
	margin-top:5px;
}

.story a {
	color:black;
	text-decoration:none;
	font-size:1em;
}

.fourlines a {
	font-size:0.8em;
}

.fivelines a {
	font-size:0.8em;
}

.story img {width:100%;max-heigth;150px;float:left:margin-right:5px;background:#F7CAC9;min-height:100px;}

#logo {
    position: absolute;
    top: 10px;
    left: 200px;
}

#appstore {
    margin-bottom:2px
}

@media only screen and (max-width: 1765px) {
	.story {
	  width:23%;
         }
}

@media only screen and (max-width: 1502px) {
	.story {
	  width:32%;
         }
         #headertitle{
         	 width:50% !important;
         }
         #headerabout{
         	 width:50% !important;
         }
         #headersocial{
         	 width:100% !important;
         }
}

@media only screen and (max-width: 1148px) {
	.story {
	  width:48%;
         }
         #headertitle{
         	 width:50% !important;
         }
         #headerabout{
         	 width:50% !important;
         }
         #headersocial{
         	 width:100% !important;
         }
	 #logo {
	     height:80px !important;
	     left:120px !important;
	 }

	 #appstore, #playstore {
	     height:35px;
	     width: 110px;
	 }
	 
}




@media only screen and (max-width: 683px) {
	.story {
	  width:100%;
         }
         #headertitle{
         	 width:100% !important;
         	 height: 80px;
         }
         
         #logo {
             height:80px !important;
	     left:120px
         }

	 #appstore, #playstore {
	     height:35px;
	     width: 110px;
	 }
	   
         
         #headerabout{
         	 width:100% !important;
         	 height:155px
         }
         #headersocial{
         	 width:100% !important;
         	 height:100px
         }     
         .appheadersocial {
         	 height: 12px !important;
         }
}      

#maintitle {
	font-size:4em;
	margin:0px;
	color:white;
}

#subtitle {
	color:white;
	font-size:26px;
	margin-top:0px;
}

#news {width:96%;margin:auto}


.story .new {
	position: absolute;
	top:10px;
	background:yellow;
	color: black;
	padding:5px;
	width:40px;
	height:17px;
	font-size:17px;
	font-weight:bold;
	left:65px;
	text-align:center;
	border-radius:5px;
	display: none;	
}

.story .hotness {
	position: absolute;
	top:10px;
	background:red;
	color: white;
	padding:5px;
	width:40px;
	height:42px;
	font-size:28px;
	font-weight:bold;
	left:10px;
	text-align:center;
	border-radius:5px;
}

.story .leadstoriesavatar {
	background:white;
}

.story .leadstoriesavatar img {
	width: 43px;
	min-height: 43px;
}

.story p {
	margin-top: 3px;
}

.story .hotness_label {
	font-size:10px;
	font-weight:bold;
	text-align:center;

}
                                                                                                           
.source {font-size:12px;color:grey;margin-bottom:0px}
.source a {font-size:12px;color:grey;font-weight:bold}

#linkframediv {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
}

#linkframe {
	width:100%;
	height:100%;
}

#backheader {
	text-align:center
}

#backheader a {
	background: #add8e6;
	padding: 6px;
	border-radius: 5px;
	text-decoration: none;
	color: #00008b;
	box-shadow: black;
	-webkit-box-shadow: 4px 6px 5px 1px rgba(0,0,0,.75);
	-moz-box-shadow: 4px 6px 5px 1px rgba(0,0,0,.75);
	box-shadow: 4px 6px 5px 1px rgba(0,0,0,.75);
	display: block;
	font-weight:bold;
	font-size:1em;
}
