a img {
	border: none;
}

a:hover {
	color: #9a8;
}

ol#comments li p {
	font-size: 100%;
}


/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

/***********************************************/
/*NEUTRALIZE ALL DEFAULT BROWSER CSS ATTRIBUTES*/
/***********************************************/
*{margin:0; padding:0;}
/***************************************************/
/*END NEUTRALIZE ALL DEFAULT BROWSER CSS ATTRIBUTES*/
/***************************************************/
/*************************************/
/*DEFINE GENERAL SITE-WIDE ATTRIBUTES*/
/*************************************/
html {
	min-height:100%;
	margin:auto;
	}

body {
	margin:auto;
	width:900px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#333;
background-repeat:no-repeat;
background-position:top;
background-attachment:scroll;
		background-color:#000;
	}
	
.column {
	padding:10px 10px;
	margin:auto;
	width: 850px; /*this controls the width of the content */
	clear:both;
	}	

a {
	text-decoration:none;
	color:#060;
	}
	
ol li a {color:#333;}

p {
	margin:5px 0px 0px 0px;
	font-size:12px;
	line-height:17px;
	text-align:justify;
	color:#333;
	}

img {
	border:0px;
	}	

.title {
	margin:0;
	font-size:15px;
	font-variant:small-caps;
	line-height:1em;
	letter-spacing:.05em;
	}

.subtitle {
	margin:5px 0px 15px 0px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.2em;
	line-height:1em;
	color:#333;
	}h1, h2, h3 {
text-transform:uppercase;
font-weight:normal; /*This used to make the titles of each post not bold */
}

h2 {
	font-size: 20px;
	padding:20px 0 10px 0;
	}

h2.pagetitle { /* These are the attributes for the Title of Archives, Categories, etc*/
	font-size:13px;
	text-align:left;
	float:left;
	margin:0;
	display:block;
	color:#999;
	}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color:#333;
	}

h2, h2 a, h2 a:visited, h3 {
	color:#666;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h1 {
	padding:10px 0;
	margin: 0;
	}

h2.pagetitle {
	margin-top:20px;
	text-align: center;
}

h3 {
	padding: 0;
	margin:10px 0 0;
	font-size:18px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/************************/
/*END GENERAL ATTRIBUTES*/
/************************/	

* {margin:0; padding:0;}
/************************/
/*START INDEX FEATURE*/
/************************/	

#mainboxcontain {
	
	width:904px;
	height:606px;
}

#mainbox {
	
	width:904px;
	height:600px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	position:absolute;
	top:118px;
}

.boxrow {
	width:910px;
}

.box1 {
	width:300px;
	height:200px;
	border-bottom:2px solid #333;
	border-left:2px solid #333;
	float:left;
	background-color:#CCC;
	overflow:hidden;
	}

.box2 {
	width:300px;
	height:200px;
	border-bottom:2px solid #333;
	border-right:2px solid #333;
	border-left:2px solid #333;
	float:left;
	background-color:#CCC;
}

.box3 {
	width:300px;
	height:200px;
	border-bottom:2px solid #333;
	border-right:2px solid #333;
	float:left;
	background-color:#CCC;
}

.box4 {
	width:300px;
	height:200px;
	border-left:2px solid #333;
	border-bottom:2px solid #333;
	float:left;
	background-color:#CCC;
	}

.box5 {
	width:300px;
	height:200px;
	float:left;
	border-bottom:2px solid #333;
	border-left:2px solid #333;
	border-right:2px solid #333;
	background-color:#CCC;
}

.box6 {
	width:300px;
	height:200px;
	border-right:2px solid #333;
	border-bottom:2px solid #333;
	float:left;
	margin:0;
	background-color:#CCC;
}

.box7 {
	width:300px;
	height:200px;
	border-left:2px solid #333;
	float:left;
	background-color:#CCC;
	}

.box8 {
	width:300px;
	height:200px;
	float:left;
	border-left:2px solid #333;
	background-color:#CCC;
}

.box9 {
	width:300px;
	height:200px;
	border-right:2px solid #333;
	border-left:2px solid #333;
	float:left;
	margin:0;
	background-color:#CCC;
}


.hiddenDiv {display:none;}


/**************************/
/*DEFINE PAGE CONTENT AREA*/
/**************************/

#pagecontent {
	width:906px;
	margin:auto;
	}
/***********************/
/*END PAGE CONTENT AREA*/
/***********************/	

/***************************************************/
/*DEFINE HEADER AREA INCLUDING LOGO, MENU, & SPLASH*/
/***************************************************/	

/*Start Header */

