/****************** U S E D   F O N T S **********************/
@font-face {
    font-family: 'LeagueGothic';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source';
    src: url('../fonts/SourceSansPro-Light-webfont.eot');
    src: url('../fonts/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Light-webfont.woff') format('woff'),
         url('../fonts/SourceSansPro-Light-webfont.ttf') format('truetype'),
         url('../fonts/SourceSansPro-Light-webfont.svg#SourceSansProLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ethno';
    src: url('../fonts/ethnocentric_rg-webfont.eot');
    src: url('../fonts/ethnocentric_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ethnocentric_rg-webfont.woff') format('woff'),
         url('../fonts/ethnocentric_rg-webfont.ttf') format('truetype'),
         url('../fonts/ethnocentric_rg-webfont.svg#ethnocentricregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/********************* R E S E T *************************/
*{
	margin: 0;
	padding: 0;
	list-style: none;
}
img{
	border: none;
	border-radius: 3px;
}

a{
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	
}

section , footer{
	float:left;
	width : 100%;
}

#social_media a{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    padding: 5px 10px;
}
nav a:hover{
	background-color: #74e0bd;
	color: #005175;
	border-radius : 5px;
	padding : 5px  10px;
	text-shadow: 1px 1px 0px #000;
}

nav a{
	transition: 0.5s ease;
	padding : 5px 10px;
}
p{
	margin-bottom: 8px;
}
::-moz-selection {
       background-color: #B82924;
       color: #fff;
}

/* Works in Safari */
::selection {
       background-color: #B82924;
       color: #fff;
}

/************** G E N E R A L    S T Y L E ***************/
#wrapper{
	width: 97%;
	margin: 16px auto;
	background-image : url('../images/bg-repeat.png');
	background-repeat : repeat-y repeat-x;
	padding: 20px 20px;
	box-shadow: 0 4px 6px #000;
	height : auto;
	float:left;
}

#about_us p{
	font-size : 18px;
	font-family : cursive;
	margin : 0;
}

.donate table{
	width : 100%;
	float : left;
}

.donate p{
	float: none;
    font-family: cursive;
    font-size: 18px;
    margin: 0 auto !important;
    text-align: center;
    width: 60%;
}

.contact_info p {
    white-space: normal !important;
}
#eduactivity_divs article {
    float: left;
    width: 50% !important;
}

#eduactivity_divs p {
	font-family: cursive;
    font-size: 18px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    width: 100%;
}

#eduactivity_divs img {
    height: 270px;
    width: 90%;
}

#eduactivity_divs{
	margin : 20px 0 0 0;
	width : 100%;
	float:left;
}
#ourserv table td{
	font-size : 18px;
	font-family : Times New Roman;
	text-align : justify
}

#about_us ul li p,#about_us ul p{
	font-size : 16px;
	font-family : cursive;
	font-style : italic;
	margin : 0;
}

#about_us ul{
	margin : 0 20px;
}
#about_us ul li{
	list-style-type : disc;
}

body{
	background-color:#54a9e0;
	font-family: Source, Tahoma, monospace;
	color: #fff;
	font-size: 12px;
	text-shadow: 1px 1px 0px #000;
}
#srt{
	color: #f9f9f9;
	display: block;
	float: right;
	position: absolute;
	top: 14px;
	left: 180px;
	text-shadow: 1px 1px 0px #000;
	font-size: 36px;
	font-style: italic;
	font-family: ethno, monospace;
	font-weight: normal;
}
#ii{
	font-size: 60px;
	font-family:  monospace;
	font-weight: bold;
	position: absolute;
	left: 169px;
	top: -3px;
	color: #b82924;
	display: block;
	float: right;
	text-shadow: none;
	font-style: italic;
	letter-spacing: 2px;
}

