/*
Theme Name: Ame
Theme URI: http://
Description: Custom WP theme
Version: 1.0
Author: Relish Interactive
Author URI: http://relishinteractive.com/
Tags: 
*/



/* !RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.25; }
ol, ul { list-style: none; }
/* ---------- Tables still need 'cellspacing="0"' in the markup. ---------- */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
/* ---------- Remove possible quote marks (") from <q>, <blockquote>. ---------- */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }



/* !UTILITIES */

.alignleft { text-align: left; }
.alignright { text-align: right; }

p {
	margin: 1.2em 0em;
}



/* !STRUCTURE */

body {
	background: #060606 url('images/bg-body.png') no-repeat left top;
	background-attachment: fixed;
	color: #d9d9d9;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida sans', Verdana, Arial, sans-serif;
	font-size: 12px;
}

#page {
	width: 866px;
	margin: 100px auto;
}

#content {
	clear: both;
	overflow: hidden;
	width: 486px;
	margin-bottom: 30px;
	float: left;
}

#sidebar {
	overflow: hidden;
	width: 270px;
	margin-bottom: 50px;
	padding: 40px 0px 55px 60px;
	float: right;
	border-left: 1px dotted #2b2b2b;
}

#footer {
	width: 476px;
	margin: 50px 0px;
	padding-top: 20px;
	clear: both;
	color: #343434;
	border-top: 6px solid #900808;
	font-size: 11px;
	text-align: right;
}

#footer img {
	float: left;
}


/* !HEADINGS */

h1 {
	font-family: Garamond, 'Adobe Garamond', 'Apple Garamond', Georgia, Times, 'Times New Roman', serif;
	font-size: 36px;
}
h2 {
	margin: 10px 0px;
	font-family: Garamond, 'Adobe Garamond', 'Apple Garamond', Georgia, Times, 'Times New Roman', serif;
	font-size: 30px;
}
h3 {
	margin: 10px 0px;
	font-family: Garamond, 'Adobe Garamond', 'Apple Garamond', Georgia, Times, 'Times New Roman', serif;
	font-size: 26px;
}

h2.pagetitle {
	color: #555;
	font-size: 26px;
	margin-bottom: 30px;
}
#sidebar h2 {
	margin: 10px 0px 5px 0px;
	font-size: 18px;
}

#header {
	border-bottom: 6px solid #900808;
	margin-bottom: 25px;
	padding-bottom: 30px;
}
#header h1 span {
	position: absolute;
	top: -500px;
	left: 0px;
}
#header .description {
	margin-top: -50px;
	font-size: 11px;
}



/* !LINKS */

a {
	color: #910808;
	text-decoration: none;
}
a:hover,
.current_page_item a,
.current_page_ancestor a,
.current-cat a {
	color: #c90b0b;
}

h2 a,
h3 a {
	color: #d9d9d9;
}
h2 a:hover,
h3 a:hover {
	color: #d9d9d9;
	text-decoration: underline;
}

.navigation {
	overflow: hidden;
	margin: 20px 0px;
	color: #555;
}
.navigation .alignleft {
	display: block;
	width: 48%;
	float: left;
}
.navigation .alignright {
	display: block;
	width: 48%;
	float: right;
}


/* !SIDEBAR */

#sidebar li {
	margin-bottom: 25px;
}
#sidebar li li {
	margin-bottom: 0px;
}

#sidebar li.categories li {
	color: #555;
}



/* !POSTS */

.page-content .post {
	border: none;
	padding: 0px;
}

.post {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px dotted #2b2b2b;
}
.post h2,
.post h3 {
	margin-bottom: 0px;
}
.post small {
	color: #fcf7a7;
	font-size: 11px;
}

.postmetadata {
	font-size: 11px;
	font-style: italic;
}
.postcommentlinks {
	color: #272727;
	font-size: 11px;
	text-align: right;
}

.entry {
	margin: 20px 0px;
}

.entry img {
	padding: 0px;
	max-width: 100%;
	border: 3px solid #900808;
}
.entry img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry img.alignright {
	float: right;
	margin: 7px 0px 2px 7px;
	display: inline;
}
.entry img.alignleft {
	display: inline;
	float: left;
	margin: 7px 0px 2px 7px;
}

.entry ul {
	margin: 1em 4em;
	list-style-type: disc;
}
.entry ol {
	margin: 1em 4em;
	list-style-type: decimal;
}

.entry blockquote {
	margin: 2em 4em;
	padding-left: 1em;
	/* padding: 0.25em 1em; */
	border-left: 6px solid #900808;
}
.entry blockquote p,
.entry blockquote ul,
.entry blockquote ol {
	margin: 0.5em 0em;
}



/* !COMMENTS */

.commentlist .commentmetadata a {
	color: #555;
}
.commentlist li .comment-meta {
	margin-bottom: 15px;
}
.commentlist li {
	margin-bottom: 40px;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #555;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentmetadata {
	font-weight: normal;
}



/* !FORMS */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
	background-color: #d9d9d9;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida sans', Verdana, Arial, sans-serif;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}



dl dt {
	padding-top: 10px;
}
dl dd {
	padding-left: 20px;
}