@charset "utf-8";
/*


Developer Notes


Color Scheme:
Pantone / Color Name 		Tint		Hex				Usage
---------------------		----		-------			-----
5643C / Midnight Blue		100			003745			header background
5643C / Medium Blue			70			006677			h2, page titles

*/

 
/* ///////////////////////////

@import rules

/////////////////////////// */

@import url("reset.css");

/* ///////////////////////////

Global Overrides

/////////////////////////// */

body {
	background-color: #F5F2E2;
	font: normal 14px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

h1 {
	
}

h2 {
	margin-bottom: 1em;
	font: 130% Georgia;
	color: #6D1919;
}

h3 {
	margin-bottom: 1em;
	font: bold 110% Georgia;
}

h4 {
	font-size: 14px;
	text-align: center;
}

h5 {
	font: bold 130% Georgia;
	color: #6D1919;
}

p {
	margin-bottom: 1em;
}

/* ///////////////////////////

ID Declarations

/////////////////////////// */
#site {
	width: 770px;
	margin: 0 auto;
	margin-top: 15px;
	border: 4px solid #6D1919;
	background: url('../../images/body-bg.jpg') repeat;
}

#site2 {
	width: 770px;
	margin: 0 auto;
	margin-top: 15px;
	border: 4px solid #6D1919;
	background: url('../../images/body-bg.jpg') repeat;
}

#site3 {
	width: 770px;
	margin: 0 auto;
	margin-top: 15px;
	border: 4px solid #6D1919;
	background: url('../../images/body-bg.jpg') repeat;
}

#site4 {
	width: 1024px;
	margin: 0 auto;
	margin-top: 15px;
	border: 4px solid #6D1919;
	background: url('../../images/body-bg.jpg') repeat;
}

#header {
	min-width: 770px;
	vertical-align: bottom;	
	/*background-color: #F5F2E2;*/
}

#header h1 {	
	height: 22px;
	text-align: left;
	font: 18px "Georgia";
}

#masthead {
	height: 210px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#main-nav {
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	color: #FFF;
}

#main-nav ul {
	padding: 5px;
}

#main-nav li {
	display: inline;
	margin-left: 12px;
	padding: 8px;	
	font: bold 16px Georgia;	
}

a {
	color: #6D1919;
}

a:hover {
	text-decoration: none;
}

#page {
	min-width: 770px;
	margin: 0 auto;
	/*background: url(../../images/pipes.jpg) no-repeat 300px bottom;*/
	margin-bottom: 25px;
}

#homepage {
	width: 770px;
	margin: 0 auto;
	/*background: #F5F2E2;*/
	margin-bottom: 25px;
}

#homepage2 {
	width:770px;
	margin: 0 auto 25 auto;
	background: url(../../images/page-bg-pipes2.png) no-repeat bottom right;
	height: 740px;
}	

#page2 {
	min-width: 770px;
	margin: 0 auto;
}

#content {
	margin-top: 10px;
	float: right;
	width: 580px;
	padding-right: 15px;
}

#article {
margin:0;padding:0;	
}

.image {
	padding: 2px;
	border: 2px solid #6D1919;
}

.workshop-img {
	margin-right: 20px;
	border-bottom: 1px solid #6D1919;
	margin-bottom: 15px;
	margin-top: -20px;
}

#sidebar {
	width: 150px;	
	float:left;
	background: url(../../images/sidebar-bg.png) no-repeat center top;
	padding-top:8px;
	height: 588px;
}

#sidebar-home {
	width: 150px;	
	margin: 50px 0;
	float: left;
	margin-left: 10px;
	background: url(../../images/sidebar-bg.png) no-repeat center top;
	padding-top: 8px;
	height: 588px;
}


#related-links {
	border: 2px solid #6D1919;
	background-color: #CCC49D;
	display: block;
	float: left;
	width: 175px;
	margin-left: 5px;
}

#related-links li {
	margin-bottom: 7px;
	margin-top: 7px;
	font: 14px Georgia;
	text-align: center;	
	height: 25px;
	line-height: 25px;
}

#related-links li a {
	color: #24373F;
	text-decoration: none;
}

#related-links li a:hover {
	background-color: #DEDEBC; 
	display: block;
	height: 25px;
}	

#related-links li a:active {
	background-color: #DEDEBC; 
	display: block;
	height: 25px;
}	

#footer {
	width: 770px;
	/*background-color: #F5F2E2;*/
	margin: 0 auto;

}

#footer a {
	color: #24373F;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-nav {
	text-align: center;
}

#footer-nav ul {
	padding: 10px 0 2px 8px;
	border-top: 2px solid #6D1919;
	
}

#footer-nav li {
	display: inline;
	padding: 3px;	
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#footer-nav li a {
	text-decoration: none;
	color: #465352;
}

#footer-nav li a:hover {	
	text-decoration: underline;
}	


#legal {
	text-align: center;
}

#legal ul {
}

#legal li {
	display: inline;
	padding: 3px;
	font: 9px Arial, Helvetica, sans-serif;
	
}

/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
}

.no-margin, #content.no-margin {
	margin:0;
}

.one-col {
	width: 100%;

}

.two-col {
	width: 47%;
	float: left;
}

.three-col {
	width: 170px;
	float: left;
}

.four-col {
	width: 24%;
	background: #069;
}

.five-col {
	width: 19%;
}

#sidebar,.four-col, .five-col {
	float: left;
	margin: 0 0 10px 10px;
}

#sidebar.first-col, .first-col {
	margin: 0 0 10px 0;
}

