/*----------------------------------
		Theme_#	521
		Cat 		Wedding
		Name		Wedding Invite
----------------------------------*/

body {
	background-color:#faecd4;
  font-family: georgia, serif;
  font-size:14px;  
  margin:0;
	padding:0;  
}


a, a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;	
}

p {

}

.sf_outer_wrapper {
  background-position:0 0;
  background-repeat:repeat-x;
  width:100%;
}
 
.sf_extra1 {
}

.sf_wrapper {
	margin:0 auto;
	width:960px;  
}

/*--------------------------------
		Top Navigation
---------------------------------*/

.sf_navigation_top {
	display:none;
}

.sf_navigation_top ul {
	
}

.sf_navigation_top ul:after {
	
}

.sf_navigation_top ul li {
	
}

.sf_navigation_top ul li.sf_last_nav_item {
	
}

.sf_navigation_top ul li.sf_first_nav_item {

}

.sf_navigation_top ul li a {	
	
}

.sf_navigation_top ul li a:visited {
	
}

.sf_navigation_top ul li a:hover{
	
}

/*--------------------------------
		End Top Navigation
---------------------------------*/

.sf_extra10 {
	
}

/*--------------------------------
		Header
---------------------------------*/

.sf_header_wrapper {
  background-color:#faecd4;
  background-position:50% 0%;
  background-repeat:no-repeat;
}

.sf_main_header {
  font-size:28px;
  font-weight:normal;
	height:240px;
  margin:0 30px;
	padding-top:90px;
  text-align:center;
	overflow:hidden;
}

.sf_main_header div{
	height:76px;
	overflow:hidden;
}

.sf_extra3 {
	
}

.sf_sub_header { 
	display:none;
}

.sf_main_header p, .sf_sub_header p {
	margin:0px;
	padding:0px;
}

/*--------------------------
		End Header
--------------------------*/

.sf_extra4 {
	
}

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

.sf_navigation { 
	background-color:#ffffff;
	border:solid #f3e4cd;
  border-width:0 6px 6px;   
  padding:10px;
	width:928px;
}

.sf_navigation ul {
	margin:0;
	padding:0;
  text-align:center;
	white-space: nowrap;    
}

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

.sf_navigation ul {display: inline-block;}

/* Hides from IE-mac \*/
* html .sf_navigation ul {height: 1%;}
.sf_navigation ul {display: block;}
/* End hide from IE-mac */

.sf_navigation ul li {   
  display: block;  
  float: left;    
	line-height:24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  
  /*** START FAST HACK ***/
  /* To make elements collapse */  
  min-width:1%;
  width:auto !important;
  width:1%;
  /*** END FAST HACK ***/  
}

.sf_navigation ul li.sf_last_nav_item {
	
}

.sf_navigation ul li.sf_first_nav_item {

}

.sf_navigation ul li a, .sf_navigation ul li a:link {	
  background-position: 0 50%;
  background-repeat:no-repeat;
  color:#000000;
  display:block;
  height:24px;
  padding: 5px 20px;  
	text-decoration: none;   
}

.sf_navigation ul li a:visited {
  color:#000000;
	text-decoration: none;  	
}

.sf_navigation ul li a:hover{
  color:#000000;    
	text-decoration: underline;
}

/*------------------------------------
	Dropdown
------------------------------------*/
#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}
#Nav1, 
#Nav1 ul { /* all lists */
	list-style: none;
}
#Nav1 a {
	display: block;
}
#Nav1 li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width:137px;
	margin-left: 12px;
	background:#FAECD4;
	z-index:1000;
}
#Nav1 li ul li {
	background:none;
	padding:0;
	margin:0;
}
#Nav1 li ul li a {
	height:auto;
	width:125px;
	padding:2px 6px;
	line-height:normal;
	white-space:normal;
	background:#FAECD4;
	border:solid 1px #ffffff;
	text-align: left;
}
#Nav1 li ul li a:hover {
	background:#F3E4CD;
	text-decoration: none;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*--------------------------------
		End Navigation
---------------------------------*/

.sf_extra5 {
	display:none;
}

/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {
  background-color:#faecd4;
	font-size:28px;
  margin:10px 6px;   
  padding:0;
  width:948px;
}

.sf_pagetitle h1 {
	font-size:28px;
	margin: 0;
	font-weight: normal;
}

.sf_pagetitle p {
	margin:0;
} 

/*--------------------------------
		 End Page Title
---------------------------------*/

.sf_extra6 {
	display:none;	
}

/*--------------------------------
		 Sub Navigation
---------------------------------*/

.sf_subnavigation {
	display: none;
}

.sf_subnavigation ul {
	
}

.sf_subnavigation ul:after {
	
}

.sf_subnavigation ul li {
	
}

.sf_subnavigation ul li.sf_last_nav_item {

}

.sf_subnavigation ul li.sf_first_nav_item {

}

.sf_subnavigation ul li a {
	
}

.sf_subnavigation ul li a:visited {
	
}

.sf_subnavigation ul li a:hover {
	
}

/*--------------------------------
		 End Sub Navigation
---------------------------------*/

.sf_extra11 {

}
	
/*--------------------------
		Content
--------------------------*/

.sf_content {
  background-color:#faecd4;
  margin:10px 6px;   
  padding:0;
  width:948px;
}

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

.sf_content {display: inline-block;}

/* Hides from IE-mac \*/
* html .sf_content {height: 1%;}
.sf_content {display: block;}
/* End hide from IE-mac */

.sf_content img {
	
}

/*--------------------------
		End Content
--------------------------*/


.sf_extra12 {
	
}


/*--------------------------------
		 Sub Navigation2
---------------------------------*/

.sf_subnavigation2 {
	display: none;
}

.sf_subnavigation2 ul {
	
}

.sf_subnavigation2 ul:after {
	
}

.sf_subnavigation2 ul li {
	
}

.sf_subnavigation2 ul li.sf_last_nav_item {

}

.sf_subnavigation2 ul li.sf_first_nav_item {

}

.sf_subnavigation2 ul li a {
	
}

.sf_subnavigation2 ul li a:visited {
	
}

.sf_subnavigation2 ul li a:hover{
	
}

/*--------------------------------
		 End Sub Navigation2
---------------------------------*/

.sf_extra7 {
	
}

.sf_extra7 span{
	
}

/*--------------------------
		 Footer
--------------------------*/

.sf_footer {
	background-color:#ffffff;
	border:solid #f3e4cd;
  border-width:6px 6px 0;   
  margin:20px 0 0;   
  padding:10px;
  width:928px;
	text-align:center;
}

.sf_footer div{
	
}

.sf_footer p{
	margin:0px;
	padding:0px;
}

/*--------------------------
		End Footer
--------------------------*/


.sf_extra8 {
	
}

.sf_extra9 {
	
}


/*--------------------------
		Extra Stuff
--------------------------*/

.sf_banner {	
	background-color:#ffffff;
	border:solid #f3e4cd;
  border-width:0 6px;   
  color:#000000;
  margin:0 auto;
  padding:0 10px 25px;
  text-align:center;
  width:928px;  
}

.sf_banner img {

}

.sf_banner a, .sf_banner a:link {
  color:#000000;
  text-decoration:none;
}

.sf_banner a:visited {
  color:#000000;
  text-decoration:none;  
}

.sf_banner a:hover {
  color:#000000;
  text-decoration:underline;  
}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 

