/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: style.css
* Version: 2.0.0 (2010-10-27)
* Author: Michael Cairns
* Description: Stylesheet for Black Dog Project.

*/

/* Eric Meyer CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
label, legend, fieldset,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, #header ul li {
	text-transform: uppercase;
	letter-spacing: 1px;
}

h1 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 18px;
}

	h2 a {
		text-decoration: none;
	}

h3 {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
}

/* End CSS Resset */

/* Begin Style/Structure */

body {
	background-color: #F7F8F8;
	color: #787878;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	height: 100%;
	}

	body a {
		color: #787878;
	}
	
#wrapper {
	width: 745px;
	min-height:690px;
 	height:auto !important; /* min-height hack for IE6 */
 	height:690px;
 	margin: 50px auto 0;
	}

#header {
	height: 210px;
	font-size: 20px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 50px;
	}
	
	#header .logo {
		margin: 0 0 30px 268px;
		width: 209px;
		height: 96px;
	}
	
	#header ul {
		margin-left: 60px;
	}
	
	#header ul li {
		float: left;
		margin-left: 20px;
	}
	
	#header li a {
		display: block;
		color: #000;
		text-decoration: none;
		padding-bottom: 6px;
	}
	
	#header li.current_page_item a, #header li a:hover, #header li a:focus {
		border-bottom: 3px solid #000;
	}

.content {
	width: 500px;
	min-height:280px;
 	height:auto !important; /* min-height hack for IE6 */
 	height:280px;
 	float: left;
 	margin-right: 40px;
 	position: relative;
}

	.page {
		width: 410px;
	}
	
	.content a {
		color: #000;
	}
	
	.content a:hover, .content a:focus {
		color: #787878;
	}

	.content p {
		margin-bottom: 12px;
	}
		
#sidebar {
	width: 205px;
	min-height:280px;
 	height:auto !important; /* min-height hack for IE6 */
 	height:280px;
 	float: right;
 	z-index: -1;
 	margin-top: -50px;
}

	#sidebar ul {
		margin-bottom: 30px;
	}

	#sidebar ul li {
		list-style: none;
		height: auto;
		padding: 0 0 4px 0;
	}
	
	#sidebar ul.tags li {
		float: left;
		padding: 2px 0;
	}
	
	#sidebar a {
		color: #000;
	}

	#sidebar a:hover {
		color: #787878;
	}
	
	#sidebar ul.categories {
		background: url(images/li_bg.png) no-repeat bottom left;
		padding-bottom: 5px;
	}
	
#footer {
	border-top: 1px solid #CCC;
	width: 745px;
	padding: 50px 0;
	margin-top: 50px;
	height: 10px;
	float: left;
	font-size: 11px;
}

	#footer p {
		text-align: center;
	}
	
	#footer a:hover {
		color: #000;
	}

/* Blog styling */

	.post_info {
		margin: 18px 0;
		border-bottom: 1px solid #CCC;
	}
	
	.results {
		border-bottom: 1px solid #CCC;
		margin-bottom: 10px;
	}
	
	.sociable {
		padding-top: 5px;
	}
	
	.sociable img a {padding-bottom: 0;}
	
	.post ul {
		margin-left: 20px;
	}
	
	.post ul li {
		list-style: disc;
	}
	
/* Shop styling */

.middle {
	height: 29px;
	margin-bottom: 18px;
}

.paypal input, #wpcf7-f1-p23-o1 .wpcf7-submit, form.donate input {
	color:#787878;
	border: 0;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
}

.paypal input:hover, #wpcf7-f1-p23-o1 .wpcf7-submit:hover, form.donate input:hover {
	color: #000;
}

.paypal .left input {
	width: 98px;
	height: 29px;
	background: url(images/add_to_cart_bg.png) no-repeat;
}

.paypal .right input, #wpcf7-f1-p23-o1 .wpcf7-submit, form.donate input {
	width: 66px;
	height: 29px;
	background: url(images/submit_bg.png) no-repeat;
}
	.price {
		margin-top: 18px;
	}
	
	.donate {
		padding-bottom: 12px;
	}

/* Begin sitewide classes */
	
	.black {
		color: #000;
	}
	
	.aligncenter,
	div.aligncenter { /* positioning for images in WYSIWYG editor */
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.alignleft, .left { /* positioning for images in WYSIWYG editor */
		float: left;
	}
	
	.alignright, .right  { /* positioning for images in WYSIWYG editor */
		float: right;
	}
	
/* End sitewide classes */

/* Mailpress/Searchform styles */

#mc_embed_signup, #searchform {
	background: url(images/input_bg.gif) no-repeat;
	width: 215px;
	height: 97px;
	position: relative;
	color: #CCC;
}

#mc_embed_signup {
	margin-top: 100px;
}

#searchform {
	margin-bottom: 20px;
}

input.text {
	border: 0 none;
	background: transparent;
	width: 120px;
	position: absolute;
	top: 52px;
	left: 6px;
}

input.btn {
	border: 0 none;
	background: transparent;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50px;
	right: 45px;
	display: block;
	cursor: pointer;
	text-indent: -2000000px;
	}
	
/* Contact form styles */

#wpcf7-f1-p23-o1 input, #wpcf7-f1-p23-o1 textarea {
	color:#787878;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
}

#wpcf7-f1-p23-o1 input.contact {
	background: url(images/contact_input.png) no-repeat;
	width: 410px;
	height: 26px;
	border: 0 none;
	padding-left: 5px;
}

#wpcf7-f1-p23-o1 textarea {
	background: url(images/contact_textarea.png) no-repeat;
	width: 410px;
	height: 134px;
	border: 0 none;
	padding: 5px 0 0 5px;
}

#wpcf7-f1-p23-o1 .wpcf7-quiz {
	background: url(images/contact_input_math.png) no-repeat;
	width: 355px;
	height: 26px;
	border: 0 none;
	padding-left: 5px;
	margin-left: 10px;
	/width: 345px;
}

#wpcf7-f1-p23-o1 .quiz-206 {
	margin-top: 12px;
}

#cformsform ol li #cf_field_4 {
	background-color: #FFF;
	margin-top: 5px;
}

.wpcf7-list-item-label {
	margin-left: 5px;
}

.wpcf7-checkbox {margin: -8px;}

p.cf-sb {
	float: right;
}

