/*=============================

Millamolong
site modifications by
Ben Manson of 3blindmice
july 2010

#CDCA9D

=============================== */

body {
	font-size: 62.5%;
	line-height: 1em; 
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

	/* -------------- HEADER -------------------- */
	
	#header {
		/* background: url(../images/bodybkgd.gif) repeat-x top left; */
		margin-top: 20px;
		}
		
		.wrap {
			width: 900px;
			margin: 0 auto;
			}
			
			#header .wrap, #content .wrap, #footer .wrap {
				position: relative;
				}
				
	#logo {
		position: relative;
		left: 5px;
		}
		
	p#latestnews {
		/*
position: absolute;
		top: 200px;
		left: 0;
*/
		margin: 0;
		padding: 0;
		}
		
		p#latestnews a {
			width: 300px;
			height: 65px;
			text-indent: -5000px;
			background: url(../images/latestnews.gif) no-repeat;
			display: block;
			}
			
			p#latestnews a:hover {
				background-position: 0 -65px;
				}
	
	p#twitter {
		position: absolute;
		top: 127px;
		left: 300px;
		margin: 0;
		padding: 0;
		background-color: #253047;
		}
		
		p#twitter a {
			width: 300px;
			height: 65px;
			text-indent: -5000px;
			background: url(../images/twitter.gif) no-repeat;
			display: block;
			background-color: #253047;
			}
			
			p#twitter a:hover {
				background-position: 0 -65px;
				}
	
	p#facebook {
		position: absolute;
		top: 127px;
		left: 600px;
		margin: 0;
		padding: 0;
		}
		
		p#facebook a {
			width: 300px;
			height: 65px;
			text-indent: -5000px;
			background: url(../images/facebook.gif) no-repeat;
			display: block;
			}
			
			p#facebook a:hover {
				background-position: 0 -65px;
				}
	
	p#millasale {
		width: 900px;
		text-align: center;
		background-color: #C70000;
		color: #FFFFFF;
		margin: 0;
		padding: 5px 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.2em;
		}
		
		p#millasale a {
			font-family: Georgia, Times, serif;
			text-transform: lowercase;
			color: #FFF;
			margin: 0;
			font-weight: normal;
			font-style: italic;
			}
	
	p#tagline {
		position: absolute;
		font-size: 1.0em;
		text-transform: uppercase;
		color: #212C00;
		top: 37px;
		right: 10px;
		font-family: Georgia, Palatino, serif;
		letter-spacing: 0.07em;
		padding-left: 0;
		}
	
	#banner {
		background-color: #212C00;
		width: 100%;
		height: 201px;
		/* border-bottom: 3px solid #212C00; */
		}
		
		#banner img {
			}
		
		h1 {
			color: #212C00;
			font: 2.4em/1em Georgia, Palatino, serif;
			font-weight: normal;
			padding: 12px 0 12px 30px;
			
/* 			padding: 0; */
			/*
position: absolute;
			top: 255px; 
			left: 30px;
			z-index: 5;
*/
			}
		
		
	/* -------------- CONTENT -------------------- */
		
	#main {
		clear: both;
		background: url(../images/bkgd_main.gif) repeat-y top left;
		width: 900px;
		}
		
		#home #main {
			background-image: none;
			background-color: #212c00;
			margin: 0;
			padding: 0;
			}
			
			#home #content .wrap {
				background-color: #212c00;
				}
	
	/* -- left column -- */
	
	#leftcol {
		clear: both;
		float: left;
		margin-top: 30px;
		width: 640px;
		padding-bottom: 30px;
		margin-right: 25px;
		min-height: 200px;
		}
	
	
		h2 {
			color: #212C00;
			padding: 24px 0 12px 30px;
			font: 2.0em/1em Georgia, Palatino, serif;
			font-weight: normal;
			}
			
		h3 {
			color: #212c00;
			padding: 12px 0 12px 30px;
			font: 1.6em/1em Georgia, Palatino, serif;
			font-weight: normal;
			/* font-style: italic; */
			}
		
		p {
			font-size: 1.3em;
			/* font-family: Georgia, Palatino, serif; */
			line-height: 1.4em;
			padding: 0 20px 12px 30px;
			color: #565646;
			}
			
		#leftcol ol, #leftcol ul {
			margin: 0 0 12px 30px;
			}
			
			#leftcol ul {
				list-style-image: url(../images/bullet.gif);
				}
		
			#leftcol li {
				font-size: 1.3em;
				color: #565646;
				padding-bottom: 10px;
				}
		
		a:link {
			color: #C70000;
			}
		
		a:visited {
			color: #b1b185;
			}
			
			a#notelink1:visited, a#notelink2:visited, a#notelink3:visited, a#notelink4:visited {	
				color: #C70000;
				}
		
		a:hover {
			color: #C70000;
			text-decoration: underline;
			}
		
		.imageright {
			float: right;
			padding: 7px;
			margin-right: 20px;
			margin-left: 15px;
			border: 1px solid #EDEDED;
			background-color: #F9F9F9;
			}
			
			a img.imageright {
				border: 1px solid #EDEDED;
				}
			
		.imageleft {
			float: left;
			padding: 7px;
			margin-left: 30px;
			margin-right: 15px;
			border: 1px solid #EDEDED;
			background-color: #F9F9F9;
			}
		
		.image {
			border: 1px solid #EDEDED;
			background-color: #F9F9F9;
			padding: 7px;
			margin: 10px 0 10px 30px;
			}
		
		#leftcol table {
			margin: 20px 20px 20px 30px;
			border-collapse: collapse;
			border-top: 2px solid #b1b1b1;
			border-bottom: 2px solid #b1b1b1;
			}
		
			#leftcol td {
				border-bottom: 1px dotted #b1b1b1;
				vertical-align: top;
				}
				
				#leftcol table p {
					padding: 8px 10px;
					}
		div.notes {
			clear: both;
			}
			
	/* form */
	
	#signup {
		margin: 0;
		}
		
		#signup td {
			vertical-align: middle;
			}
			
			#signup td.lastrow {
				border-bottom: 1px dotted #b1b185;
				height: 15px;
				}
		
		input {
	    font-size: 1.2em;
	    padding: 3px;
	    border: 1px solid #CCC;
	    color: #333;
	    font-weight: bold;
	    width: 155px;
	    margin: 0;
	    color: #565646;
		   }
		 
		 label {
	    font-weight: normal;
	    font-size: 1.1em;
	    line-height: 1.3em;
	    /* text-transform: lowercase; */
	    color: #565646;
	    /*
font-family: Georgia, Palatino, serif;
	    text-transform: uppercase;
			letter-spacing: 0.07em;
*/
	    }
	    
	    #button {
				margin: 10px 0 0 43px;
	    	background: url(../images/subscribe.png) no-repeat top left;
		    width: 103px;
		    height: 26px;
		    text-indent: -5000px;
		    border: none;
	    	}
	
	/*
#leftcol form table {	
		border: none;
		margin: 0 20px 10px 20px;
		}
		
*/
		
			
	/* -- right column -- */
	
	#rightcol {
		float: left;
		width: 220px;
		margin-top: 83px;
		}
		
		#rightcol h4 {
			color: #b1b185;
			font-family: Georgia, Palatino, serif;
			font-size: 1.1em;
			text-align: center;
			text-transform: uppercase;
			letter-spacing: 0.07em;
			padding: 8px 0 8px 0;
			font-weight: normal;
			border-top: 1px dotted /* #DBDBB7 */#b1b185;
			border-bottom: 1px dotted /* #DBDBB7 */#b1b185;
			width: 207px;
			margin-bottom: 15px;
			margin-top: 5px;
			}
		
		#rightcol p {
			font-size: 1.1em;
			/*
color: #b1b185;
			font-family: Georgia, Palatino, serif;
*/
			text-align: center;
			/* letter-spacing: 0.07em; */
			/* text-transform: lowercase; */
			/*
font-style: italic;
			font-size: 0.9em;
*/
			/* border-bottom: 1px dotted #b1b185; */
			/* border: none; */
			padding: 0 0 8px 0;
			}
			
		#rightcol p.smallnote {
			color: #b1b185;
			font-family: Georgia, Palatino, serif;
			text-align: center;
			letter-spacing: 0.07em;
			text-transform: lowercase;
			font-style: italic;
			font-size: 0.9em;
			border-bottom: 1px dotted #b1b185;
			border: none;
			padding: 5px 0 3px 0;
			}
		
		ul#gallery {
			width: 207px;
			
			
			padding: 0 0 12px 3px;
			border-bottom: 1px dotted #b1b185;
			
			}
		
		ul#gallery li {
			float: left;
			width: 65px;
			height: 65px;
			padding: 0 3px 3px 0;
			}
			
	ul#slideshow {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
	
	ul#slideshow li {
		margin: 0;
		padding: 0;
		}
		
				
				
	/* -------------- FOOTER -------------------- */
	
	#footer .wrap {
		background-color: #212c00;
		width: 900px;
		height: 50px;
		}
		
		#footer img {
			position: absolute;
			top: 0;
			right: 255px;
			}
		
		#footer p {
			font-size: 1em;
			color: #FFF;
			padding: 12px 0 0 655px;
			}
	
	
	
	/* -------------- FIXES -------------------- */			
	.clear {
		 display:inline-block;
		}
		
		.clear:after {
		 display:block; 
		 visibility:hidden; 
		 clear:both; 
		 height:0; 
		 content: " "; 
		}				
