/* @override http://localhost/aw/wp-content/themes/awtheme/style.css */

/* @override http://localhost/aw/wp-content/themes/awtheme/style.css */

/* Arising Women */

/*Colours
Red-Brown (text): #a36761
Orange (Links): #b9715a
*/

* {
	padding:0;
	margin:0;
	text-decoration:none;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #a36761;
	line-height: 160%;
	background-image: url(images/backgroundtile.jpg);
	background-repeat: repeat;
}

/*LAYOUT*/

#container {
	width: 740px;
	background:#fafafa;
	background-repeat: repeat;
	margin:auto;
}

.outerWrapper {
	margin-left:50px;
	margin-right:50px;
	display:inline;	
}

.topLinks {
	width: 640px;
	padding-top:10px;
	padding-bottom:4px;
	margin-bottom:2px;
	margin-left:50px;
	margin-right:50px;
	background:url(images/skinnyunderline.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	float:left;
	display:inline;
}


.mastHead {
	width: 640px;
	background:url(images/skinnyunderline.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	margin-top:1px;
	margin-left:50px;
	margin-right:50px;
	padding-bottom: 5px;
	float:left;
	display:inline;
}


.leftColumn {
	width: 200px;
	float: left;
}

#nav {
float:left;
margin-top:20px;
width:185px;
padding-left:  45px;
}


.sideBar {
	float:left;
	/*padding-right:10px;*/
	margin-bottom:30px;
}

.content {
	color: #a36761;
	width: 410px;
	margin: 20px 25px 20px 20px;
	padding-left:25px;
	display:inline;
	float: left;
	background-image:url(images/contentborder.gif);
	background-position:left;
	background-repeat:repeat-y;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	margin-left:55px;
	margin-right:55px;
	padding: 0px 25px 20px 25px;
	background:url(images/skinnyunderline.jpg);
	background-position:top;
	background-repeat:no-repeat;
}


.mastHeadLeft {
	float:left;
	width: 292px;
}

.mastHeadRight {
	float:right;
	width:345px;
	height:  162px;
	background-image: url(images/headerPicture2.jpg);
}


body#about-us .mastHeadRight {
	background-image: url(images/headerPicture1.jpg);
}

body#projects .mastHeadRight {
	background-image: url(images/headerPicture3.jpg);
}

body#how-you-can-help .mastHeadRight {
	background-image: url(images/headerPicture4.jpg);
}


body#testimonials .mastHeadRight {
	background-image: url(images/headerPicture5.jpg);
}

body#self-defence .mastHeadRight {
	background-image: url(images/headerPicture1.jpg);
}

body#contact-us .mastHeadRight {
	background-image: url(images/headerPicture3.jpg);
}

/*Styling For mastHead*/

.mastHead h1 {
	width:  292px;
	height:  82px;
	position: relative;
	padding-top: 38px;
	font-size: 14px;
	float:left;

}

.mastHead h1 span {
	background: url(images/logotag-282X86.gif) no-repeat;
	position: absolute;
	width: 292px;
	height: 82px;
}

.mastHead h2 {
	width:  257px;
	height:  27px;
	position: relative;
	padding-top: 10px;
	padding-bottom:10px;
	font-size: 9px;
	float:right;

}

.mastHead h2 span {
	background: url(images/motto.gif) no-repeat;
	position: absolute;
	width: 266px;
	height: 26px;
}

.mastHeadRight p {
	padding-bottom: 15px;
	text-align:right;
}

.mastHeadRight a {
	color:#ba6754;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size:12px;
	padding: 1px;
}

.mastHeadRight a:hover {
	color:#ba6754;
	background-color:#f2e8e2;
}


/*Styling For topLinks*/

.topLinks a {
	color:#b29b97;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	font-size:10px;
}

.topLinks a:hover {
	color:#985253;
	background-color:#e2d0c4;
}

.topLinks li {
	list-style-type: none;
	display:inline;
}

.topLinks .left {
	margin-left:10px;
	float:left;
}

.topLinks .right {
	margin-right:10px;
	
	float:right;
}

.topLinks .left a {
	margin-right: 45px;
	display:inline;
}
.topLinks .right a {
	margin-left: 5px;
}


