/*********************************************)**/
/* RSVP Event Planning		                    */
/* copyrght Matthew Petersen 2005				*/
/************************************************/


body{
	font-family: Arial,sans-serif;
	color: #666666;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	height: 100%;
}

html{
	height: 100%;
}

#nonfooter{
	position:relative;
	min-height:100%;
}

* html #nonfooter
{
	height: 100%;
}

a:link{
	color: #fff;
	text-decoration: none;
}

a:visited{
	color: #fff;
	text-decoration: none;
}

a:hover{
	color: #fff;
	text-decoration: underline;
}

a:active{
	color: #fff;
	text-decoration: underline;
}

#mid a:link{
	color: #666666;
	text-decoration: none;
}

#mid a:visited{
	color: #666666;
	text-decoration: none;
}

#mid a:hover{
	color: #333333;
	text-decoration: underline;
}

#mid a:active{
	color: #666666;
	text-decoration: underline;
}


h1{
 font-family: Papyrus, Verdana, Arial, sans-serif;
 font-size: 150%;
 color: #af2626;
 margin: 0px;
}

h2{
	font-family: Papyrus, Arial, sans-serif;
	font-size: 115%;
	color: #af2626;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

h3{
	font-family: Papyrus,Arial,sans-serif;
	font-size: 100%;
	color: #af2626;
	margin: 0px;
	padding: 0px;
	font-weight: strong;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
	height:80px;
 	background-color: #af2626;
	background-image:url(Images/feathers.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#navBar{
	float: left;
	width: 134px;
	margin: 0px;
	background-color: #af2626;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#headlines{
  float:right;
	width: 20%;
	height: 300px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-right: 0;
	background-image:url(Images/bride1.jpg);
}

#content{
	float: left;
	padding: 10px;
	width: 55%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	height:20px;
	font-size: 75%;
	color: #FFF;
	padding: 5px 5px 5px 5px;
	background-color:#af2626;
	position: relative;
	margin: -38px auto 0 auto;
}

* html #siteInfo
{
margin-top :-38px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul a:hover, #navBar ul a:active {display: block; text-decoration:underline;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
 	font-family: PAPYRUS,Arial,sans-serif;
	background-image:url(Images/bride1.jpg);
	background-position:left;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color:#FFF;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #FFF;
	padding: 2px 0px 2px 10px;
	background-image:url(Images/BR.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

#sectionLinks a:link{
	background-color: #af2626;
}

#sectionLinks a:visited{
	background-color: #af2626;
}

#sectionLinks a:hover{
	background-color: #DB5959;
}

#sectionLinks a:active{
	background-color: #DB5959;
	text-decoration:underline;
}
