/*  
Theme Name: WMC CUSTOM
Theme URI: http://wilsonandmccracken.com/
Description: Custom theme for Wilson and McCracken
Version: 1.0
Author: Mickey Mayo and Matt Haenlin

*/

/* 

CLEAR BROWSER DEFAULTS 

*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	border: none;
	height: 1px;
	background-color: #ccc;
}

/*

CLEAR FLOATS:

By applying the clearfix class to a container whose elements are floated,
we can avoid using structural markup such as <div class="clear-float">&nbsp;</div>.
Note, this technique leverages the use of IE conditionals in the HTML document head
to load a separate IE fix css file.

*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cleaner { 
	clear: both; 
	height: 0; 
	font-size: 1px; 
	border: none; 
	margin: 0; 
	padding: 0; 
	background: transparent; 
}

/*

GLOBAL TEXT STYLES

*/
body {
	color: #666;
	background: #b0a89d url(images/bg-body.gif) repeat-x top left;
	/*font: 68.75% Georgia, Times, serif;*/
	font: 12px Georgia, Times, serif;
}
a, h2 a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h2 {
	font-size: 29px;
	color: #404040;
	margin: 0 0 15px 0;
	font-weight: normal;
}
h3.date {
	font: 12px Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #ccc;
}
h3 {
	font-size: 15px;
	margin: 0 0 10px 0;
	
}
p {
	margin: 0 0 15px 0;
}
/*

GRID/LAYOUT STYLES

*/
#sidebar {
	padding-right: 15px;
}
#main-col {
	width: 645px;
	background-color: #fff;
	padding: 15px;
}

.col {
	width: 160px;
	float: left;
}
.dubs {
	width: 384px;
}
.trips {
	width: 576px;
}
.quad {
	width: 768px;
}
/*

CONTAINER RELATED STYLES

*/

#container {
	width: 850px;
	margin: 0 auto;
}
/*

HEADER RELATED STYLES

*/

#header {
	margin: 15px 0 15px 0;
}
#header h1 img {
	width: 850px;
	height: 143px;
	border: none;
}
/*

CONTENT RELATED STYLES

*/

#content {
	margin: 0 0 15px 0;	
}
.post {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 35px 0;
	width: 645px;
	overflow: hidden;
	line-height: 140%;
	font-size: 13px;
}
.single {
	border-bottom: none;
}
.post img {
	display: block;
	margin: 0 0 15px 0;
}
.postmetadata {
	color: #999;
}
.postmetadata a {
	color: #999;
}
.sag {
	margin: 0 0 15px 0;
}
.thumbs-container {
	width: 645px;
	overflow: hidden;
}
.thumbs {
	width: 660px;
}
.thumbs img {
	width: 150px;
	float: left;
	display: block;
	margin-right: 15px;
}
#main-col ol {
	margin: 0 0 15px 25px;
	list-style: decimal;
}
#main-col ol li {
	margin: 0 0 7px 0;
}
#main-col ul {
	margin: 0 0 15px 30px;
	list-style: square;
}
#main-col ul li {
	margin: 0 0 7px 0;
}
#main-col p a, #main-col li a {
	color: #000;
}

/*

NAV LOCAL

*/
.nav-local{
	margin: 0 0 15px 0;
}
.nav-local ul {
	background-color: #fff;	
	list-style: none;
	padding: 15px 10px;
}
.nav-local li a {
	display: block;
	width: 125px;
	padding: 7px 0 7px 15px;
	border-top: 1px solid #ccc;
	font-size: 15px;
	background: url(images/bg-pagenav.gif) no-repeat 0 9px;
}
.nav-local li a:hover, 
.nav-local li.current_page_item a,
.nav-local li.current-cat a  {
	color: #000;
	text-decoration: none;
	background-position: 0 -79px;
}
/*

CONTACT US SIDEBAR

*/
.contact-info {
	color: #333;
	padding-bottom: 15px;
}
.contact-info a {
	color: #333;
}	
/*

LINKS

*/
.links h2 {
	font-family: Arial, sans-serif;
	font-size: 1em;
	margin: 0 0 5px 0;
	color: #333;
	text-transform: uppercase;
}
.links a {
	color: #666;
}
.links ul {
	margin: 0 0 20px 0;
}

/*

SEARCH FORM STYLES

*/
#searchform {
	display: block;
	margin: 0 0 15px 0;
	padding: 10px;
	background-color: #fff;
}
#searchform h2 {
	font-size: 12px;
	margin: 0 0 5px 0;
}
#searchform input {
	float: left;
}
#searchform #s {
	width: 105px;
	margin-right: 3px;
	border: 1px solid #ccc;
	border-top-color: #c7c7c7;
	border-left-color: #c7c7c7;
	background: #fff url(images/bg-input-text.gif) no-repeat;
}
#searchform #searchsubmit {
	border: 1px solid #ccc;
	border-top-color: #c7c7c7;
	border-left-color: #c7c7c7;
	background: #fff url(images/bg-btn-gray.gif) repeat-x;
}

/*

FOOTER RELATED STYLES

*/

#footer {
	padding: 35px 0;
	font-size: 11px;
}

/*

REUSEABLE HORIZONTAL UTILIY/NAV STYLES

*/
.nav-horizontal {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
.nav-horizontal li {
	display: inline;
	border-right: 1px solid #999;
	padding: 0 5px;
}
.nav-horizontal li.last {
	border: none;
}

/*

IMAGE GALLERY

*/

.gallery {
	width: 645px;
	overflow: hidden;
/*	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;  */
	margin: -10px 0 15px 0 !important;
	padding: 0 0 0 0;
}
.gallery-strip {
	width: 700px;
}
.gallery a {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	padding: 0 15px 15px 0;
	overflow: hidden;
}
.gallery img {
	width: 150px;
}

/* ENTRY TABLE STYLE */ 
.entry table {
	margin:0;
	padding:0;
}
.entry td { 
	border-top:1px solid #ccc;
	padding:7px 20px 10px 0;
}
