body {
	background: url(../images/background.png) repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #9e2a20;
}

.container {
	
}

/* @group header */

#header {
	height: 100px;
	margin-bottom: 20px;
	min-width: 950px;
}

#header h1 {
	background-color: white;
	position: absolute;
	right: 0;
	top: 42px;
	width: 40%;
	border-left: 1px none rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.15);
	border-top-style: none;
}

#header h1 a {
	background: url(../images/logo.png) no-repeat;
	width: 157px;
	height: 51px;
	overflow: hidden;
	line-height: 200px;
	display: block;
}

/* @group navigation */

#navigation {
	margin-top: 6px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	float: left;
	margin-left: 15px;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
	color: white;
	text-transform: lowercase;
	font-size: .8em;
}

#navigation a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 21px;
}

.home #nav-home, .about #nav-about, .projects #nav-projects {
	background: url(../images/indicator.png) no-repeat center 16px;
}



/* @end */

/* @group controls */

#controls {
	position: absolute;
	right: 25px;
	top: 6px;
}

#controls ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#controls li {
	float: left;
	margin-left: 15px;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
	color: white;
	text-transform: lowercase;
	font-size: .8em;
}

#controls li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}



/* @end */



/* @end */

/* @group debug */

#debug {
	display: none;
}



/* @end */

/* @group grid */

.grid .post-wrap {
	float: left;
	position: relative;
	margin: 0 15px 25px 0;
	background: url(../images/post-bkgd.png) no-repeat 0 20px;
	width: 232px;
	height: 255px;
}

.grid .post {
	overflow: hidden;
	position: relative;
	margin: 26px 6px 6px;
}