#header {
	background-color:#000;
	margin:0;
	padding:0;
	width: 900px;
	}
	
#logoimg {
	text-align:center;
	background:#000;

}

#headerimg 	{
	margin:0;
	width: 900px;
	height:298px;
	border-left:#333 solid 2px;
	border-right:#333 solid 2px;
	background-image:url(images/banner7.jpg);

}

#slogan {
	background:url(images/slogan.png);
	position:absolute;
	top:380px;
	height:30px;
	width:900px;
}

#slogan1 {
	background:url(images/slogan.png);
	position:absolute;
	top:380px;
	height:30px;
	width:900px;
}

#header_logo {
	width:900px;
	padding:4px 0px 0px 0px;
	margin:auto;
	text-align:center;
	}

#header_description {
	width:906px;
	height:22px;
	margin:5px 0 0 0;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:.1em;
	}

#header_description h1 {
	text-transform:uppercase;
	text-align:center;
	font-size:10px;
	letter-spacing:.08em;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#666;
	}
	
	
	
/** slideshow **/

/*basic menu */	
/* Start Menu Items */

#menu { 
list-style:none;
margin:0;
padding:0;	
width:906px;
height:27px;

}


#menu:after {
content:'';
display:block;
clear:both;
} 

#menu li {
padding:0 15px 0 15px;
float:left;
margin:7px 0 3px 0;
text-transform:uppercase;
z-index:99;

}


#menu li a {
color:#F3F3F3;	
vertical-align:bottom;
font-size:12px;
	}

#menu li.hover a,#menu li:hover a,#menu li.hover,#menu li:hover {
	position: relative;

}

#menu li.hover ul, #menu li:hover ul {
	display: block;
}

/*start drop-down menus on the top menu*/

#menu ul {
	padding:0;
	margin:0 0 0 -10px;
	list-style:none;
	width:205px;
	display: none; /*******if you delete this, your drop down menu will appear randomly on the page somewhere **/
	position: absolute;
	float:left;
	background-image:url(images/menu_li.png);

}


#menu ul li a { /*This is the drop down stufff */
	text-align:left;
	float:right;
	margin:0px 0 -10px -35px;
	padding:10px 0 10px 30px;
	font-size:10px;
	
	

}

#menu ul li a:hover {color:#99cc99;}
#menu li a:hover{color: #99cc99;}


#search1 { background:#ffffff no-repeat; height:25px; width:165px; margin:9px 3px 0px 0; position:relative; float:left; display:inline;}
#search1 input { background:none; border:none; width:154px; margin:4px 0 0 5px; font-size:12px; color:#9d9d9d;  }
#search1 input.submit { position:absolute; right:8px; top:5px; width:15px; height:16px; padding:0; margin:0; }

/*end drop-down menus on the top menu*/

/*****************/
/*END HEADER AREA*/
/*****************/

#pageborders {
	width:906px;;
	min-height:100%;
	background-image:url(images/border.jpg);
	background-repeat:repeat-y;	
	overflow:hidden;
	margin:auto;
}


#border-bottom {
	height:25px;
	width:906px;
	background:url(images/bottom-border.jpg);
	margin:0 auto 10px;
}

#border-top {
	height:25px;
	margin:30px 0 0 0;
	width:906px;
	background:url(images/top-border.jpg);
}

/******************************/
/*DEFINE BUTTON AREA & CONTENT*/
/******************************/	



/*GENERAL BUTTON AREA ATTRIBUTES*/
#button_area {
	margin:30px auto;
	width:906px;
	height:200px;
	font-size:1.2em;
	letter-spacing:1px;
	font-family:"Times New Roman", Times, serif;
}

#button_one {
	float:left;
	width:293px;
	height:200px;
	}

#button_two {
	float:left;
	margin-left:12px;
	width:293px;
	height:200px;
	}

#button_three {
	float:left;
	margin-left:10px;
	width:293px;
	height:200px;
	}

/*****************/
/*END BUTTON AREA*/
/*****************/

.content-top {
background-image:url(images/top-border.jpg);	
width:906px;
height:25px;
clear:both;
}

.content-mid1 {
	width:906px;
	margin:auto;
	background:url('images/border.jpg') repeat-y;
	overflow:hidden;
	padding:0;
	clear:both;
	text-align:left;
}

.content-mid2 {
	width:906px;
	overflow:hidden;
	margin:auto;
	background:url('images/border.jpg') repeat-y;
	padding:0;
	clear:both;
	text-align:left;
}

.content-mid3 {
	width:906px;
	overflow:hidden;
	margin:auto;
	background:url('images/border.jpg') repeat-y;
	padding:0;
	clear:both;
	text-align:left;
}

