/*
Theme Name: CAPTURE Reloaded
Theme URI: http://www.thecaptureproject.com
Description: CAPTURE Blog Wordpress theme
Author: Vincent Lo
Author URI: http://www.audiomuse.ca
Version: 1
*/

/*========================================
	global
========================================*/

* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 62.5%;
}

body {
	background: #195F1C;
	font: 1.4em arial, "sans-serif";
	color: #444;
}

/*----------------------------------------
	common block elements
----------------------------------------*/

address, blockquote, p, ol, ul {
	margin-top: 1em;
	line-height: 1.5em;
}

address {
	font-style: normal;
}

hr {
	display: none;
}

p.more {
	text-align: right !important;
	font-size: 1em;
}

#content table {
	margin-top: 1em;
	border-collapse: collapse;
}

#content table.horizontal {
	border-top: 1px #ACF solid;
}

#content th, #content td {
	text-align: left;
	vertical-align: top;
	padding: .15em 10px;
}

#content table.horizontal th {
	background: #F0FAFF;
	color: #046;
}

#content table.horizontal th, #content table.horizontal td {
	border-bottom: 1px #ACF solid;
}

form input {
	font: inherit;
}

img {
	border: 0;
}

#main img {
	border: 1px #DDD solid;
	padding: 9px;
}

#main img.icon {
	vertical-align: middle;
	padding: 0;
	border: 0;
}

/*----------------------------------------
	<a>
----------------------------------------*/
a {
	position: relative;
	color: #2A2;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px transparent;
}

a.more {
	white-space: nowrap;
}

a:hover {
	background: #F0FFE0;
	border-bottom: 1px #AD8 solid;
}

.img a {
	border: 0 !important;
}

.img a:hover {
	background: none !important;
	border: 0 !important;
}

.img img {
	display: block;
}

/*----------------------------------------
	<blockquote>
----------------------------------------*/

blockquote {
	padding: .5em 0 .5em 40px;
	background: url("images/bg-blockquote-left.jpg") no-repeat 0 0;
	color: #680;
}

blockquote cite {
	display: block;
	text-align: right;
	font-size: .9em;
}

/*----------------------------------------
	lists
----------------------------------------*/

dl {
	line-height: 1.5em;
}

dt {
	margin-top: 1em;
	font-style: italic;
}

dd {
	margin-left: 20px;
}

.inline {
	list-style: none;
}

.inline li {
	display: inline;
}

ul.rfp-list {
	list-style: none;
	padding: 0 !important;
	margin: 0;
}

ul.rfp-list table {
	border-top: 1px #ACF solid;
}

ul.rfp-list table th {
	background: #F0FAFF;
	color: #046;
	border-bottom: 1px #ACF solid;
}

ul.rfp-list table td {
	background: #FAFAFA;
	border-bottom: 1px #CCC solid;
}

ul.rfp-list table {
	width: 100%;
}

ul.rfp-list li.first h2 {
	margin: 0 !important;
}

ul.rfp-list li.closed h2 {
	color: #666 !important;
}

ul.rfp-list li.first_closed h2 {
        margin: 0 !important;
        color: #666 ! important;
}

ul.rfp-list li.closed tr.odd th {
	background: #EEE !important;
	color: #666 !important;
}

ul.rfp-list li.closed table, ul.rfp-list li.closed th, ul.rfp-list li.closed td {
	border-color: #AAA !important;
}

/*----------------------------------------
	headings
----------------------------------------*/

h1, h2, h3, h4 {
	font: 1em arial, "sans-serif";
}

h3 {
	margin-top: .67em;
	font-size: 2em;
}

/*----------------------------------------
	special
----------------------------------------*/

code {
	background: #F6F6F6;
	font: 1em 'courier new', monospace;
}

span.required {
	color: #F00;
}

.first {
	margin-top: 0 !important;
}

br.clear {
	clear: both;
}
div.wrapper {
	width: 960px;
	margin: auto;
}

div.container {
	padding: 1em 20px;
}

div#main {
	background: #FFF;
	padding: 0 0 2em;
}