.grid h4.day-title {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* @group video */

.grid .video {
	width: 220px;
	height: 220px;
	background-color: black;
}

.grid .video object, .grid .video embed {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1000;
}

.grid .video.hd object, .grid .video.hd embed {
	margin-top: 32px;
	margin-bottom: 30px;
}

.grid .video h3 {
	text-transform: uppercase;
	margin: 0 5px 5px;
	color: #333;
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: -10px;
	bottom: -10px;
	white-space: nowrap;
	font-size: 2.5em;
}

.grid .video .caption p {
}

.grid .video .read_more {
	position: absolute;
	bottom: 3px;
	right: 5px;
	font-size: .8em;
	color: white;
	font-weight: bold;
	text-shadow: black 1px 1px 1px;
}

.grid .video h3 a:hover {
	color: #ccc;
}

/* @end */

/* @group link */

.grid .link {
	width: 220px;
	height: 220px;
	position: static;
}

.grid .link .icon {
	background: url(../images/flag.png) no-repeat;
	width: 49px;
	height: 91px;
	top: 16px;
	right: 7px;
	z-index: 500;
	overflow: visible;
	position: absolute;
	display: none;
}

.grid .link h2 {
	background: url(../images/h-flag.png) no-repeat;
	width: 222px;
	height: 56px;
	position: absolute;
	left: -4px;
	top: 35px;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.1em;
}

.grid .link h2 a {
	color: white;
	width: 150px;
	overflow: hidden;
	text-shadow: rgba(0,0,0,0.25) 0 -1px 1px;
	vertical-align: middle;
	height: 50px;
	display: table-cell;
	position: relative;
	top: 55%;
	padding-left: 15px;
	margin: 3px 20px 0 0;
	padding-top: 1px;
	background-image: none;
}

.grid .link .post-content {
	margin: 75px 5px 5px;
}

.grid .link p {
	font-size: .9em;
	margin: 5px;
}

.grid blockquote {
	margin: 0;
}

.grid .link li {
	font-size: .9em;
	margin: 0;
}



/* @end */

/* @group text */

.grid .text {
	width: 220px;
	height: 220px;
}

.grid .text h2 {
	margin: 10px 5px;
	text-align: center;
	font: italic 1.4em/1.2em Georgia, "Times New Roman", Times, serif;
	background: url(../images/fancy-divider.png) no-repeat center bottom;
	padding-bottom: 30px;
}

.grid .text h2 a {
	font-style: italic;
	font-weight: normal;
	color: black;
}

.grid .text p {
	text-align: justify;
	margin: 5px;
	font: .9em "Times New Roman", Times, serif;
}

.grid .text .read_more {
	position: absolute;
	bottom: 3px;
	right: 5px;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group photo */

.grid .photo {
	width: 220px;
	height: 220px;
}

.grid .photo .caption {
	position: absolute;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	width: 220px;
	bottom: 0;
}

.grid .photo .caption p {
	margin: 5px;
	color: white;
	font-size: .9em;
	line-height: 1.2em;
}

.grid .photo .caption a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.grid .photo img {
	position: relative;
	text-align: center;
	min-width: 220px;
	min-height: 220px;
}

.as-is img {
	position: relative;
	text-align: center;
	width: inherit !important;
	height: inherit !important;
}

/* @end */

/* @group review */

.grid .review {
	width: 220px;
	height: 220px;
}

.grid .review img {
	position: relative;
	text-align: center;
	max-width: 220px;
}

.grid .review h2 {
	position: absolute;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	width: 220px;
	bottom: 0;
	z-index: 100;
	margin: 0;
	padding: 5px 0;
	font-size: .9em;
}

.grid .review h2 a {
	color: white;
	padding: 0 5px;
}

.grid .review .score {
	background: url(../images/ratings-small.png) no-repeat right center;
	width: 68px;
	height: 14px;
	position: absolute;
	bottom: 6px;
	right: 5px;
	z-index: 100;
	overflow: hidden;
}

.grid .review .score a {
	display: block;
	width: 68px;
	height: 14px;
}

.grid .review .five {
	width: 68px;
}

.grid .review .four {
	width: 55px;
}

.grid .review .three {
	width: 40px;	
}

.grid .review .two {
	width: 25px;	
}

.grid .review .one {
	width: 13px;	
}



/* @end */

/* @group quote */

.grid .quote {
	width: 220px;
	height: 220px;
}

.grid .quote blockquote {
	margin: 5px;
	font: italic 1.3em/1.5em Georgia, "Times New Roman", Times, serif;
}

.grid .quote blockquote p {
	margin: 0;
}

.grid .quote .source {
	margin: 5px;
	text-align: right;
}



/* @end */

/* @group meta */

.grid p.meta {
	font-size: .8em;
	margin: 7px 0 0;
	color: #999;
}

.grid p.meta a {
	font-weight: normal;
	font-style: normal;
	color: #999;
}

.grid p.meta a:hover {
	color: #9e2a20;
}

.grid .item-tags {
	position: absolute;
	bottom: -13px;
	right: 0;
}

.grid .item-controls {
	position: absolute;
	top: 3px;
	right: 0;
}

/* @end */



/* @end */

/* @group normal */

.normal .body {
	font: 1.1em/1.5em Georgia, "Times New Roman", Times, serif;
}

#content h1 {
	font: italic 2em Georgia, "Times New Roman", Times, serif;
	background: url(../images/border.png) no-repeat left bottom;
	margin: 0 0 20px;
	padding-bottom: 10px;
}

.normal.text .body {
-moz-column-width: 15em;
-webkit-column-width: 15em;
-moz-column-gap: 2em;
-webkit-column-gap: 2em;
	text-align: justify;
}

.normal #content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

.normal .post-wrap {
	min-height: 400px;
}

h3.feather-title {
	text-transform: uppercase;
	font-weight: bold;
}

h3.date {
	font: italic 1.1em Georgia, "Times New Roman", Times, serif;
}



/* @end */

/* @group page */

.page #content {
	position: relative;
}

.page #content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.page #content h3 {
	text-transform: uppercase;
	margin: 0 0 5px;
	padding: 0;
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-column-break-inside : avoid;
}

.page #content h3 a {
	font-size: .8em;
	text-transform: lowercase;
}

.page #content p {
	margin-top: 0;
	margin-bottom: 15px;
}

.page .body {
-moz-column-width: 20em;
-webkit-column-width: 20em;
-moz-column-gap: 2em;
-webkit-column-gap: 2em;
	text-align: justify;
}

body.review img  {
	float: right;
	margin: 0 0 10px 10px;
}