.content-bottom {
background-image:url(images/bottom-border.jpg);
width:906px;
height:25px;
clear:both;

}

.snippet_left {
	width:420px;
	float:left;
	margin:0 0 0 20px;
}

#snippet_rightside {
	width:420px;
	float:right;
	margin:0 20px 0 0;
}

.content_titles {
width:906px;
height:30px;
margin:40px auto 15px;
}

.content_titles1 {
	width:700px;
	font-size:22px;
	margin:auto;
	color:#999;
	font-variant: small-caps;
	text-align: center;
}

/*********************************/
/*GENERAL PAGE DIVIDERS & SPACERS*/
/*********************************/

.page_title {
	margin:0px 0px 10px 0px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	text-align:center;
	font-weight:bold;
	}

#page_divider {
	text-align:center;
	margin:30px 0px 0px 0px;
	clear:both;
	width:900px;
	height:60px;
	}

#page_spacer_small {
	clear:both;
	width:900px;
	height:0px;
	}	

/*************************************/
/*END GENERAL PAGE DIVIDERS & SPACERS*/
/*************************************/

/***********************************/
/*INDEX SNIPPET PAGE AREA & CONTENT*/
/*****************************/


/*********************************/
/*END SNIPPET PAGE AREA & CONTENT*/
/*********************************/

/*************************/
/*SEO PAGE AREA & CONTENT*/
/*************************/

/*SEO AREA GENERAL ATTRIBUTES*/
#seo_area {
	clear:both;
	margin:auto;
	width:906px;
	line-height:1.0em;
	color:#666;
	}

#seo_title {
	margin:10px 0px 0px 10px;
	text-align:center;
	font-size:1.6em;
	font-variant:small-caps;
	font-weight:bold;
	line-height:1em;
	letter-spacing:.05em;
	}

#seo_area h1 {
	margin:5px 0px 5px 10px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.4em;
	line-height:1em;
	font-weight:normal;
	color:#333;
	}
	
#seo_area h3 {
	margin:10px 0px 0px 10px;
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	font-variant:small-caps;
	font-weight:bold;
	line-height:1em;
	color:#333;
	}

#seo_area h4 {
	margin:4px 0px 0px 10px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.2em;
	line-height:1em;
	font-weight:100;
	color:#333;
	}	
	
#seo_area h5 {
	margin:4px 0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height:1em;
	font-weight:100;
	color:#333;
	}		

#seo_area p {
	margin:10px 10px 0px 10px;
	font-size:1.2em;
	line-height:1.5em;
	}

#seo_spacer {
	margin:auto;
	padding-top:10px;
	width:350px;
	border-bottom:1px solid #ccc;
	}

/*SEO CENTER TITLE AREA*/
#seo_centertitle {
	width:898px;
	margin-bottom:10px;
	padding:0px 10px 15px 10px;
	border:1px solid #ccc;
	}

#seo_centertitle_divider {
	margin-right:15px;
	margin-left:15px;
	border-bottom:solid 1px #ccc;
	}

/*SEO LEFT SIDE AREA AND CONTENT ATTRIBUTES*/
#seo_leftside {
	float:left;
	width:450px;
	height:1600px;
	border:1px solid #ccc;
	}
	
#seo_leftside_tri {
	padding:10px 0px 20px 0px;
	float:left;
	width:275px;
	}	

/*SEO RIGHT SIDE AREA AND CONTENT ATTRIBUTES ON TRI FORMAT PAGES*/	
#seo_middle_tri {
	padding:10px 0px 20px 0px;
	margin-left:7px;
	float:left;
	width:275px;
	}

/*SEO RIGHT SIDE AREA AND CONTENT ATTRIBUTES*/	
#seo_rightside {
	float:right;
	width:450px;
	height:1600px;
	border:1px solid #ccc;
	}

#seo_rightside_tri {
	padding:10px 0px 20px 0px;
	float:right;
	width:275px;
	}

/****************************/
/*FOOTER PAGE AREA & CONTENT*/
/****************************/

/*FOOTER AREA GENERAL ATTRIBUTES*/
.footer_nav_area {
	clear:both;
	margin:auto;
	width:906px;
	height:210px;
	background:url('images/border.jpg') repeat-y;
	}

.footer_area {
	clear:both;
	margin:auto;
	width:920px;
	height:105px;
	}

.footer_box {
	width:292px;
	height:50px;
	}

.footer_nav_area .title {
	margin:5px 5px 0px 5px;
	font-size:11px;
	text-align:center;
	text-transform:uppercase;
	color:#333;
	}

