/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* Reset: based on http://meyerweb.com/eric/tools/css/reset v1.0 | 20080212, sans table styles
============================================================================================== */

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,
hr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
cite,
address {
	display:inline;
	font-style:normal;
}

/* Typography
======================================================*/
body {
	background: #fff;
	color: #51555c;
	font: 12px/18px helvetica, arial, sans-serif;
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
*[lang] {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
pre {
	overflow: auto;
}
textarea {
	font: 12px/18px helvetica, arial, sans-serif;
	padding: 3px;
}
/* Links */
a,
a:visited {
	color: #a00004;
	text-decoration: none;
}
/* specify all three for accessibility */
a:focus,
a:hover,
a:active {
	text-decoration: underline;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	color: #51555c;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #a00004;
	text-decoration: none;
}
/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}
/* typogrify: inset initial double quotes. */
.dquo {
	margin-left: -.45em;
}
 /* fancy ampersands */
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 13px;
	font-style: italic;
}
/* Font sizes and vertical measure */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
	display:block;
	margin-bottom:9px;
}
h1,
.h1 {
	font-size: 24px;
	line-height:1;
}
h2,
.h2 {
	font-size: 18px;
}
h3,
.h3 {
	font-size: 14px;
}
p,
pre,
dl,
ul,
ol {
	margin-bottom:18px;
}
blockquote {
	border-left:2px solid #e9eaea;
	margin:0 9px 9px;
	padding-left:10px;
}
ol {
	margin-left:36px;
}
dd {
	margin-left:18px;
}
li ul,
li ol {
	margin-bottom: 0;
}
li,
dd,
.tight {
	margin-bottom:9px;
}
ul li {
	background: url(../img/arrow-bullet.gif) no-repeat left top;
	list-style:none;
	padding-left:12px;
}
acronym,
.caps,
.small {
	font-size: 11.5px;
}
hr {
	background:#ccc;
	color:#ccc;
	height:1px;
	margin:0 30px 18px 30px;
}
.rule-major{
	background-color:#e9eaea;
}
.rule,
.rule-minor {
	border-top:1px solid #cecfd1;
	height:9px;
	margin:0 0 18px;
}
.rule-major {
	border-top:1px solid #cecfd1;
	height:35px;
	margin:0 0 18px;
}
.rule hr,
.rule-minor hr,
.rule-major hr {
	display:none;
}

/* No formatting class */
.plain,
.plain li {
	background:transparent;
	border:0;
	font-style:normal;
	list-style:none;
	margin:0;
	padding:0;
}
.alt-font {
	color: #999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
.alt-font a {
	font-family:helvetica, arial, sans-serif;
	font-style:normal;
}

/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* UI: Shared classnames
================================================================= */
.accessibility {
	left:-32000px;
	position:absolute;
}
.lofi {
	display:none;
}
/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

h1.page-title {
	color: #999;
	font-size: 14px;
	font-family: Arial;
	font: italic 14px Georgia, serif;
}

/* General horizontal navigation lists with dropdown magic */
.nav,
.nav ul,
.nav li {
	background:transparent;
	list-style:none;
	margin:0;
	padding:0;
}
.nav ul {
	background: #e9eaea;
	border: 1px solid #cecfd1;
	border-color: #cecfd1 #aaa #aaa #cecfd1;
	z-index: 9999;
}
.nav li {
	float:left;
	margin-right:12px;
}
.nav li a {
	display:block;
}
.nav li li a {
	color: #a00004 !important; /* These need to retain a contrasting color with dropdown background */
	padding:6px 9px;
}
.nav li ul,
.nav li li {
	margin-right:0;
	width: 200px;
}
.nav li li ul {
	margin:-31px 0 0 200px;
}
.nav li.secondary {
	float:right;
	margin-left:12px;
	margin-right:0;
}
/* dropdown action */
.nav li ul,
.nav li:hover li ul,
.nav li li:hover li ul,
.nav li.hover li ul,
.nav li li.hover li ul {
	left: -32697px;
	position: absolute;
}
.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li.hover ul,
.nav li li.hover ul,
.nav li li li.hover ul {
	left: auto;
}

.pagination,
.pagination-single {
	background-color:#e9eaea;
	margin-top: 20px;
	overflow:hidden;
}
.pagination .previous a,
.pagination-single .previous {
	float:left;
	padding:18px;
}
.pagination .next a,
.pagination-single .next {
	float:right;
	padding:18px;
}
.loading {
	background: url(../img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.close {
	background-color:#e9eaea;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 6px;
	text-align: center;
}
/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Structure
================================================
	Total width: 1000
	Columns: 12
	Column width: 58px
	Gutter width: 24px
	Unit (column + gutter): 82px
	Interior padding: 6px = colum width 50px
	#content = 7 units
	#sidebar = 5 units
*/
body {background-color: #c5c5c5; color:#000}

.page {background-color: #ffffff; width: 1000px; margin-top: 25px;}

.section { /* Full-width areas */
	width: 1000px; background-color: #ffffff; /* cut-off background fix */
}
.wrapper {
	clear: both;
	margin: 0 auto;
	width: 1000px;
}

#navigation a,
#navigation a:visited {
	font-weight: bold;
	text-transform: uppercase;
}
#navigation .secondary a,
#navigation .secondary a:visited,
#navigation li li a,
#navigation li li a:visited {
	font-weight:normal;
	text-transform:none;
}

#all-categories {
	padding:2px 0 0;
	width:760px;
}
#all-categories-title {
	float: left;
	font-weight:normal;
	margin-right:12px;
}

#main {
	margin:24px 0;
}
#content {
	text-align: left;
	float: left;
	width: 685px;
	padding-left: 25px;
}
#sidebar {
	background-color:#e9eaea;
	float:left;
	width: 290px;
	margin-top: 10px;
}
#sidebar #primary-sidebar,
#sidebar #secondary-sidebar {
	float:left;
	width:290px;
}
#sidebar #primary-sidebar {

}