/************* L O G O   &  N A V   B A R    S T Y L E ****************/
header h1{
	font-family: Impact, monospace;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2.5em;
	text-shadow: 1px 1px 0 #000;
	position: relative;
	width: 300px;
	margin-bottom: 2px;
}
header h2{
	font-size: 16px;
	font-weight: normal;
	font-family: monospace;
	width: 170px;
	text-shadow: 1px 1px 0 #000;
	text-transform: uppercase;
}
#tagline{
		margin-top: -8px;
}		
#logo, nav, nav li{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom:1;
}
#logo{
	width: 20%;
	float:left;
}

#sideSection{
	width:80%;
	float:left;
}
.marqueeText{
	font-weight : bold;
	font-size : 20px;
	font-family:  monospace;
}
nav a {
	color: #fff;
	font-family:  Book Antiqua;
	text-decoration: none;
	font-size: 22px;
	margin-left: 25px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #000;
}

nav{
	margin: 20px 4px 0 0;
	float: right;
}
header{
	margin-bottom: 0px;
	float:left;
	width : 100%;
}
footer{
	margin : 0 px;
	float:left;
	width : 100%;
}
footer #footer_main_sec{
	width : 100%;
	border :1px solid white;
}
footer #footer_main_sec .footer_sec{
	width : 23%;
	float:left;
	padding : 10px;
}
footer #footer_main_sec .footer_sec p{
	font-family: Georgia;
	font-weight: normal;
	font-size: 16px;
	text-shadow: 1px 1px 0 #000;
	width: 100%;
	margin: 0px;
	text-align : center;
}
.footer_sec div a{
	margin: 5px;
}
/*************** B A N N E R    S T Y L E ******************/
#banner{
	position: relative;
	margin-bottom: 30px;
}
#banneri{
	position: absolute;
	bottom: 15%;
	left: 0;
	width: 500px;
	background-color: rgba(0,0,0,.8);
	padding: 5px 10px;
}
#banner img{
	box-shadow: 0 4px 6px #000;
}
#banner h1{
	font-family:  Impact, monospace;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #000;
	display: inline;
}
#banner .rm{
	position: absolute;
	color: #000;
	background-color: #fff;
	padding: 4px 8px;
	right: 3%;
	bottom: -10%;
}

/************* H O M E    C O N T E N T *******************/
#line h1{
	font-family:  Impact, monospace;
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	color: #f8f8f8;
	text-shadow: 2px 2px 0 #000;
	text-align:  center;
}
#line h1, .dline{
	display: inline-block;
	*display: inline;
	zoom:1;
	margin: 0 0 0 10px;
}
#line{
		margin: 0 0 0 80px;
}
.dline{
	width: 312px;
	height: 3px;
	background: url('../images/bgdline.png') repeat-x ;
	margin-bottom: 10px;
}
#ourserv article{
	width: 32%;
	display: inline-block;
	display: inline;
	zoom:1;
	vertical-align: top;
	padding: 5px;
	float:left;
}
#ourserv p{
	font-size : 14px;
	font-family: cursive;
	white-space: pre-wrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis; 
    height : 110px;
}

#ourserv article h1, #latestp article h1{
	font-family:  monospace;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 5px;
}
.lastarticle{
	margin:0;
}
#ourserv{
	margin: 0;
	width: 100%;
}
#ourserv img, #latestp img{
	margin-bottom: 5px;
    box-shadow: 0 4px 6px #000;
    width : 95%;
}
.rm{
	background-color: #74e0bd;
    border-radius: 5px;
    text-shadow: 1px 1px 0px #000;
    box-shadow: 0 0 10px #000;
    color: white;
    display: block;
    font-family: monospace;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100px;
    transition: all 0.5s ease 0s;
}

.blog_div{
	width:100%;
	margin : 10px 0 0 0 ;
	float:left;
}
.blog_div .blog_img_div{
	width : 40%;
	padding : 5px;
	float:left;	
}
.blog_div .blog_content_div{
	width : 55%;
	padding : 5px;
	float:left;	
}
.blog_content_div h1{
	font-family:  monospace;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 5px;
}
.blog_content_div p{
	font-size : 14px;
	font-family: cursive;
}