.feature {
	padding: 3px;
}

.logo, .search {
	float: left;
	color: #FFF;
}

.logo {
	width: 250px;
	height: 50px;
	padding: 12px 20px 15px 15px;
}

.search {
	width: 400px;
	height: 50px;
	padding: 12px 20px 15px 20px;
}

.sold {
	color: #6D1919;
	font-weight: bold;
}
.input {
	
}

.label {
	float: left;
	width: 100px;
}

.form {
	width: 300px;
	float: left;
	padding-left: 5px;
}

.contact {
	width:200px;
	float: left;
	border-right: 1px solid #6D1919;
}

.description {
	width:300px;
	float: left;
	margin-top: 83px;
}
/*doing a test, delete when done */
.description2 {
	width:250px;
	float: left;
	margin-top: 10px;
}

.available {
	width: 550px;
	float: right;
	margin-left: 15px;margin-bottom: 15px;
}	

.available-image {
	width: 230px;
	float: left;
}

.available-text {
	width: 320px;
	float: left;
}		

.paypal {
	margin-left: 20px;
	width:200px;
	float:right;
}

#smokering {
	background-color: #CCC49D;
	width: 400px;
	height: 175px;
	border: 2px solid #6D1919;
	margin-left: 50px;
}

#smokering h3 {
	text-align:center;
	font-weight: bold;
	margin-bottom: 0px;
}	

#smokering h4 {
	text-align: center;
	border-bottom: 3px solid #6D1919;
	margin-bottom: -2px;
}

#smokering ul {
	background-color: #6D1919;
	margin-top: 15px;	
	padding-left: 30px;
}

#smokering li {
	display: inline;
	padding-left: 15px;
	color: #fff;
}

#smokering a {
	color: #fff;
	text-decoration: none; 
}

#smokering a:hover {
	color: #fff; 
	text-decoration: underline;
}

#mailinglist {
	background-color: #CCC49D;
	width: 300px;
	border: 2px solid #6D1919;
	margin-left: 50px;
	float: left;
}

.mailerform {
	padding-left: 10px;
}	

#studio-link {
	text-align: center;
	margin: 0 20px 0 12px;
	color: #333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#studio-link a {
	color: #333;
	text-decoration:none;
}	

#studio-link img {
  border-color:#6D1919;
}

	
#studio-link a:hover {
	text-decoration:underline;
}	

#studio-link p {
	border-top: 1px solid #59706F;
	padding: 5px 0;
}	

.table-margin {
	margin-left: 40px;
}	

.pipes {
	width: 200px; height: 150px;
	float: left;
	margin-left: 30px; margin-bottom: 10px;
}

.pipes a {
	color: #6D1919;
}

.pipes a:hover {
	text-decoration: none;
}

.pipes2 {
	width: 200px;
	float: left;
	margin-left: 30px; margin-bottom: 10px;
}

.pipes2 a {
	color: #6D1919;
}

.pipes2 a:hover {
	text-decoration: none;
}

.new-pipes {
	width: 200px; height: 150px;
	float: left;
	margin-bottom: 10px;
}	

.new-pipes img {
	border: 3px solid #6D1919;
}	

.pipes-text {
	width:285px;
	height: 150px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}		

.pipe-border {
	border: 3px solid #6D1919;
}	

.pipes img {
	border: 3px solid #6D1919;
}	

.quote {
	width:510px;
	float:left;
	background: url(../../images/home-pipes.gif) no-repeat center top;
	background-position: 80 0;
	height:250px;
}	

.quote p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	color: #1F3332;
	padding-left:25px;padding-top:10px;
}
.quote2 {
	width:350px;
	float:left;
	height:60px;
}	

.quote2 p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	color: #1F3332;
	padding-top:10px;
}

.fancy {
	font-style: italic;
	color: #6D1919;
}	

.fancy a {
	font-style: italic;
	color: #6D1919;
}	

.pipe-thumbs {
	margin: 2px 0;
}	

.glidecontent {
	background: #F5F2E2;
}	

#related-links {
	border: 2px solid #6D1919;
	background-color: #CCC49D;
	display: block;
	float: left;
	width: 175px;
	margin-left: 5px;
}

#related-links li {
	margin-bottom: 7px;
	margin-top: 7px;
	font: 14px Georgia;
	text-align: center;	
	height: 25px;
	line-height: 25px;
}

#related-links li a {
	color: #24373F;
	text-decoration: none;
}

#related-links li a:hover {
	background-color: #DEDEBC; 
	display: block;
	height: 25px;
}	

#related-links li a:active {
	background-color: #DEDEBC; 
	display: block;
	height: 25px;
}	

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 120px; /*width of menu (not including side paddings)*/
color: black;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	background-color: #DEDEBC; 
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 2px;
left: 100px;
border: 0;
margin-top: 3px;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Marker List Vertical Menu ######### */

.mattblackmenu{
	display: block;
	float: left;
	width: 130px;
	margin-left: 10px;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.mattblackmenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mattblackmenu ul li {
	margin: 2px;
	font: 11px Georgia;
	text-align: center;	
	height: 23px;
	line-height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mattblackmenu ul li a{
	color: #24373F;
	text-decoration: none;
	display: block;
}

* html .mattblackmenu ul li a{ /*IE6 hack*/
width: 155px;
}

.mattblackmenu ul li a:hover, .mattblackmenu ul li a.selected{
	background-color: #DEDEBC; 
	display: block;
	height: 25px;
}