/*Paragraph Styling for content*/

.content p {
	margin-top:15px;
	margin-bottom:15px;

}

.content p.singleCenter {
	margin:0;
	padding:0;
	text-align:center;
}

.content p.single {
	margin:0;
	padding:0;
}


.sideBar p {
	padding-bottom:10px;
}



/*HEADING STYLING*/

.content h2 {

}

.content h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	/*background-color:#f0d9d0;
	color:#ba6754;*/
	color:#cd8062;
	margin-top:20px;
	margin-bottom:15px;
	/*background-color:#e6ded9;*/
	font-size:14px;
	/*display: inline;
	padding: 4px;*/
}

.content h4 {
	font-size:12px;
	font-style:italic;
	margin-top: 10px;
	margin-bottom:15px;
}

.content h5 {
	font-size:13px;
	margin-top:10px;
	text-decoration:underline;
}

h6 { text-align:center;
margin-top:10px;
margin-bottom:10px;
font-size:14px;
}


.content h2#homeHead {
	text-indent: -5000px;
	background: url(images/homeHead.gif) no-repeat;
	width: 71px;
	height: 47px;
	margin-top:10px;
}

.content h2#aboutHead {
	text-indent: -5000px;
	background: url(images/aboutHead.gif) no-repeat;
	width: 106px;
	height: 47px;
	margin-top:10px;
}

h2#menuHead {
	text-indent: -5000px;
	background: url(images/menuHead.gif) no-repeat;
	width: 66px;
	height: 31px;
	padding-bottom:10px;
	margin-top:10px;
}

h2#currentProjectsHead {
	text-indent: -5000px;
	background: url(images/currentProjectsHead.gif) no-repeat;
	width: 203px;
	height: 47px;
	padding-bottom:15px;
	margin-top:10px;
}

h2#previousProjectsHead {
	text-indent: -5000px;
	background: url(images/previousProjectsHead.gif) no-repeat;
	width: 204px;
	height: 47px;
	padding-bottom:10px;
	margin-top:10px;
}

h2#helpHead {
	text-indent: -5000px;
	background: url(images/helpHead.gif) no-repeat;
	width: 232px;
	height: 47px;
	margin-bottom:10px;
	margin-top:10px;
}

h2#partnersHead {
	text-indent: -5000px;
	background: url(images/partnersHead.gif) no-repeat;
	width: 127px;
	height: 47px;
	margin-bottom:10px;
	margin-top:10px;
}

h2#mentorshipHead {
	text-indent: -5000px;
	background: url(images/mentorshipHead.gif) no-repeat;
	width: 141px;
	height: 47px;
	padding-bottom:10px;
	margin-top:10px;
}

h2#fundersHead {
	text-indent: -5000px;
	background: url(images/fundersHead.gif) no-repeat;
	width: 250px;
	height: 47px;
	padding-bottom:10px;
	margin-top:10px;
}

h2#fundraisingHead {
	text-indent: -5000px;
	background: url(images/fundraisingHead.gif) no-repeat;
	width: 250px;
	height: 47px;
	padding-bottom:10px;
	margin-top:10px;
}

h2#contactHead {
	text-indent: -5000px;
	background: url(images/contactHead.gif) no-repeat;
	width: 125px;
	height: 47px;
	padding-bottom:10px;
	margin-top:10px;
}

h2#fundersHead {
	text-indent: -5000px;
	background: url(images/fundersHead.gif) no-repeat;
	width: 250px;
	height: 47px;
	padding-bottom:10px;
	margin-top:10px;
}

h2#mapHead {
	text-indent: -5000px;
	background: url(images/mapHead.gif) no-repeat;
	width: 222px;
	height: 47px;
	padding-bottom:10px;
	margin-top:10px;
}

h2#hideHead {
	text-indent: -5000px;
	background: url(images/hideHead.gif) no-repeat;
	width:320px;
	height: 47px;
	padding-bottom:10px;
	margin-top:10px;
}

h2#selfDefenceHead {
	text-indent: -5000px;
	background: url(images/selfDefenceHead.gif) no-repeat;
	width:230px;
	height: 47px;
	padding-bottom:10px;
	margin-top:10px;
}