.rm:hover{
	background-color: #74e0bd;
	color: #005175;
	text-shadow: 1px 1px 0px #000;
}	

#sline h1{
	color: #f5f5f5;
    font-family:monospace;
    font-size: 30px;
    font-weight: normal;
    margin: 0 !important;
    font-weight : bold;
    text-align: center;
    text-shadow: 2px 2px 0 #000;
    text-transform: uppercase;
    width: 100%;
}
#sline p {
    color: #f5f5f5;
    font-family: monospace;
    font-size: 20px;
    font-weight: normal;
    margin: 0 !important;
    text-align: center;
    text-shadow: 2px 2px 0 #000;
    text-transform: uppercase;
    width: 100%;
}
#sline h1, .sdline{
	display: inline-block;
	*display: inline;
	zoom:1;
	margin: 0 0 0 10px;
}
#sline{
		float :left;
		width : 100%;
}
.sdline{
	width: 300px;
	height: 2px;
	background: url('../images/bgdline.png') repeat-x ;
	margin-bottom: 10px;
}
#latestp article{
	width: 210px;
	display: inline-block;
	*display: inline;
	zoom:1;
	margin-right: 20px;
}
#latestp{
	margin-left: 20px;
}

#map{
	border : 5px solid black;
	height : 400px;
	width : 99%;
}

/************* B L O G    S T Y L E  &   C O N T A C T   P A G E *****************************/
#articles, #sidebar{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom:1;
}
#blog section, #contact section{
	margin: 30px 0 0 10px;
}
#sidebar, #contat #sidebar{
	width: 280px;
	margin:0 0 0 55px;
}
#articles, #contactpost{
	width: 600px;
	margin:0 0 40px 0;
}
#blog li, #contact li{
	list-style-type: square;
}

element.style {
    margin: auto;
}

#blog article{
	width: 580px;
	margin-bottom: 40px;
}
#blog footer, #contact footer{
	margin-top: 0px;
}
#blog article h1 a{
	font-family:  monospace;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 22px;
	text-shadow: 1px 1px 0 #000;
	word-spacing: 2px;
	margin-bottom: 5px;
}
#blog article h2{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.2px;
	margin-bottom: 12px;
	background-color: #0a0a0a;
	padding: 4px 8px 4px 8px;
	font-family: source, monospace;
	text-transform: none;
}
#blog article h2 a:hover{
	text-decoration: underline;
}
#blog article img{
	box-shadow: 0 4px 6px #000;
	margin-bottom: 10px;
}
#sidebar h1, #contact #sidebar h1{
	font-family:  monospace;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 22px;
	text-shadow: 1px 1px 0 #000;
	word-spacing: 2px;
	margin-bottom: 4px;
}
#sidebar li, #contact #sidebar li {
	margin:0 0 4px 25px;
	color: #b82924;
}
#sidebar li:hover, #contact #sidebar li:hover{
	margin-left: 30px;
}
#sidebar li a:hover, #contact #sidebar li a:hover{
	text-decoration: underline;
}
#blog aside, #contact #sidebar aside{
	margin: 0 0 20px 0;
}
#cat, #archives, #contact #sidebar  #cat, #contact #sidebar #archives{
	width: 130px;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom:1;
}
.continue{
	text-decoration: underline;
}
/* SINGLE POST STYLE  and CONTACT PAGE with SIDEBAR*/
#singlepost, #sidebar, #contactpost{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom:1;
}
#singlepost{
	margin-right: 20px;
}
/* CONTACT PAGE */
#contactpost p{
	margin-bottom: 25px;
}
input[type="user"]{
	display: block;
	float: right;
	height: 20px;
	width: 280px;
	padding-left: 3px;
}
input[type="email"]{
	display: block;
	float: right;
	height: 20px;
	width: 280px;
	padding-left: 3px;
}
#message{
	display: block;
	float: right;
	width: 280px;
	height: 130px;
	padding-left: 3px;
}
input[type="submit"]{
	display: block;
	float: right;
	font-family:  monospace;
	font-size: 18px;
	text-transform: uppercase;
	border: 2px outset #b2b2b2;
	color: #121212;

}
input, #message{
	margin-right: 180px;
	background-color: #f8f8f8;
	border: 2px inset #000;
	border-radius: 3px;
}
input[type="submit"]:hover{
	cursor:pointer;
}
input[type="submit"]:active{
	border: 2px inset #b2b2b2;
}
/************************** ADD NEW POST ***************************************/