#tags {
	background:url(../img/tagsback.jpg) no-repeat;
	height: 75px;
	width: 880px;
	padding-top: 5px;
	text-align: left;
	padding-left: 20px;
	margin-top: 15px;
}

#footer {
	background-color: #ffffff;
	width: 1000px;
	padding-top: 15px;
	text-align: left;
	margin-top: 15px;
}

#footer a {
	color: #464646;
}

#footer a:hover {
	color: #df5a26;
}

#footer .wrapper {
	width: 1000px;
}
#footer p#generator-link {
	float:left;
	padding-top: 12px;
}
#copyright p#developer-link {
	width: 1000px;
}
#copyright p#developer-link {
	font-family: Arial;
	font-size: 9px;
	color: #999;
	text-align: left;
}

/* Posts
 =============================== */
#post-content {
	width: 660px;
	padding-top: 10px;
	padding-right: 20px;
	text-align: justify;
}

h1.entry-title {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #df5a26;
}

.entry-content,
.entry-summary {
	overflow:auto;
}
.hentry {
	position:relative;
}
.hentry .edit {
	background-color:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 11.5px;
	opacity:.60;
	padding:3px 5px 1px;
	left:-32697px;
	position:absolute;
	top:0;
}
.hentry:hover .edit,
.post:hover .edit-post,
.comment.hentry:hover .edit-comment {
	left: auto;
	right:0;
}
.hentry:hover .edit-comment {
	left:-32697px;
	right: auto;
}
.comment.hentry.bypostauthor:hover .edit-comment {
	top: 2px;
	right: 2px;
}
.edit a,
.edit a:visited,
.edit a:hover{
	color:#fff;
}
.full .full-content {
	text-align: left;
	clear:both;
	padding-top: 9px;
	width: 710px;
}
.full .pages-link,
.page-numbers {
	font-weight:bold;
}
.full .pages-link a,
a.page-numbers {
	border:1px solid #cecfd1;
	font-weight:normal;
}
.full .pages-link a,
.page-numbers{
	padding:2px 6px;
}
.full .pages-link a:hover {
	border-color:#999;
	text-decoration:none;
}
.full p.comments-link {
	float:right;
}

.hentry ul {
	margin-left: 20px;
}
.hentry ol {
	margin-left: 32px;
}

