/* Style sheet for Blabble Blogs */

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: auto;
	font-family: Verdana, sans-serif;
	width: 80%;
	max-width: 56em;
	/*background-image: url('../imgs/border-left.png');*/
}

/* Styling for HTML5 layout tags */
header, footer, nav, aside {
	display: block;
}

/* Formatting for footer */
footer {
	margin: 2em auto;
	text-align: left;
	font-size: .8em;
}

#container {
	margin-left: 100px;
}

/* Headings */
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
	padding-top: .8em;
}

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

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

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

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

table {
	padding-bottom: 1em;
}

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

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

section.clear-left p {
	text-indent: 100px;
}

hr {
  height: 0px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #0091b5;
  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;
}