h2#francaisHead {
	text-indent: -5000px;
	background: url(images/francaisHead.gif) no-repeat;
	width:230px;
	height: 47px;
	padding-bottom:10px;
	margin-top:10px;
}

h2#panjabiHead {
	text-indent: -5000px;
	background: url(images/panjabiHead.gif) no-repeat;
	width:230px;
	height: 47px;
	padding-bottom:10px;
	margin-top:10px;
}


h2#contactSide {
	text-indent: -5000px;
	background: url(images/contactSide.gif) no-repeat;
	width: 124px;
	height: 54px;
	padding-bottom:10px;
}



#navlist {
clear:both;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding-bottom:30px;
/*padding-left:45px;*/
}

#navlist ul li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#navlist a {
display:block;
float:left;
height:30px;
text-decoration:none;
text-indent:-9000px;
width:172px;
}
#navlist a:hover, #navlist a.selected {
background-position:0 -30px;
}

#homepage a {
background:transparent url(images/homeRoll.gif) repeat scroll 0 0;
}

#projectsRoll a {
background:transparent url(images/projectsRoll.gif) repeat scroll 0 0;
}

#awarenessRoll a {
background:transparent url(images/awarenessRoll.gif) repeat scroll 0 0;
}

#currentProjects a {
background:transparent url(images/currentProjectsRoll.gif) repeat scroll 0 0;
}
#previousProjectsRoll a {
background:transparent url(images/previousProjectsRoll.gif) repeat scroll 0 0;
}
#aboutRoll a {
background:transparent url(images/aboutRoll.gif) repeat scroll 0 0;
}
#fundersRoll a {
background:transparent url(images/fundersAndPartnersRoll.gif) repeat scroll 0 0;
}

#partners a {
background:transparent url(images/partnersRoll.gif) repeat scroll 0 0;
}

#helpRoll a {
background:transparent url(images/helpRoll.gif) repeat scroll 0 0;
}

#eventsRoll a {
background:transparent url(images/eventsRoll.gif) repeat scroll 0 0;
}

#testimonialsRoll a {
background:transparent url(images/testimonialsRoll.gif) repeat scroll 0 0;
}

#mediaGalleryRoll a {
background:transparent url(images/mediaGalleryRoll.gif) repeat scroll 0 0;
}

#selfDefenceRoll a {
background:transparent url(images/selfDefenceRoll.gif) repeat scroll 0 0;
}
#mentorshipRoll a {
background:transparent url(images/mentorshipRoll.gif) repeat scroll 0 0;
}
#fundraisingRoll a {
background:transparent url(images/fundraisingRoll.gif) repeat scroll 0 0;
}
#contactRoll a {
background:transparent url(images/contactRoll.gif) repeat scroll 0 0;
}
#mapRoll a {
background:transparent url(images/mapRoll.gif) repeat scroll 0 0;
}

#sensibilisationRoll a {
background:transparent url(images/sensibilisationRoll.gif) repeat scroll 0 0;
}


/*LIST STYLING*/

.content li {
margin-bottom: 10px;
margin-left: 20px;
}

.content ol {
	margin-bottom: 30px;
}

.content ol li {
margin-left:20px;
padding:0;
}

.content ul {
	margin-top:10px;
	margin-bottom:10px;
}

/*LINK STYLING*/

.content a {
	color:#b9715a;
	text-decoration:none;
	border-bottom: 1px dotted;
	padding: 1px;
}

.content a:hover {
	color:#b9715a;
	background-color:#f2e8e2;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.content img {
	padding: 0px 4px 0px 4px;
}

h6 a {
	padding-top:40px;
	background:none;
	font-size: 12px;
}

/*FOOTER STYLING*/
	
.footer li {
	line-height:180%;
	padding: 0 8px 0 8px;
	display:inline;
	list-style-type: none;
	
}

.footer ul {
	padding-top:20px;
	text-align: center;
	padding-bottom: 10px;
}

.footer a {
	color:#b29b97;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size:90%;
	padding: 1px;
}

.footer a:hover {
	color:#985253;
	background-color:#e2d0c4;
}

.footer p{
text-align: right;
font-size:80%;
}

.ad a {
	font-size:80%;
	color:#b29b97;
}

