.fb-comments {

margin-top:150px;}

img.tsunami{
  width:40%;
  float:left;
  margin:3px;}


#rof {
float:right;
width:40%;
}

h2 {
text-decoration:underline;
text-align:center;}
h3 {
text-decoration:underline;}
h4 {
text-align:center;}
.heading {
font-family: 'Lato', Calibri, Arial, sans-serif;
color:#47a3da;
}
#intro {
width:50%;
text-align:center;
margin-left:20%;
}

#outbox {
float:left;
vertical-align:text-top;
margin:7px;}

.wrap {  
    background: #dad3cb;  
    margin: 20px auto;
    display: block;
    width: 300px;
    min-height: 310px;
    padding:20px;
    float:right;
    
    
} 

.wrap img {
    width: 100%;
    margin-top: 15px;
}

p{ 
    margin-top: 15px;
    text-align: justify;
}

a{
    text-decoration: none;
    color: #4A4A4A !important;
}

a:hover{
    text-decoration: underline;
    color: #6B6B6B !important ;
}
  
.sidebar {  
    background: #a8c4c0;
    background: -moz-linear-gradient(top,  #a8c4c0 0%, #7aa5a2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8c4c0), color-stop(100%,#7aa5a2));
    background: -webkit-linear-gradient(top,  #a8c4c0 0%,#7aa5a2 100%);
    background: -o-linear-gradient(top,  #a8c4c0 0%,#7aa5a2 100%);
    background: -ms-linear-gradient(top,  #a8c4c0 0%,#7aa5a2 100%);
    background: linear-gradient(top,  #a8c4c0 0%,#7aa5a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8c4c0', endColorstr='#7aa5a2',GradientType=0 );
    
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    padding: 0 20px;  
    line-height: 50px;
    height: 50px;
    margin-top: 5px; 
    margin-left: -35px;   
    position: relative;  
    width: 300px;  
    
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
  
    color: #3b3a3b;  
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);  
}  
  
.sidebar:after {  
    position: relative;
    content: '';
    width: 0; height: 0;  
    line-height: 0;  
    border-left: 15px solid transparent;  
    border-top: 10px solid #729c9a;  
    bottom: -10px;  
    left: 0;  
    position: absolute;  
    }  

.sidebar:before {
    content: '';
    position: absolute;
    top: 5px;
    height: 39px;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    width: 100%;
    left: 0;
    
}



#heading1 {

    color:red;

}

#heading1 {

    color:red;

    Border-bottom:3px solid rgb(125, 225, 250);

}

.sidebarpics {

    width:35%;

}



<!-- CSS styles for standard search box --> <style type="text/css"> #tfheader {

    background-color:#c3dfef;

}

#tfnewsearch {

    position:absolute;

    right:10px;

    top:5px;

    padding:1px;

}

.tftextinput {

    margin: 0;

    padding: 5px 15px;

    font-family: Arial, Helvetica, sans-serif;

    font-size:14px;

    border:1px solid #0076a3;

    border-right:0px;

    border-top-left-radius: 5px 5px;

    border-bottom-left-radius: 5px 5px;

}

.tfbutton {

    margin: 0;

    padding: 5px 15px;

    font-family: Arial, Helvetica, sans-serif;

    font-size:14px;

    outline: none;

    cursor: pointer;

    text-align: center;

    text-decoration: none;

    color: black;

    border: solid 1px #0076a3;

    border-right:0px;

    background: #0095cd;

    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));

    background: -moz-linear-gradient(top, #00adee, #0078a5);

    border-top-right-radius: 5px 5px;

    border-bottom-right-radius: 5px 5px;

}

.tfbutton:hover {

    text-decoration: none;

    background: #007ead;

    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));

    background: -moz-linear-gradient(top, #0095cc, #00678e);

}

/* Fixes submit button height problem in Firefox */

.tfbutton::-moz-focus-inner {

    border: 0;

}

.tfclear {

    clear:both;

}

1 2 3 4 5 6 7 8 9 10 11 <style type="text/css"> #share-buttons img {

    width: 35px;

    padding: 5px;

    border: 0;

    box-shadow: 0;

    display: inline;

}

/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: black;
    background-image: url("/aboutourauthors/backgroundimage.jpg");
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.container > header {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
	
	
}

.container > header {
	padding: 2.875em 1.875em 1.875em;
	
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
	
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
	
}

.container > header nav {
	float: right;
	z-index:1;
	
}

.container > header nav a {
	display: block;
	float: left;
	position: absolute;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
	
}

.container > header nav a:hover:after {
	opacity: 1;
	
}

.container > header nav a:hover {
	background: #47a3da;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
	
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
	
}

.icon-arrow-left:before {
	content: "\f060";
}