
/*
-----------------------------------------------
Author:   Justin Bowen, adapted from DesignWise Base Styles
Version:  01 July 2005
----------------------------------------------- */

/*
Imported Styles

@import url("bloggerbar.css");
----------------------------------------------- */




body, html {
	margin: 0; padding: 0;
	}
body {
	background: url(../images/bodybg.gif);
	font: 12px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	/*color: #777;*/
}
input, select, textarea, button {
	font: 11px/150% Verdana, Arial, Helvetica, sans-serif;
	}

a {
	color: #3333FF;
	text-decoration: none;
	border-bottom: 1px dotted #846C55;
	}
p {
	line-height: 170%;
	margin-bottom: 1em;
	margin-top: 0;
	}
img {
	border: 0;
	}
dl, dt, dd {
	margin: 0; padding: 0;
	}
dl {
	margin: 1em 0 2em;
	}
dt {
	font: 130%/1.5em  Arial, sans-serif;
	margin-bottom: .6em;
	}
dd {
	margin-bottom: 1.3em;
	}
blockquote {
	margin: 1.6em 0;
	padding: 0 10px 0 20px;
	border-left: 10px solid #D6BE9F;
	margin-left: 20px;
	background: #fff;
	}
a:hover {
	border-bottom: 1px solid #A12D2E;
	color: #A12D2E;
	}
h2 a, h2 a:hover {
	border: 0;
	}
hr 	{
display: none;

/*
	width: 80%;
	height: 1px;
	border: 0;
	background-color: gray;
	margin-top: 5px;
	margin-bottom: 20px;
*/
	} 

/*
Page Layout
--------------------------------------- */
.container {
	width: 762px;
	position: relative;
	background: url(../images/containerbg.gif);
	margin: 0 auto;
	}
#c2 {
	padding: 0 17px;
	position: relative;
	}
/* Overcome stupid 3px margin bug in IE/Win floats, 
   which fixes a lot of things, including disapearing company nav,
   randomly appearing text, and wrappers pushed too wide.
   http://www.positioniseverything.net/explorer/threepxtest.html */
* html #container, * html #c2 {
	margin-right:-3px;
	}


/*
Header
-------------------------------------- */
#header {
	position: relative;
	top: 41px;
	height: 140px;
	width: 728px;
	}

#h-2 {
	background: url(../images/header7.gif) no-repeat left top;
	height: 140px;
	width: 728px;
	}
	
#elephantroom #h-2, #elephantroom #header  {
	height: 100px;
	}
#header a {
	border: 0;
	}
#header h1, #header h2, #header p {
	margin: 0; padding: 0;
	}
#header a p.site-logo, #header p.site-logo {
	text-indent: -3000px;
	height: 29px;
	position: relative;
	/*background: url(../images/designwise.gif) no-repeat left top;*/
	left: 30px;
	top: 26px;
	}
#header p.site-tagline {
	/*background: url(../images/tagline.gif) no-repeat left top;*/
	text-indent: -3000px;
	position: relative;
	top: 8px;
	left: 212px;
	margin-top: 0;
	height: 20px;
	}

/*
nav
-------------------------------------- */
#nav {
	position: relative;
	height: 30px;
	background: url(../images/navbg.gif) repeat-x top;
	}
#nav ul {
	margin: 0 0 0 20px; padding: 0;
	list-style: none;
	}
#nav ul li {
	float: left;
	line-height: 20px;
	}
#nav ul li a {
	border-bottom: 0;
	color: #8E7053;
	font-weight: bold;
	display: block;
	padding: 5px 10px 5px 10px;
	float: left;
	font-size: 90%;
	text-transform: lowercase;
	}
#nav ul li a:hover {
	color: #900;
	}
#home #nav ul li#navHome,
#webdesign #nav ul li#navWebDesign,
#hosting #nav ul li#navHosting,
#ecommerce #nav ul li#navEcommerce,
#logodesign #nav ul li#navLogoDesign,
#printmedia #nav ul li#navPrintMedia,
#portfolio #nav ul li#navPortfolio,
#elephantroom #nav ul li#navElephantRoom {
	background-color: #fff;
	background: #fff url(../images/tab-nw.gif) no-repeat left top;	
	}
#home #nav ul li#navHome a,
#webdesign #nav ul li#navWebDesign a,
#hosting #nav ul li#navHosting a,
#ecommerce #nav ul li#navEcommerce a,
#logodesign #nav ul li#navLogoDesign a,
#printmedia #nav ul li#navPrintMedia a,
#portfolio #nav ul li#navPortfolio a,
#elephantroom #nav ul li#navElephantRoom a {
	color: #583A1B;
	background: url(../images/tab-ne.gif) no-repeat right top;	
	}
