/* Gendersite - CSS stylesheet - tim@fb */

/* main stylesheet */

/*

Quick Glance Styles:

colours= header & rightcol: #3b3b3b,
wrapper width= 916px (an 'in-between-er'...)
left col width= 626px
right col width= 290px
main font= Arial 
base font size = 12px/18px leading

*/

/* RESET STYLES (revised)*/
#fb-site-credit a{color:#fff;text-decoration:none;}
#fb-site-credit a:hover{color:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { margin: 0; padding: 0;}
h1{font-size:138.5%;}
h2{font-size:123.1%;}
h3{font-size:108%;}
h1,h2,h3{margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}
abbr,acronym{border-bottom:1px dotted #000;cursor:help;}
em{font-style:italic;}
blockquote, ul, ol, dl{margin:1em;}
ol, ul, dl {margin-left:2em;}
ol li{list-style: decimal outside; margin-left:1em;}
ul li{list-style: disc outside; margin-left:1em;}
dl dd{margin-left:1em;}
table {border-collapse: collapse;}
th,td {padding:.5em;}
th {font-weight:bold;text-align:left;}
caption {margin-bottom:.5em;text-align:center;}
p, fieldset, table {margin-bottom:1em;}
input, textarea, select { font-family: arial, helvetica, verdana, sans-serif; font-size: 1.0em;}

/* RESET STYLES */

/* * div { border: 1px solid red;} */

body {
    font: 75.0%/1.5 arial, helvetica, verdana, sans-serif; /*12px*/
    color: #000;
	background-color: #ccc; 
	text-align: center;
	padding: 0;
	margin: 0;
}

#wrapper {
	margin: 0 auto;
	width: 916px;
	padding: 0;
	text-align: left; /* fix for IE */
}

#wrapper_content { /* supplies the rightcol bg stripe */
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #3b3b3b;
}

#leftcol {
	float: left;
	width: 626px;
	background-color: #3b3b3b;
}

#leftcol_content {
	clear: both;
	background: #fff url(../images/content_corner.gif) top right no-repeat;
}

#leftcol_content_inner {padding: 10px 15px 0 15px;} /* sets paragraph margins */

#rightcol {
	float: right;
	width: 290px;
	background-color: #3b3b3b;
}

#rightcol_content {
	clear: both;
	padding: 0 0 0 15px;
}

#footer {clear: both;}

ul#texttools {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#texttools li {
	list-style-type: none;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 10px 3px 0 3px;
}

ul#texttools li a:link, ul#texttools li a:visited {
	font-weight: bold;
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
}

ul#texttools li a:hover, ul#texttools li a:active {
	font-weight: bold;
	font-size: 0.9em;
	color: #fff;
	text-decoration: underline;
}

ul#texttools li#text {font-size: 0.8em; padding-top: 11px;}

/* top nav */

#main-nav { 
	background-color: #3b3b3b;
	float: left;
	width: 100%;
	margin: 25px 0 0 5px;
	
}

#main-nav ul li a { 
	/*height: 50px;*/ 
	background: url(../images/navbg.jpg) 0 0 no-repeat;  /* sets the main multi-state nav bg image */
	font-size: 1.2em;
	font-weight: bold;
} 

#main-nav ul { 
	margin: 0; 
	padding: 0;
}

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

#main-nav li a {
        display: block; 
        height: 75px !important; /*  - gives the initial height to the visible img 'window' - hides the text when set to 0px */
     	padding: 40px 0 0 15px;
        margin: 0;
       	background-repeat: no-repeat;
        color: #fff;
        text-decoration: none;
}

/* normal states */

#main-nav li#home a {
     background-position: -6px 0; /* x and y */
     width: 108px;
    /* border: 1px solid red; */
     
}
#main-nav li#about a {
     background-position: -130px 0px;
     width: 108px;
    
}
#main-nav li#studies a {
     background-position: -258px 0px;
     width: 104px;
     
}
#main-nav li#contact a {
     background-position: -375px 0px;
     width: 108px;
     
}
#main-nav li#help a {
     background-position: -497px 0px;
     width: 108px;
     
}

/* hover states */

#main-nav li#home a:hover {
     background-position: -6px -137px;
     width: 108px;
}
#main-nav li#about a:hover {
     background-position: -130px -137px;
     width: 108px;
}
#main-nav li#studies a:hover {
     background-position: -258px -137px;
     width: 104px;
}
#main-nav li#contact a:hover {
     background-position: -375px -137px;
     width: 108px;
}
#main-nav li#help a:hover {
     background-position: -497px -137px;
     width: 108px;
}

/* on states */

#main-nav li#home a.on {
     background-position: -6px -137px;
     width: 108px;
}
#main-nav li#about a.on {
     background-position: -130px -137px;
     width: 108px;
}
#main-nav li#studies a.on {
     background-position: -258px -137px;
     width: 104px;
}
#main-nav li#contact a.on {
     background-position: -375px -137px;
     width: 108px;
}
#main-nav li#help a.on {
     background-position: -497px -137px;
     width: 108px;
}

/* end top nav */

/* sub nav */

ul#subnav {
	clear: both;
	padding: 15px 0 0 0;
	margin: 25px 0 0 0;
	list-style-type: none;
	
}

ul#subnav li a {
	padding: 0 0 0 0;
	display: block;
}
	
ul#subnav li a:link, ul#subnav li a:visited {
	color: #ffffff;
	text-decoration: none;
    font-size:1.2em;
}

ul#subnav li a:hover, ul#subnav li a:active {
	color: #ccc;
	text-decoration: none;
}

