body{
	background: #e8e8e8;
	padding: 0px;
	margin:0px;
	font-family: 'Roboto', sans-serif;
	}
	
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility:hidden;
    height: 0px;
}


#bi-line{
//background: gray;
//height: 1px;
}

*{
	box-sizing: border-box;
}

#header{
	height: 120px; max-width: 1000px; background:white; margin:0 auto;	text-align: center;
	World Source News
}

#header img{
	height: 0px;
	float: left;
	margin-top: 0px;
	visibility: hidden;
	display: none;
	}

.earth{
	position: absolute;
	top: 16px;
	left: 249px;
	width: 80px;
	height: 80px;
	background-image:url(storyimages/earthmap.png);
	border-radius: 50%;
	background-size: cover;
	//box-shadow: 0 0 20px 2px #000;
	animation: spin 10s linear infinite;
	}

	@keyframes spin{
		100%{background-position: 100%;}
	}

#left_side_of_header{
	position: relative;
	display: block;
	top: 0;
	left: 0;
	height: 120px;
	width: 350px;
	z-index: 9;
	overflow: visible;
}

#logo{
	position: relative;
	height: 120px;
}

#logo a{
	display: block;
	height: 118px;
	//border: 2px solid red;
}

#logo{
	background-image: url(storyimages/AAAAAAAA.png);
	background-size: cover;
	z-index: 100;
	width: auto;
}

#right_side_of_header{
	border: 1px solid yellow;
}
	
#navbar{
	text-align: center;
	height:45px;
	width: 100%;
	z-index:10;
	font-size: 44px;
}

#navbarcontainer{
	height: 45px;
	background: #e8e8e8;
	max-width: 1000px;
	z-index:10;
	margin: 0px auto;
}

#navbar li{
    text-decoration: none;
    margin: 0px;
    padding: 0px 20px;
    font-family: arial;
    list-style-type: none;
}

#navbar ul{
    margin: 0px;
    padding: 0px;
    width: 100%
}

#navbar a{
	color: black;
	text-decoration: none;
	font-size: 44px;
	line-height: 55px;
	font-family: "Comic Sans MS", cursive;
}

#navbar a:hover{
	color:  red;
}

.sticky {
  //position: fixed;
  top: 0px;
  margin-bottom: 500px;
  width: 57%;
 }

#main_content{
    width: 100;
    height: auto;
    clear: both
}

#main_content span{
	color: grey;
	font-size: .85em;
	}

#date{
	float: right;
	display: inline;
	font-size: 0.85em;
	color: #4d4d4d;
	//margin-right: 10px;
}

.date{
	width: 30%;
	float: left;
	color: #4d4d4d;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: .75em;
}

.author{
	width: 50%;
	float: right;
	text-align: right;
	color: #4d4d4d;
	font-size: .8em;
	font-weight: 600;
	font-family: 'Open Sans', arial, sans-serif;
}

.category{
	background-color: black;
	color: white;
	width: 80px;
	padding: 0px 3px;
	font-size: 12px;
	font-weight: 600;
	float: left;
	margin-right: 10px;
	box-sizing: border-box;
	text-align: center;
}

.readmore{
	color: white;
	background-color: #3949ab;
	text-decoration: none;
	padding: 0px 13px;
	float:left;
	width: 90px;
	font-size: .7em;
	font-weight: bold;
}

.comments{
	float: right;
	margin-right: 30px;
	color: #3949ab;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	line-height: 0em;
}

#post_form_container{
	height: auto;
	width: 100%;
	//border: 1px solid red;
	clear:both;
}

#post_form_container table{
	padding-top: 20px;
	padding-bottom: 20px;
}

#post_form_container h2{
	margin-left: 30px;
	margin-bottom: 5px;
}

.button{
	background-color: green;
	padding: 5px;
	border-radius: 5px;
	color: white;
	font-size: 16px;
	margin-top: 5px;
	cursor: pointer;
}

#storycontentbox{
	width: 90%;
	height: auto;
	//border: 1px solid grey;
	margin: 20px auto;
	font-size: 1.1em;
	font-family: Roboto, sans-serif;
	font-style:normal;
	line-height:1.5em;
	clear: both;
	color: rgb(77, 77, 77);
}

#storycontent{
	color:#4d4d4d  !important;
}

#storycontentbox h1{
	text-align: center;
	line-height: 1.2em;
	margin:25px 0px 5px 0px;
	font-size: 32px;
	text-transform: uppercase;
	font-family:Helvetica;
}

#storycontentbox span{
	
}

/*images should be photoshop width of 790px by 300px tall(the css max-height) - 
790 was the image width on large screen*/

#storycontentbox img{
	width: 100%;
	height: auto;
	//height: 350px;
	border: 1px solid grey;
	box-shadow: 5px 7px 3px #888888;
	padding: 5px;
	display: block;
	//transition: 0.8s;
}

#storycontentbox:hover img{
	//transform: scale(1.05);
}

#sidestory_content{
    width: 100%;
    height: auto;
    float: left;
    background-color: #7f1417;
    margin-top: 50px
}

#sidestory_content h2{
	background-color: grey;
}

