/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
html {
  height: 100%;
  overflow-y: scroll;
}

body {
  font-family: Verdana, sans-serif;
  font-size: 1em;
  color: #000;
  background-color: #f2f8fa;
}

/* Formatting for footer */
footer {
  font-size: .8em;
  padding-bottom: 60px;
}

#buttons {
  margin-top: 30px;
}

#buttons p {
  display: inline;
  padding-right: .5em;
}

/* Set up left aside column */
aside.left {
  float: left;
}

.spacer1 {
  margin-top: 1em;
}
.spacer2 {
  margin-top: 3em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
}

h1 {
  font-size: 1.6em;
}
h1.blogtitle {
  padding-top: 30px;
}

h2 {
  font-size: 1.4em;
  margin-top: 1em;
}

h3 {
  font-size: 1em;
  padding-top: .6em;
}

/* Paragraph font */
p {
  font-size: 1em;
  margin-bottom: .75em;
  text-align: left;
  line-height: 1.3em;
}

p.message, p.messagestatic {
  font-size: .8em;
  margin-bottom: 0;
}
p.message {
  color: #ff0000; margin-top: 1.5em;
}
p.messagestatic {
  color: #0054a6;
  line-height: 1em;
  font-style: italic;
  margin-bottom: 1em;
}
p.nb {
  margin-bottom: 0em;
}

a, a:link, a:visited, a:hover {
  color: #0091b5;
  text-decoration: none;
}

/* Set up left aside column */
aside.left {
  float: left;
}

table {
  margin-bottom: 1em;
}

th, td {
  text-align: left;
  vertical-align: top;
  padding-left: 1em;
}

th {
  padding-bottom: .5em;
}

td.first, th.first {
  padding-left: 0;
  text-align: right;
}

hr {
  height: 0px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #0091b5;
  margin-bottom: .5em;
  clear: both;
}

/* Formatting for create/update instructions */
.small {
  font-size: .8em;
}

/* Dashboard */

ul li a {
  display: block;
  text-decoration: none;
}

.dashboard ul {
  margin: 0;
}

.dashboard li {
  list-style-type: none;
}

.dashboard img {
  float: left;
  padding-top: .5em;
  margin-right: 1em;
}

.dashboard .title {
  line-height: 2em;
  width: 20em;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #d8e6ea;
}

/* Forms */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  color: #000;
font: 14px Verdana, sans-serif;
}

/* Responsive images */
img {
    max-width: 100%;
    width: auto; /* for ie8 */
    height: auto;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
