/*
Theme Name: Brix Picks 2
Theme URI: http://www.brixpicks.com/
Description: The second rev of the Brix Picks theme: single column, top nav, etc
Author: Jim Sanders
Version: 2
Tags: left-align, top-nav
*/

/* =Reset default browser CSS. Based on work by Eric Meyer:
-------------------------------------------------------------- */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Layout -------------------------------------------------------------- */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#233556;
	background-color:#F6FAEE;
}

.clear {
	clear:both;
}

a, a:visited {
	color:#999;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}	

div#wrapper {
	width:96%;
	margin:0 auto;
	max-width: 40em;
}

/* Header, Menu -------------------------------------------------------------- */
div#header h1 a {
	width:960px;
	height:107px;
	display:block;
	background:url(images/brix_picks_logo.gif) 0px 0px;
	margin-top:5px;
}

div#header h1 a:hover {
	background-position:0px -107px;
}

div#about {
	clear:both;
	background-color:#7F95A5;
	color:#F6FAEE;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	margin-top:10px;
}

div#about p {
	float:left;
}

div#about span {
	font-size:16px;
	display:block;
}

div#about span b {
	font-size:18px;
	font-weight:bold;
}

div#about img {
	float:left;
	padding-right:5px;
}

ul.menu {
	clear:both;
	width:960px;
}

ul.menu li {
	float:left;
	margin:10px 15px 0px 0px;
	padding:5px;
	background-color:#B1D1E4;
}

ul.menu li a {
	color:#6D838F;
	font-size:18px;
	white-space:nowrap;
}

ul.menu li a:hover  {
	color:#F6FAEE;
}

ul.menu li.search  {
	padding:0;
	background-color:transparent;
	position:relative;
	width:230px;
}

.searchfield {
	height:26px;
	width:154px;
	padding:0px 2px;
	background-color:#F5F8EB;
	border:solid 1px #B1D1E4;
	color:#233556;
	font-size:18px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:0px;
	left:0px;
}

.searchbtn {
	height:28px;
	width:70px;
	border:0;
	padding:0px 5px;
	background-color:#B1D1E4;
	color:#6D838F;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:0px;
	right:0px;
	text-align:center;
}

.searchbtnhov {
	height:28px;
	width:70px;
	padding:0px 5px;
	border:0;
	background-color:#B1D1E4;
	color:white;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:0px;
	right:0px;
	text-align:center;
	cursor:pointer;
}

/* Main and Post -------------------------------------------------------------- */

div#main {
	clear:both;
	padding-top:1em;
}

div.post {
	clear:both;
	margin-bottom:2em;
	display:block;
	padding:0px 20px 20px 20px;
	border-radius: 1em;
	width:100%;
}

div.odd {
	background-color:#EECF52;
}

div.even {
	background-color:#7F95A5;
}

div.post h2 {
	font-size:52px;
	padding:10px 0px;
}

div.post h2 span {
	font-size:20px;
}

.odd h2 {
	color:#233556;
}

.odd h2 a {
	color:#233556;
}

.odd h2 a:hover {
	color:#F6FAEE;
}

.even h2 {
	color:#F5F8EB;
}

.even h2 a {
	color:#F5F8EB;
}

.even h2 a:hover {
	color:#111543;
}

h4.more {
	display:inline-block;
	font-size:22px;
	margin-top:10px;
}

h4.more span a {
	background-color:#B1D1E4;
	padding:3px;
	font-size:16px;
	white-space:nowrap;
}

h4.more span a:hover {
	color:white;
}

div.post h6 {
	display:inline-block;
	margin-top:10px;
	font-size:18px;
}

div.post h6 span {
	font-size:12px;
}

div.post div.content {
	background-color:#F6FAEE;
	padding:10px;
	border-radius: 10px;
}

div.post div.content p {
	font-size:16px;
	margin-bottom:20px;
	line-height:25px;
	color:#233556;
}

div.post div.content h1 {
	font-size:16px;
	margin-bottom:5px;
	font-size:22px;
	color:#111543;
}

div.post div.content a {
	color:#6D838F;
}

div.post div.content a:hover {
	color:#000;
}

.more-link {
	clear:both;
	font-size:22px;
	font-weight:bold;
	display:inline-block;
}

div#nav {
	clear:both;
	padding-bottom:20px;
	font-size:36px;
	font-weight:bold;
}

div#nav a {
	color:#233556;
}

div#nav a:hover {
	color:#000;
}

div#nav .next {
	float:right;
}

div#nav .previous {
	float:left;
}

/* Image Styles -------------------------------------------------------------- */
div.post div.content img {
	max-width: 100%;
	height: auto;
}

div.post div.content img.alignleft {
	float:left;
}

div.post div.content img.alignnone {
	clear:both;
}

div.post div.content img.picture_wrapper {
	float:left;
}

div.odd div.content img {

}

div.odd div.content img.alignnone {
	float:left;
	display:inline-block;
}

div.even div.content img {

}

div.even div.content img.alignnone {
	float:left;
	display:inline-block;
}

