/*
Theme Name: Web Crew
Theme URI: http://webcrew.ca/
Description: The default webcrew.ca theme
Author: Felix Hanley
Author URI: http://seconddrawer.com.au/
version: 1.0
 */

/* reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}
ol,ul {list-style:none;font-size:1em;}
blockquote,q {quotes:none;}
/* remember to define focus styles! */
:focus {outline:0;}
/* remember to highlight inserts somehow! */
ins {text-decoration:none;}
del {text-decoration:line-through;}

/* webcrew */
body {
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #1a73bb;
}
h1, h2, h3 {
  margin: 1em 0 .5em;
}
h1 {
  color: #000;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: normal;
}
h2,
blockquote p {
  padding: .5em 0 0;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: -1px;
  border-top: 1px solid #ccc;
}
h3 {
  color: #888;
  font-size: .875em;
}
a,
a:visited,
a:active,
a:hover {
  color: #1a73bb;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px solid #1a73bb;
}
blockquote {
  font-style: italic;
}
p,
#content li {
  margin: .5em 0;
  font-size: .75em;
  line-height: 1.5em;
}
p img {
  border: 1px solid #ccc;
}
p.cite {
  color: #888;
  font-size: .875em;
  font-style: italic;
  text-align: right;
}
hr {
  margin: .5em 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.chart {
  float: left;
  margin: 0 1em 1em;
  padding: 1em;
}
.alignleft {
  float: left;
}
.aligncenter {
  margin: 0 auto;
}
.aligncenter .chart {
  float: none;
}
#header,
#nav,
#page {
  width: 900px;
  margin: 0 auto;
}
#header {
  position: relative;
  height: 110px;
  background-color: #1a73bb;
}
#page {
  position: relative;
  padding: 0 0 2em;
  background-color: #fff;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  overflow: hidden;
}
#nav {
  display: block;
  background-color: #6eb1e6;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  overflow: hidden;
}
#nav li {
  float: left;
  margin: 0 .5em;
  padding: 0 .5em;
}
#nav a:hover {
  border:none;
}
#nav li.current_page_item a,
#nav li.current_page_ancestor a {
  color: #1a73bb;
}
#nav a {
  color: white;
  font-size: 1em;
  font-weight: bold;
  line-height: 2em;
}
#nav a {
  text-transform: lowercase;
  text-decoration: none;
}
#logo {
  margin: 30px 0 0 20px;
}
#content {
  float: left;
  width: 600px;
  padding: 1em;
}
#content li {
  margin: 1em 0 .5em;
}
#sidebar {
  float: right;
  width: 235px;
  margin: 3em 0 0;
  font-size: .75em;
  line-height: 1.5em;
}
#sidebar h2,
#sidebar h3 {
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 1.25em;
  font-weight: bold;
  border: 0;
}
#sidebar h2 a,
#sidebar h3 a {
  color: #333;
}
#sidebar h2 a:hover,
#sidebar h3 a:hover {
  border:none;
}
#sidebar li.widget li a {
  line-height: 1.5em;
}
#sub-page-menu {
  margin: 0 0 4em;
  padding: 0 0 1em;
  border-bottom: 1px solid #ccc;
}
#sub-page-menu h2 {
  color: #000;
  font-size: 1.75em;
  line-height: 1.5em;
  font-weight: normal;
}
#sub-page-menu li a {
  font-size: 1.25em;
}
#footer {
  clear: both;
  margin: 1em 0 1em;
  color: #fff;
  font-size: .75em;
  text-align: center;
}
#footer a {
  color: #fff;
}
input[type=text],
textarea {
  border: 1px solid #ccc;
}
table {
  border-collapse:collapse;
  margin: 1em auto;
  font-size: .875em;
  line-height: 1.5em;
}
th,td {
  padding: 0 1em;
  text-align: left;
}
th {
  margin: 0 0 .25em;
  border-bottom: 1px solid #ccc;
}
