/* general HTML customization */
html, body { padding: 0px; margin: 0px; }
body {
    color: #f2f2f2;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.45em;
	background: #101010 url(http://colourlovers.com.s3.amazonaws.com/images/patterns/484/484033.png) repeat;
}
p {}
blockquote {}
a {color: #994E33;}
a:hover {color: #940315;}
a:visited {color: #733924;}
a:visited:hover {color: #733924;}

/* pure hAtom styling */
.hfeed { width: 560px; margin: 0px auto;} /* main feed items container */
.hentry {margin-top: 70px; margin-bottom: 30px;} /* feed item aka post */
.hentry p { margin: 0px; margin-bottom: 24px;}
.hentry .entry-summary, .hentry .entry-content,
.hentry .tags, .hentry .post-meta {
    background: #262622;
    color: #D9D6A9;
    width: 500px;
    margin: 0px auto;
    margin-bottom: 1px;
    padding: 16px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    line-height: 1.45em;
	letter-spacing: normal;
	word-spacing: normal;
}
.hentry .tags, .hentry .post-meta {
	color: #8C8669;
	background: #2E2E2A;
	padding: 10px 16px;
	font-size: 13px;;
}
/* post text, place for additional typography */
.hentry .entry-title {
    background: #D9D6A9;
    color: #940315;
    margin: 0px;
    padding: 5px 12px;
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
    border: 0px solid #3F403A;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px #999;
    box-shadow: 0 1px 5px #999;
    border-top: 1px solid rgba(0,0,0,0.25);
    
}
.photo .entry-title, .quote .entry-title,
.video .entry-title {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}
.photo .entry-content, .quote .entry-content,
.video .entry-content {
	border-top: 3px solid #3F403A;
}
 /* post title */
.hentry .entry-title a { color: #940315;}
abbr.published, abbr.updated {} /* post date */
address {display: inline;} /* post author in hCard format*/

/* mixed hAtom + content customization
   may be used for image or headings styling in hAtom feed content */
.hentry .tags {}
.hentry .post-meta {}
.entry-content a {}
.entry-content blockquote {
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}
.entry-content img {}
.entry-content p {} /* place for additional typography */

/* non-hAtom additional styling */
h1#main-title, #footer, #metabar { width: 560px; margin: 0px auto; }
h1#main-title {
    margin-bottom: 0px;
    margin-top: 10px;
	font-family: Cambria, serif;
	font-size: 41px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
    text-transform: uppercase;
    text-shadow: -0.12em 0.12em #000;
}
h1#main-title a { text-decoration: none; color: #7c0509;}

/* additional ala blog layout styling */

.metablock {
    background: #262622;
    color: #D9D6A9;
    border: 3px solid #2E2E2A;
    width: auto;
    margin: 10px auto;
    padding: 16px;
    font-family: “Lucida Grande”, sans-serif;
    font-size: 14.67px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}
.metablock h3, #footer {
	text-transform: uppercase;
}

#metabar {
	width: 200px;
	position: fixed;
	top: 25px; right: 30px;
}

#metabar .metablock {
	border: 0px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: 0 1px 5px #000;
    box-shadow: 0 1px 5px #000;
}

#footer {
	position: relative;
	padding: 7px;
}

#pagination {
	width: 570px;
	margin: 10px auto;
	color: #D9D6A9;
	background: #2E2E2A;
	padding: 7px 0px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -2px;
	line-height: 1.2em;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
#pagination a {text-transform: uppercase; text-decoration: none;}
 /*something like sidebar, but more generic, depending on layout*/ 

#disqus_thread {
    padding: 10px;
    background: #2E2E2A;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
}