.archive {
	border-top: 1px dotted #cecfd1;
	list-style: none;
	margin: 1.5em 0 0;
}
.archive li {
	margin-bottom:0;
}
.archive .full {
	margin-top:18px;
}
.excerpt {
	background: url(../img/arrow-bullet.gif) no-repeat 0 12px;
	border-bottom: 1px dotted #cecfd1;
	color: #999;
	padding: 12px 146px 12px 20px;
	position:relative;
}
.excerpt strong.entry-title {
	font-size: 14px;
}
.excerpt strong.entry-title a,
.excerpt strong.entry-title a:visited {
	color: #51555c;
}
.excerpt strong.entry-title a:hover {
	color: #a00004;
	text-decoration: none;
}
.excerpt .date {
	margin-top:1.5em;
}
.excerpt p {
	margin:0;
}
.excerpt .date,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span {
	display: block;
	width: 140px;
}
.excerpt .date,
.excerpt .comments-link {
	position:absolute;
	right:0;
	top:14px;
}
.search {
	border-top: 1px dotted #cecfd1;
	padding-top:18px;
}

/* Comments and comment form
=================================== */
.commentlist{
	clear:both;
	list-style:none;
	margin:0 0 18px;
}
li.li-comment{
	background:transparent;
	margin:0;
	padding:0;
	position:relative;
}
li.li-comment li.li-comment {
	background:url(../img/comment-thread.gif) no-repeat 0 3px;
	padding-left:24px;
}
.commentlist .comment {
	margin-bottom:8px;
	overflow:hidden;
	padding:0 0 0 60px;
}
.commentlist .comment .photo img{
	margin-left:-60px;
	position:absolute;
}
.comment cite.fn {
	font-size:14px;
	font-weight:bold;
}
.comment .comment-content {
	overflow:hidden;
	margin-bottom:4px;
}
.comment .comment-content p:last-child,
.comment .comment-content p.last-child {
	margin-bottom:0;
}
.comment-meta {
	color:#999;
	font-size: 10.5px;
}
.comment-meta .date {
	float:right;
}
.comment-reply-link,
.comment-reply-link:visited,
.comment-reply-link:hover {
	background:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	color:#fff;
	font-size:9.5px;
	opacity:.7;
	padding:3px 5px 2px;
}
/* author comments */
.commentlist .bypostauthor {
	background-color:#efeff1;
	padding:8px 12px 6px 72px;
}

/* trackbacks and pingbacks */
.ping {
	border-top:1px dotted #cecfd1;
	padding:9px;
}
.ping .entry-summary,
.ping .entry-summary p {
	border:0;
	margin:0;
	padding:0;
}
form.comment-form {
	background-color:#efeff1;
	border:1px solid #e9eaea;
	margin-bottom:8px;
	padding:9px 9px 0;
}
.comment-form label {
	color:#51555c;
	font-weight:bold;
}
.comment-form-user-info input {
	margin-right:9px;
	width:200px;
}
.comment-form em {
	color:#999;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}
.comment-form textarea {
	height:9em;
	width:95%;
}

/* Sidebar and Widgets
============================== */
.widget {
	margin-bottom:18px;
	overflow:hidden;
	width:100%;
}
h2.widget-title,
.widget_search label {
	font-size: 1.16666667em; /* 14 */
	line-height: 1.28571429;
	margin: 0 0 .58333334em 0;
}
.widget li {
	margin:0;
}
.widget_search label {
	display:block;
	font-weight:bold;
}
.widget_search input {
	margin-bottom:6px;
}
#carrington-subscribe h2.widget-title {
	color:#999;
	float:left;
	font:normal 1.16666667em/1.28571429 helvetica, arial, sans-serif; /* 14 */
	margin:7px 0 0;
	text-transform:uppercase;
}
#carrington-about {
	padding-bottom:24px;
}
#carrington-about .about{
	background-color:#fff;
	overflow:hidden;
	padding:12px;
}
#carrington-about p {
	margin:0;
}
#carrington-about a.more,
#carrington-about a.more:visited {
	float:right;
}
#carrington-archives ul {
	border-top: 1px dotted #cecfd1;
}
#carrington-archives li {
	background-position:left 6px;
	border-bottom: 1px dotted #cecfd1;
}
#carrington-archives li a {
	display:block;
	padding:6px 0;
}
#sidebar ol {
	margin-left: 26px;
}

/* Misc
=================================== */

#footer p#developer-link a,
#footer p#developer-link a:visited {
	background:url(../img/footer/by-crowd-favorite-light.png) no-repeat left top;
	float:right;
	height:30px;
	text-indent:-32697px;
	width:270px;
}

#TB_secondLine {
	color:#999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