.footer_nav_area .subtitle {
	margin:5px 5px 0px 5px;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
	}
	
.footer_leftside h2	{
font-size: 18px;
margin:auto;
font-variant: small-caps;
text-align: center;
text-decoration:underline;
}


.footer_leftside ul li{
margin:5px;
	color:#333;
	list-style:none;
	text-align:center;
}

.footer_leftside ul li a{
	margin:5px;
	font-size:11px;
	text-align:center;
	text-transform:uppercase;
	color:#333;
	list-style:none;
	
}

.footer_nav_area .title:hover, .footer_nav_area .subtitle:hover, .footer_locations ul li a:hover  {color:#207320;}


.footer_divider {
	margin-right:15px;
	margin-left:15px;
	border-bottom:solid 1px #ccc;
	}

/*LEFT FOOTER AREA AND CONTENT ATTRIBUTES*/

	
.footer_locations {
	float:left;
	width:282px;
	margin-left:15px;
	}	

.footer_locations h2	{
font-size:16px;
margin:0 auto;
padding:0;
font-variant: small-caps;
text-align: center;

}


.footer_locations ul li{
margin:5px;
	color:#333;
	list-style:none;
	text-align:center;
}

.footer_locations ul li a{
	margin:5px;
	font-size:11px;
	text-align:center;
	text-transform:uppercase;
	color:#333;
	list-style:none;
	
}



/*MIDDLE FOOTER AREA AND CONTENT ATTRIBUTES*/

.footer_leftside {
	float:left;
	width:245px;
	margin-left:15px;
	}
	
	
.footer_middle {
	margin-left:50px;
	float:left;
	width:245px;
	}

/*RIGHT FOOTER AREA AND CONTENT ATTRIBUTES*/
.footer_rightside {
	margin-left:50px;
	float:left;
	width:245px;
	}
	
.footer_info {
	text-align:center;
	position:relative;
	margin:20px auto 10px;
	width:900px;
	font-size:1.2em;
	line-height:1em;
	color:#666;
}

.footer_info p, .footer_info a{
	font-family:"Times New Roman", Times, serif;
	color:#9F9F9F;
	font-size:1em;
	letter-spacing:.01em;
	line-height:1.2em;
	text-align:center;
	text-transform:uppercase;
	}

/**************************************/
/*BRIDE&GROOM RESOURCES PAGE & CONTENT*/
/**************************************/

#resources_area h2{
	clear:both;
	font-variant:small-caps;
	font-size:1.6em;
	line-height:1em;
	text-align:left;
	padding-top:15px;
	}

/*delete*/

#resources {
	width: 900px;
	height:200px;
	clear:both;
	overflow:hidden;
	display:block;
}

#resources_images {
	width:180px;
	height:120px;
	border:1px solid #ccc;
	margin-top:10px;
	float:left;
	}

#resources_text {
	width:640px;
	height:100px;
	border:1px solid #ccc;
	float:right;
	margin:10px 0 0 0px;
	padding:10px;
	clear:right;
	}

#resources_text #title {
	font-variant:small-caps;
	font-size:1.6em;
	font-weight:bold;
	line-height:1em;
	text-align:left;
	}

#resources_text p {
	font-size:1.2em;
	line-height:1.3em;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	}

.otherresourcesheader {
	clear:both;
	font-variant:small-caps;
	font-size:1.6em;
	line-height:1em;
	text-align:left;
	padding-top:15px;
	}
	
/*******************************************/
/*RESOURCES SINGLE POST VIEW AREA & CONTENT*/
/*******************************************/

#nav_area {
	width:880px;
	height:12px;
	margin:auto;
	padding-bottom:10px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ccc;
	text-transform:uppercase;
	letter-spacing:.1em;
	}	

#nav_area a {
	font-weight:bold;
	text-decoration:none;
	}

.article_area_contact_us ul {
	font-size:14px;
	margin-left:35px;
	line-height:25px;
	letter-spacing:.5px;
}

.entry ul, ol {
	margin-left:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:1.2em;
	line-height:1.8em;
	letter-spacing:.05em;
}

.entry ul {
	margin-top:5px;
	margin-left:35px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:1.2em;
	line-height:1.8em;
	letter-spacing:.05em;
}

.entry ol {
	margin-top:5px;
	margin-left:35px;
	text-align:left;
	font-size:1.2em;
	line-height:1.8em;
	letter-spacing:.05em;
}

.entry ol ul li {
	font-size:12px;
}

#about_article_area {
	width:880px;
	height:200px;
	margin:auto;
	padding:0px 20px 20px 20px;
	border:1px solid #ccc;
	
}

