﻿* {margin:0;padding:0}
body {
	font-family: arial,Verdana, Helvetica, sans-serif; 
   letter-spacing:normal;
	font-size: 90%;
	color: #333; 
	background: #5D1719 none top center no-repeat;
}

#container {
  background: transparent none;
  width:7.5in;
  margin: 0 auto 10px auto;
  padding:0px;
}
#cHeader {
  height:auto;
  width:7in;
  background: transparent url('./images/bg-header.jpg') top left no-repeat;
  position:relative;
  top:0;
  left:0;
}
#cLogo {display:none;}
#cTagline {width:7in;height:auto;
  display:block;float:none;;margin:15px 15px 0 0;
  font-size:13px;color:#6D6B64;text-align:right;line-height:15px;
}
#cNav {
display:none;
}
#cBanner {display:none;}


#cFooterBot {
  background: #2C4258 url('./images/footer-bottom.gif') top left no-repeat;
  width:7in;
  height:19px;
}
#cFooter {width:7in;background: transparent url('./images/bg-footer.jpg') top left no-repeat;}
#FooterText {padding:15px 10px 0 10px;font-size:11px;color:#5E1717;text-align:center;letter-spacing:2px;}
#cCopyright {
  display:none;
}
#cCopyright a {color:#6D6B64;}
#cCopyright a:hover {color:#D7D7C3;}

#player1 {display:none;}

#Member #cBanner {background: #FF6600 url('./images/layout/bg-header-orange.jpg') top left repeat-x;}

#cContent {
  width: 7in;
  padding:0; border:0;
}

.cappucino #cContent {background-color: #5D1719;margin:4px 0 4px 0;}
.orange #cContent {background-color: #FF6600;margin:4px 0 4px 0;}

#cContentMargin {background-color:#5D1719;width:7in;margin:0 12px 0 12px;}
#cMainContent {background: #EEEEE6 url('./images/layout/bg-main.png') bottom right no-repeat; 
  width: 7in; margin: 0 6px 0 6px;
  padding:4px 4px 4px 4px;min-height:200px;}

#cRightCol {
  float:right;margin:0 0 10px 40px;padding:0px 0 0 20px;
  width:4in;min-height:150px;
  border-left: 2px dotted #64504C;
}

#cEmailSignup {
display:none;
}
#cEmailContent {margin: 0 48px 80px 30px;padding-top:30px;
  text-align:center;
}
#cEmailContent h2 {color: #EEEEE6;font-size:16px;line-height:20px;margin-top:0;}

.Column1 {float:left;width:1.75in;border-right:1px solid #D7D7C3;padding-right:10px;}
.Column2 {float:right;width:1.75in}

#cLoginContent {background: #38342B none bottom right no-repeat; 
  width: 796px; margin: 0 6px 0 6px;
  padding:4px 4px 4px 4px;}
  
#cLoginLeft {float:left;width:372px;height:283px;}
#Member #cLoginLeft {background:#FF9900 url('./images/layout/bg-member-signin.jpg') top left no-repeat;}

#cLoginRight {float:right;width:367px;height:283px;}
#Member #cLoginRight {background:#C9C5B9 url('./images/layout/bg-member-register.jpg') top left no-repeat;}
.cLoginBoxContent {padding:81px 7px 10px 7px;color:#FFF;}

#cHomeMember {width:840px;height:126px;
   background:transparent url('./images/layout/bg-members.jpg') top left no-repeat;
   margin-bottom:12px;
}
#cHomeProducer {width:840px;height:126px;
   background:transparent url('./images/layout/bg-producers.jpg') top left no-repeat;
   margin-bottom:12px;
}
#cHomeEveryone {width:840px;height:126px;
   background:transparent url('./images/layout/bg-everyone.jpg') top left no-repeat;
   margin-bottom:12px;
}
.HomeButton {position:relative;top:75px;left:677px;width:163px;height:40px;}
.HomeButton2 {position:relative;top:85px;left:677px;width:163px;height:40px;}



#cHomeLeftFlash {
  display:block;
  position:absolute;
  top:236px;
  left:5px;
  width:168px;
  height:163px;
  padding:0;margin:0;
  background: transparent url('./images/ph-left.jpg') top left no-repeat;
}
#cHomeRightFlash {
  display:block;
  position:absolute;
  top:236px;
  right:5px;
  width:168px;
  height:163px;
  padding:0;margin:0;
}


/* Message Boxes - login and specialized pages*/
.cErrorBox {
  width:80%;
  padding: 4px 10px 2px 10px;
  border: 1px solid #CC0000;
  color: #CC0000;
  background-color: #EEE;
  margin-bottom:10px;
}
.cNoteBox {
  /*width:80%;*/
  padding: 4px 10px 2px 10px;
  border: 1px solid #00AC85;
  color: #00AC85;
  background-color: #EEE;
  margin-bottom:10px;
}

/* Message Boxes - standard pages*/
#cMainContent .cErrorBox {
  width:80%;
  padding: 4px 10px 2px 10px;
  border: 1px solid #CC0000;
  color: #CC0000;
  background-color: #EEE;
  margin-bottom:10px;
}
#cMainContent .cNoteBox {
  /*width:80%;*/
  padding: 4px 10px 2px 10px;
  border: 1px inset #049836;
  color: #FFF;
  background-color: #34CB00;
  margin-bottom:10px;
}
.lW { float: left; clear: left; height: 15px; background-color:yellow;}
.rW { float: right; clear: right; height: 15px;  }

/* Gallery Pages */
.GalleryInfo {float:left;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding:15px;background-color:#FEF9E2;
  width:330px;
  border: 2px inset #D7D7C3;
  font-size:12px;
  margin-left:10px;
}
.GalleryLabel {display:block;float:left;clear:left;text-align:right;
  width:110px;font-style:italic;color:#6D6B64}
.GalleryData {display:block;float:left;padding-left:5px;text-align:left;
  width:200px;
}  
