/*
THEME NAME: Aorist
THEME URI: http://www.unleadedsoftware.com/
DESCRIPTION: Aorist Theme
VERSION: 0.1
AUTHOR: Ian Kullhem
AUTHOR Uri: http://www.unleadedsoftware.com
TAGS: two columns, blue, yellow, grey, professional
TEMPLATE: sandbox
*/

/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #fff url(images/background.gif) left top repeat-x;
  font: normal 62.5% Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
  color: #000;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----Layout----*/

div#wrapper {
  width: 900px;
  background: url(images/container-background.gif) left top no-repeat;
  text-align: left;
  margin: 0 auto;
  padding: 0 5px;
  position: relative;
}

div#header {
  height: 109px;
  padding: 0 5px;
  margin-bottom: 252px;
}

div#container {
	float: left;
	margin: 0 -200px 0 0;
	width: 660px;
    background: #fff;
    padding: 20px;
}
div#content {
	margin: 0 200px 0 0;
}
div#secondary,div#primary{
	clear: right;
	float: right;
	overflow: hidden;
	width: 200px;
    background: #fff;
}
div#footer {
	clear: both;
	width: 100%;
}
div#access {
  display: none;
}


/*----End Layout----*/
/*---------------------------------------------------------------------*/
/*----Header----*/

h1#blog-title {
  display: block;
  float: left;
  background: url(images/logo.gif) left top no-repeat;
  width: 302px;
  height: 104px;
  text-indent: -9999px;
}

div#blog-description {
  display: none;
}

#text-166676451 div.textwidget {
  position: absolute;
  top: 0;
  right: 5px;
}

#text-166676452 div.textwidget {
  position: absolute;
  top: 109px;
  left: 5px;
}

#text-166676452 div.textwidget {
  width: 338px;
  height: 192px;
  background: url(images/header-jobs.jpg) left top no-repeat;
  padding: 60px 540px 0 22px;
}


#text-166676452 div.textwidget h2 {
  color: #333333;
  font-size: 3.5em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #6485a8;
  letter-spacing: -1px;
  margin-bottom: 5px;
  font-family: "Arial Narrow", Helvetica, Arial, Verdana, sans-serif;
}

#text-166676452 div.textwidget span {
  color: #010101;
  font-size: 2.8em;
  font-family: "Arial Narrow", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1em;
  display: block;
}

#text-166676452 div.textwidget p {
  font-size: 1.1em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

#text-166676452 div.textwidget p a {
  font-weight: bold;
  color: #db9200;
  text-decoration: none;
}

#text-166676452 div.textwidget p a:hover {
  text-decoration: underline;
}
/*----End Header----*/
/*---------------------------------------------------------------------*/
/*----Nav----*/

#nav {
  float: right;
}

#nav li {
  display: block;
  float: left;
  position: relative;
}

#nav a {
  display: block;
  float: left;
  background: #fff;
  height: 109px;
  border-left: 1px solid #e5e5e5;
  color: #535353;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  padding: 0 16px;
  line-height: 109px;
}

#nav a:hover {
  color: #db9200;
  background: #f5f5f5;
}

#nav li ul {
  display: none;
}

#nav li:hover ul {
  display: block;
  position: absolute;
  top: 109px;
  left: 0;
  width: 200px;
  border: 1px solid #e5e5e5;
  border-bottom: 0 none;
  background: #fff;
  z-index: 100;
}

#nav ul li {
  float: none;
}

#nav ul li a {
  float: none;
  height: auto;
  border: 0 none;
  padding: 5px 16px;
  line-height: 1em;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}

/*----End Nav----*/
/*---------------------------------------------------------------------*/
/*----Content----*/

#container h2 {
  color: #517daa;
  font-size: 3em;
  font-family: "Arial Narrow", Helvetica, Arial, Verdana, sans-serif;
  text-transform: lowercase;
  margin-bottom: .5em;
}

#container a {
  text-decoration: none;
  color: #517daa;
}

#container a:hover {
  text-decoration: underline;
}

#container h3 {
  color: #517daa;
  font-size: 2em;
  font-family: "Arial Narrow", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: .5em;
}

#container p {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 1em;
}

#container blockquote {
  font-style: italic;
  text-align: left;
  font-weight: bold;
  padding: 20px;
  border: 1px solid #e5e5e5;
  margin: 20px;
}

#container cite {
  text-align: center;
  font-size: 1.1em;
  display: block;
}

div.entry-date {
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

div.entry-date abbr {
  font-size: 1.3em;
  font-weight: bold;
  padding-right: 5px;
  border: 0 none;
  font-family: "Arial Narrow", Helvetica, Arial, Verdana, sans-serif;
  color: #517daa;
}

#container div.post {
  margin-bottom: 4em;
}

#container ol {
  list-style: decimal;
  margin: 0 0 20px 20px;
}

#container ul {
  list-style: disc;
  margin: 0 0 20px 20px;
}

#container li {
  font-size: 1.3em;
  line-height: 1.5em;
}


/*----End Content----*/
/*---------------------------------------------------------------------*/
/*----Sidebar----*/

#secondary {
  padding-right: 20px;
}


#secondary h3 {
  color: #000;
  font-size: 1.7em;
  font-weight: bold;
  border-bottom: 1px solid #bfbfbf;
  font-family: "Arial Narrow", Helvetica, Arial, Verdana, sans-serif;
  padding-top: 50px;
  margin-bottom: 1em;
}

#secondary .widget li {
  background: url(images/bullet-dash.gif) left 7px no-repeat;
  padding-left: 10px;
  font-size: 1.3em;
  font-weight: bold;
}

#secondary a {
  color: #3b5c92;
  text-decoration: none;
}

#secondary a:hover {
  text-decoration: underline;
}

#secondary table caption {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  padding: 5px;
}

#secondary table td {
  padding: 4px;
  font-size: 1.1em;
}

#secondary table th {
  padding: 4px;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

#secondary table td a {
  font-weight: bold;
}


/*----End Sidebar----*/
/*---------------------------------------------------------------------*/
/*----Prev Next Nav----*/

.navigation {
  height: 30px;
}

.nav-previous {
  float: left;
  width: 40%;
}

.nav-next {
  float: right;
  width: 40%;
  text-align: right;
}

/*----End Prev Next Nav----*/
/*---------------------------------------------------------------------*/
/*----Comments----*/

.entry-meta {
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #efefef;
}


/*----End Prev Next Nav----*/
/*---------------------------------------------------------------------*/
/*----Comments----*/

#comments label {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5em;
}

#comments .form-textarea, #comments .form-submit, #comments .form-input {
  margin-bottom: 1em;
}

#comments li p {
  font-size: 1em;
}

#comments .comment {
  border: 1px solid #efefef;
  padding: 20px;
  margin-bottom: 1em;
  list-style: none;
}

#comments .comment-meta {
  border-bottom: 2px solid #d5d5d5;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

#comments .required {
  color: #ad0000;
}


/*----End Comments----*/
/*---------------------------------------------------------------------*/
/*----sidebar----*/

#footer {
  background: #fa0;
  padding: 13px;
  color: #fff;
}

#footer p {
  font-size: 1.1em;
}

#footer a {
  color: #1c2122;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p a {
  font-weight: bold;
}

#footer ul {
  float: right;
  padding: 8px 0;
}

#footer ul li {
  display: inline;
  text-transform: uppercase;
  border-right: 1px solid #1c2122;
}

#footer ul li.last {
  border: 0 none;
}

#footer ul li a {
  padding: 0 6px;
}        