#TB_title{
	background-color: #51555c;
	color:#fff;
	font-size:11.5px;
	line-height:18px;
}
#TB_title a,
#TB_title a:visited {
	color:#fff;
}
a#TB_prev:hover,
a#TB_next:hover {
	height:100%;
}
a#TB_prev:hover {
	background:url(../img/lightbox/prevlabel.gif) no-repeat left center;
}
a#TB_next:hover {
	background:url(../img/lightbox/nextlabel.gif) no-repeat right center;
}

/* NEW CSS */
#header01_ {
	float: left;
	width:780px;
	height:24px;
}

#login_ {
	float: left;
	width:120px;
	height:24px;
	background-image: url(../img/header/login.jpg);
}

#login_ a {
	color: #464646;
}

#login_ a: hover {
	color: #464646;
}

#login_ a: visited {
	color: #464646;
}

#login_ li {
	display: inline;
	list-style: none;
}

#logo_ {
	float: left;
	width:180px;
	height:76px;
}

#header02_ {
	float: left;
	width:720px;
	height:76px;
}

#header03_ {
	float: left;
	width:730px;
	height:270px;
}

#aboutus_ {
	float: left;
	width:170px;
	height:39px;
}

a.aboutus_en {
	color: #093;
	width: 170px;
	height: 39px;
	display: block;
  	background: url(../img/header/aboutus.jpg) no-repeat 0 0;
}

a.aboutus_en:hover {
	background-position: 0 -39px;
}

a.aboutus_de {
	color: #093;
	width: 170px;
	height: 39px;
	display: block;
  	background: url(../img/header/aboutus_de.jpg) no-repeat 0 0;
}

a.aboutus_de:hover {
	background-position: 0 -39px;
}


#services_ {
	float: left;
	width:170px;
	height:46px;
}

a.services_en {
	color: #093;
	width: 170px;
	height: 46px;
	display: block;
  	background: url(../img/header/services.jpg) no-repeat 0 0;
}

a.services_en:hover {
	background-position: 0 -46px;
}

a.services_de {
	color: #093;
	width: 170px;
	height: 46px;
	display: block;
  	background: url(../img/header/services_de.jpg) no-repeat 0 0;
}

a.services_de:hover {
	background-position: 0 -46px;
}

#machines_ {
	float: left;
	width:170px;
	height:37px;
}

a.machines_en {
	color: #093;
	width: 170px;
	height: 37px;
	display: block;
  	background: url(../img/header/machines.jpg) no-repeat 0 0;
}

a.machines_en:hover {
	background-position: 0 -37px;
}

a.machines_de {
	color: #093;
	width: 170px;
	height: 37px;
	display: block;
  	background: url(../img/header/machines_de.jpg) no-repeat 0 0;
}

a.machines_de:hover {
	background-position: 0 -37px;
}

#certificates_ {
	float: left;
	width:170px;
	height:41px;
}

a.certificates_en {
	color: #093;
	width: 170px;
	height: 41px;
	display: block;
  	background: url(../img/header/certificates.jpg) no-repeat 0 0;
}

a.certificates_en:hover {
	background-position: 0 -41px;
}

a.certificates_de {
	color: #093;
	width: 170px;
	height: 41px;
	display: block;
  	background: url(../img/header/certificates_de.jpg) no-repeat 0 0;
}

a.certificates_de:hover {
	background-position: 0 -41px;
}

#references_ {
	float: left;
	width:170px;
	height:33px;
}

a.references_en {
	color: #093;
	width: 170px;
	height: 33px;
	display: block;
  	background: url(../img/header/references.jpg) no-repeat 0 0;
}

a.references_en:hover {
	background-position: 0 -33px;
}

a.references_de {
	color: #093;
	width: 170px;
	height: 33px;
	display: block;
  	background: url(../img/header/references_de.jpg) no-repeat 0 0;
}

a.references_de:hover {
	background-position: 0 -33px;
}

#downloads_ {
	float: left;
	width:170px;
	height:38px;
}

a.downloads_en {
	color: #093;
	width: 170px;
	height: 38px;
	display: block;
  	background: url(../img/header/downloads.jpg) no-repeat 0 0;
}

a.downloads_en:hover {
	background-position: 0 -38px;
}

a.downloads_de {
	color: #093;
	width: 170px;
	height: 38px;
	display: block;
  	background: url(../img/header/downloads_de.jpg) no-repeat 0 0;
}

