/*style_rules
email_text_color #45392d
email_link_color #a40234
email_line_color #a40234
email_border_color #a40234
home_photo_max_width 400 x 300
*/

* {
	margin: 0;
	padding: 0;
}

/* Set background color and any image for entire site */
body {
	margin: 0px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #533519;
	text-align: center;
	background-position: top;
	background: url('../img/43_bg_we_do.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #a40234;
}

p {
	color: #533519;
}

/* Set links for template */
a {
	color: #a40234;
	text-decoration: none;
}

a:visited {
	color: #a40234;
	text-decoration: none;
}

a:hover {
	color: #a40234;
	text-decoration: none;
}

small {
	font-size: 9pt;
	margin-top: 1.5%;
	margin-bottom: 1.5%;
}

/*=================================================================*/
/*Polaroid border and drop shadow style for photos*/

.c-photo img {
	background: #533519;
	padding: 1px 1px 1px 1px;
	border: 1px solid #533519;
	border-width: 0 0px 0px 0;
}

/* 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; }

/*=================================================================*/
/* Content Area images and color */
/* background image and background color */
/* background color is always behind image */
#t-container {
	position: relative;
	width: 821px;
	margin: 0 auto;
	text-align: left;
	background: url('../img/43_m_1px_we_do.jpg') repeat-y;
}

/*=================================================================*/
/*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*/
#t-center {
	position: relative;
	background: url('../img/43_m_we_do.jpg') no-repeat;
	min-height: 600px;
	_height: 600px;
}

/* customize menu links */
#t-links {
	padding-left: 40px;
	padding-top: 43px;
	font-size: 13px;
	width: 135px;
	display: block;
	margin: 0;
}

#t-links ul {
	margin: 0;
	list-style-type: none;
	color: #533519;
}

#t-links li {
	margin-top: 10px;
	margin-bottom: 10px;
}

#t-links a {
	color: #533519;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}

#t-link a:visited {
	color: #533519;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

#t-link a:hover {
	color: #533519;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

/* Set middle image */
#t-content {
	margin: 0 40px 0 200px;
	padding-top: 38px;
	padding-bottom: 20px;
}

/* the content text */
.c-form {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #533519;
	text-align: left;
}

.c-text {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #533519;
	text-align: left;
}

.c-info {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #533519;
	text-align: left;
	line-height: 21px;
}

.c-date {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #533519;
	text-align: left;
	font-weight: none;
	line-height: 26px;
}

#c-countdown-days {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #533519;
	text-align: left;
	font-weight: bold;
	line-height: 30px;
}

#c-countdown-text {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #533519;
	text-align: left;
	font-weight: bold;
	line-height: 30px;
}

.c-odd,
.c-even {
	margin: 30px 0; /* 30px top and bottom, no margin left and right */
}

.c-intro {
	color: #533519;
}

/* Photo Gallery Styles Start */
/*space for gallery photo - should remain at 214 */
#c-galleries-container .c-photo {
	width: 214px;
	padding-bottom: 0px;
}

/*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: transparent;
	padding: 15px 0px 0px 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

/*backgrounds for galleries even */
#c-galleries-container .c-even {
	background-color: transparent;
	padding: 15px 0px 0px 15px;
	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: 50px;
}

/* background color for individual thumbnails in a gallery */
#c-photo-list .c-odd{
	background-color: transparent;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* background color for individual thumbnails in a gallery */
#c-photo-list .c-even{
	background-color: transparent;
	margin-bottom: 10px;
}

/* background color for individual large detail images */
#c-photo-container {
	background-color: transparent;
	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: 10px;
}

/* buttons for large image viewer - next */
.c-page-next {
	border: solid #a40234 1px;
	padding: 3px 3px 4px 4px;
	background-color: #f65f8d;
	margin-right: 44px;
	text-align: center;
}

/* buttons for large image viewer - previous */
.c-page-previous {
	border: solid #a40234 1px;
	padding: 3px 3px 4px 4px;
	margin-right: 8px;
	background-color: #f65f8d;
	text-align: center;
}

/* background color for individual large detail images */
#c-photo-container .c-text {
	margin-left: 10px;
	margin-right: 10px;
}

/* Photo Gallery Styles End */
/* Music Player Pop-up Heading */
.c-player-container h4 {
	color: #a40234;
}

/* Headings */
.breadcrumb,
h3 {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #a40234;
	text-align: left; /*margin-top : 1.5%;*/
	margin-bottom: 2.0%;
	text-decoration: none;
	font-weight: lighter;
}

h4 {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #a40234;
	text-align: left;
	margin-top: 1.5%;
	margin-bottom: 1.5%;
	line-height: 21px;
	text-decoration: none;
	font-weight: lighter;
}

h5 {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #533519;
	text-align: left;
	margin-top: 1.5%;
	margin-bottom: 1.5%;
	line-height: 21px;
	text-decoration: none;
	font-weight: lighter;
}

/*===================================================================*/
/* Set styles for music pages */

#c-music-playlist .c-odd, #c-music-playlist .c-even {
	border-bottom: 1px dotted #b8b8b8;
}

#c-music-suggestions .c-odd, #c-music-suggestions .c-even {
	border-bottom: 1px dotted #b8b8b8;
	font-weight: normal;

}

.c-blog-container .c-odd, .c-blog-container .c-even {
	border-bottom: 1px dotted #b8b8b8;
}

.c-byline {
	color: #805934;
	font-size: 14px;
	font-weight: normal;
}

.c-artist{
	color: #533519;
}

.c-author{
	color: #805934;
}

/*===================================================================*/
/* Set styles for blog pages */

.c-blog-container .c-comments { color: #805934; }

.c-blog-container .c-odd {
	border-bottom: 1px dotted #b8b8b8;
}

.c-blog-container .c-even {
	border-bottom: 1px dotted #b8b8b8;
}

#c-blog-comment-form {
	color: #a40234;
}


/*===================================================================*/
/* Set styles for wedding events */

#c-events-container .c-date {
	color: #805934;
}



/*===================================================================*/
/* Set styles misc style changes */



.c-subtitle{
	color: #533519;
}



/*===================================================================*/
/* Set styles for form elements and buttons */

.c-form .c-input-text {
	font-size: 13px;
	color: #000000;
}

#c-contact-form {
	color: #533519;
}

 
.c-buttons input {
	border: 10px solid;
	background-color: #a40234;
	color: #ffffff;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#c-rsvp-contact {
	color: #533519;
}

#c-rsvp-attendance {
	color: #533519;
}

/*===================================================================*/
/* Set footer image */

#t-footer {
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
	background: url('../img/43_f_we_do.jpg') no-repeat left top;
	text-align: center;
	color: #533519;
	line-height: 7px;
	font-size: 11px;
}

#t-footer a {
	color: #533519;
	font-size: 11px;
}

#t-footer a:visited {
	color: #533519;
	font-size: 11px;
}

#t-footer a:hover {
	color: #533519;
	font-size: 11px;
}

