/* @override http://houseofcomments.com/wordpress/wp-content/themes/hoc/style.css */

/*  
	Theme Name: House of Comments
	Theme URI: http://houseofcomments.com
	Description: 
	Version: 
	Author: 
	Author URI: 
	Tags: 
*/

@font-face {
	font-family: 'TitleFont';
	src: url('Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('Chunkfive.otf') format('opentype'), url('ChunkFive.ttf') format('truetype');
}


body {
	color: #222222;
	background-color: #56716b;
	background-image: url(images/leather-sm.png);
	-webkit-box-shadow: inner 0 0 10px #000;
	-moz-box-shadow: inner 0 0 10px #000;
	box-shadow: inner 0 0 10px #000;

}
#wrap {
}
#header {
	height: 19em;
	background: url(images/logo.png) no-repeat 4em 2em;
}
#header-text h1 {
	display: none;
}
#header-text p {
	font-family: TitleFont, Rockwell, Georgia, serif;
	font-size: 1.8em;
	position: absolute;
	left: 19em;
	top: 8.6em;
	color: #151718;
}
#nav {
	height: 40px;
	background: url(images/nav-wood.png);
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: none;
}

.nav-item {
	display:block; /* Required */
	width:170px; /* Width of image in question */
	height:40px; /* Height of image in question */
	position:relative; /* Required */
}
.nav-item a span {
	position:absolute; /* Required */
	width:170px; /* Stretch full width of parent */
	height:40px; /* Stretch full height of parent */
	cursor:pointer;
}
#nav-item-home a span {
		background: url(images/nav-home.png) no-repeat; /* Image */
		-webkit-border-top-left-radius:10px;
		-webkit-border-bottom-left-radius:10px;
		-moz-border-radius-topleft:10px;
		-moz-border-radius-bottomleft:10px;
		border-top-left-radius:10px;
		border-bottom-left-radius:10px;
}
#nav-item-about a span {
		background:url(images/nav-about.png) no-repeat; /* Image */
}
#nav-item-archive a span {
		background:url(images/nav-archive.png) no-repeat; /* Image */
}
#nav-item-subscribe a span {
		background:url(images/nav-subscribe.png) no-repeat; /* Image */
}
#nav-item-home a span:hover, #nav-item-about a span:hover, #nav-item-archive a span:hover, #nav-item-subscribe a span:hover {
	background-position: -170px;
}
.post {
	margin-top: 1em;
	margin-bottom: 2em;
}

#page {
	
}
h1, h2, h3 {
	font-family: TitleFont, Rockwell, Georgia, serif;
	margin-bottom: 0.4em;
	color: #000000;
	font-weight: normal;
	text-shadow: 0 1px 0 #;
}

a {
	color: #6C2933;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(210,183,187,0);
	-webkit-transition: color 0.2s linear, background-color 0.2s linear;
	-o-transition: color 0.2s linear, background-color 0.2s linear;
	transition: color 0.2s linear, background-color 0.2s linear;

	text-decoration: underline;
}
a:visited {
	color: #7C6669;
}
a:hover {
	
	background-color: #d2b7bb;
	color: #6C2933;
}
a:active {
	border-bottom: 1px dotted #3d00fe;
	margin-bottom: -1px;
	background-color: #6C2933;
	color: #D2ADB3
}

h2 a, h2 a:visited {
	text-decoration: none;	
	color: black;
	background-color: rgba(210,183,187,0);
}
.post .metadata p {
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #A0B8B3;
	border-top: 1px solid #A0B8B3;
		font-style: italic;
}

.date_column {
	text-align: center;
	font-family: TitleFont, "Rockwell Extra Bold", Rockwell, Georgia, serif;
	color: #AFA085;
	text-shadow: 0 0 2px #72572B;
	width: 92px;
	height: 130px;
	float: left;
	padding-top: 6px;
	padding-left: 2px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	margin-top: 1em;
	margin-right:-15px;
	background: url(images/date.png) no-repeat;
}
.date_column .day {
	font-size: 3.5em;
	margin: 0;
	font-weight: normal;
}
.date_column .month {
	font-size: 2em;
	margin: 0;
	margin-top: -0.7em;
}
.date_column .year {
	font-size: 1.7em;
	font-weight: bold;
	margin: 0;
	margin-top: -0.3em;
}
.post_column {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 1em;
	padding-bottom: 1em;
	background: #fff url(images/page.png) repeat-y -104px;
	width: 39em;
	padding-left: 1em;
	padding-right: 0.7em;
	
	float: left;
	margin-left: 10px;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	
}

div.navigation {
	margin-left: 89px;
	text-align: center;
}
.newer_entries, .older_entries {
	font-size: 1.2em;
	font-weight: bold;
}

h3#comments {
	font-size: 1.2em;
}
.commentlist {
	list-style-type: none;
	padding: 10px;
	margin: 5px;
	background-color: #f6f0e4;
}
.commentlist li {
	padding: 5px;
	margin: 0;
	margin-bottom: 10px;
	border: 2px solid white;
}
.commentlist li.alt {
	background-color: white;
}
.comment-author {
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	margin-bottom: 5px;
}
.comment-meta {
	float: right;
	font-style: italic;
}
.comment-body p {
	clear: both;
}

.widget {
	margin-left: 9px;
	-moz-box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
	box-shadow: 0 0 5px black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	list-style-type:  none;
	margin: 0;
	margin-top: 1em;
	padding: 1em;
	background: #D7CDBB url(images/sidebar.png) repeat;
}
.widget p {
	margin-bottom: 0.7em;
}
#widget-icons {
	padding: 10px;
	padding-bottom: 5px;
}
#widget-icons ul {
	margin: 0;
	padding: 0;
}
#widget-icons ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
	list-style-type: none;
}
#widget-icons img {	
	vertical-align: -12px;
}
#widget-icons a {
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0;
	-webkit-border-radius: 5px;
	–moz–border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: padding-left 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	–moz–transition: padding-left 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	-o–transition: padding-left 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: padding-left 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	background-color: rgba(255,255,255,0);
}
#widget-icons a:hover {
	padding-left: 10px;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
}
#widget-icons p {
	margin: 0;
	text-align: center;
}
#sidebar {
	box-shadow: 0 0 10px black;
}
#footer {
	margin-top: 2em;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	color: #D7CDBB;
	text-shadow: 0 0 2px #72572B;
}