/* Lust-For-Life-v2_3.css */

/*          C O L O R S

black			== #000000
purple			== #800080
dark blue		== #00008b
blue			== #0000ee
dark red		== #9e1f1f
dark yellow		== #f4d400
red				== #ff0000
orange			== #ffa500
light orange	== #ffcc00
yellow			== #ffff00
white			== #ffffff

*/


body {
	background-color:		#800080;									/* purple */
	border:					4px solid #9e1f1f;							/* dark red */
	color:					#000000;									/* black */
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	margin:					8px;
	padding:				24px;
 }

a {
	text-decoration:		none;
}

fieldset {
	border: 				none;
}

h1 {
	color: 					#ff0000;									/* red */
	font-family:			Tempus Sans itc, Skia, Eurostile, Comic Sans MS, Papyrus, Fantasy, Sands;
	font-size:				500%;
	font-weight:			bolder;
	line-height:			5%;
	text-align:				center;
}

h2 {
	text-align:				center;
}

h3 {
	text-align:				center;
}

h4 {
	text-align:				center;
}

					/* CLASSES */

.button {
	background-color: 		#ffff00;									/* yellow */
	border:					1px solid #9e1f1f;							/* dark red */
	color: 					#9e1f1f;									/* dark red */
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	font-style:				normal;
	font-size: 				75%;
	font-weight: 			bold;
	padding:				1px;
}

.contact-info a {
	background-color: 		#ffff00;									/* yellow */
	color:					#9e1f1f;									/* dark red */
	font-weight: 			bold;
	border:					1px solid #9e1f1f;							/* dark red */
	padding:				1px;
}

.contact-info a:hover {
	color: 					#ffff00;									/* yellow */
	background-color:		#9e1f1f;									/* dark red */
	font-weight: 			bold;
	padding:				1px;
}

.contact-info {
	color:					#9e1f1f;									/* dark red */
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	font-size:				75%;
	font-weight:			bold;
	text-align:				center;
}

.container {
    background:				#f4d400 url(ImageFiles/digital_art_3d_2d_abstract_surreal_flicker_light_g103___i1.jpg) center top no-repeat;
    border-top:				2px solid #9e1f1f;							/* dark red */
    border-left:			4px solid #9e1f1f;							/* dark red */
    border-right:			4px solid #9e1f1f;							/* dark red */
    border-bottom:			2px solid #9e1f1f;							/* dark red */
}

.container2 {
    background:				#f4d400;
    border-top:				2px solid #9e1f1f;							/* dark red */
    border-left:			4px solid #9e1f1f;							/* dark red */
    border-right:			4px solid #9e1f1f;							/* dark red */
    border-bottom:			4px solid #9e1f1f;							/* dark red */
}

.cqcounter {
	background-color:		#ffff00;									/* yellow */
	border:					1px solid red;
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	font-style:				normal;
	font-weight:			bold;
	padding:				1px;
}

.footer {
    margin-left:			auto;
    margin-right:			auto;
    text-align:				center;
    width:					50%;
}

.list-items li {
	font-size:				73%;
	list-style-type:		none;
	margin-left:			180px;
	text-align:				justify;
}

.links-over-light, .links-over-light a {
	color:					#00008b;									/* dark blue */
	list-style-type:		none;
	text-decoration:		none;
}

.links-over-dark, .links-over-dark a {
	color:					#ffa500;									/* orange */
	list-style-type:		none;
	text-decoration:		none;
}

.links-over-light a:hover {
	background-color:		#9e1f1f;									/* dark red */
	color:					#ffcc00;									/* light orange */
}

.links-over-dark a:hover {
	background-color:		#9e1f1f;									/* dark red */
	color:					#ffcc00;									/* light orange */
}

main {
	color: 					red;
	font-family:			Tempus Sans itc, Skia, Eurostile, Comic Sans MS, Papyrus, Fantasy, Sands;
	font-size:				500%;
	font-weight:			bold;
	line-height:			5%;
	text-align:				center;
}
  
.outer-container {
    border:					6px solid #ffcc00;							/* light orange */
}