
*{
	font-family: 'Arima Madurai', 'Annie Use Your Telescope', cursive;	
}

body{
	margin: 0px;
	padding: 0px;
	overflow-y:scroll;
	background-color: white;
}

#wrapper{
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}

header{
	width: inherit;
	height: 250px;
	margin: 0px;
	padding: 0px;
	border-top: 10px solid black; 
	background: url('../images/others/logo.png') no-repeat black bottom right;
}

#logo{
	margin: 0px;
	padding:1px 0 0 12px;
}

img.social-network{
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 5px;
}



header #navigation ul{
	list-style: none;
	width: 650px;
	padding: 0px;
	margin: 0 5px 0 0;
	text-align: right;
	float: right;
}

header #navigation ul li{
	display: inline-block;
	margin-right: 10px;
	padding: 0px;
}

header #navigation ul li a{
	text-decoration: none;
	font-size: 18px;
	padding: 0px;
	color: white;
	opacity: 0.6;
}

header #navigation ul li a:hover{
	opacity: 1;
}

header #navigation ul li a.current{
	font-weight: bold;
	color: #f8684a;
	opacity: 1;
}


#mainContainer{
	margin: 0px;
	padding: 0px;
}

#container{
	width: 100%;
	margin: 0 auto; 
	padding: 0px;
}

div#show-items ul{
	text-align: center;
	margin-top: 70px;
	height: 170px
}

div#show-items img{
	width: 150px;
	height: 170px;
}

div#show-items ul li{
	display: inline-block;
	margin-right: 40px;
	padding: 0px;
	min-width: 100px;
	height: 100px;
	border-radius: 50px;
}

div#show-items ul li a{
	display: inline-block;
	position: relative;
	top: -40px;
}

div#show-items ul li{
	opacity: 0.5;
}

div#show-items ul li:hover{
	opacity: 0.8;
}

div#show-items ul li.current-item{
	opacity: 1;
}



div#show{
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

div#show section p{
	text-align: left;
	float: left;
	width: 60%;
	font-size: 23px;
	line-height: 1.5em;
	padding: 20px;
	margin-top: 0px;
}

div#show section#whyme img.competence{
	width:65px;
	height: 65px;
}

div#show section#whyme ul{
	float: left;
	list-style: none;
	text-align: left;
	font-size: 22px;
	padding: 0 0 0 10px;
	margin: 0;
}

div#show section#whyme ul li span{
	display: inline-block;
	position: relative;
	top: -25px;
	left: 15px;
}

span.red-shadow{
	color: red;
	text-shadow: -1px -1px 1px rgb(150,150,150);
}


span.blue-shadow{
	color: rgb(0,147,189);
	text-shadow: -1px -1px 1px rgb(150,150,150);
}

div#show section img{
	height: 250px;
}

div#show section#mission img{
	position: relative;
}

.imanmoaz-sortable-table{
	padding: 0 40px 0 40px;
	border-spacing: 0px;
    border-collapse: collapse;
	margin: 0px auto 20px auto;
}

.imanmoaz-sortable-table td{
	padding: 6px 0px 6px 20px;
	font-size: 16px;
}

.imanmoaz-sortable-table tr td:last-child{
	padding-right: 20px;
}

.imanmoaz-sortable-table tbody td{
	border-bottom: 1px solid rgb(50,50,50);
}
	

#project-panel-buttons{
	text-align: center;
	padding: 40px;
	height: 120px;
}

#project-panel-buttons button{
	font-size: 20px;
	line-height: 1.5em;
	width: 130px;
	height: 130px;
	border-radius: 65px;
	background-color: white;
	color: black;
	border: 5px solid red;
	opacity: 0.6;
	margin-right: 40px;
	font-weight: normal;
}

#project-panel-buttons button:hover{
	cursor: pointer;
	opacity: 0.8;
}

#project-panel-buttons button.current{
	font-size: 23px;
	font-weight: bold;
	opacity: 1;
}

#project-panel-buttons button:focus{
	outline:none;
}


#tutorials-left{
	width: 450px;
	margin: 0px 0px 0px 20px;
	display: inline-block;
	padding: 0;
}

#tutorials-left  table{
	padding: 0px;
	border-spacing: 0px;
    border-collapse: collapse;
	margin: 20px auto 20px auto;
}

#tutorials-left table td{
	padding: 6px 0px 6px 10px;
}

#tutorials-left table td.project-title{
	font-size: 21px;
	min-width: 350px;
}
#tutorials-left table td.project-watch{
	width: 20px;
	text-align: center;
	font-size: 21px;
}

#tutorials-left table thead{
	color: red;
	border-bottom: 4px solid black;
}

#tutorials-left table thead td{
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: -1px -1px 1px rgb(200,200,200);

}

#tutorials-left table tbody tr td{
	border-bottom: 1px solid rgb(50,50,50);
}



#tutorials-right{
	width: 560px;
	height: 315px;
	margin: 60px 0px 0px 0px;
	padding: 0;
	float: right;
	border: 5px solid rgb(50,50,50);
	border-radius: 5px;
}

#tutorials-right iframe{
	background: url('../images/others/tv background.jpg') no-repeat;
}

#feedback{
	width: 150px;
	height: 84px;
	margin-left: 40px;
	margin-top: 20px;
	position: relative;
	bottom: 70px;
}

#arrow{
	width: 50px;
	height: 56px;
	position: relative;
	top: -40px;
	left: 150px;
}

#push{
	height: 250px;
	width: 250px;
	margin-left: 50px;
}

#all-testimonies{
	margin: 50px 0 50px 0;
}

.people-img{
	border: 5px solid white;
	border-radius: 60px;
	margin: 0px 10px 0px 0px;
	width: 100px;
	height: 100px;
	opacity: 1;
	float: right;
}


div.individual{
	clear: both;
	border-bottom: 1px dashed gray;
	margin-top: 10px;
}

.people-testimony{
	width: 900px;
	font-size: 19px;
	padding: 0px 20px 0px 20px;
}


.people-title{
	font-size: 20px;
}

.people-title b{
	color: red;
}


#donation-story{
	width: 50%;
	float: left;
	padding: 40px 50px 40px 80px;
	line-height: 1.4em;
	font-size: 21px;
	text-align: left;
}

#donation-story h3{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

#donation-story p.text-indent-needed{
	text-indent: 1.3em;
}

#donation-story p span#red-color{
	color:red;
	text-shadow: -1px -1px 1px rgb(150,150,150);
}

#donation-story p#thank-you{
	text-align: center;
}

#donation-paypal{
	padding: 50px 50px 50px 50px;
	text-align: center;
}

img#time-consuming{
	width: 300px;
	height: 300px;
	margin-bottom: 20px;
}

#donation-paypal form input#paypal-image{
	width: 252px;
	height: 58 px;
}