/*
maincol
-------------------------------------- */
#content {
	position: relative;
	top: 40px;
	background: url(../images/contentbg.gif) repeat-y left;
	width: 728px;
	}
/* FireFox work-around that expands container div to the height of floated elements */
#content:after {
	content: "&nbsp;"; 
	display: block; 
	line-height: 1px; 
	font-size: 1px; 
	clear: both; 
	background: transparent; 
	}
/* end Work-around */

/* Overcome stupid 3px margin bug in IE/Win floats, 
   which fixes a lot of things, including disapearing company nav,
   randomly appearing text, and wrappers pushed too wide.
   http://www.positioniseverything.net/explorer/threepxtest.html */
* html #content, * html #ct2 {
	margin-right:-3px;
	}
* div.onecol {
	background: transparent !important;
	}

#content2 {
	position: relative;
	top: 40px;
	background: url(../images/contentbg2.gif) repeat-y left;
	width: 728px;
	}
/* FireFox work-around that expands container div to the height of floated elements */
#content2:after {
	content: "&nbsp;"; 
	display: block; 
	line-height: 1px; 
	font-size: 1px; 
	clear: both; 
	background: transparent; 
	}
/* end Work-around */

/* Overcome stupid 3px margin bug in IE/Win floats, 
   which fixes a lot of things, including disapearing company nav,
   randomly appearing text, and wrappers pushed too wide.
   http://www.positioniseverything.net/explorer/threepxtest.html */
* html #content2, * html #ct2 {
	margin-right:-3px;
	}

/*
maincol
-------------------------------------- */
#maincol {
	float: left;
	width: 474px;
	font-size: 90%;
	padding-bottom: 40px;
}
#mc2 {
	padding: 30px 30px;
	min-height: 400px;
	}
#maincol h1, #maincol h1 a {
	color: #A18972;
	margin-top: 0;
	}

#maincol h1 {
	padding-left: 22px;
	background: url(../images/pattern-a.gif) no-repeat 0 4px;
	font: normal 200%/1.1em  Arial, "Times New Roman", sans-serif;
	/*text-transform: lowercase;*/
	margin-bottom: 1.3em;
	}
#maincol h1 strong {
	font-weight: bold;
	}
#maincol h2 {
	padding-left: 22px;
	background: url(../images/pattern-b.gif) no-repeat 0 7px;
	/*border-bottom: 1px dotted silver;*/
	font: bold 190%/1.2em Arial, "Times New Roman", sans-serif;
	color: #A18972;
	}
#maincol h2, #maincol h2 a {
	color: #A18972;
	/*text-transform: lowercase;*/
	}
#maincol h1 a:hover, #maincol h2 a:hover {
	color: #A12D2E; /* same as global hover color */
}
#maincol h3 {
	font: bold 140%/1em  Arial, "Trebuchet MS", sans-serif;
	text-transform: lowercase;
	font-style: italic;
	color: #A18972;
	}
#maincol p.content-subhead em {
	line-height: 170%;
	}

#maincol em {
	font: 110% Arial, "Times New Roman", serif;
	font-style: italic;
	}

#maincol p {
	font: 120%/160% Arial, "Times New Roman", serif;
	font-style: normal;
	/*font-style: italic;*/
	top: -.6em;
	margin: -1em 0 1.6em;
	}

#maincol .answers {
	color: #663300;
	font-weight: normal;
	}
	
#maincol ol {
	font-weight: bold;
	}

#maincol b.titler {
	font: Arial, "Times New Roman", serif;
	font-weight; bold;
	color: #993300;
	top: -.6em;
	margin: -1em 0 1.6em;
	}
	
#maincol b.author {
	font: Arial, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	top: -.6em;
	margin: -1em 0 1.6em;
	}

#hosttable {
	border-collapse: collapse;
	border-color: silver; 
	font: 100% Arial, "Times New Roman", serif;
	color: #FFCC00;

	}
#hosttable th {
	background: #204381;
	color: #FFFFFF;

	}	
		
	
/*
subnav
-------------------------------------- */
#subnav {
	float: right;
	width: 250px;
	font-size: 90%;
	}
#sn2 {
	padding: 35px 10px 60px;
	}
* html #sn2 {
	padding-right: 10px;
	}
#snImage {
	padding: 35px 10px 60px;
	background: url(../images/elephantroom.jpg) no-repeat left center;
	}
#subnav h2 a, #subnav h2 {
	color: #A36343;
	/*text-transform: lowercase;*/
	}
#subnav h2 {
	margin: 0 0 .2em;
	}
#subnav p {
	margin: .2em 0 1.6em;
	}
#subnav h2 a:hover {
	color: #A12D2E;
	}
#subnav h2 {
	font: 160%/1em  Arial, "Times New Roman", sans-serif;
	padding-left: 20px;
	background: url(../images/pattern-b.gif) no-repeat left center;
	}
