/*
Theme Name: T&M
Theme URI: http://trabuccomenard.com/
Description: A WordPress theme for the T&M
Version: 1.0
Author: Biscuit Studios
Author URI: http://www.biscuitstudios.com/
Tags: custom header, fixed width, two columns, widgets
*/

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

/* FONTS */

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

/* Inherit the default theme styles */
@import url( fonts/fonts.css );

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

/* RESET  (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 {
	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; REMOVED BY JASON */
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
	vertical-align: bottom;
}

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

/* COLORS */

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

/* font - blue-green link = #005568 */
/* font - brown link = #684F40 */

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

/* GLOBAL ELEMENTS */

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

body {
	background-color: #001A20;
	background-image: url(images/body_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #555;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
a:link { 
	color: #005568;
	text-decoration: none;
}
a:visited { 
	color: #005568;
	text-decoration: none;
}
a:active { 
	color: #005568;
	text-decoration: none;
}
a:hover {
	color: #005568;
	text-decoration: underline;
}
.clear {
	clear: both;
}
p { 
	margin: 0 0 18px 0;
}
strong, b, strong *, b * {
	font-weight: bold !important;
}
em, i, em *, i * {
	font-style: italic !important;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
table p {
	margin-bottom: 0;
}
table p img {
	margin: 0;
	padding: 5px;
}
thead {
/* 	background-color: #4C2600; */
}
th {
	font-weight: bold;
	border-bottom: 5px solid #CCC;
	margin: 0;
	padding: 10px 5px;
}
tbody {
/* 	background-color: #F6ECD8; */
}
td {
	margin: 0;
	padding: 10px 5px;
	vertical-align: middle;
}

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

/* STRUCTURE */

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

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#wrapper-interior {
	background-image: url(images/page_bg_line.png);
	background-repeat: repeat-y;
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: 960px;
	overflow: hidden;
}
/*
#wrapper-interior-wide {
	clear: both;
	margin:  15px;
	padding: 0;
	width: 850px;
}
*/

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

/* HEADER */

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

#header {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 144px;
}
#header-logo {
	float: left;
	display: inline;
	margin: 20px 0 0 30px; 
	padding: 0;
	width: 260px;
	height: 110px;
}
#header-line {
	float: left;
	display: inline;
	background-image: url(images/header_line.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 20px 30px 0 0;
	padding: 0;
	width: 640px;
	height: 55px;
}
#header-logo a, #header-logo a:hover {
	text-decoration: none;
	background: none;
}

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

/* MENU */

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

.menu-wrapper {
	float: right;
	display: inline;
	margin: 20px 20px 0 0; 
	padding: 0;
	width: 650px;
	height: 24px;
}
ul#menu-main {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu-main a {
	color: #005568;
	font-family: 'EngraversGothicFSRegular', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 18px;
	display: block;
	clear: both;
	text-decoration: none;
	background-color: transparent;
	margin: 0;
	padding: 0 20px;
}
ul#menu-main a:hover {
	/* main menu hover background */
	color: #684F40;
	text-decoration: underline;
}
ul#menu-main li {
	position: relative;
	float: right;
	list-style: none;
	text-align: center;
	background-image: none; /* to remove bullets */
	margin: 0;
	padding: 0;
}
/* DROP DOWN MENUS */
ul#menu-main ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-transform: none;
	border: 0;
	width: 200px;
	z-index: 9999;
}
ul#menu-main li li {
	position: relative;
	float: left;
	border-left: 0 solid #FFF;
	border-right: 0 solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 0 solid #FFF;
	margin: 0;
	padding: 0;
	width: 200px;
	z-index: 9999;
}
ul#menu-main li li a {
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	line-height: 16px;
	margin: 0;
	padding: 10px 0 10px 23px;
}
ul#menu-main li li a:visited {
	font-weight: normal;
}
ul#menu-main li li a:hover {
	background-color: #222; /* drop down menu hover background */
}
ul#menu-main li ul ul {
	margin:-21px 0 0 190px;
	z-index: 9999;
}
ul#menu-main li ul li:hover a, ul#menu-main li ul li li:hover a, ul#menu-main li ul li li li:hover a, ul#menu-main li ul li li li:hover a  {
	color: #FFF; /* drop down hover font color */
}
ul#menu-main li:hover a {
	/* main menu hover font color */
}
ul#menu-main li:hover li a, ul#menu-main li li:hover li a, ul#menu-main li li li:hover li a, ul#menu-main li li li li:hover li a {
	color: #FFF; /* drop down font color */
}
ul#menu-main li:hover ul ul, ul#menu-main li:hover ul ul ul, ul#menu-main li:hover ul ul ul ul {
	left:-999em;
}
ul#menu-main li:hover ul, ul#menu-main li li:hover ul, ul#menu-main li li li:hover ul, ul#menu-main li li li li:hover ul {
	left:auto;
	background-color: #222; /* drop down menu background */
}
ul#menu-main li:hover {
	/* background-color: #E51B24;  main menu background color when hover over a drop down menu */
}
ul#menu-main .current_page_item {
	color: #005568;
	text-decoration: underline;
}

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