#article_area_left {
	margin-top:10px;
	width:160px;
	float:left;
}

#article_area_left_nav {
	font-size:10px;
	font-variant:small-caps;
	font-weight:bold;

}

#article_area_left_nav a {
	font-weight:normal;
	color:#666;
}

#article_area_right {
	width:850px;
	float:left;
}

#article_area_right_spacer {
	width:720px;
	height:1px;
	border-top:1px solid #ccc;
	}

#article_header{
	width:880px;
	margin:auto;
	padding:5px 20px 10px 20px;
	border:1px solid #ccc;
	text-align:center;
	}
	
#article_header h1 {
	font-size:2.5em;
	font-variant:small-caps;
	}
	
#article_header h2 {
	font-size:1.4em;
	font-style:italic;
	font-weight:100;
	}	

#article_spacer {
	margin:2px 0px 2px 0px;
	width:880px;
	height:1px;
	border-top:1px solid #ccc;
	}
	
#article_plainspacer {
	width:880px;
	height:10px;
	}

#article_area h1 {
	margin:20px 0px 5px 0px;
	font-size:2.5em;
	line-height:.5em;
	font-variant:small-caps;
	font-weight:bold;
	}

#article_area h2 {
	margin:15px 0px 10px 0px;
	font-size:1.6em;
	line-height:1em;
	font-variant:small-caps;
	}

#article_area h3 {
	margin:0px 0px 15px 0px;
	font-weight:100;
	font-style:italic;
	line-height:.5em;
	}
#article_area p {
	margin:8px 0px 0px 0px;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
	text-align:justify;
	}

#article_bold {
	font-weight:bold;
	}
	
#article_vendorimages {
	width:180px;
	height:120px;
	border:1px solid #ccc;
	float:left;
	margin-bottom:10px;
}

#article_vendortext {
	width:650px;
	height:110px;
	border:1px solid #ccc;
	float:right;
	margin-bottom:10px;
	margin-right:-2px;
	padding:5px 10px 5px 10px;
}

/**************************/
/*SOCIABLES AREA & CONTENT*/
/**************************/

#sociables_area {
	clear:both;
	width:900px;
	text-align:center;
	}
	
#sociables_text {
	margin-top:20px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	letter-spacing:.05em;
	text-align:center;
}

#sociables_area a{
	padding:0px 5px 0px 5px;
	}
	
	
	/**************************/
/*IMAGES*/
/**************************/

img.centered, a img.centered, img.aligncenter, a img.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



img.alignright, a img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

}



img.alignleft, a img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

}



.alignright {

	float: right;

}



.alignleft {

	float: left

}

/* Calendar */
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 18px;
	height: 18px;
	padding: 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/calendar.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

/*end calendar */



table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}


/*End Calendar*/


 <!-- Custom Contact Form -->
 
.contact {
	width:900px;

}

.contact_column {
	width:410px;
	float:left;

}

.contact_column2 {
	width:400px;
	float:right;

}

.contact_left {
	width:420px;
	height:70px;
	float:left;

}


.contact_message {
	width:420px;
	height:150px;
	float:left;

}

#contactform {border:none;}
fieldset{border:none;}

.error {
	color:#F00;
}


#specialflower {
	background:url('images/post.png') no-repeat top center;
	width:1000px;
	height:85px;
	margin:0 0 0 -40px;
}


#specialflower h2 {
	margin:0px 100px 0 60px;
	padding:20px 0 0 0;
	font-size:24px;

}

#specialflower p {
	margin:0 0 0 60px; 
}


/* Body >> Share Post
----------------------------------------------------------------------------------------------------*/
.shareit-box {
	padding:20px;
	clear:both;
	overflow:hidden;
	height:100%;
	}

	.shareit-box h2 {float:left;display:inline-block;}
	.shareit-box ul {margin:0;padding:0; list-style:none; float:right;}
	.shareit-box li {display:inline; float:left; padding:2px; margin:2px;}
	.shareit-box li a img {width:32px; height:32px;}

.sectionheader {font-size:20px; border-bottom:1px solid #999; width:850px; margin:10px 0 -10px 0; color:#666; text-transform:uppercase;}

.sectionheader1 {font-size:20px; border-bottom:1px solid #999; width:850px; margin:10px 0 0 0; color:#666; text-transform:uppercase;}

.faqspacer {width:850px; height:10px; margin:0 0 10px 0; color:#666; text-transform:uppercase;}

img.aligncenter {margin:10px 0;}
.cboxIframe{
overflow: hidden !important;    
}
iframe {
overflow: hidden;
} 

td {vertical-align:top; padding:5px 0 5px 0; font-size:11px;}
