/* Mint Chocolate Chip - (c) 2006 andrewstrojny.com */

/* You may use this CSS and use its techniques in your own projects, but keep in mind the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright (c) 2006 Andrew Strojny */ 

/* Enjoy! */


/* ----- Structure and Layout ----- */

body {
	text-align : center;
	background-color: #A5AdC4;
	min-width : 900px ;
	}


#wrapper {
	width : 900px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	}
	
#header {
	padding-top: 10px;
	}

#maincontainer {
	float: left;
	width : 900px;
	background: url(../images/container.png) repeat-y;
	}

#padding {
	clear: both;
	padding: 20px 0 0 0;
	}

#content {
	float: left;
	width: 550px;
	padding: 0 40px 10px 40px;
	}
	
#left { float: left; width: 220px; padding: 0 10px 0 10px; display: inline;}

#right { float: right; width: 220px; padding: 0 10px 0 10px; display: inline;}	


#weddetails { color: #306E4C; font-weight: bold; }

.regtype { color: #939D9D; font-family: arial; font-size: 90%;  font-style: italic; padding-top: 0px; padding-bottom: 0px; margin-left: 22 }

#caption { font-size: 90%; 
			padding-top: 0;
			padding-bottom: 18px;
			line-height: 1.1;
			}
	

#newsbox {
	float: right;
	padding: 5px 0 0 0;
	}
	
#innernews {
	width: 200px;
	margin: 30px 40px 0 0;
	padding: 10px 10px 10px 10px;
	background: #fbfbfc;
	border: 1px solid #efefe3;
	}

/* ----- Navigation -----  */

#nav {
	float: left;
	padding: 0 0px 2px 15px;
	margin: 0;
	}
	
#navinner {
	float: left;
	width: 869px;
	height: 40px;
	background: #A5AdC4;
	border-top: 2px solid #939bb9;
	border-bottom: 2px solid #939bb9;
	}
	
#nav ul {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	text-decoration: none;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	text-decoration: none;
	}
	
#nav li a {
	float: left;
	text-align: bottom;
	margin: 5px 0 0 0;
	padding: 4px 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fafaf6;
	}
	
#nav li a:hover {
	color: #d6d6df;

	}
	
#nav li a.active {
	color: #FFFFFF;
	background: #86BA72;
	border-bottom: 2px solid #6CAB54;
	border-right: 2px solid #6CAB54;
	}
	

/* ----- Typography ----- */

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 80%;
	color: #444444;
	line-height: 1.4em;
	}

h1 {
	margin: 12px 0 9px 0;
	font-size: 2em;
	color:#565693;
	}

h2 {
	font-family: arial, helvetica, sans serif;
	font-size: 1.3em;
	font-style:bold;
	color: #0555B7;
	line-height: 1em;
	margin-bottom: 5px;
	margin-top: 30px;
	}
	
h3 {
	font-size: 1em;
	font-style: bold;
	color: #533617;
	}
	
h5 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	color: #835f3f;
	}
	
li {margin-bottom: 9px; }
	

#linklist { font-size: 80%; padding: 0 0 50px 0; }
	

#innernews p {
	margin-left: 10px;
	text-align: center;
	padding: 0 10px 0 10px;
	font-size: .9em;
	line-height: 1.2em;
	}
	
	
#innernews ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
	line-height: 105%;
	text-align: center;
}

#innernews h4 {
	font-size: 110%;
	margin: 1.5em 0 0.3em 0;
	color: #835f3f;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.15em;
}

#innernews a:link { color: #999; }
#innernews a:visited { color: #999; }
#innernews a:hover { color: #565693; }	
	
	
	
	
	

/* ----- Links ----- */

a {
	color: #565693;
	text-decoration: none;
	}

a:visited {
	color: #565693;
	text-decoration: none;
	}

a:hover {
	color: #936f4f;
	text-decoration: none;
	}

#footer a {
	color: #565693;
	text-decoration: none;
	}

#footer a:visited {
	color: #565693;
	text-decoration: none;
	}

#footer a:hover {
	color: #fafaf6;
	text-decoration: none;
	}



/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #666666;
	}

	