a.downloads_de:hover {
	background-position: 0 -38px;
}

#contactus_ {
	float: left;
	width:170px;
	height:36px;
}

a.contactus_en {
	color: #093;
	width: 170px;
	height: 36px;
	display: block;
  	background: url(../img/header/contactus.jpg) no-repeat 0 0;
}

a.contactus_en:hover {
	background-position: 0 -36px;
}

a.contactus_de {
	color: #093;
	width: 170px;
	height: 36px;
	display: block;
  	background: url(../img/header/contactus_de.jpg) no-repeat 0 0;
}

a.contactus_de:hover {
	background-position: 0 -36px;
}

/*SEARCH FORM*/
#searchformsidebar {
	float: left;
	width:300px;
	height:65px;
}

#searchtop_ {
	float: left;
	width:300px;
	height:20px;
}

#searchleft_ {
	float: left;
	width:75px;
	height:25px;
}

#searchform_ {
	float: left;
	width:200px;
	height:25px;
	background: url(../img/searchform.jpg) no-repeat 0 0;
}

#searchright_ {
	float: left;
	width:25px;
	height:25px;
}

#searchbottom_ {
	float: left;
	width:300px;
	height:20px;
}

/*Inquiry*/
#inquiry {
	float: left;
	width:220px;
	height:60px;
	text-align: left;
	padding-left: 20px;
	padding-top: 22px;
	margin-left: 60px;
	background: url(../img/inquiry.jpg) no-repeat 0 0;
}

#inquiry a {
	color: #464646;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

/*Social Bookmark Buttons*/
#socialbookmark {
	float: left;
	width:300px;
	height:60px;
	border: 0;
	background-color: #ffffff;
}

#socialbuttons {
	float: left;
	width:240px;
	height:60px;
	margin-left: 110px;
}

#bookmark-icon_ {
	float: left;
	width:80px;
	height:60px;
}

#rss-icon_ {
	float: left;
	width:80px;
	height:60px;
}

#facebook-icon_ {
	float: left;
	width:80px;
	height:60px;
}

/*Maryland Home Thater*/
#mht01 {
	width:760px;
	height:40px;
	float:left;
}

#mht02 {
	width:240px;
	height:25px;
	padding-top: 15px;
	float: left;
}

#mht03 {
	width:330px;
	height:40px;
	float: left;
}

#mht04 {
	width:270px;
	height:40px;
	float: left;
}

#mht05 {
	width:200px;
	height:40px;
	float: left;
}

#mht06 {
	width:200px;
	height:40px;
	float: left;
}

#mht07 {
	width:330px;
	height:25px;
	float: left;
}

#mht08 {
	width:300px;
	height:25px;
	float: left;
}

#mht09 {
	width:370px;
	height:25px;
	float: left;
}

#mht10 {
	width:320px;
	height:35px;
	float: left;
}

#mht11 {
	width:300px;
	height:35px;
	float: left;
}

#mht12 {
	width:190px;
	height:35px;
	float: left;
}

#rss {
	width:68px;
	height:35px;
	float: left;
}

#newsletter {
	width:122px;
	height:35px;
	float: left;
}

#menu {
	width:1000px;
	height:26px;
	padding-top: 12px;
	float: left;
	background-image: url(../img/header/menu.jpg); background-repeat: no-repeat;
	list-style-type: none;
}

#menu a {
	font: Arial;
	font-size: 16px;
	color:: #361b1b;
	height:34px;
	text-decoration: none;
	padding: 5px;
}

#menu a:hover {
	background-color: #CCC;
	font: Arial;
	font-size: 16px;
	color:: #361b1b;
	height:34px;
	text-decoration: none;
	padding: 5px;
}

#mht13 {
	width:1000px;
	height:7px;
	float: left;
}

#mht14 {
	width:1000px;
	height:40px;
	float:left;
}

#mht15 {
	width:143px;
	height:90px;
	float:left;
	padding-left: 25px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
}

#mht16 {
	width:180px;
	height:90px;
	float: left;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
}

#mht17 {
	width:182px;
	height:90px;
	float:left;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
}

#mht18 {
	width:225px;
	height:90px;
	float:left;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
}

#mht19 {
	width:245px;
	height:90px;
	float: left;
}

#mht20 {
	width:1000px;
	height:82px;
	float: left;
}

#mht21 {
	width:1000px;
	height:45px;
	float: left;
}

