/*
Theme Name: WSSEC Custom Theme
Theme URI: http://wssec.org/
Description: Custom theme for the WSSEC
Version: 0.1
Author: Luke Bowerman

*/


body {
  padding: 0;
  margin: 0;
}

p, li, td, th {
	font-family: Georgia, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, sans-serif;
  margin: .2em 0 0 0;
  padding: 0;
  line-height: 1.3;
  font-weight: normal;
}

h1 {
  margin-top: .1em;
  line-height: 1.1;
  font-weight: bold;
  font-size: 3em;
  color: #118700;
}
h1 small {
  color: #666;
  font-size: .5em;
}
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }
h5 { font-size: .9em; }
h6 { font-size: .8em; }



a, a:active { color: #118700; }
a:hover { text-decoration: underline; }
p, li { 
  font-size: .9em;
  line-height: 1.4;
}
ul, ol { margin: .5em 0 1em; }
p { margin: 0 0 1em; }

table {
  border-spacing: 0;
  border: 1px solid black;
  border-bottom: none;
  border-right: none;
  font-family: Helvetica, Arial, san-serif;
  font-size: 10pt;
	margin: 1em 0;
}
th, td {
  padding: 4px;
  border-right: 1px solid black;
	vertical-align: top;
}
th p, td p {
	margin: 0 0 1em;
	font-size: 8.5pt;
}
table th {
  background-color: #eee;
  border-bottom: 2px solid black;
  text-align: left;
}
table td {
  border-bottom: 1px solid black;
}

header {
  padding: 0;
  margin: 0;
  background: #fff url(images/greyscale.gif) repeat-x bottom;
}
header img {
  position: absolute;
  right: 40px;
  top: 0;
  border: none;
}
header h1 {
  padding: 16px 0 0;
  margin: 0 60px 2px;
  font: bold 1.5em 'Helvetica Neue', Helvetica, sans-serif;
}
header p {
  margin: 0 60px 16px;  
  font: normal .75em Verdana, sans-serif;
  font-style: italic;
}
header h1 a, header p a { text-decoration: none; }
header p a { color: #666; }

header ul {
  height: 37px;
  padding: 0 40px;
  width: 100%;
  background: #93CA87;
  list-style: none;
}
header ul li {
  float: left;
  padding: 0;
  position: relative;
  display: block;
}
header ul li a {
  display: block;
  font: bold .95em 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-right: 8px;
  color: white;
  text-decoration: none;
}
header ul li:hover a, header ul li a:hover { 
  background-color: #5EB14D; 
  text-decoration: none;
}

header ul ul {
	display: none;
	background: none;
	background-color: #5EB14D;
	width: 12em;
	height: auto;
	margin: 0;
 	position: absolute;
  top: 37px;
  left: 0;
  padding: 8px 0 10px;
}
header ul li:hover ul, header ul li.over ul{ display: block; } 
header ul ul li { float: none; }
header ul li:hover li a  {
  text-transform: none;
	float: none;
	font: normal .85em Verdana, sans-serif;
	padding: 5px 20px;
	margin: 0;
	color: #fff;
	text-decoration: none;
}
header ul li li a:hover { opacity: .8; }


#content {
  margin: 0 auto;
  padding: 5px 60px;
  overflow: hidden;
}

#footer { 
  border-top: 1px solid #ccc;
  padding: 0 0 5px;
}
#footer p { 
  margin: 4px 60px .5em;
  font: normal .7em/1.5 Verdana, sans-serif;
  color: #888;
}
#footer strong {
  font: normal .85em Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #777;
}
#footer a { color: #777; }


#sidebar {
  padding: 10px 10px 1px;
  margin: 1em 0 1em 2em;
  float: right;
  width: 150px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#sidebar ul { 
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar ul li {
  line-height: 1em;
  margin: 0 0 .1em 0;
  padding: 0;
  padding-bottom: 6px;
}
#sidebar ul li a { 
  color: #333;
  text-decoration: none;
  font: normal .9em Helvetica, Arial, sans-serif;
}
#sidebar ul li a:hover {
  text-decoration: underline;
}
#sidebar ul li.current_page_item a { font-weight: bold; text-decoration: none;  }

#sidebar ul ul { margin: .5em 0 0 .5em; }
#sidebar ul ul li { font-size: .85em;}


div#sidebar ul li.current_page_item li a { font-weight: normal; text-decoration: underline;  }

.alignright {
  float: right;
  margin: 0 0 0 10px;
}
.alignleft {
  float: left;
  margin: 0 10px 0 0;
}


#index h2, #index h4 { font-weight: normal; }

.threecolumn .col li { font-size: 10pt; }
.threecolumn  .col h5 {
	line-height: 1.2;
	font-size: 12pt;
	margin-top: 1em;
}

.threecolumn { overflow: hidden; width: 100%; }
.threecolumn .col { 
	width: 30%; 
	margin: 0; 
	margin-right: 3%; 
	float: left;
	padding: 0;
}
.threecolumn .twocolumn {
	float: left;
  width: 63%;
  margin-right: 3%;
}
.threecolumn .twocolumn .col {
  width: 47%;
  margin: 0;
}
.threecolumn .twocolumn .first { margin-right: 3%; }

.threecolumn .col p, .threecolumn .col {
	font: normal 8.5pt Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.4;
}
.threecolumn .col#last { margin-right: 0; }

#donate {
  border: 5px solid #118700;
  padding: 10px;
  width: 340px;
  margin: 0 0 1em;
}
#donate h2 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
#donate p {
  font: normal .7em Verdana, sans-serif;
  color: #666;
  margin: 0 0 .75em;
}
#donate p.donate { margin: .5em 0 0; }
#donate p a {
  display: block;
  text-align: center;
  width: 8em;
  text-decoration: none;
  padding: 5px 8px;
  background-color: #118700;
  color: #fff;
}
#donate p a:hover { background-color: #555; }


.postmetadata {
  color: #666;
  font: normal .7em Verdana, sans-serif;
  margin: -1em 0 1em;
}

#getinvolved {
  float: right;
  width: 200px;
  padding: 0 0 50px 20px;
  margin: 0 0 0 20px;
  border-left: 1px solid #ccc;
}
#getinvolved p {
  font: normal .7em/1.5 Verdana, sans-serif;
}
#getinvolved h2 {
  margin: 0;
}
#getinvolved h4 {
  font: bold .8em/1.2 Helvetica, Arial, sans-serif;
}

/* FYI CSS */
div.article { margin: 20px 0; }
div.article h5 { line-height: 1em; margin: 0 0 -.3em; padding: 0; }
.date { font-size: 12pt; font-weight: bold; color: #999; }
