/* CSS Document */

/***************************************************
Written by Linda M. Jose
Mailboxesofdistinction.com
Jan-Feb 2006
Revision - February 17, 2007

Slightly disorganized. Apologies to those who know.

(c) 2006-2007 Mailboxes of Distinction
***************************************************/

/***************************************************
Main Layout CSS Elements
***************************************************/

body {margin: auto;
padding: 0;
background: url(http://www.mailboxesofdistinction.com/images/bg3.gif) center repeat-y #929292;
color: #000;
font: normal 0.70em Verdana, Arial, Helvetica, sans-serif}
	
#wrapper {width: 720px;
margin-right:auto;
margin-left:auto;
background-color: #fff;
color: #000;
padding: 10px 0px 2px 0px}

/***************************************************
Headers
***************************************************/
#logo {	width:728px;
	margin:auto;
	padding-bottom: 5px;
	height: 80px;
	background: url(http://www.mailboxesofdistinction.com/images/logotop.gif) left no-repeat}

#logo p {text-align: left}

#header {width: 732px;
	margin: 5px auto;
	height: 254px;
	background: url(http://www.mailboxesofdistinction.com/images/placeholder.jpg) no-repeat}

#index-header {width: 728px;
		margin: 6px auto;
		height: 280px;
		background: url(http://www.mailboxesofdistinction.com/images/index-header.jpg) center no-repeat}

/***************************************************
Top Navigation 
***************************************************/
	
#top-nav {width: 728px;
height: 30px;
margin: 10px auto;
text-align: right}

#top-nav p {font: 10px Arial, Helvetica, sans-serif; color: #000; background-color: #ffffff}

#top-nav a {color: #000000;
	text-decoration:none;
	text-transform: uppercase;}

#top-nav a:visited {color: #000000;	
		text-decoration:none;
	    text-transform: uppercase;}

#top-nav a:hover {color: #000;
		background-color: #f2f2f2;
		text-decoration: none;
		text-transform: uppercase}

				  		  
/***************************************************
Main Navigation
***************************************************/
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	width: 728px;
	background-color: #000;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center}

#navigation ul {
	padding: 5px 0 5px 0;
	margin: 0 auto 0 auto}

#navigation li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0}

#navigation a:link {
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #CCC;
	background-color: #000;
	padding-bottom: 5px}

#navigation a:visited {
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #CCC;
	background-color: #000;
	padding-bottom: 5px}

#navigation a.indicator:link {
	border-bottom: 4px solid #FFF;
	padding-bottom: 5px;
	color: #FFF;
	background-color: #000} 

#navigation a.indicator:visited {
	border-bottom: 4px solid #ffffff;
	padding-bottom: 5px;
	color: #FFF;
	background-color: #000;}

#navigation a:hover {color: #ffffff; background-color: #000}
				
	
/***************************************************
New Ordering Page
***************************************************/
.order {width: 478px;
		float: left;
	    padding: 0px 0px 0px 0px}

.order img {border:0px}

.order p {line-height: 180%;
        text-align: justify;
	    font-size: 1.0em}

.order h1 {font-size: 1.6em;
		font-weight: normal;
		margin-top: 1em;
		margin-bottom: .85em;
		border-bottom: 1px #ccc solid;
		font-family: Arial, Times New Roman}

.order h2 {font-size: 1.5em;
		font-weight: normal;
		color: #ba0001;
		line-height: 140%;
		font-family: Georgia, Times New Roman}
		
.order li:hover {
	background-color:#dedede;
}