.alignright {
	float: right;
	margin: .5em 0 .5em 20px;
}

.alignleft {
	float: left;
	margin: .5em 20px .5em 0;
}

/*========================================
	header
========================================*/

div#header {
	background: #FFF;
	border-top: 5px #DDD solid;
}

div#header div.wrapper {
	position: relative;
}

div#header h1 {
	width: 422px;
}

p#sel-lang {
	position: absolute;
	right: 15px; bottom: .5em;
}

p#sel-lang a {
	color: #4AD;
}

p#sel-lang a:hover {
	background: #F0FAFF;
	border-bottom: 1px #ADF solid;
}

/*----------------------------------------
	frm-search
----------------------------------------*/

form#frm-search {
	width: 240px;
	background: #DDD url("images/bg-frm-search.jpg") no-repeat 0 100%;
	position: absolute;
	right: 0; top: 0;
}

form#frm-search table {
	margin: 0;
}

form#frm-search div.container {
	padding: 0 5px .15em;
}

form#frm-search .txt-search {
	width: 100%;
	height: 27px;
	line-height: 27px;
}

form#frm-search input.cmd-go {
	margin: 0 0 0 10px;
}

/*========================================
	nav
========================================*/

div#nav {
	background: #2EB135 url("images/bg-nav.png") repeat-x 0 100%;
}

div#nav div.container {
	padding: .5em 0 0 20px;
}

div#nav ul {
	margin: 0;
	list-style: none;
}

div#nav li {
	float: left;
}

div#nav a {
	float: left;
	display: block;
	background: #272 url("images/tab.jpg") no-repeat 0 0;
	padding: 0 10px;
	margin: 0 5px 0 0;
	color: #FFF;
	font-weight: normal;
	line-height: 2em;
	border: 0;
}

div#nav a span {
}

/* Commented backslash hack to hide rule from IE5-Mac \*/

div#nav a span {
  float: none;
}

/* Ends IE5-Mac hack */

div#nav a:hover {
	background: #272 url("images/tab.jpg") no-repeat 0 -200px;
}

div#nav li.current_page_item a, div#nav li.current_page_item a:hover {
	background: #FFF url("images/tab.jpg") 0 -400px;
	color: #000;
	font-weight: bold;
}

div#nav li.current_page_item a span {
	background-position: 100% -400px;
}

/*========================================
	content
========================================*/

div#content {
	float: left;
	width: 720px;
}

div#content h2 {
	position: relative;
	padding: .25em 74px 0 0 !important;
	margin-top: 0;
	color: #2A2;
	font-size: 1.7em;
}

div#content .tag-article h2 {
	background: url('images/icon-article-lg.png') no-repeat 616px 0;
}

div#content .tag-blog h2 {
	background: url('images/icon-blog-lg.png') no-repeat 616px 0;
}

div#content .tag-video h2 {
	background: url('images/icon-video-lg.png') no-repeat 616px 0;
}

div#content h2 a {
	font-weight: normal;
}

div#content h3 {
	padding-bottom: .15em;
	border-bottom: 3px #DDD solid;
	margin-top: 1.5em;
	font-size: 1.5em;
}

div#content h3, div#content h3 a {
	color: #444;
}

div#content h4 {
	padding-top: 1.5em;
	font-size: 1.3em;
	color: #000;
}

div#content .meta {
	margin-top: .5em;
	color: #888;
	font-size: .9em;
}

div#content .meta a {
	color: #666;
}

div#content .meta a:hover {
	background: #FAFAFA;
	border-color: #CCC;
}

div#content .hentry {
	background: url('images/bg-hr.png') no-repeat 0 100%;
	padding: 1em 0;
}

div#content .post-body {
	margin: 0 20px;
}

div#content .hentry .post-body {
	margin: 0;
}

div#content .post-body ul.meta {
	margin-top: 1em;
	text-align: right;
	list-style: 0;
}

div#content .post-body ul.meta li {
	display: inline;
	padding: 0 .5em;
	border-right: 1px solid;
}

div#content ul.meta li.last {
	padding-right: 0;
	border: 0;
}

div#content .post-thumb {
	display: none;
}