ul#subnav li { 
	padding: 8px 0 3px 0;
	margin: 0 0 0 0;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
}

/* sub sub nav */

ul#subsubnav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 150px;
	/*border: 1px solid red;*/
}

ul#subsubnav li {
	padding: 10px 0 3px 0;
	background: url(../images/pointer_blank.gif) 5px 12px no-repeat;
}

ul#subsubnav li a {
	padding: 0 0 0 40px;
	display: block;
}
	
ul#subsubnav li a:link, ul#subsubnav li a:visited {
	color: #6e5751;
	text-decoration: none;
}

ul#subsubnav li a:hover, ul#subsubnav li a:active {
	color: #6e5751;
	text-decoration: underline;
}

/* end sub navs */


.flright {float: right;}

.flleft {float: left;}

/* global a links */

a:link, a:visited {
	color: #3b3b3b;
	text-decoration: underline;
}

a:hover, a:active {
	color: #999;
	text-decoration: underline;
}

/* end global a links */

/* Headings */

h1 {
	font-weight: normal;
	font-size: 1.9em;
	margin: 0 0 0.80em 0;
	padding: 0;
	color: #3b3b3b;
}

h2 { 
	font-size: 1.7em;
	color: #3b3b3b;
	font-weight: normal;
	padding: 0;
}

h3 { 
	font-size: 1.5em; 
	color: #3b3b3b;
	font-weight: normal;
	padding: 0;
}

h4 { 
	font-size: 1.3em; 
	color: #3b3b3b;
	font-weight: normal;
	padding: 0;
}

h5 { 
	font-size: 1.2em; 
    color: #3b3b3b;
	font-weight: normal;
	padding: 0;
}

h6 { 
	font-size: 1.1em; 
	color: #3b3b3b;
	font-weight: normal;
	padding: 0;
}

h1#sitetitle {
	font-weight: normal;
	font-size: 1.9em;
	margin: 0.70em 0 0.80em 0;
	padding: 12px 0 0 15px;
	color: #fff;
	clear: both;
}

h2#searchtitle { 
	font-size: 1.6em;
	clear: both;
	color: #fff;
	margin: 1em 0 0.7em 0;
	font-weight: normal;
	padding: 12px 0 0 0;
}


/* end Headings */

p { margin: 0 0 1.5em 0;}

#rightcol p { 
	color: #dfdfdf;
	margin: 1.0em 0 1.5em 0;
	font-size: 0.9em;
}

p#align_bottom { 
	position: absolute;
	bottom: 0px;
	right: 30px;
	color: #fff;
	font-size: 9px;
	
}

p#photocredit {
	font-size: 9px;
	padding: 5px 0 0 15px;
}

.pipe {
	padding-left: 6px;
	color: #fff;
	font-size: 11px;
	margin: 0;
}

img {border: none;}

/* search elements */

label {
	font: bold 1.2em Arial;
	color: #fff;
}

#row_search {
	margin: 0;
	padding: 0;
}

label.searchlabel {
	color: #fff;
	font-style: normal;
	padding-bottom: 5px;
	display: block;
}

label#genderchooser {
	color: #fff;
	font-style: normal;
	padding-bottom: 5px;
	display: block;
	/*border: 1px solid green;*/
}

input#searchinput_title {
	width: 246px;
	margin-bottom: 12px;
	/*border: 1px solid blue;*/
}

input#searchinput_author {
	width: 246px;
	margin-bottom: 12px;
	/*border: 1px solid blue;*/
}

select#genderchooser_select {width: 246px;}

form#search {padding: 0px;}


#searchResults dl {
	margin: 10px 0 20px 0px;
}

#searchResults dl dt, #searchResults dl dd {
	margin-left: 0px;
}

#searchResults .info {
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}


.keywordsSelected {
    display: inline;
    width:30%;
    color:#000;
    height:200px;
    margin-left:10px;
}
.keywordsSelect {
    width:30%;
    color:#000;
    height:200px;
    margin-right:10px;
    float:left;
}
.keywordButtonAdd {
    margin-top:90px;
    width:18%;
    float:left;
}

.resourceTable{
    margin:0px;
    padding:0px;
}
.clearBoth {
    clear:both;
    margin:0px;
}
.addResourceButton {
    margin-top:10px;
}

.resourceTable tr {
    border: 1px solid #fff;
}
.resourceTable tr td {
    padding:4px;
    vertical-align:top;
}

.resourceTable th {
    background-color:#e4e4e4;
}
.resourceTable .even td {
    background-color:#bdbdbd;
}
.resourceTable .odd td {
    background-color:#bdcece;
}

.resourceTable a:link {
    color:#000;
}
.resourceTable a:hover {
    color:#424242;
}
.resourceAuthor {
    font-style:italic;
    font-weight:bold;
}

.resourceTable .resourceLabel {
    background-color:#dbdbdb;
}

.resourceTable .resourceField {
    background-color:#bdcece;
}

.pageRow {
    background-color: #e4e4e4;
    text-align:center;
}

/* feedback form */
.feedbackForm label {
    color:#000;
    display: inline;
    float:left;
    width:300px;
    margin-bottom:10px;
}

.feedbackForm textarea, input {
    display: inline;
    margin-bottom:10px;
    padding:1px;

}

.feedbackFormClear br {
    clear:both;
}
 a.searchLinks:link, a.searchLinks:visited {
    color:#fff !important;
    text-decoration: none;
}

 a.searchLinks:hover, a.searchLinks:active {
    color:#efefef !important;
    text-decoration: underline;
}
/* end stylesheet */