#subnav h3 {
	padding-left: 20px;
	font: bold italic 120%/1em Arial, "Times New Roman", sans-serif; 
	color: #444;
	}
 
#subnav p {
	padding: .1em 20px;
	}
#subnav ul {
	margin: .3em 0 2em;
	padding: 0 40px;
	list-style: none;
	}
/*
cnav
-------------------------------------- */
#cnav {
	position: absolute;
	top: 0;
	width: 728px;
	background: #fff url(../images/cnavbg.gif) repeat-x top;
	height: 41px;
	text-align: right;
	}
#cnav ul {
	margin: 0; padding: 12px 10px;
	list-style: none;
	}
#cnav ul li {
	display: inline;
	}
#cnav ul li a {
	font-size: 90%;
	text-transform: lowercase;
	font-weight: bold;
	color: #8E7053;
	border: 0;
	border-right: 1px solid #A18972;
	padding: 0 12px;
	}
#cnav ul li.last a {
	border-right: 0;
	}
#cnav ul li a:hover {
	color: #900;
	}
body#about #cnav ul li a#about,
body#contact #cnav ul li a#contact,
body#sitemap #cnav ul li a#sitemap {
	color: #583A1B;
	background: url(../images/currentbtnbg.gif) no-repeat left top;	
	}
/* Footer
--------------------------- */
#footer {
	position: relative;
	font: 90% Verdana, serif;
	width: 728px;
	clear: both;
	background: #333333;
	border-top: 1px solid #A98;
	height: 50px;
	color: #9F8B77;
	padding: 10px 0 20px;
	}
#footer p {
	line-height: 170%;
	text-align: center;
	color: #B4A495;
	margin: 0;
	}
#footer a {
	color: #A88460;
	border-bottom-color: #A88460;
	}
#footer a:hover {
	color: #CD843B;
	border-bottom-color: #CD843B;
	}
#footer a.imglink {
	position: relative;
	top: 4px;
	}
/*
Headers
-------------------------------------- */
#hdrwhatisdw span,
#hdrbookroom span, 
#hdrellyroom span {
	display: none;
	}
#hdrwhatisdw,
#hdrbookroom,
#hdrellyroom {
	height: 16px;
	width: 186px;
	}
#hdrwhatisdw a,
#hdrbookroom a,
#hdrellyroom a {
	display: block;
	height: 16px;
	width: 186px;
	}
#hdrwhatisdw a {
	background: url(../images/whatisdw.gif) no-repeat left top;
	}
#hdrbookroom a {
	background: url(../images/bookroom.gif) no-repeat left top;
	}
#hdrellyroom a {
	background: url(../images/elephantroom.gif) no-repeat left top;
	}
/* Examples Thumbs 
--------------------------- */

/* Forms 
--------------------------- */
.form {
	background-color: #F5F1EE;
	border: 1px solid #E6DCD1;
	padding: 10px;
	}
.form td, .form th {
	padding: 6px;
	}

.item-action a {
	border: 0;
	}
/* end email blog link */
.comments-count {
	background: url(../images/pattern-b.gif) no-repeat left 3px;
	padding-left: 20px;
	}
#comments-block {
	margin: 0; padding: 0;
	}
#comments-block dt {
	font: 110%/1.6em Arial, "Times New Roman", Times, serif;
	
	font-weight: bold;
	margin: 1em 0 -11px; padding: 5px 10px;
	background: #D0C1B1;
	border-width: 1px 1px 0 1px;
	border-color: #E0DBCE;
	border-style: dotted;
	height: 2.3em;
	color: white;
	}
#comments-block dt em {
	font-weight: bold;
	color: #555;
	}
#comments-block dd {
	margin: 0; padding: 5px 10px;
	border-width: 0 1px 1px 1px;
	border-color: #E0DBCE;
	border-style: dotted;
	}
.comment-poster, .comment-body {
	background-color: #f7f7f3;
	}
/* Misc.
--------------------------- */
.amazonframes {
	list-style: none;
	margin: 0; padding: 0;
	text-align: center;
	}
p.important {
	background: #F1E9DE;
	border: 1px solid #D1C8BE;
	padding: 16px 20px 20px;
	}
p.important .header {
	display: block;
	font: bold 130%/150% "Trebuchet MS", Arial, sans-serif;
	color: #A18972;
	}
.imglink, .imglink:hover {
	border: 0;
	}
.thumb {
	border: 1px solid #5A3C1C;
	padding: 1px;
	height: 68px;
	width: 68px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	}
.label {
	font-weight: bold;
	}
dt {
	clear: right;
	}
.normal {
	font-weight: normal;
	}
.onecol {
	background: transparent;
	}