div#content ul, div#content ol {
	padding-left: 40px;
}

div#content ul.comments-list {
	padding: 0;
}

div#content ul.comments-list cite.fn {
	font-style: normal;
}

div#content ul.comments-list li {
	padding-left: 85px;
	margin-top: 1.5em;
	list-style: none;
}

div#content ul.comments-list img.avatar {
	float: left;
	position: relative;
	left: -85px;
	margin-right: -85px;
}

div#content ul.pagination {
	padding: 0;
	list-style: none;
}

div#content ul.pagination li.older {
	float: left;
}

div#content ul.pagination li.newer {
	float: right;
}

/*----------------------------------------
	subnav
----------------------------------------*/

.subnav {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0 !important;
	border-bottom: 1px #2A2 solid;
}

.subnav li {
	display: inline;
}

.subnav a {
	float: left;
	padding: 0 7px;
	border: 1px #2A2 solid;
	border-bottom: 0;
	margin: 0 0 0 7px;
	line-height: 2em;
	font-weight: normal;
	color: #070;
	background: #EFD;
	outline: 0;
}

.subnav a:hover {
	background: #CFA;
	border-bottom: 0;
}

.subnav a:hover.active, .subnav a.active {
	border-bottom: 1px #FFF solid;
	margin-bottom: -1px;
	font-weight: bold;
	background: #FFF;
}

.subnav a:hover {
	background: none;
}

.subpage {
	clear: both;
}

/*----------------------------------------
	preamble
----------------------------------------*/
div#preamble {
    background: #3F4D32 url('images/bg-preamble.png') 0 100px;
    color: #FFF;
}

div#preamble a {
    color: #CBE360;
}

div#preamble a:hover {
    background: #463 !important;
    border-color: #683 !important;
}

div#preamble h2 {
    padding: 0 0 .25em;
    font-size: 1.7em;
    border: 0;
    margin: 0;
}

    div#preamble h2 a {
        font-weight: normal;
    }

div#preamble p {
    text-align: left;
}

div#preamble p.video {
    float: right;
    margin: 0 0 0 15px;
}


/*----------------------------------------
	frm-comment
----------------------------------------*/

form#frm-comment table,
form.wpcf7-form table {
	width: 100%;
}

form#frm-comment p,
form.wpcf7-form p {
	margin-top: .5em;
}

form#frm-comment th, form#frm-comment td,
form.wpcf7-form th, form.wpcf7-form td {
	padding: .2em 5px;
	font-weight: normal;
}

form#frm-comment td,
form.wpcf7-form td {
	width: 100%;
}

input#txt-name,
input#txt-email,
input#txt-website,
input#txt-comment,
input#txt-captcha {
	width: 240px;
}

input#cmd-post {
	float: right;
	width: auto;
}

form#frm-comment textarea,
form.wpcf7-form textarea {
	width: 100%;
	height: 12em;
}

/*========================================
	sidebar
========================================*/

ul#sidebar {
	list-style: none;
	float: right;
	width: 240px;
	background: #E8FBC2;
	color: #3F4D32;
	margin: 1em 0 0 -10px;
}

ul#sidebar li {
	padding: 0 15px 1em 15px;
}

ul#sidebar p {
	text-align: left;
}

ul#sidebar h2 {
	padding: .5em 0;
	text-indent: 15px;
	background: #CEA;
	margin: 0 -15px;
	font-size: 1.1em;
	font-weight: bold;
}

ul#sidebar li#mailing-list h2 {
	background: #CEA url('images/bg-h2-sidebar-bulletin.png') no-repeat 160px 5px;
}

ul#sidebar h2, ul#sidebar h2 a {
	color: #462	;
}

ul#sidebar p.more {
	margin: 0 !important;
}

ul#sidebar ul {
	list-style: none;
}

ul#sidebar li li {
	background: no-repeat 0 .15em;
	padding: 0 0 .5em 23px;
}

ul#sidebar a {
	font-size: .9em;
}

ul#sidebar li#categories-list li {
	background-image: url("images/icon-category.png");
}