div.single div.content img {
	border: solid 2px #7F95A5;
}

div.single div.content img.alignnone {
	display:block;
}

div.post div.content .vid_left {
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	margin:0px 6px 4px 0px;
	float:left;
}

div.odd div.content .vid_left {
	border: solid 2px #EECF52;
}

div.even div.content .vid_left {
	border: solid 2px #7F95A5;
}

/* Single Post -------------------------------------------------------------- */
.single {
	background-color:#7F95A5;
}

.single h2 {
	color:#F5F8EB;
}

.single h2 a {
	color:#F5F8EB;
}

.single h2 a:hover {
	color:#111543;
}

div.single div.content img.alignnone {
	border: solid 2px #7F95A5;
	display:block;
}

/* Comments -------------------------------------------------------------- */
.comments {
	background-color:#EECF52;
}

.comments h2 {
	color:#233556;
}

.comments h2 a {
	color:#233556;
}

.comments h2 a:hover {
	color:#F6FAEE;
}

.comment_input {
	background-color:#F6FAEE;
	padding:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:900px;
	height:225px;
	overflow:hidden;
}

.comment_input span {
}

.comment_text_area {
	float:left;
	margin-right:10px;
}

div.comment_text_area textarea {
	width:520px;
	height:190px;
	border:solid 1px #233556;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:16px;
	padding:5px;
	background-color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#233556;
}

.comment_input_fields {
	float:left;
	padding-top:1px;
}

.comment_input_fields input {
	width:350px;
	border:solid 1px #233556;
	font-size:16px;
	padding:3px;
	margin-bottom:10px;
	background-color:#fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#233556;
}

.comment_submit_button {
	float:left;
	position:relative;
	width:200px;
}

.comment_submit_btn {
	display:block;
	width:200px;
	height:30px;
	font-size:18px;
	text-align:center;
	border:0;
	color:#F6FAEE;
	background-color:#233556;
	font-family:Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
	margin-top:30px;
	font-weight:bold;
}

.comment_submit_btn:hover {
	background-color:red;
}

p.subscribe-to-comments {
	width:355px;
	position:absolute;
	left:-6px;
	top:-0px;
}

p.subscribe-to-comments input {
	border:0;
	padding:0;
}

p.subscribe-to-comments label {
	font-size:16px;
}

/* Show only to IE6 */
* html p.subscribe-to-comments label {
font-size:16px;
}

.comment_display {
	clear:both;
}

div.comment_display h2 {
	margin:0px;
	padding:10px 0px 0px 0px;
}

.comment_display li {
	background-color:#F6FAEE;
	padding:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:900px;
	margin-top:10px;
	clear:both;
	font-size:18px;
}

div.comment_display li img {
	border: solid 2px #EECF52;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	margin:0px 6px 4px 0px;
	float:left;
}

div.comment_display li i {
	font-size:14px;
}

div.comment_display li b {
	font-weight:normal;
	font-style:italic;
	font-size:14px;
}

/* Search Results -------------------------------------------------------------- */
div#search {
	padding:0;
}

div.search_result {
	clear:both;
	padding:10px;
	border-bottom:solid 10px #7F95A5;
}

span.search_pic {
	display:block;
	height:125px;
	width:125px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
	background-position:top center;
}

div.content div.search_result h3 {
	width:745px;
	padding-left:5px;
	display:block;
	clear:none;
	float:left;
	font-size:14px;
}

div.content div.search_result h3 span {
	padding:0;
	margin:0;
}

div.content div.search_result h3 p {
	padding:0;
	margin:0;
	line-height:18px;
}

div.content div.search_result h3 i {
	padding:0;
	margin:0;
	font-style:normal;
}

div.content div.search_result h3 b {
	padding:0;
	margin:0;
	font-weight:normal;
}

/* Footer -------------------------------------------------------------- */
div#footer {
	clear:both;
	padding:10px 20px 0px 20px;
}

div#footer h2 {
	font-size:38px;
	color:#6D838F;
	padding:3px 20px 12px 0px;
}

div#footer div#links {
	border-radius: 10px 10px 0px 0px;
	background-color:#F6FAEE;
	padding:10px;
}

div#footer div#links h4 {
	visibility:hidden;
	font-size:1px;
	height:1px;
	position:absolute;
	top:-10px;
}

ul.blogroll {
	clear:both;
}

ul.blogroll li {
	float:left;
	margin:10px 15px 0px 0px;
	padding:5px;
	background-color:#B1D1E4;
}

ul.blogroll li a {
	color:#6D838F;
	font-size:18px;
	white-space:nowrap;
}

ul.blogroll li a:hover  {
	color:#F6FAEE;
}

div#footer div#links p {
	display:block;
	padding:20px 20px 10px 20px;
	font-size:11px;
	text-align:center;
	clear:both;
	color:#6D838F;
}

img#wpstats {
	width:0px;
	height:0px;
	overflow:hidden;
	display:none;
}

div#incoming {
	display:none;
}