/*style_rules
email_text_color #352820
email_link_color #95c1c2
email_line_color #95c1c2
email_border_color #95c1c2
home_photo_max_width 400 x 300
*/
* { margin: 0; padding: 0; }

/* Set background color and any image for entire site */
body { margin: 0px 0px 20px 0px; font-family: Trebuchet MS, arial, helvetica, sans-serif; font-size: 14px; color: #31261d; text-align: center; background-position: top; background: url('images/45_bg_chocolate_blue.jpg'); background-repeat: repeat; background-color: #31261d; }

p {
	color: #81B5B6;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}

/* Set links for template */
a { color: #554536; }

a:visited { color: #554536; }

a:hover { color: #74685d; }

small { font-size: 9pt; margin-top: 1.5%; margin-bottom: 1.5%; }

/*=================================================================*/
/*Polaroid border and drop shadow style for photos*/
.c-photo img { background: #000; padding: 1px 1px 1px 1px; border: 1px solid #000; border-width: 0 0px 0px 0; }

/*=================================================================*/
/* Content Area images and color */
/* background image and background color */
/* background color is always behind image */
#t-container { position: relative; width: 820px; margin: 0 auto; text-align: left; }

/*=================================================================*/
/*t-center is the larger container that holds t-links and t-content*/
/*t-links holds the menu nav, and t-content holds page content*/
/* not shown right now in t-center
/* background: url('../../../main/designs/images/30/30_m_orange_wedding.jpg') no-repeat;*/
#t-center {
	position: relative;
	background: url('images/45_m_chocolate_blue.jpg') repeat-y;
	min-height: 600px;
	_height: 600px;
}

/* customize menu links */
#t-links { width: 130px; padding-left: 70px; padding-top: 45px; display: block; font-size: 14px; }

#t-links ul{ margin: 0; list-style-type: none; color: #cccccc; }

#t-links li { margin-top: 10px; margin-bottom: 10px; }

#t-links a { color: #31261d; font-size: 14px; text-decoration: none; font-weight: none; }

#t-link a:visited { color: #31261d; font-size: 14px; text-decoration: none; font-weight: bold; }

#t-link a:hover { color: #31261d; font-size: 14px; text-decoration: underline; font-weight: bold; }

/* Set middle image */
#t-content { margin: 0 75px 0 230px; padding-top: 45px; padding-bottom: 40px; }

/* the content text */
.c-form { font-family: Trebuchet MS, arial, helvetica, sans-serif; font-size: 14px; line-height: 22px; color: #95c1c2; text-align: left; }

.c-title {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 21px;
	color: #81B5B6;
	text-align: left;
	font-weight: bold;
}

.c-intro,
.c-text {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #81B5B6;
	text-align: left;
	font-weight: normal;
}

.c-info { font-family: Trebuchet MS, arial, helvetica, sans-serif; font-size: 14px; color: #95c1c2; text-align: left; line-height: 21px; }

.c-date { font-family: Trebuchet MS, arial, helvetica, sans-serif; font-size: 14px; color: #95c1c2; text-align: left; font-weight: bold; line-height: 21px; }

.c-odd, .c-even { margin: 30px 0; /* 30px top and bottom, no margin left and right */ padding-bottom: 30px; border-bottom: 1px dotted #CCCCCC; }

/* countdown for home page */
#c-countdown { margin-top: 10px; font-weight: bold; font-size: 16px; color: #95c1c2; }

/* Photo Gallery Styles Start */
/*space for gallery photo - should remain at 214 */
#c-galleries-container .c-photo { width: 214px; margin-bottom: 15px; margin-right: 5px; padding: 0 0 0 0; }

/*spaces gallery description from it's title */
#c-galleries-container .c-text { padding-top: 0px; }

/*title link for gallery name */
#c-galleries-container .c-subtitle { left: 241px; padding-top: 0px; }

/*backgrounds for galleries odd */
#c-galleries-container .c-odd { background-color: #d9eff0; padding: 15px 15px 0px 10px; margin-bottom: 15px; margin-top: 15px; }

/*backgrounds for galleries even */
#c-galleries-container .c-even { background-color: #d9eff0; padding: 15px 15px 0px 10px; margin-bottom: 15px; margin-top: 15px; }

/* display of thumbnails inside gallery */
#c-photo-list .c-photo { width: 214px; height: 214px; }

/* padding to manually center thumbnails in content region */
#c-photo-list { margin-left: 15px; }

/* background color for individual thumbnails in a gallery */
#c-photo-list .c-odd{ background-color: #d9eff0; margin-right: 10px; margin-bottom: 10px; }

/* background color for individual thumbnails in a gallery */
#c-photo-list .c-even{ background-color: #d9eff0; margin-bottom: 10px; }

/* background color for individual large detail images */
#c-photo-container { background-color: #d9eff0; padding: 10px 10px 10px 10px; }

/* background color for individual large detail images */
#c-photo-container .c-even { text-align: center; }

/* buttons for large image viewer - back to gallery */
.c-page-up { margin-right: 15px; }

/* buttons for large image viewer - next */
.c-page-next { border: 1px solid #95c1c2; padding: 3px 8px 4px 11px; background-color: #d9eff0; margin-right: 10px; text-align: center; }

/* buttons for large image viewer - previous */
.c-page-previous { border: 1px solid #95c1c2; padding: 3px 5px 4px 5px; margin-right: 5px; background-color: #d9eff0; text-align: center; }

/* background color for individual large detail images */
#c-photo-container .c-text { margin-left: 10px; margin-right: 10px; }

/* align photos with text on our story and wedding party */
#c-party-container .c-photo { float: left; padding: 10px 10px 0 0; }
#c-story-container .c-photo { float: right; padding: 10px 0 0 10px; }

/* Photo Gallery Styles End */
/* Music Player Pop-up Heading */
.c-player-container h4 { color: #95c1c2; }

/*=================================================================*/
/* Music & Blog Styles Start */
#c-music-playlist .c-odd, #c-music-playlist .c-even { border-bottom: 1px dotted #cccccc; }
#c-music-suggestions .c-odd, #c-music-suggestions .c-even { border-bottom: 1px dotted #cccccc; }
.c-blog-container .c-odd, .c-blog-container .c-even { border-bottom: 1px dotted #cccccc; }
.c-blog-container .c-comments { color: #666666; }
.c-byline { color: #666666;}

/* Contact Form Custom Styles to remove dashed lines */
#c-rsvp-container .c-odd,
#c-rsvp-container .c-even { border: none; }

#c-contact-container .c-odd,
#c-contact-container .c-even { border: none; }

/* Contact Form Custom Styles Ends */
/* Headings */
h3 { font-family: Trebuchet MS, arial, helvetica, sans-serif; font-size: 24px; color: #95c1c2; text-align: left; font-weight: none; }

h4 { font-family: Trebuchet MS, helvetica, arial, sans-serif; font-size: 18px; color: #4a3b2e; text-align: left; margin-top: 1.5%; margin-bottom: 1.5%; line-height: 20px; text-decoration: none; }

h5 { font-family: Trebuchet MS, helvetica, arial, sans-serif; font-size: 18px; color: #95c1c2; text-align: left; margin-top: 1.5%; margin-bottom: 1.5%; line-height: 21px; text-decoration: none; }

/*===================================================================*/
/* Set styles for form elements and buttons */
 
.c-form .c-input-text { font-size: 13px; color: #333333; }

 
.c-buttons input { border: 1px solid #31261d; padding: 3px; background-color: #d9eff0; margin-right: 10px; text-align: center; }

 
/*===================================================================*/
/* Set footer image */
#t-footer { padding-top: 50px; padding-bottom: 0px; background: url('/images/45_f_chocolate_blue.jpg') no-repeat left top; text-align: center; color: #ffffff; }

#t-footer p {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

#t-footer a { color: #ffffff; }

#t-footer a:visited { color: #ffffff; }

#t-footer a:hover { color: #ffffff; text-decoration: underline; }
Main text {
	font-family: Verdana, Geneva, sans-serif;
}
c-main {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #F0F0F0;
}
#t-container #t-center #t-content #c-home-container .c-info .c-date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

