/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #819898;
}

a:hover, a:visited:hover, h2 a:link:hover, h2 a:visited:hover {
	color: #9ABABB;
	text-decoration: underline;
}

blockquote {
	margin: 10px 0 10px 90px;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.4em;	
	height: 100%;
	width: 100%;
	text-align:center;
	background-image: url("http://mikewarddesign.com/images/mwdBodyBG.gif"); 
	background-position: top center;
	background-repeat: repeat;
}

h1{
	margin-left: 10px;
	color:#000;
	font-size: 18px 
}


h2{
 	font-size: 15px ;
 	margin: 25px 0 0 20px;
	color: #666;
	font-family: "Myriad Web", Verdana, Arial, Helvetica, sans-serif;
}

h2 a, h2 a:visited {
	text-decoration: none;
	color: #666;
}

h3, h4{
 	font-size: 12px;
 	margin: 10px 0 0 25px;
	color: #666;
	font-weight:bold;
}

h4 {
	margin: 3px 0 2px 25px;
	font-size: 11px;
}

img {
	border: none;
}

html {
	height: 100%;
}

input, select, textarea, td, th {
	font-size: 11px;
}

input.button {
	background: #819898;
	color: #EDEDED;
	padding: 1px 6px;
	letter-spacing: 1px;
}

#content li {
	margin: 0 15px 0 40px;
}

p {
	margin: 0 20px 10px 30px;
}

small, .nocomments {
	font-size: 10px;
	font-style: italic;
	margin: 0 0 10px 30px;
}

.postmetadata small {
	margin: 0 0 10px;
}

table {
	margin: 10px auto;
	border: none;
	width: 80%;
}

td {
	padding: 3px;
	border: none;
	vertical-align: top;
}

th {
	padding: 3px 10px;
	border: none;
	text-align:right;
	vertical-align: top;
}

th.col {
	text-align: center;
	background: #666;
	color: #EDEDED;
}

tr.alt {
	background: #EDEDED;
}



/***********************************************/
/* Layout                                                             */
/***********************************************/
#nonFluid {
	width: 760px;
	margin: 0 auto 50px;
	text-align: left;
}

#nonFluid2 {
	width: 740px;
	margin: 0 auto 50px;
	text-align: left;
}

#nonFluid2 table {
	width: 95%;
}

/***********************************************/
/* Banner                                                             */
/***********************************************/
#topRight {
	padding: 70px 10px 0 20px;
	width: 325px;
	w\idth: 305px;
	height: 75px;
	background: url("http://mikewarddesign.com/images/mwdRI.gif") center no-repeat;
	float: right;
}

#topRight p.quote { 
	font-size: 13px;
	font-style: italic;
	margin: 0 10px 1px;
	text-align:center;
} 

#topRight p { 
	margin: 0 21px 0  0 ;
	text-align:right;
} 


/***********************************************/
/* Sidebar                                                             */
/***********************************************/
#sidebarU, #sidebarL{
	margin: 0 0 10px 10px;
	background: #FFF;
	border: 2px solid #666;
	float:left;
	width: 215px;
}
#sidebarU a, #sidebarU a:visited , #sidebarL a:link, #sidebarL a:visited{
	font-size:11px;
}

#sidebarU h2, #sidebarL h2 { 
	margin: 0;
	padding: 2px 0 0 3px;
	color:#000;
	font-size: 12px;
}

#sidebarU p, #sidebarL p { 
	margin: 0 10px 5px 5px;
	padding: 0;
	line-height: 1.35em;
	font-size: 10px;
} 

#sidebarU ul, #sidebarL ul {
	margin: 0 0 5px 5px;
	list-style:none;
}

#sidebarU ul ul, #sidebarL ul ul {
	margin: 0 0 15px 25px;
	list-style: square
}

#sidebarU li, #sidebarL li {
	margin: 0;
}

/***********************************************/
/* Content                                                            */
/***********************************************/
#content{
	margin: 0 0 25px 0;
	background-color: #FFF;
	border: solid #666;
	border-width: 2px;
	float: left;
	width: 520px;
}

#content ul {
	margin: 5px 0 5px 50px;
}

#content h1 img {
	clear: none;
} 

p img {
	/* display: none; */
	display: block;
	float: left;
	margin: 3px 5px 5px 0;

}

/***********************************************/
/* Footer                                                              */
/***********************************************/
#footer{
	clear: both;
	text-align: right;
	padding-bottom: 1px;
}

#copyright {
	clear: both;
	margin: 25px 0 0;
}

/***********************************************/
/* Other Classes                               */
/***********************************************/
.alignright {
	display: inline;
	margin-left: 15px;
	}

.alignleft {
	display: inline;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin: 20px 10px;
}

.note  {
	font-size: 11px;
	font-style: italic;
	color: #999;
	line-height: 1.3em;
}

.postmetadata {
	clear: both;
}

/***********************************************/
/* Invoice Classes                             */
/***********************************************/

table.footer {
	display:none;
}

p.checkTo {
	display:none;
}

#bannerPrint {
	display:none;
}

tr.gone {
	display:none;
}

td.total {
	width: 7in;
	text-align: right;
	font-weight: bold;
}