/*style_rules

email_text_color #8b876e
email_link_color #9e9f8d
email_line_color #9e9f8d
email_border_color #9e9f8d

home_photo_max_width 400 x 300

*/



* {

	margin: 0;

	padding: 0;

}



/* Set background color and any image for entire site */



body {

	margin: 10px;

	font-family: georgia, helvetica, arial, sans-serif;

	font-size: 12px;

	color: #838475;

	text-align: center;

	background: url('/main/designs/images/20/20_bg_lovethee.jpg');

}





/* Set links for template */



a {

	color: #6A6A6A;

}

a:visited {

	color: #838475;

}

a:hover {

	color: #8B876E;

}



small {

	font-size: 9pt;

	margin-top : 1.5%;

	margin-bottom : 1.5%;

}





/*=================================================================*/

/*Polaroid border and drop shadow style for photos*/



.c-photo img { background: #FFF; padding: 6px 6px 6px 6px; border: 1px solid #b7b8a3; border-width: 0 2px 2px 0; }



/*=================================================================*/



/* Content Area images and color */

/* background image and background color */

/* background color is always behind image */



#t-container {

	position: relative;

	width: 776px;

	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*/







#t-center {

	position: relative;

	min-height: 600px;

    _height: 600px;

	background: url('/main/designs/images/20/20_c_lovethee.jpg') repeat-y;

}



/* customize menu links */

#t-links {

	width: 125px;

	padding-left: 47px;

	padding-top: 10px;

	display: block;

	margin: 0;

	font-size: 11px;



}

#t-links ul {

	margin: 0;

	list-style-type: none;

}



#t-links li {

	margin-top: 8px;

	margin-bottom: 8px;

}



#t-links a {

	color: #6A6A6A;

	font-size: 12px;

	text-decoration: none;

}



#t-link a:visited {

	color: #838475;

	font-size: 12px;

	text-decoration: none;

}



#t-link a:hover {

	color: #8B876E;

    font-size: 12px;

	text-decoration: none;

}







/* Set middle image */

#t-content {

	margin: 0 65px 0 180px;

	padding-top: 10px;

	padding-bottom: 5px;







}



/* the content text */



.c-intro,

.c-text {

	font-family: georgia, helvetica, arial, sans-serif;

	font-size: 12px;

	line-height: 22px;

	color: #838475;

	text-align: left;

}



.c-info {

	font-family: georgia, helvetica, arial, sans-serif;

	font-size: 12px;

	color: #838475;

	text-align: left;

    line-height: 21px;

}



.c-date {

	font-family: georgia, helvetica, arial, sans-serif;

	font-size: 14px;

	color:#6A6A6A;

	text-align: left;

	font-weight : bold;

    line-height: 21px;

}



.c-even,

.c-odd{

 margin: 30px 0;

}



/*=================================================================*/

/* 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;

	top: 5px;



}



/*backgrounds for galleries odd */

#c-galleries-container .c-odd {

	background-color: #eeeee6;

	padding: 15px 0px 0px 15px;

	margin-bottom: 15px;

	margin-top: 15px;

}



/*backgrounds for galleries even */

#c-galleries-container .c-even {

	background-color: #eeeee6;

	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: 30px;



}



/* background color for individual thumbnails in a gallery */

#c-photo-list .c-odd{

	background-color:#eeeee6;

	margin-right: 10px;

	margin-bottom: 10px;

}



/* background color for individual thumbnails in a gallery */

#c-photo-list .c-even{

	background-color:#eeeee6;

	margin-bottom: 10px;



}



/* background color for individual large detail images */

#c-photo-container {

	background-color:#eeeee6;

	padding: 10px 10px 15px 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: 5px;

}



/* buttons for large image viewer - next */

.c-page-next {

	border: 1px solid #afafa9;

 	background-color: #d0d0c7;

	padding: 3px 13px 4px 16px;

	margin-right: 12px;

	text-align: center;

}



/* buttons for large image viewer - previous */

.c-page-previous {

	border: 1px solid #afafa9;

 	background-color: #d0d0c7;

	padding: 3px 3px 4px 4px;

	margin-right: 5px;

	text-align: center;

}



/* background color for individual large detail images */

#c-photo-container .c-text {

	margin-left: 25px;

	margin-right: 25px;



}







/* Photo Gallery Styles End */

/*=================================================================*/



/* Music Player Pop-up Heading */





.c-player-container h4 {

    color: #8B876E;

}



/* Headings */



h3 {

	font-family: georgia, helvetica, arial, sans-serif;

	font-size: 22px;

	color: #8B876E;

	text-align: left;

	/*margin-top : 1.5%;*/

	margin-bottom : 2.0%;

	text-decoration: none;

}

h4 {

	font-family: georgia, helvetica, arial, sans-serif;

	font-size: 17px;

	color: #838475;

	text-align: left;

	margin-top : 1.5%;

	margin-bottom : 1.5%;

	line-height: 21px;

	text-decoration: none;

}



h5 {

	font-family: georgia, helvetica, arial, sans-serif;

	font-size: 15px;

	color: #6A6A6A;

	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 {

	border: 1px solid #AFAF7D;

	font-size: 13px;

}



.c-buttons input {

 border: 1px solid #aeaf99;

 background-color: #cdceb4;

 color: #838475;

 font-family: georgia, helvetica, arial, sans-serif;

 font-size: 13px;

 font-weight: bold;

}



/*===================================================================*/



/* Set footer image */

#t-footer {

	padding-top: 100px;

	padding-bottom: 15px;

	padding-left: 0px;

	background: url('/main/designs/images/20/20_f_lovethee.jpg') no-repeat left top;

	text-align: center;

	color: #6A6A6A;

}



#t-footer a {

	color: #6A6A6A;



}



#t-footer a:visited {

	color: #838475;



}



#t-footer a:hover {

	color: #8B876E;



}
