/*
THEME NAME: NYSSTL Theme
DESCRIPTION: Custom theme for NYSSTL based on Sandbox theme.
AUTHOR: Luke Bowerman
*/

/* Reset Stylesheet - v1.0 | 20080212 */

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; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/* END - Reset Styles */


body {
  font-family: Arial, Verdana, sans-serif;
}
label, p, li { font-size: .95em; }
p, ul, ol { margin: 0 0 1em; }
#content ul { 
  list-style: square;
  margin: 0 0 0 1.5em;
}
#content ol { 
  list-style: decimal;
  margin: 0 0 0 1.5em;
}
#content li { 
  margin: 0 0 .5em;
  line-height: 1.4;
}
#content li li { font-size: 1em; }
#content ul ul { margin: .5em 0 0 1.5em; }
#content h1, #content h2, #content h3, #content h4, #content h5 {
  font-family: 'StoneSansITCTT-Bold', 'Stone Sans ITC TT', 'ArialMT', 'Arial', sans-serif;
  line-height: 1.2;
  margin: 0 0 .1em;
}
#content h1 {
  color: #2b992a;
  margin: .5em 0 .25em;
  font-size: 2.5em;
}
#content h2 { font-size: 1.5em; }
#content h3 { font-size: 1.25em; }
#content h4 { font-size: 1em; }

#content p {
  line-height: 1.5;
}

p.introduction { 
  margin: 1.25em 0 1em;
  font-size: 1.1em;
}


label {
  display: block;
  font-weight: bold;
  margin: 0 0 2px;
}
textarea, input { margin: 0 0 8px; }
textarea { width: 100%;   }
input { padding: 2px; }

.wrapper {
  margin: 0 40px;
  min-width: 840px;
  overflow: visible;
}
#header {
  background-color: #142170;
  color: #fff;
}
#header img {
  position: absolute;
  top: 10px;
  left: 40px;
}
#header h1 { 
  font: normal 2em 'StoneSansITCTT-Bold', 'Stone Sans ITC TT', 'ArialMT', 'Arial', sans-serif;
  color: #18a7bd;
  padding: 20px 20px 20px 215px;
  text-align: left;
}
#header h1 a {
  color: #18a7bd;
  text-decoration: none;
}
#header ul {
  background-color: #158799;
  overflow: hidden;
  padding: 0 0 0 195px;
  margin: 0 0 0 5px;
  list-style: none;
  display: inline-block
}
#header ul li { display: inline; }
#header ul li a {
  float: left;
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font: normal .8em Verdana, sans-serif;
  white-space: nowrap;
}
#header ul li a:hover { background-color: #18a7bd; }

#wrapper {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

#footer {}
#footer ul {
  border-top: 5px solid #18a7bd;
  padding: 10px 0 0;
}
#footer ul li {
  display: inline;
  text-align: center;
}
#footer ul li a {
  display: inline;
  padding: 0 10px;
  color: #158799;
}

/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/
div#container {
  float:right;
  margin:0 0 0 -215px;
  width:100%;
}
#header {
  min-width: 930px;  
}
div#content { 
  margin:0 0 20px 215px; }
div.sidebar {
  float:left;
  overflow:hidden;
  width:200px;
}
div#footer {
  clear:both;
  width:100%;
}

.entry-title,.entry-meta { clear:both; }

form#commentform .form-label { margin:1em 0 0; }

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

p.admin { margin: 2em 0 -18px;}
p.admin a {
  text-decoration: none;
  background-color: #18a7bd;
  color: #fff;
  font-size: .8em;
  padding: 5px 10px;
}
p.admin a:hover { text-decoration: underline; }

#login {}
#login {
	border: 1px solid #ccc;
	background-color: #ffc;
	padding: 10px 10px 0;
  margin: 0 0 1em;
  width: 680px;
}
#content form h4, #login h4 { 
  font: bold .8em Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
#content form p, #login p { 
  font: normal .7em Verdana, sans-serif;
  color: #666;
  margin: 0 0 .5em;
}
#login form input { margin-right: 10px; }
#login label {
	display: block;
	padding: 5px 5px 0 0;
  font: normal .7em Verdana, sans-serif;
}
#login form label { display: inline; }

form.wpcf7-form {
  background-color: #eee;
  padding: 10px 10px 0;
}
form.wpcf7-form label {
  font-size: .8em;
  font-weight: normal;
}
form.wpcf7-form fieldset {
  margin: 0 0 -2em;
}
#content form.wpcf7-form fieldset.group {
  overflow: hidden;
  width: 100%;
  margin: 0;
}
#content form.wpcf7-form fieldset ol {
  list-style: none;
  margin: 0;
}
#content form.wpcf7-form fieldset.group li {
  float: left;
  margin: 0 10px 0 0;
}

div.columns {
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em;
}
div.columns .column {
}
div.columns .one { 
  float: left;
  width: 425px; 
}
div.columns .two { 
  border: 1px solid #ccc; 
  padding: 6px 10px;
  margin: 0 0 0 450px;
}

#content .columns h2 { font-size: 1.1em; }
#content .two h2 {
  font-size: .95em;
  text-transform: uppercase;
  margin: .1em 0 .3em;
}
.two h2 a {
  color: #555;
  text-decoration: none;  
}
.two h2 img { display: none; }
#content .two ul {
  margin: 0;
  padding: 0;
}
#content .two ul li {
  list-style: none;
  font-size: .725em;
  margin: 0 0 .5em;
}
#content .two ul li span.rss-date {
  color: #666;
  font-size: .95em;
}
.news {
  width: 405px;
  padding: 10px 10px 5px;
  margin: 0 0 10px;
  background-color: #cfc;
}
#content .news ul {
  margin: 0;
}
#content .news ul li {
  list-style: none;
  margin: 0 0 .2em;
}
.news ul li a { color: #060; }

.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }

dl {}
dt { font-weight: bold; }
dd { margin: 0 0 1em; }

dl.default {
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;	
}
dl.default dd, dl.default dt {
	padding: .7em .5em .1em 0;
	border-top: 1px solid #ccc;
	margin: 0;
	min-height: 1.5em;
	font-size: .75em;
}
dl.default dt {
	width: 9em;
	float: left;
	margin: 0;
	font-weight: bold;
}
dl.default dd {
	margin-left: 9.5em;
}
dl.wider dt { width: 20em; }
dl.wider dd { margin-left: 20.5em; }

dl.default dd.not_first {
	border-top: none;
}
dl.noborders, dl.noborders dd.first,  dl.noborders dt.first {
  border: none;
}


#content div.description { 
  margin: 1.5em 0; 
  border: 1px solid #ccc;
  padding: 1em 1em 5px;
  font-size: .75em;
  line-height: 1.5;
  font-family: Verdana, sans-serif;
}
#content div.description p { 
  clear: both;
  line-height: 1.5;
}
#content div.description h3.legend { 
  font: bold .95em Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: -1.9em 0 -5px -5px;
  padding: 5px;
  background-color: #fff;
  float: left;
}

form.search {
  margin: 0;
  padding: 10px 10px 2px;
  background-color: #eee;
}
form.search label {
  float: left;
  margin: 8px 10px 0 0;
  font: normal .7em Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
p.details { 
  color: #666;
  font: normal .7em Verdana, sans-serif;
  margin: .25em 0 1.5em;
}