.order ul {
	margin:14px 0 0 0;
	padding:0 0 0 0;
	width:  448px;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.order ul li {
	margin:0;
	line-height:120%;
	border-top: 1px solid #dfdfdf;
	padding:22px 22px 34px 34px;
	position:relative;
	z-index:2;
}
	
.order a:link, .order a:visited {
	color: #cc0033;
	text-decoration:none;
}

.order a:hover {
	color:#d3d0a7;
	background-color:#0f0f0e;
}
	  							
.float-order {
  float: left;
  padding: 0px 22px 4px 0px;
  }
 
 .order blockquote {line-height: 180%}
 
 
 
/***************************************************
Content Left 
***************************************************/
.content-left {width: 478px;
		float: left;
	    padding: 0px 0px 0px 0px}

.content-left img {border:0px}

.content-left p {line-height: 180%;
        text-align: justify;
	    font-size: 1.0em}

.content-left h1 {font-size: 1.6em;
		font-weight: normal;
		margin-top: 1em;
		margin-bottom: .85em;
		border-bottom: 1px #ccc solid;
		font-family: Verdana, Arial, Times New Roman}

.content-left h2 {font-size: 1.3em;
		font-weight: normal;
		color: #ba0001;
		font-family: Verdana, Arial, Times New Roman}

.content-left h2 a:active {text-decoration: underline;color: #ba0001;}

.content-left h2 a:visited {text-decoration: underline;color: #ba0001;}

.content-left h2 a:link {text-decoration: underline;color: #ba0001;}

.content-left h2 a:hover {text-decoration: underline;color: #000000;}

.content-left h3 {font-size: 1.1em;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif}

.content-left h4 {font-size: 0.9em;
		font-weight: bold;
		margin: 0 0 0 6px;
		font-family: Verdana, Arial, Helvetica, sans-serif}

.content-left a:visited{text-decoration: underline;color: #000000;}

.content-left a:link { text-decoration: underline;color: #000000;}	

.content-left a:active { text-decoration: underline;color: #000000;}	
						
.content-left a:hover{text-decoration: underline;color: #999999;}			

.content-left ul {line-height: 190%}

.content-left li { padding: 4px}

.content-left blockquote {line-height: 160%;padding: 6px}	

	
/***************************************************
Misc Formatting - disorganized
***************************************************/

.ad-box {padding: 8px;
		 background-color: #d9d9cf;
		 color: #000;
		 margin: 0px 0px 0px 0px;
		 line-height: 160%}

.ad-box2 {	
	padding: 10px;
	background: #f2f2f2;
	color: #000;
	border-top: 3px solid #666666;
	border-bottom: 3px solid #666666;
	margin: 0px 0px 0px 26px;
	line-height: 150%;
	font-size: 11px;}
	
.ad-box2 a:visited {background-color: #f2f2f2}


.ad-box4 {	
	padding: 10px;
	background: #f2f2f2;
	color: #000;
	border-top: 3px solid #666666;
	border-bottom: 3px solid #666666;
	margin: 0px 2px 0px 2px;
	line-height: 230%;
	font-size: 11px;}
	
.ad-box4 a:visited {background-color: #f2f2f2}

.ad-box3 {	
	padding: 10px;
	background: #f2f2f2;
	color: #000;
	border: 1px solid #d9d9cf;
	margin: 0px 0px 0px 38px;
	line-height: 150%;
	text-align: justify}


.news a:visited {background-color: #f2f2f2}
		
.big {
	font-size: 1.2em;
	line-height: 180%;
	text-align: justify;
	color:#333;
	padding: 2px 15px 2px 20px;
	margin: 20px 0px;
	background: #f2f2f2;
	border-left: 12px solid #ccc}	

.big a:visited{text-decoration: underline;color: #000000; background: #f2f2f2 !important}

.big a:link { text-decoration: underline;color: #000000; background: #f2f2f2 !important}	

.big a:active { text-decoration: underline;color: #000000; background: #f2f2f2 !important}	
						
.big a:hover{text-decoration: underline;color: #444444; background: #f2f2f2 !important}	


.quote {
	float: left;
	background-color: #ffffff;
	color: #000;
	padding: 4px;
	margin: 4px 4px 4px 0px}
	
.ready h2 {font-size: 1.5em;
		font-weight: normal;
		padding:2px;
		margin-top: 1.5em;
		margin-bottom: .85em;
		background-color: #edede1;
		color: #000;
		font-family:"Lucida Sans", "Lucida Grande", Arial, "Trebuchet MS"}
		
.ready p{}
	
.footnote {	font-size: 9px; font-family: Arial, Helvetica, sans-serif;}


.highlight { color: #000;background-color: #f6f6ca;
			 padding: 2px}

.highlight-gray {color: #000;
			background-color:#f7f7f7;
			padding: 4px}

.highlight-gray a:visited {background: #f7f7f7}

.quote p {line-height: 1.3em;text-align: justify; font-family: Arial, Helvetica, sans-serif}	

.center {text-align: center !important; font-weight: bold  !important; color: #000000; background-color: #ffffff}

.center2 {text-align: center !important; font-weight: normal; color: #000000; background-color: #ffffff}

.SpacerClearHome {clear: left; font-size:8px}

.anchorlink {text-align: right !important; font-size: 10px}

.joe {color: #FF0000; font-weight: bold; background-color: #ffffff;}	

.daniel {color: #ffffff}

.site-info {font-size: 1.4em;
	font-weight: normal;
	color: #000000;
	font-family: "Lucida Sans", "Lucida Grande", Arial, "Trebuchet MS";
	border-bottom: 1px #ccc solid;}

.latest-news {background: #ffffff;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 4px;
	margin: 0px 0px 0px 26px;
	border: solid 1px #cccccc;
	border-bottom: none !important}

.news { 	
	padding: 6px;
	background: #f2f2f2;
	color: #000;
	border: 1px solid #d9d9cf;
	margin: 0px 0px 0px 26px;
	line-height: 160%;
	font-size: 11px;}
	
.indent {margin-left: 44px; font-size:12px; padding: 4px; font-weight: bold; text-decoration: underline;}

.left {
  float: left;
  padding: 4px;}
  
  
/***************************************************
Content Right
***************************************************/

.content-right {width: 238px;
	float: left;
	margin: 14px 1px 0px 0px;
	overflow: hidden;}
				
.content-right h2 {	margin: 0px 0px 0px 40px;
		padding: 2px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1.1em;
		background-color: #f2f2f2;
		color: #000;}

.content-right a:link {color: #000; text-decoration: underline; font-weight: bold;}

.content-right a: active {color: #000; text-decoration: underline; font-weight: bold;}

.content-right a:visited {color: #000; text-decoration: underline; font-weight: bold;}

.content-right a:hover {color: #000; text-decoration: none; font-weight: bold;}	

		
.content-right ul {list-style: none;}
			

.content-right li { margin: 0px 0px 0px 2px;
		padding: 6px 0px 7px 0px;
		border-bottom: solid 1px #f2f2f2;
		background: #ffffff}

.content-right li a:link {color: #000; 
		font-weight: normal; 
		text-decoration: none !important;}
					 
.content-right li a:visited {text-decoration: none !important;
			color: #000;
			font-weight: normal;}
					 
.content-right li a:hover {	text-decoration: none !important;
					 		background-color: #f8f8f8;
					 		color: #000;
							font-weight: normal}
																		
.indicator {font-weight: bold; color:#555555; background-color: #ffffff}

.indicator-last {border-bottom:none !important;}

.indicator-last-on {font-weight: bold; border-bottom:none !important;
					color:#555555; background-color: #ffffff}


/***************************************************
Showcase Page
***************************************************/

#ShowcasePage {
	width: 720px;
	margin-right:auto;
	margin-left:auto;
	background: #fff;
	padding: 10px 0px 2px 0px;
	color: #000;}

#ShowcasePage p	{line-height: 180%;
			text-align: justify}

#ShowcasePage h1 {font-size: 1.7em;
		font-weight: normal;
		margin-top: 1.5em;
		margin-bottom: .85em;
		border-bottom: 1px #ccc solid;
		font-family:"Lucida Sans", "Lucida Grande", Arial, "Trebuchet MS"}

.right {text-align: right !important; }

#ShowcasePage h2 {font-size: 1.5em;
		font-weight: normal;
		padding:2px;
		margin-top: 1.5em;
		margin-bottom: .85em;
		background-color: #e5e4e4;
		color: #000;
		font-family:"Lucida Sans", "Lucida Grande", Arial, "Trebuchet MS"}

#ShowcasePage h3 {font-size: 1.6em;
		font-weight: normal;
		margin-top: 1em;
		margin-bottom: .85em;
		font-family:"Lucida Sans", "Lucida Grande", Arial, "Trebuchet MS"}
					
#ShowcasePage a:visited{text-decoration: underline;color: #000000;}

#ShowcasePage a:link {text-decoration: underline;color: #000000;}	
						
#ShowcasePage a:hover{text-decoration: underline;color: #999999;}			

#ShowcasePage ul {line-height: 140%}

#ShowcasePage li { padding: 4px}

#ShowcasePage blockquote {line-height: 160%;padding: 6px}				

#ShowcaseContent {
	clear: both;
	margin:auto;
	text-align: left;
	width: 700px;}

.Showcase {
	border-bottom: 1px #888 dotted !important;
	border-bottom: 1px #dedede solid; /** hello IE **/
	min-height: 250px;
	margin-bottom: 10px !important;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;}

.ShowcaseText {
	padding-top: 24px;
	margin-right: 20px;
	float: right;
	width: 350px;}

.ShowcaseText a {text-decoration: underline;
		font-weight: bold;
		color: #000;}

.ShowcaseText a:visited {text-decoration: underline;
				font-weight: bold;
				color: #000;}

.ShowcaseText a:hover {	text-decoration: underline;
			font-weight: bold;
			color: #000;
			background-color: #f8f8f8}

.Showcase p.title {
	color: #000;
	font-size: 1.3em;
	font-family: "Lucida Sans", "Lucida Grande", Arial, "Trebuchet MS";
	background-color: #f8f8f8;
	padding: 2px}

.Showcase p {font-size: 11px}
	
.Showcase p.title a {color: #000;
			background-color: #f8f8f8;
			text-decoration: none;
			font-weight: bold;
			font-family: "Lucida Sans", "Lucida Grande", Arial, "Trebuchet MS"}

.Showcase p.title a:visited {color: #000;text-decoration: none; background-color: #f8f8f8}

.Showcase p.title a:hover {	color: #ba0001;text-decoration: none; background-color: #f8f8f8}

.Showcase p {line-height: 140%}

.ShowcaseScreenshot {
	float: left;
	width: 275px;
	padding-top: 24px;
	margin-left: 4px;}

/***************************************************
Lightbox
***************************************************/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(Lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(Lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(Lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
				
/***************************************************
Thumbnails
***************************************************/
.container {
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  }
 
.container2 { background-color: #ffffff;
  color: #000;
  margin: 0px }
  
 
 .container3 {   border: 1px solid #ccc;
  background-color: #f8f8f8;
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 14px; }
  
  
.spacer {
  clear: both;
  }
  							
.float-thumbs {
  float: left;
  padding: 8px;
  }
  
div.float-thumbs p {
   text-align: center !important;
   font-size: 9px;
   line-height: 110%;
   }			



.coll li:hover {
	background-color:#fdfcfc;
}

.coll ul {
	margin:14px 0 0 0;
	padding:0 0 0 0;
	width:  448px;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.coll ul li {
	margin:0;
	line-height:120%;
	border-top: 1px solid #dfdfdf;
	padding:12px 12px 12px 12px;
	position:relative;
	z-index:2;
}
	
.coll a:link, .order a:visited {
	color: #cc0033;
	text-decoration:none;
}

.coll a:hover {
	color:#d3d0a7;
	background-color:#0f0f0e;
}
	  							




/***************************************************
FOOTER
***************************************************/

#Footer {width: 728px; margin: auto; padding: 10px 0px 0px 0px;}

#Footer p {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000; background-color: #fffffff;}

#Footer-menu {padding: 10px;
background: #f2f2f2;
font-size: 10px;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-align: center;
color: #000}
			  
#Footer-menu a:link {color: #000000;text-decoration: none; background-color: #f2f2f2;}

#Footer-menu a:active{color: #000000;text-decoration: none; background-color: #f2f2f2}

#Footer-menu a:visited {color: #000000;text-decoration: none; background-color: #f2f2f2}

#Footer-menu a:hover {color: #000000; text-decoration: underline; background-color: #f2f2f2}
				
#Footer-SEO {margin: 40px 40px 10px 40px;
font-size: 9px;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: #525252;
background-color: #ffffff;}

#Footer-SEO p {background-color: #ffffff; color: #525252;}
			 
#Footer-SEO a:link, a:visited, a:active {color: #525252; text-decoration: underline; font-weight: normal; background-color: #ffffff}

#Footer-SEO a:hover {color:#000000; text-decoration:none; background-color: #ffffff;}

/***************************************************
Site Map !
***************************************************/
	
#SiteMap {
	width: 600px;
	margin-right:auto;
	margin-left:auto;
	background: #fff;
	padding: 10px 0px 2px 0px;
	color: #000;}

#SiteMap p	{line-height: 160%;
			text-align: justify}

#SiteMap h1 {font-size: 1.5em;
		font-weight: normal;
		margin-top: 1.5em;
		margin-bottom: .85em;
		border-bottom: 1px #ccc solid;
		font-family:"Lucida Sans", "Lucida Grande", Arial, "Trebuchet MS"}

#SiteMap h2 {font-size: 1.2em;
		font-weight: normal;
		padding:6px;
		margin-top: 1.5em;
		margin-bottom: .85em;
		background-color: #f6f6f6;
		border:solid #dddddd 1px;
		color: #000;
		font-family:"Lucida Sans", "Lucida Grande", Arial, "Trebuchet MS"}

#SiteMap h2 a:visited {background-color: #f6f6f6}
					
#SiteMap a:visited{text-decoration: underline; color: #000000;}

#SiteMap a:link {text-decoration: underline;color: #000000;}	

#SiteMap a:active {text-decoration: underline;color: #000000;}	
						
#SiteMap a:hover{text-decoration: underline;color: #ba0001;}			

#SiteMap ul {line-height: 150%; background-color: #ffffff;}

#SiteMap li { padding: 4px}

/* el fin */
