/*
Theme Name: BRC60
Theme URI: http://brc60.com/
Description: The theme for Brandt Ronat and Company's website.
Author: Jay Decator, Brandt Ronat and Company
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
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; }

LI LI {font-size:100%;}

/* 960 Grid System Structure 
--------------------------------------------------------------- */

/* Containers */
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last) */

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns */

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}



/* Prefix Extra Space >> 12 Columns */

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns */

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns */

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns */

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Visual Styles 
------------------------------------------------------ */

body {
font-family:arial;
background: #f1f1f1;
color: #808183;
padding: 20px;
}

ul {
list-style-type: disc;
list-style-position: inside;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
font-size: .8em;
}

#wpadminbar ul {
	text-indent: 0;
}

li {
margin: 0 0 15px 10px;
}

ul li li {
list-style-type: circle;
}

ol {
list-style-type: decimal;
list-style-position: inside;
font-size: .8em;
margin-left: 5px;
}

p {
margin-bottom: 10px;
}

h1 {
margin-bottom: 20px;
}

h2, h3 {
margin-bottom: 15px;
}

h4 {
margin-bottom: 10px;
}

blockquote {
font-style: italic;
display: block;
width: 75%;
margin: 0 auto;
line-height: 2em;
}

a:hover {
text-decoration: underline;
}

.arrow {
position: absolute;
top: 115px;
right: -10px;
z-index: 999;
}

#header {
background: white;
}

#header-navigation {
font-size: 1.3em;
padding-top: 20px;
text-align: right;
}

#header-navigation-list {
list-style: none;
font-size: 1em;
float: right;
width: 83%;
}

.header-navigation-list-item {
float: left;
}

.header-navigation-list-item a {
text-decoration: none;
color: #808183;
}

.header-navigation-list-item a:hover {
color: #ee2c23;
}

.header-navigation-list-divider {
float: left;
margin: 0 18px;
}

.header-navigation-sublist {
background: none repeat scroll 0 0 white;
display: none;
margin: 0 0 0 -70px;
padding: 10px 10px 0;
position: absolute;
text-align: left;
z-index: 100;
}

.header-navigation-sublist:hover,
.header-navigation-list-item:hover .header-navigation-sublist {
display: block;
}

.header-navigation-sublist-item a:hover {
color: #ee2c23;
}

#feature {
background: white;
}

#feature-image {}

#feed-navigation {
background: white;
text-align: center;
font-size: 1.2em;
padding: 10px 0;
}

#feed-navigation-mover {padding: 10px 0 15px 0;}

#feed {
background: white;
}

#feed h2 {
font-size: .9em; 
font-weight: bold;
margin: 5px 0;
}

#feed p {
font-size: .8em;
padding: 5px 0;
margin-bottom: 15px;
}

#feed-thumb1 {padding-bottom: 35px;}
#feed-thumb2 {padding-bottom: 35px;}
#feed-thumb3 {padding-bottom: 35px;}
#feed-thumb4 {padding-bottom: 35px;}

#footer {
padding: 25px 0;
}

#footer a {
text-decoration: none;
color: #EE2C23;
}

#footer  h3 {
color: #ee2c23;
font-size: .9em;
font-weight: bold;
margin-bottom: 0;
}

#footer li {
font-size: .8em;
margin: 5px 0;
list-style-type: none;
}

#footer-area1 {}
#footer-area2 {}
#footer-area3 {}
#footer-area4 {}

.red {color: #ee2c23;}

/* Second Tier */

#content {
background: #f1f1f1; 
}

.video-wall object {
float: left;
margin: 10px 10px 0 0;
}

.content-nofloat {
margin-top: 25px;
}

.content-float {
margin-top: 140px;
}

#content-sidebar {
padding-top: 52px;
}

#content-sidebar-portfolio h1, #content-sidebar-blog h1, #content-sidebar h1 {
font-size: 1.3em;
font-weight: bold;
margin-bottom: 1em;
}

#content-sidebar-portfolio h2, #content-sidebar-blog h2, #content-sidebar h2 {
font-size: 1em;
font-weight: bold;
}

#content-sidebar-portfolio p, #content-sidebar-blog p, #content-sidebar p {
font-size: .8em;
margin-bottom: 1em;
line-height: 1.25em;
}

#content-sidebar-blog a, #posts-main a {
text-decoration: none;
font-weight: bold;
color: #ee2c23;
}

#content-main-portfolio img {
padding-bottom: 20px;
}

#space {
background: white;
margin-top: 25px;
}

#glue {
margin-left: auto;
margin-right: auto;
width: 960px;
z-index: 5;
}

.header-float {
position: fixed;
display: inline;
z-index: 5;
}

#header-portfolio-simple {
margin: -20px 10px 5px 10px;
font-weight: bold;
font-size: .9em;
}

#header-portfolio-simple a {
color: #808183;
text-decoration: none; 
}

#header-portfolio-mainsort {
margin: -38px 10px 15px 10px;
font-weight: bold;
font-size: .9em; 
}

#header-portfolio-mainsort a {
text-decoration: none;
color: #ee2c23;
}

#header-portfolio-category-viewing {
margin: -20px 10px 5px 10px;
font-size: .9em;
}

#header-portfolio-category-viewing a {
color: #808183;
text-decoration: none;
}

.portfolio_thumb {
margin-bottom: 20px;
min-height: 250px;
}

.portfolio_thumb h2 {
font-size: 1.1em; 
font-weight: bold;
margin: 5px 0;
}

.portfolio_thumb p {
font-size: .8em;
padding: 5px 0;
}

#header-portfolio-category {
margin: -38px 10px 15px 10px;
font-weight: bold;
font-size: .9em; 
}

#header-portfolio-category a {
text-decoration: none;
color: #ee2c23;
}

#content-masthead-portfolio {
margin: 0 0 15px;
}

#content-masthead-quote {
margin: 0 0 15px;
}

#content-masthead-quote p {
font-size: 1.8em;
font-style: italic;
line-height: 1.5em;
margin: 10px auto;
text-align: center;
width: 80%;
border-bottom: 1px solid grey;
padding: 0 0 30px;
}


#header-blog-subsort {
margin: -20px 10px 5px 10px;
font-size: .9em;
}

#header-blog-subsort a {
color: #808183;
text-decoration: none;
}

#header-blog-subsort-category {
display: none;
}

#header-blog-subsort-tag {
display: none;
}

#header-blog-subsort-blank {
display: inline;
}

.sidebar {
  margin-bottom: 20px;
	margin-left: 0;
}

.post {
margin-bottom: 30px;
}

.post p {
margin-bottom: 20px;
}

.post-readmore {
font-size: .8em;
}

.post-metadata {
font-size: .65em;
}

.posts-subtitle {
font-size: .8em;
font-weight: bold;
}

.nav-previous {
float: right;
}

.nav-next {
float: left;
}

.attachment-blog-home {
float: left;
margin: 3px 10px 0 0;
}

.video-wall span {
	display: inline !important;
}

/* =Comments
-------------------------------------------------------------- */


/*
#comments {
font-size: 1em;
font-weight: bold;
}

.commentlist li {
margin: 5px 0;
list-style-type: none;
}
.comment-author {
margin-bottom: 5px;
}

.comment-meta {
margin-bottom: 25px;
}
*/


#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
	list-style-type: none;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: visible;
	position: relative;	
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: auto;
}
#respond textarea {
	width: auto;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* WordPress Utilities */

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.ajax-loader {
	width: auto;
}

/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}