#sidestory_content_black{
	width:100%; 
	height: auto;
	clear:left; 
	background: #262626;
	display: block;
}

#video-player{
		position: relative;
		height: 200px;
		width: 100%;
		//border: 2px solid red;
		overflow: hidden;
		margin: 0px auto 30px;
	}

	#video-player img{
		width: 80%;
		height: auto;

	}


	#triangle_left{
	border-top:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:15px solid white;
	height:0px;
	width:0px;
	position:absolute;
	top:18%;
	left:32%;
	display: block;
	z-index: 10;
	}

	#redcircle{
	position:relative;
	background-color:red;
	padding:8px 7px 4px 7px;
	height: 27px;
	width: 27px;
	border-radius: 50%;
	top: 45%;
	left: 48%;
	display: block;
	z-index: 10;
	}

	.imagelink{

	}
	
	.imagelink a{
		display: inline-block;
	}

	.imagelink img{
		display: block;
		margin: 0px auto;
	}

	.imagelink span{
		//text-align: center;

	}

#sidestory_content_black h3{
	color: white;
	font-size: 24px;
	font-family:helvetica;
	text-align: center;
}

#individualvideobox{
	border: 1px solid lavender;
	position: relative;
}

hr:last-child{
	display: none;
}

#sidestory_content hr{
	width: 85%;
	margin: 0px;
	padding: 0px;
	border:1px solid #580e10;
	margin: 0px auto;
	margin-top: 7px;
}

#sidestory_content h2{
	font-family: helvetica;
	text-align: center;
	background: black;
	margin: 0px;
	padding: 10px;
	letter-spacing: .2em;
	color: #f5dcb8;
}

#sidebar h2{
	font-family: sans-serif;
	padding: 5px;
	background:#7f1417;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	color: white;
	letter-spacing: .1em;
	font-weight: 500;
}

#sub_sidebar{
	width: 100%;
	height: 150px;
	background:##7f1417;
	margin-top: 0px;
	overflow: hidden;
}

#sub_sidebar a{
	color: white;
	text-decoration: none;
	font-family: sans-serif;
}

#sub_sidebar p{
	margin-top: 25px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	letter-spacing: .05em; 
}

#sidestorylogin{
	background-image: url("IMAGE_DIRECTORY/images/2.jpg");
    position: relative;
    background-size: 350px 100%;
    background-repeat: no-repeat;
   	height: 200px;
	width: 100%;
	clear: both;
}

#sidestorylogin form{
	background: transparent;
	border: none;
	color: white;
	margin-top: 15px;
}

#sidestorylogin input[type=text]{
	padding:11px 30px;
	display: block;
	margin: 0px auto;
	border: none;
	font-size: 16px;
	width: 80%;
	background: #e6e6e6;
}

#sidestorylogin input[type=submit]{
	padding:12px 19px;
	display: block;
	margin: 0px auto;
	background:#00cc00;
	//border:2px solid #006600;	
	color: white;
	font-weight: bold;
	font-size: 15px;
	border-radius:5px;
}

.tint_layer {
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width:100%;
}

#sub_sidebar_left{
	float: left;
	width: 50%;
	height: 150px;
	background: #7f1417;
}

#sub_sidebar_left p{
	font-size: 16px;
	font-family: sans-serif;
	color:white;
	padding-left: 5px;
	margin-top: 10px;
	margin-left: 6px;
	text-align: left;

}

#sub_sidebar_right{
	float: right;
	width: 50%;
	height: 150px;

}

#sub_sidebar_right img{
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	box-shadow: 4px 4px 4px black;
	display: block;
	transition: 0.5s;
}

#sub_sidebar_right:hover img{
	transform: scale(1.05);
}


#side_story_lower_content{
	height: 1000px;
	width:100%;
	background: black;
	
}

#content{
    max-width: 1000px;
    background: white;
    
    margin: 0px auto 0px auto;
        margin-top: 0px;
    clear: both;
    margin-top: 420px;
}

#footer{
	height: 200px;
	width: 1000px;
	background: transparent;
	clear: both;
	margin:0px auto;
	background-color: black;
}

/* Chrome */
@media screen and(-webkit-min-device-pixel-ratio:0) {
  #headerrightstory_p {-chrome-:only(; 
     //color:grey;
  );} 
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    #headerrightstory_p p{color: #262626; font-size: .7em} 
     //#navbar{background: red;}
     //#main_content{width:1000px;}
}

/*if the chrome and chrome 29+ doesnt work use the selector below (works for classes only)*/
.selector:not(*:root), .readmore {
  color: white;
  background: #3949ab;
  width: 100px;
  padding: 0px 0px 0px 7px;
}

#redcircle {
    position: relative;
    background-color: red;
    padding: 8px 7px 4px 7px;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    top: 95px;
    left: 140px;
    display: block;
    z-index: 10;
	}

textarea {
	width: 310px;
	}

.selector:not(*:root), .author {
  font-size: 15px;
  }

  .selector:not(*:root), .date {
  font-size: 15px;
  }

/*CSS3 target affecting firefox only; not chrome*/
@-moz-document url-prefix() {
    //#navbar{background:#262626;}
}



