/* - - - - - - - - - - - - - - - - - - - - -

Title : Leroux
Author : Bjørn Bulthuis
URL : bjornbulthuis.com

Description : Style for the wedding website of Bjørn Bulthuis and Jenny Christensen.

Created : 2007.04.09
Modified : 2007.05.23

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: normal;
}

img {
	border: 0;
}

body{
	text-align: center;
	background: #444;
}

/* ----- IDS ----- */

#container{
	width: 800px;
	height: 100%;
	margin: 20px auto 20px auto;
	padding: auto;
	background-color: #fff;
	text-align: left;
}
#primaryContent{
	font-size: small;
	padding: 20px 50px 20px 50px;
	background: #fff;
}

#enableside{
	float: right;
	width: 480px;
	font-size: small;
	padding: 20px 50px 20px 10px;
	background: #fff;
}

#sidebar{
	float: left;
	width: 200px;
	height: 100%;
	font-size: small;
	padding: 20px 10px 20px 50px;
	background: #fff;
}

/* ----- TWO COLUMN VIEW ----- */
#col1{
	float: left;
	width: 340px;
	height: 100%;
	font-size: small;
	padding: 20px 10px 20px 50px;
	background: #fff;
}

#col2{
	float: right;
	width: 340px;
	font-size: small;
	padding: 20px 50px 20px 10px;
	background: #fff;
}

/* -------- NAVIGATION ------------*/

#navigation{
	width: 100%;
	padding: 10px 0px 5px 0px;
	text-align: center;
	background: #900;
}

#subnav{
	width: 100%;
	font-size: small;
	padding: 10px 0px 5px 0px;
	text-align: center;
	background: #fff;
}

/* ----------- ROUND CORNERS ------------ */
.roundcont {
	width: 800px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	height: 30px;
	background: #000 url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	clear: both;
	height: 30px;
	background: #000 url(../images/br.gif) no-repeat bottom right; 
}

img.blcorner {
   width: 24px;
   height: 30px;
   border: none;
   display: block !important;
}

img.corner {
   width: 24px;
   height: 24px;
   border: none;
   display: block !important;
}

/* ----- CLASSES ----- */

.hide{
	display: none;
}

.alert{
	background-color: #fcc;
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	border: 2px solid #ccc;
	clear: both;
}

.clear{
	clear: both;
}

/* ----- HEADINGS ----- */

h2{
	font-size: 2.4em;
	letter-spacing: -1px;
	text-align: center;
	margin: auto auto 20px auto;
}

h3{
	font-size: 1.5em;
	letter-spacing: -1px;
	margin: 10px auto 5px auto;
}

/* ----- PARAGRAPHS ----- */

p{
	font-size: normal;
	text-indent: 25px;
}

p.noindent {
	text-indent: 0;
}

p.details {
	color: #666;
	padding: 0px 0px 5px 0px;
	text-indent: -5px;
}

/* ----- LISTS ----- */

ul.content {
	padding: 0 0 0 40px;
}

ul li{
	margin: 0 0 3px;
}

#navigation ul{
	list-style-type: none;
}

#navigation ul li{
	display: inline;
}

#navigation ul li a{
	margin: 0px 10px 0px 10px;
	padding: 5px 5px 5px 5px;
}

#subnav ul{
	list-style-type: none;
}

#subnav ul li{
	margin: 0px 10px 0px 10px;
	display: inline;
}

#directions{
	list-style-type: none;
}

/* ----- FOOTER FORMATING ----- */

#footer{
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: smaller;
	margin: 0px 0px 20px 0px;
}

#footer a{
	color:#000;
	text-decoration: underline;
}

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

#footer a.selected{
	color: #000;
	text-decoration: underline;
}

/* ----- DATE STYLE ----- */

ul.dates {
	list-style-type: none;
}

ul.dates li.title{
	font-weight: bold;
}

/* ----- BREAK ----- */

hr{
	display:none;
}

#header{
	width: 800px;
	height: 200px;
	vertical-align: bottom;
}

.pic {
	margin: 0 10px 10px 10px;
	padding: 4px;
	border: 1px solid #ccc;
}

#right{
	float: right;
}

/* ----- REGISTRY FORMATING ----- */

h4{
	font-size: large;
}

.place{
	margin: 20px;
	clear: both;
}

	.place img{
		float: left;
		margin: 0 10px 10px 10px;
		padding: 4px;
		border: 1px solid #ccc;
	}

	.place h4{
		margin: 0px 10px 10px 210px;
	}

	.place ul{
		margin: 0px 10px 10px 230px;
	}

/* ----- BIOS PAGE FORMATING ----- */

.question {
	font-weight: bold;
}

.answer {
	line-height: 15px;
	margin: 0px 0px 0px 5px;
}

/* ----- LINKS ----- */

a{
	color: #27d;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:visited, a:active, a:focus{
	color: #b41;
}

/* ----- Navigation Links ----- */

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

#navigation a:hover{
	color: #fff;
	background: #333;
	text-decoration: none;
}

#navigation a.selected{
	color: #000;
	background: #fff;
	text-decoration: none;
}

/* ----- Subnav Links ----- */

#subnav a{
	color: #000	;
	text-decoration: none;
}

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

#subnav a.selected{
	text-decoration: none;
	font-weight: bold;
}

/* ----- TABLES ----- */

td{
	padding: 5px;
}