/* HEADING TAGS */

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

h1 {
	/* page title */
	font-size: 23px;
	font-weight: normal;
	line-height: 26px;
	color: #684F40;
	text-align: left;
	text-decoration: none;
	margin: 0 0 18px 0;
	padding: 0;
}
h2 {
	/* post titles */
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #684F40;
	text-align: left;
	text-decoration: none;
}
h3 {
	/* paragraph title */
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #684F40;
	text-align: left;
	text-decoration: none;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #444;
	text-decoration: none;
}
h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 18px 0;
}
h6 {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 15px 0 18px 0;
}

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

/* MAIN COLUMN */

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

.main {
	float: left;
	display: inline;
	text-align: left;
	margin: 0 30px;
	padding: 20px 30px 0 0;
	width: 570px;
	min-height: 250px;
}
.main-wide {
	text-align: left;
	background-color: #FFF;
	margin: 0 30px;
	padding: 0;
	width: 900px;
}
.main-home {
	float: left;
	display: inline;
	text-align: left;
	margin: 0 30px;
	padding: 0 30px 0 0;
	width: 570px;
}
.main-home h1 {
	padding: 0 0 0 10px;
}
.main-home p {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	padding: 10px 0 0 10px;
}
.main-home-image {
	background-color: #FFF;
	margin: 0;
	padding: 0 0 20px 0;
}
ul, ol {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
ul li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 6px 0 6px 15px;
	padding: 0 0 0 12px;
}
ul ul li {
	background-image: url(images/bullet_line.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 3px 0 3px 0;
	padding: 0 0 0 12px;
}
ol li {
	list-style-type: decimal; 
	line-height: 18px;
	margin: 6px 0 6px 15px;
	padding: 0;
}
ol li li {
	list-style-type: upper-alpha; 
}
ol li li li {
	list-style-type: lower-roman; 
}
ol li li li li {
	list-style-type: lower-alpha; 
}

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

/* SIDEBAR */

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

#sidebar {
	float: right;
	display: inline;
	font-size: 11px;
	line-height: 18px;
	margin: 8px 30px 0 0;
	padding: 0;
	width: 270px;
}
#sidebar h3 {
	/* sidebar title */
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	margin: 0;
	padding: 12px 15px 0 0;
}
#sidebar img {
	background-color: #EFEFEF;
	padding: 10px;
}
#sidebar p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-style: italic;
}
#sidebar ul {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
#sidebar ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 6px 0 6px 0;
	padding: 0 0 0 10px;
}
#sidebar-home {
	float: right;
	display: inline;
	font-size: 11px;
	line-height: 18px;
	margin: 10px 30px 0 0;
	padding: 0;
	width: 270px;
}
#sidebar-home h2 {
	margin: 8px 0 12px 0;
}
#sidebar-home p {
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-style: italic;
}
#sidebar-home img {
	background-color: #FFF;
	margin: 0 12px 0 0;
	padding: 0;
}
.widget {
	margin-bottom: 18px;
}

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

/* FOOTER */

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

#footer-wrapper {
	clear: both;
	color: #666;
	background-color: #FFF;
	font-family: 'EngraversGothicFSRegular', Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	width: 960px;
	height: 18px;
}

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

/* IMAGES */

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

.entry-content img {
	margin: 0 0 24px 0;
	max-width: 640px;
}
.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;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}

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

