/* @override http://www.adayinmay.com/blog/wp-content/themes/adayinmay/style.css */

/*
Theme Name: A Day In May theme
Theme URI: http://www.adayinmay.com/blog/
Description: A custom theme for A Day In May's blog
Version: 1.0
Author: Tierra Interactive
Author URI: http://tierrainteractive.com/
*/

/* @group Reset */

/* Kudos, Eric Meyer, you rock */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Elements */

html {
	background: #c4dad9;
	height: 100%;
}

/* 62.5% resets default pixel size from 16 to 10; easier to work in base 10 */

body {
	font: 62.5%/1 Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
	color: #5a5b5e;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.4em;
	text-transform: uppercase;
}

p, ul, ol, dl {
	font-size: 1.3em;
	line-height: 1.5;
	margin: 0 0 10px;
}

ul p, ol p, dl p,
ul ul, ul ol, ol ul, ol ol,
dl p, dl ul, dl ol, dl dl {
	font-size: 1em;
}

ul {
	padding-left: 25px;
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

ol {
	padding-left: 25px;
	list-style-type: decimal;
}

li {
	margin-bottom: 5px;
}

a:link, a:visited {
	color: #257675;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted #0063d3;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

label {
	display: block;
}

/* @end */

/* @group Classes */

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 0 10px 10px 0;
}

img.right {
	margin: 0 0 10px 10px;
}

.clear {
	clear: both;
}

.cleared {
	zoom: 1;
}

.cleared:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.center {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

/* @end */

/* @group Layout */

#page {
	margin: 0 auto;
	text-align: left;
	width: 850px;
	background: #fff;
	height: 100%;
	overflow: visible;
}

#header {
	padding: 85px 25px 0;
	margin: 0 0 32px;
}

#header h1 {
	margin-bottom: 40px;
}

#info {
	border-top: 1px solid #c0c2c4;
	border-bottom: 1px solid #c0c2c4;
	padding: 10px 0 15px;
}

#main {
	padding: 1px 25px 15px;
	background: #fff;
	zoom: 1;
}

#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content {
	float: left;
	width: 520px;
	padding: 25px 60px 0 0;
	border-right: 1px solid #aeb0b2;
}

.pagetitle {
	text-transform: uppercase;
	font-size: 1.6em;
	margin-bottom: 15px;
}

.post {
	background: url(images/flower.png) no-repeat center bottom;
	padding: 0 0 50px;
	margin: 0 0 35px;
}

.post h2 {
	font-size: 1.4em;
	color: #257675;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.post .category-date{
	font-size: 1.2em;
	margin: 0 0 5px;
}

.post .date {
	font-size: 1.2em;
	margin: 0 0 5px;
}

.postmetadata a:link, .postmetadata a:visited {
	color: #5a5b5e;
}

.postmetadata a:hover, .postmetadata a:active {
	color: #257675;
	text-decoration: none;
}

.image .attachment {
	text-align: center;
	margin-bottom: 35px;
}

.commentlist {
	padding: 0;
	list-style-type: none;
	margin-bottom: 35px;
}

.commentlist li {
	margin-bottom: 25px;
}

.commentmeta {
	float: left;
	width: 150px;
	font-size: .85em;
	border-bottom: 1px solid #c0c2c4;
	border-right: 1px solid #c0c2c4;
	padding: 0 5px 5px;
	text-align: right;
	margin: 0;
}

.commentmeta cite {
	display: block;
}

.commentmeta .date a:link, .commentmeta .date a:visited {
	color: #5a5b5e;
}

.commentbody {
	border-left: 1px solid #c0c2c4;
	padding: 0 0 0 5px;
	float: left;
	width: 353px;
	position: relative;
	left: -1px;
}

.commentbody .notice {
	padding: 2px;
	border: 3px double #c4dad9;
}

#commentform label {
	font-size: .85em;
}

#commentform input {
	width: 200px;
}

#commentform #submit {
	width: auto;
}

#commentform textarea {
	width: 400px;
	height: 10em;
}

/* @group Gallery override styling */

.entry .gallery .gallery-row {
	zoom: 1;
}

.entry .gallery .gallery-item {
	overflow: visible;
	margin-right: 5px;
	margin-bottom: 5px;
}

.entry .gallery .gallery-icon {
	_display: inline;
}

.entry .gallery .gallery-item img {
	max-width: none;
	padding: 0;
	margin: 0;
	border: 1px solid #b5b6bb;
	display: block;
	_height: 205px;
	-ms-interpolation-mode: bicubic;
}

.entry .col-0, .entry .col-1, .entry .col-2, .entry .col-3, .entry .col-4 {
	width: auto;
}

/* @end */



.navigation {
	zoom: 1;
	font-size: 1.3em;
	margin-bottom: 35px;
}

.navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.navigation .alignleft {
	float: left;
	width: 45%;
}

.navigation .alignright {
	float: right;
	width: 45%;
}

#sidebar {
	float: left;
	width: 180px;
	padding: 25px 0 0 30px;
	border-left: 1px solid #aeb0b2;
	position: relative;
	left: -1px;
}

#sidebar ul {
	padding: 0;
	list-style-type: none;
	font-size: 1.1em;
}

#sidebar ul ul {
	font-size: 1em;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar .divider {
	background: url(images/flower_trail_new.png) no-repeat left bottom;
	padding: 0 0 62px;
}

#sidebar li li {
	margin-bottom: 5px;
}

#sidebar h2 {
	color: #257675;
	text-transform: uppercase;
	font-size: 1.27em;
	margin-bottom: 5px;
}

#sidebar h2.sitelink {
	font-weight: normal;
        letter-spacing: 1px;
}

#sidebar a:link, #sidebar a:visited {
	color: #5a5b5e;
	text-transform: uppercase;
}

#sidebar a:hover, #sidebar a:active {
	color: #257675;
	text-decoration: none;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 35px;
}

#footer p {
	font-size: 1.1em;
}

/* @end */

/* @group Page Specific */

/* @end */