#mht22 {
	width:1000px;
	height:63px;
	float:left;
}

div.emailsidebar {
	width: 290px;
	height: 365px;
	background-image: url(../img/emailsidebar.jpg); background-repeat: no-repeat;
	float:left;
	text-align: left;
}

div.emailname {
	width: 290px;
	margin-top: 45px;
	margin-left: 34px;
}

div.emailemail {
	width: 290px;
	margin-top: 6px;
	margin-left: 34px;
}

div.emailphone {
	width: 290px;
	margin-top: 8px;
	margin-left: 34px;
}

div.emailmessage {
	width: 290px;
	margin-top: 8px;
	margin-left: 34px;
	vertical-align: top;
}

div.emailsubmit {
	width: 100px;
	margin-top: 8px;
	margin-left: 34px;
}

#name {
	width: 200px;
	height: 18px;
	margin-left: 5px;
	margin-top: 6px;
	border: none;
	background-color: #ffffff;
}

#email {
	width: 200px;
	height: 18px;
	margin-left: 5px;
	margin-top: 6px;
	border: none;
	background-color: #ffffff;
}

#phone {
	width: 200px;
	height: 18px;
	margin-left: 5px;
	margin-top: 6px;
	border: none;
	background-color: #ffffff;
}

#message {
	width: 200px;
	height: 80px;
	margin-left: 4px;
	margin-top: 6px;
	border: none;
	background-color: #ffffff;
	overflow: hidden;
}

#submitemail {
	width: 74px;
	height: 32px;
	border: none;
	background-image: url(../img/sendbutton.jpg); background-repeat: no-repeat;
	background-color: #d1cdcd;
}

/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

.rule,
.rule-major,
.rule-minor {
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
	border:0;
}
.rule {
	background-image:url(../img/divider-ornament.gif);

}
.rule-major {
	background-image:url(../img/comments-divider.gif);
}
.rule-minor {
	background-image:url(../img/divider-ornament.gif);
}
.nav li li {
	background:url(../img/dropdown-divider.gif) no-repeat center top;
}
.nav li li:first-child,
.nav li li.first-child {
	background:transparent;
}
.pagination,
.pagination-single {
	background-image:url(../img/grey-to-white-gradient.png);
	background-repeat:repeat-x;
	background-position:left top;
}
.close {
	background-image: url(../img/header/texture-light.png) top center;
}

.full .comments-link a,
.full .comments-link a:visited,
.full .comments-link span,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span{
	background: url(../img/comment.gif) no-repeat left center;
	padding: 1px 0 0 20px;
}
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span{
	width:120px;
}
.commentlist .bypostauthor {
	background-image: url(../img/watermark-light.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

form.comment-form {
	background-image: url(../img/watermark-light.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

#header {
	background-image:url(../img/header/gradient-dark.png);
}
#header .wrapper {
	background-image:url(../img/header/texture-dark.png);
}
#sub-header {
	background-image: url(../img/sub-header-border-bottom.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#sidebar {
	background:url(../img/sidebar-background.gif) no-repeat left top;
	background-color: #fff !important;
}
#footer {
	
}
#footer .wrapper {
	
}
#carrington-subscribe {
	background: url(../img/divider-ornament.gif) no-repeat center bottom;
}

#carrington-subscribe a{
	background:url(../img/rss-button.gif) no-repeat left top;
}

#carrington-about {
	background: url(../img/divider-ornament.gif) no-repeat center bottom;
}
#carrington-about .about{
	background:url(../img/watermark-light.gif) repeat-x left top;
}

/* Gallery
=================================== */

body#attachment #header {
	background-image:url(../img/header/gradient-dark.png);
	background-repeat:repeat-x;
	background-position:center bottom;
}
body#attachment #header .wrapper {
	background-position:center bottom;
}
.figure-info {
	background:transparent url(../img/divider-ornament-wide-dark.png) no-repeat scroll center top;
}
.previous-attachment,
.next-attachment {
	padding-bottom:13px;
}
.previous-attachment {
	background:url(../img/attachment/150px-flourish-left-dark.png) no-repeat right bottom;
}
.next-attachment{
	background:url(../img/attachment/150px-flourish-right-dark.png) no-repeat left bottom;
}

/* Misc
=================================== */

#TB_title{
	background-image: url(../img/header/texture-dark.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}