ul#sidebar li.cat-post-item p.post-date {
	margin: 0;
}

ul#sidebar li#tagposts-5 li, ul#sidebar li#tagposts-3 li {
	background-image: url("images/icon-writing.png");
}

ul#sidebar li#tagposts-4 li {
	background-image: url("images/icon-video.png");
}

ul#sidebar li#text-4,
ul#sidebar li#text-5,
ul#sidebar li#text-6 {
	padding-top: 0;
}

ul#sidebar li#text-7 img {
	padding: 0;
	border: 0;
}

ul#sidebar li#text-7 a {
	background: none;
	border: 0;
}

/*----------------------------------------
	frm-email
----------------------------------------*/

form#frm-email {
	margin-top: 1em;
}

form#frm-email .txt-email {
	width: 206px;
	padding: .1em 0;
}

form#frm-email input.cmd-subscribe {
	margin-top: .5em;
	float: right;
}

/*========================================
	prefooter
========================================*/

div#prefooter {
	float: left;
	width: 100%;
	background: #217F26 url("images/bg-prefooter.png") repeat-x 0 0;
	color: #FFF;
}

div#prefooter p {
	margin: 0;
	text-align: center;
}

div#prefooter p img {
	display: inline;
}

div#prefooter a, div#footer a {
	color: #79E543;
}

div#prefooter a:hover, div#footer a:hover {
	background: #050;
	border-color: #484;
}

/*========================================
	footer
========================================*/

div#footer {
	float: left;
	width: 100%;
	color: #6A4;
	border-top: 3px #4A0 solid;
	font-size: .9em;
}

div#footer ul {
	float: right;
	margin: 0;
	list-style: none;
}

div#footer ul li {
	padding: 0 .5em;
	border-left: 1px solid;
}

div#footer ul li.first {
	border: 0;
	padding-left: 0;
}

div#footer p {
	margin: 0;
}

.blog_avatar img {
	margin-right: 20px;
	margin-bottom: 5px;
	background: #fff;
}

.contact-form .form-label {
	margin: 16px 0 7px 0;
}
.contact-form fieldset {
	border: 0;
}

.contact-form  legend, .contact-form .form-option {
	display: none;
}

.contact-form input, .contact-form textarea {
	width: 400px;
}

.contact-form .button {
	margin-top: 20px;
	width: 100px;
}

p.error {
	color: red;
}

/* ========================================

	Products & services override
	July 29, 2010

======================================== */

.block {
	display: block;
}

.intro {
	display: relative;
	height: 1%;
}

.intro p {
	float: left;
	display: inline;
	width: 320px;
	margin: 0 0 0 20px;
}

.intro p.first {
	margin-left: 0;
}

.intro p.image {
	margin-bottom: -60px;
}

.intro p.image img {
	border: 0 !important;
	padding: 0 !important;
}

.two-col {
	padding: 0 !important;
}

.two-col li {
	float: left;
	display: inline;
	width: 320px;
	margin: 1.25em 0 0 20px;
}

.two-col li.row-head {
	clear: left;
	margin-left: 0;
}

.icon-list {
	margin: 0 !important;
	font-size: .88em;
	height: 1%;
}

.icon-list img {
	float: left;
	padding: 0 !important;
	border: 0 !important;
	margin: -7px 10px 0 0;
}

.icon-list strong {
	float: left;
	width: 100%;
	display: block;
	padding: 7px 0 0;
	margin: 0 0 .5em;
	color: #000;
	font-size: 1.25em;
	font-weight: normal;
}

.icon-list strong.long {
	padding: 0;
}

.icon-list strong.long img {
	margin-top: 0
}

/* ========================================

	About IAB override
	August 3, 2010

======================================== */

	#main .bulletless {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.photo-list {
		font-size: .9em;
	}
	
		.photo-list li {
			position: relative;
			padding: 0 0 0 150px;
			margin: 1em 0 0 0;
			height: 190px;
		}
	
		.photo-list strong {
			font-size: 1.2em;
			display: block;
		}
		
		.photo-list img {
			position: relative;
			left: -150px;
			margin: 0 0 -170px;
		}
