/*
Theme Name: Gender Equality
Description: A customised WP Theme
Author: Ed Lewis @ Goodshow Studio (www.goodshowstudio.com)
version: 1.0
*/

/* basics */

*{margin:0; padding:0;}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 760px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#e6e6e6;
  	width: 760px; 
  	height: 100px;
	}

#header h1{
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{text-decoration: none;}
#header h1 a:hover{text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	font-size: 8pt;
	width:760px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	display:block;
}

#menu ul li a:hover {
	background: #fff;

}



/* content */


#content {
	float:left;
	width:530px;
	overflow: hidden;
	margin:14px;
	
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	
	}
	
.post h2{
	font:normal 15pt;
	}
	
.post h2 a{

	text-decoration: none;
	}
	
.post h2 a:hover{
	text-decoration: underline;
	}

.post ul {
	margin:0 0 20px 20px;
}

.post li {}

.post p{
	margin-bottom:20px;
}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	color:#878787;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-size:8pt;
	width:230px;
	float:right;
	margin:0;
	padding: 0;
	}
#sidebar a{
	/*color:#BCBCBC;*/
	color:#ffffff;
}
#sidebar a:hover{
	color:#0179ff;
}
#sidebar h2{	
	margin: 0;
	padding: 0;
	
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
}

#sidebar label{
	font:normal 11pt;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}
/*
#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}
*/
#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	
	margin:0;
	padding:0 0 10px 0;
	}
	
#commentform p{
	color: #fff;
	}
#commentform input{
	height:20px;
}	
#commentform #submit{
	height:30px;
	padding:0 10px 0 10px;
	background:#0044a8;
	font-weight:bold;
	color:#fff;
}
#commentform #submit:hover{
	background:#1f77f9;
}
#commentform a{color: #fff; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:541px;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 0px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	padding:2px 2px 2px 20px;
	border:0px solid #000;
	background:none;
	width:120px;
	height:22px;
	background:url(../../../images/frame/searchbox.jpg) top left no-repeat;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}
.searchform_bkg{
	

}

.widget_header{
	height:30px;
	background:url(../../../images/frame/widget_header_bkg.jpg) top left no-repeat;
	padding:5px 0 0 5px;

}
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.blog_page_description{
	color:#ffffff;
}
.blog_page_description p{
	margin-bottom:15px;
	text-align: justify;
}
.blogpost_prev_body p{
	line-height:14px;
	margin-bottom:0px;
	color:#333333;
}
.mediapost_prev_body{
	color:#ffffff;
}
.mediapost_prev_body p{
	line-height:14px;
	margin-bottom:0px;
	/*color:#fefefe;*/
	color:#ffffff;
}
.blogpost_c1_2 ul li{
	list-style-type: none;
}
.blogpost_prev_footer{
	padding:0;
}
.blogpost_prev_body_research{
position:relative;
	clear:both;
	float:left;
	width:100%;
}
.mediapost_prev_footer .postmetadata{
	padding:0;
	color:#fefefe;
}
.postmetadata{
	padding:0;
	margin:0;
}


#contributors_body{
	clear:both;
	text-align:left;
}
#contributors_boxes{
	float:left;
	
	width:855px;
}
.cont_boxes_row{
	background:url(../../../images/frame/dotted_grid.jpg) top left;
	float:left;
	width:100%;
}
.cont_boxes_row_last{
	background:url(../../../images/frame/dotted_grid_last.jpg) top left;
	float:left;
	width:100%;
}
.contributor_names{
	float:left;
	width:100%;
	padding-top:20px;
	text-size:11px;
}
.contributor_box{
	float:left;
	padding:0px;
	margin:0 1px 1px 0;
	
	height:72px;
}

.contributor_avatar{
	width:170px;
	height:59px;
	
	text-align:left;
	
	
}
.contributor_avatar img{
	float:left;
	margin-right:7px;
}

.contributor_avatar a{
	padding: 4px;
	display:block;
	height:64px;
	width:164x;
	text-decoration:none;
	background:#000000;
}
.contributor_avatar a:hover{
	text-decoration:none;
	background:#0179ff;
	color:#ffffff;
}
.cont_col{
	float:left;
	width:295px;
	margin:0 20px 10px 0;
}
.black_dots{
	background:url(../../../images/frame/black_dots.jpg) center repeat-x;
	font-size:1px;
	height:20px;
	width:100%;
}
#author_container{
	background:#000;
	width:550px;
	margin:0 auto;
	height:500px;
	color:#ffffff;
}
#author_container h2{
	padding:0;
	margin:0;	
}
#author_container ul lu{

}

.post h2{
	line-height:24px;
}	
.pagetitle{
	color:#ffffff;
	background:url(../../../images/frame/grey_on_dark_grey_dots.jpg) repeat-x bottom;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	

}
.post img{
	border: 3px solid #cccccc;
	padding:0;
}	
.redlink{
	color:#ff1a00;
}
.title_bigger{
	font-size:14px;
	font-weight:normal;
}
.byline{
	color:#333333;
	font-weight:normal;
}
.larger_h1{
	font-size:22px;
}
.login_page_area{
	padding:15px;
	background:#000000;
	margin:10px 0 30px 0;
}
.login_page_area h3{
	color:#FFFFFF;
}
.widget_sidebarlogin{
	background:#0044a8;
	padding:0 10px;
	text-align:left;
	color:#fff;
	margin:0;
	width:210px;
}
.widget_sidebarlogin_top{
	background:url(../../../images/frame/widget_sidebarlogin_top.jpg) left bottom no-repeat;
	height:7px;
}
.widget_sidebarlogin_bottom{
	background:url(../../../images/frame/widget_sidebarlogin_bottom.jpg) left top no-repeat;
	height:7px;
	margin:0;
}
.widget_sidebarlogin h2{
	height:25px;
}
.widget_sidebarlogin form p{
	text-align:left;
	padding:20px;
	margin:0;
	color:#fff;
}
#sidebar .widget_sidebarlogin label{
	color:#ffffff;
}