#add_new_post{
	width : 80%;
	float : none;
	margin : 10px auto;
}
#add_new_post span{
	width : 100%;
	float : left;
	margin : 5px 0;
}
#add_new_post label {
	float : left;
	color: #f5f5f5;
    font-family: monospace;
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px 0 0!important;
    text-align: left;
    text-shadow: 2px 2px 0 #000;
    text-transform: uppercase;
    width : 30%;
}

#add_new_post input[type="text"]{
	border : 0;
	margin : 0;
	padding : 5px;
	width : 65%;
	float : left;
	font-family:  monospace;
	font-size: 18px;
	background-color : #caffff;
	border-radius : 5px;
}

#add_new_post select{
	border : 0;
	margin : 0;
	padding : 5px;
	width : 65%;
	float : left;
	font-family:  monospace;
	font-size: 18px;
	background-color : #caffff;
	border-radius : 5px;
}

#add_new_post input[type="password"]{
	border : 0;
	margin : 0;
	padding : 5px;
	width : 65%;
	float : left;
	font-family:  monospace;
	font-size: 18px;
	background-color : #caffff;
	border-radius : 5px;
}
#add_new_post input[type="file"]{
	border : 0;
	margin : 0;
	padding : 5px;
	width : 65%;
	float : left;
	font-family:  monospace;
	font-size: 18px;
	background-color : #caffff;
	border-radius : 5px;
	color : black;
}
#add_new_post textarea{
	border : 0;
	margin : 0;
	padding : 5px;
	width : 65%;
	float : left;
	font-family:  monospace;
	font-size: 18px;
	background-color : #caffff;
	border-radius : 5px;
	height : 500px;
}
#add_new_post input[type="submit"]{
	border : 0;
	margin : 0 auto;
	padding : 5px;
	width : auto;
	float : none;
	font-family:  monospace;
	font-size: 18px;
	background-color : #caffff;
	border-radius : 5px;
	box-shadow: 0 0 10px #000;
	color : black;
}
/************************** ADD NEW POST ***************************************/

/************* F U L L  W I D T H   &  S I N G L E   P O S T    S T Y L E*********************/
#fullwidth h1,#fullwidth  h2,#fullwidth  h3,#fullwidth  h4,#fullwidth  h5,#fullwidth  h6, h1, h2, h3, h4, h5, h6{
	font-family:  monospace;
	text-transform: uppercase;
	font-weight: normal;
}
#fullwidth section h2, #singlepost section h2{
	color: #b82924;
}
.mg{ /*just for examples, do not use this class*/
	margin: 8px 0 12px 0;
}
#fullwidth section a, #singlepost section a{
	text-decoration: underline;
}
#fullwidth section ul li, #singlepost section ul li{
	list-style-type: square;
	margin-left: 20px;
}
#fullwidth section ol li, #singlepost section ol li{
	list-style-type: decimal;
	margin-left: 20px;
}
.right{
	float: right;
	margin-left: 10px;
}
.left{
	float: left;
	margin-right: 10px;
}
.center{
	display: block;
	text-align: center;
	margin: 20px auto;
}

/************* F O O T E R     S T Y L E *************************/

footer{
	margin-top: 30px;
	text-align: right;
}