body.review .score {
	background: url(../images/ratings.png) no-repeat left top;
	width: 128px;
	height: 25px;
	overflow: hidden;
	margin-bottom: 5px;
	margin-top: 0;
}

body.review .five {
	background-position: 0 -125px;
}

body.review .four {
	background-position: 0 -100px;
}

body.review .three {
	background-position: 0 -75px;
}

body.review .two {
	background-position: 0 -50px;
}

body.review .one {
	background-position: 0 -25px;
}



/* @end */

/* @group comments
 */

#comments {
	background: url(../images/border.png) no-repeat;
	padding: 20px 0 0;
	margin: 25px 0 0;
}

#comments h2 {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	background: url(../images/border.png) repeat-x left top;
	padding: 25px 0 0;
}

#comments h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 10px;
}

#comments h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 15px 0 0;
}

#comments ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#comments li {
	margin-bottom: 10px;
}

#comments .no-comments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#comments p {
	margin: 0;
}

#comments blockquote {
	padding: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	font-size: 1em;
	color: #333;
	margin: 0;
}

#comments blockquote p {
	margin-top: 5px;
	margin-bottom: 0;
}

#comments p.meta {
	margin: 0 0 5px;
	font-size: .9em;
	color: #999;
}

#comments p.meta a {
	color: #999;
	font-weight: normal;
	font-style: normal;
}

#comments .item-controls {
	margin-left: 25px;
}

#comments .item-controls span {
	margin-left: 5px;
}

button.post-submit {
	padding: 5px 15px;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

#add-comment p {
	margin: 0;
}

.comment-list {
	width: 60%;
}

/* @end */

/* @group sidebar */

#sidebar {
	margin-top: 18px;
}

#sidebar hr {
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../images/border.png) no-repeat center center;
	height: 3px;
	border-style: none;
	clear: both;
}

#sidebar h4 {
	margin: 0 0 3px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
}

#sidebar .description {
	text-align: left;
	font-size: .8em;
	line-height: 1.4em;
}

#sidebar .description img {
	float: right;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar li {
	margin: 0 0 2px;
	padding: 0;
	color: #999;
	font-size: .9em;
}

#sidebar a {
	color: #6a2a12;
}

#sidebar .sub {
	background-color: #ccc;
	color: white;
	padding: 1px 3px;
}

#sidebar ul#tags_list {
	margin-bottom: 10px;
	float: left;
}

#tags_list li {
	float: left;
	width: 80px;
	margin-right: 15px;
}



/* @end */

/* @group footer */

#footer {
	background: url(../images/border.png) no-repeat left top;
	margin-top: 25px;
}

#footer dl {
	margin: 15px 15px 20px 0;
	padding: 0;
	width: 232px;
	float: left;
	font-size: .9em;
}

#footer dl.search {
	width: 150px;
}

#footer dt {
	text-transform: uppercase;
}

#footer dd {
	margin: 0;
	padding: 0;
}

#footer dl a {
	font-weight: normal;
	font-style: normal;
}

#footer p {
	text-align: left;
	margin: 0 50px 10px 0;
	font-size: .8em;
	color: #666;
}



/* @end */

/* @group pagination */

ul.pagination {
	margin: 15px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	float: left;
	position: relative;
	left: 33%;
}

.pagination li {
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	background-color: #efefef;
	float: left;
	margin-right: 3px;
	text-align: center;
	line-height: 1.8em;
}

.pagination li.page-no {
	
}

.pagination li a {
	width: 20px;
	height: 20px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.active-1 #page-1, .active-2 #page-2, .active-3 #page-3, .active-4 #page-4, .active-5 #page-5, .active-6 #page-6, .active-7 #page-7, .active-8 #page-8, .active-9 #page-9, .active-10 #page-10 {
	background-color: #a62c2e;
	border-color: #980000;
}

.active-1 #page-1 a, .active-2 #page-2 a, .active-3 #page-3 a, .active-4 #page-4 a, .active-5 #page-5 a, .active-6 #page-6 a, .active-7 #page-7 a, .active-8 #page-8 a, .active-9 #page-9 a, .active-10 #page-10 a {
	color: white;
}

.active-1 .prev, .active-9 .next, .active-10 .next  {
	display: none;
}


/* @end */

