/*
Theme Name: OSP Theme v1
Theme URI: http://orphan-sponsorship.com
Description: The first theme for the OSP on WP
Version: 2 (WP2.6.2)
Author: Mohamed Noordeen
Author URI: http://www.mnoordeen.com
Tags: earthy, neutral, fresh, simple
*/


/* 

Colours:

Beige #f6f6e6
Sand #deded1
Baby Blue #4cc5df
Darker Blue #337d8d
Orange #eaa364

*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	background: #f6f6e6 url(images/OSP_bg.jpg) no-repeat top center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	font-weight: normal;
}

h2 {
	font-size: 2.5em;
	color: #4cc5df;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.5em;
	color: #eaa364;
	margin-bottom: 15px;	
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}

p {
	line-height: 1.5em;
	margin-bottom: 20px;
	font-size: 0.9em;
}

strong {
	color: #eaa364;
	font-weight: bold;
}

blockquote {
	background: #eaa364 url(images/quote_bg.jpg) repeat-y 0 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin-left: -40px;	
	margin-bottom: 20px;
	padding: 30px 40px 10px 40px;
	width: 580px;	
}

a {
	color: #4cc5df;
}

a:hover {
	color: #337d8d;
}

hr {
	background-color: #ccc;
	height: 1px;
	margin-bottom: 20px;
	border: none;
}

.clearbox {
	clear: both;
	padding-top: 20px;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

.header {
	background: url(images/OSP_header.png) 0 0 no-repeat;
	margin-left: -100px;
	width: 1014px;
	height: 268px;
	z-index: 10;
	text-indent: -999em;
}

.main_content {
	
	background: #fff;
	float: left;
	padding: 50px 40px 30px 40px;
	width: 580px;
	margin-top: -45px;
	margin-bottom: 40px;
	min-height: 500px;
}

/* Forms */

.wpcf7-form {
	width: 250px;
}

form input {
	font-size: 12px;
	padding: 5px;
	border: 3px #deded1 solid;	
}

.wpcf7-validates-as-required,
.wpcf7-validates-as-email wpcf7-validates-as-required,
form textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
	width: 250px;
	border: 3px #deded1 solid;	
}

form submit {
	background-color: #4cc5df;
	color: #ffffff;
}


/* Sidebar */


.sidebar {
	color: #fff;
	float: left;
	padding: 20px 0px 20px 30px;
	width: 200px;	
}

.sidebar ul a {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.sidebar ul a:hover {
	color: #4cc5df;
}

.sidebar ul li {
	padding-bottom: 3px;
}

/* Footer */

.footer {
	background: #deded1;
	clear: both;
	padding: 30px;
}

.footer .inner_details {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

.footer .ftr_affiliates {
	float: left;
	width: 380px;
}

.ftr_affiliates ul {
	display: inline;
	width: 600px;
}

.ftr_affiliates ul li {
	display: inline;
	float: left;
}

.ftr_hci a {
	background: url(images/affiliates_hci.jpg) no-repeat 0 bottom;
	height: 110px;
	width: 103px;
	display: block;
	text-indent: -999em;
}

.ftr_hci a:hover {
	background: url(images/affiliates_hci.jpg) no-repeat 0 top;
}

li.ftr_irfan a {
	background: url(images/affiliates_irfan.jpg) no-repeat 0 bottom;
	height: 112px;
	width: 124px;
	display: block;
	text-indent: -999em;
}

li.ftr_irfan a:hover {
	background: url(images/affiliates_irfan.jpg) no-repeat 0 top;
}

li.ftr_mfh {
	background: url(images/affiliates_mfh.jpg) no-repeat 0 bottom;
	height: 105px;
	width: 106px;
	display: block;
	text-indent: -999em;
}

.footer .ftr_details {
	float: left;
	width: 500px;	
}

.footer .clearbox {
	width: 200px;
}

/* Post */

.post img {
	padding: 20px;
}


/*Search Form*/
#searchform {
	margin-bottom: 20px;
}

.sidebar #searchform label {
	display: none;
}

/*Search Bar*/
.sidebar #searchform #s {
	padding: 5px;
	width: 120px;
	color: #666;
}

/*Search Button*/
.sidebar #searchform #searchsubmit {
	background: #4cc5df;
	border: none;
	padding: 5px;
}

/* ---------
   Page Specific 
   --------- */

.contact_details {
	padding: 5px 20px 20px 20px;
	float: right;
	width: 235px;
	display: block;
}

#wpcf7 {
	width: 250px;
}

