/* PartyProDJ LLC CSS style sheet */
/* BODY ----------------------------------------------------------------------------------------------- */
body {
	background-color: #559ada;
	background-image:url(images/bkg_page_blue.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
}
/* ------ */

/* TEXTS ---------------------------------------------------------------------------------------------- */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	color: #333333;
}
/* ------ */

/* SITE WIDE - same as P only bold and 13px ------------------------------------------------------------ */
.lgtext {
	/*use as p class only*/
	font-weight: bold;
	font-size: 13px; 
	line-height: 18px;
}
/* ------ */

/* PPDJ serves on main page - P only bold and 13px ------------------------------------------------------------ */
.lgtextcenter {
	/*use as p class only*/
	font-weight: bold;
	font-size: 13px; 
	text-align: center;
	line-height: 18px;
}
/* ------ */

/*VARIOUS PAGES -- OUTSIDE OF P CLASS ----------------------------------------------*/
li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-align: left;
	color: #333333;
}
/* ------ */
/*VARIOUS PAGES -- OUTSIDE & INSIDE OF P CLASS ----------------------------------*/
a, a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #660000;
	text-align: left;
	text-decoration: underline;
}
/*VARIOUS PAGES -- OUTSIDE & INSIDE OF P CLASS ----------------------------------*/
a:hover {
    text-decoration: none;
	color: #669900;
}
/* ------ */

/* INDEX, CT LIST OF TOWNS, WEDDINGS - USED INSIDE TD CLASS ----------------------------------------------------*/
.smtext1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
}
.smtext1article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	display: block;
	margin: 0 100px 0 25px;
}
.smtext1 a, .smtext1 a:link, .smtext1 a:visited  {
	font-size: 11px;
	text-align: left;
    text-decoration: underline;
}
.smtext1 a:hover {
	font-size: 11px;
	text-align: left;
    text-decoration: none;
	color: #669900;
}
/* ------ */

/* DJS, MEET DJS - CAN BE REPLACED ------------------------------------------------------------ */
.smtext2 {
	/*use as p class only*/
	font-size: 11px; 
	line-height: 18px;
}
/* ------ */

/* SIGNUP, FREE INFORMATION - CAN BE REPLACED ------------------------------------------------- */
.smtext3 {
	/*use as p class only*/
	letter-spacing: 1px;
}
/* ------ */

/* SIGNUP, CONTACT - CAN BE REPLACED --------------------------------------------------------- */
.smtext4 {
	/*use as p class only*/
	font-weight: bold;
	font-size: 12px; 
	line-height: 12px;
	color: #003366;
}
/* ------ */

/*-------------------------------------------------------------------------------------------------------------*/
/* h1,h2,h3 GREEN - h4,h5,h6 BLACK */
h1,h2,h3,h4,h5,h6{ font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-align: left;}
h1,h3,h4,h5,h6 { padding: 0; margin: 0;  }
h2 { padding: 0; margin: 0 0 -15px 0;  }
h1,h2,h3 { color: #669900; font-style: italic; }
h4,h5,h6{ color: #000000; font-style: normal; }
h1 {font-size: 27px; line-height: 43px; }
h2 {font-size: 21px; line-height: 21px; }
h3 {font-size: 18px; line-height: 18px; }
h4 {font-size: 16px; line-height: 16px; }
h5 {font-size: 14px; line-height: 14px; }
h6 {font-size: 12px; line-height: 12px; }
/*-------------------------------------------------------------------------------------------------------------*/

/* SITE WIDE ----------------------------------------------------------- */
hr {
	color:#CFECEC;
	height: 1px;
}
/* ------ */

/* INDEX - SAVE --------------------------------------------------------------------- */
.boxline {
	/*main page check date and upcoming events*/
	background-color: #669933;
}
/* ------ */

/* INDEX - SAVE --------------------------------------------------------------------- */
.box {
	/*main page check date and upcoming events*/
	background-color: #f0f3f9;
}

/* SITE WIDE - SAVE ------------------------------------------------------------------- */
.credits {
	color:#FFFFFF;
	text-align: center;
}
.credits p, .credits a, credits a:hover, credits a:visited {
	font-size: 10px;
	color:#FFFFFF;
	text-align: center;
}
/* ------ */

/* SITE WIDE - SAVE ------------------------------------------------------------------- */
.djs {
	background-color: #f0f3f9;
	/*margin: 10px;*/
}
.help {
	background-color: #669966;
	/*margin: 10px;*/
}


/* ------ */

/* HISTORY, INDEX - CAN BE REPLACED ---------------------------------------------------- */
#name_cards {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333333;
}	
/* ------ */

/* SITE WIDE - UNSURE ------------------------------------------------------------------ */
.center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: left;
}
/* ------ */

/* PAYPAL PAGE ONLY ------------------------------------------------------------------ */
.paypalr {
width: 100px;
float:right;
margin: 0px 200px 0 0px;
}
.paypall {
width:300px;
float:left;
margin: 0px 0 0px 0px;
}
/* ------ */

/* IMAGE HOVER FOR FEEDBACK PAGE ------------------------------------------------------------------ */
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 2px 2px 2px 2px;
/*left: -1000px;*/
border: 1px solid gray;
visibility: hidden;
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -20px; /*position where enlarged image should offset horizontally */
}
/* ------ */

.quote {
	text-align: left;
}
.quote a, quote a:hover, quote a:visited {
	font-size: 16px;
	color:#FFFFFF;
	font-style: italic;
	font-weight: 700;
	margin: 0 5px 0 0;
}
/* ------ */
/* ------ */
.right {float:right; margin:0 0 4px 15px;}
.photo {background:#fff; border:1px solid #bababa; margin:3px 18px 2px 15px; padding:2px;}

.sup {
vertical-align: super;
font-size: 60%;
}

/*#playermain { float:left; width:194px; 	font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; margin:-20px 0 50px 0px; 
 font-size:.75em; line-height:1.3em; }*/

/* USE THIS BODY CODE WHEN YOU WANT WHITE 
body {
background-color: #e7eaf1;
background-image:url(images/bkg_page_white.jpg);
background-repeat:repeat-x;
margin: 0;
padding: 0;
}
*/