/* POST */

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

.post {
	margin: 0;
	text-align: left;
}
/*
.post img {
	background-color: #EEE;
	margin: 0 0 0 12px;
	padding: 10px;
}
*/
.post-info {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 12px 0;
	padding: 0;
}
.post-listing-info  {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 4px 0;
	padding: 0;
}
.post-line {
	text-align: left;
	border-top: solid 1px #DDD;
	margin: 18px 0;
	padding: 0;
}
.postmetadata {
	margin: 20px 0;
	padding: 6px 10px 6px 10px;
}
	
/*-------------------------------------------------------------------------*/

/* COMMENTS */

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

#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments {
	font-size: 18px;
	margin: 18px 0
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #DDCC96;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
#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 {
	 font-size: 14px;
	 margin: 0;
}
.comment-author cite {
	color: #6E5729;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	color: #6E5729;
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #6E5729;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #930;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #930;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #DDCC96;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
#respond {
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
#respond h3 {
	font-size: 18px;
	margin: 18px 0
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
/*
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
*/
#respond label {
	display:inline-block;
	color: #6E5729;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 4px 0;
}
#respond small {
	color: #555;
	font-size: 11px;
	font-weight: normal;
}
#respond input {
	margin: 0 0 12px 0;
	width:60%;
}
#respond textarea {
	width:80%;
}
#respond dt,
#respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond dd code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond input#submit {
	margin: 12px 0;
	width: 30%;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}

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

/* VARIOUS TAGS & CLASSES */

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

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	/* TWENTY-TEN'S WAY */
	background-color: #DDD;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}
small {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	margin: 0;
	padding: 6px 0 0 0;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps
{
	font-size: 10px;
	letter-spacing: .07em;
}	
pre {
	/* used to paste in form code */
	font-size: 13px;
	margin: -10px 0 0 0;
	padding: 0;
	text-align: left;
}
ins {
	background: #FFFFCC;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

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

/* CAPTIONS */

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

.aligncenter,
div.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 40px 0;
}
.wp-caption img {
	background-color: #F6ECD8;
	margin: 0;
	padding: 10px;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	line-height: 18px;
	margin: -35px 0 0 0;
	padding: 0 0 0 20px;
}

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

/* GENERAL FORM STYLES (for forms, inouts, logins, etc.) */

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

legend {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
}
label {
	font-size: 13px;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: left;
}
label a {}
.checkboxlabel {
	margin-left: 10px;
}
.flipped .checkbox {
	margin-left: 5px;
	padding-right: 5px;
}
.flipped .checkboxlabel {
	margin-left: 0px;
}
input[type="submit"] {
	clear: both;
	margin: 0 0 0 10px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="radiobutton"], select, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #CCC;
	background: #FAFAFA;
	/* controls distance between fields */
	margin: 0;
	padding: 6px;
	vertical-align: middle;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="file"]:hover, input[type="radiobutton"]:hover, textarea:hover {
	border: 1px solid #AAA;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="file"]:focus, input[type="radiobutton"]:focus, textarea:focus {
	border: 1px solid #AAA;
	background-color: #FFF;
}

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

/* SEARCH FORM */

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

#searchform {
	float: right;
	display: inline;
	margin: -3px 0 0 0;
	padding: 0;
}
#searchform input {
	width: 120px;
}
#results p {
	font-size: 12px;
}
.gray-font {
	color: #6A4831;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.black-font {
	color: #6A4831;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

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

/* MOBILE SAFARI ( iPad, iPhone and iPod Touch ) */

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

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

ul#menu-main, .entry-meta, .entry-utility, .widget_search label, .navigation, .widget-area {
	-webkit-text-size-adjust: 90%;
}

#site-description {
	-webkit-text-size-adjust: none;
}

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

/* PRINT STYLES */

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

@media print {
body {background:white; 
     font-size:11pt;
     color:black;
     margin:0; }
#wrapper {
	width: 90%;
	border: none;
	background: none;
}
#sidebar { display:none; }
#header { display:none; }
.main { margin-left:0; 
     float:none; 
     width:auto }

a { 
     color:#333; 
     text-decoration:underline }
#commentform { display:none }
#footer-wrapper { display:none }
#copyright { font-size: 8pt;
}
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
}