/* CSS Document 
*
*	Title: Nicole Dickson - Professional Make-up Artist / Eye Luv Makeup
*	Author: Intentio Design
*	Date: 15 January 2009
*
*	Table of contents
*	-----------------
*	1. Tags
*	2. container_main_backgrounds
*		2.1. header
*		2.2. background_content
*		2.3. background_bottom
*	3. text_areas
*		3.1  menu
*		3.2  text_content
*		3.3  links page columns
*	4. footer
*	5. design_images
*		5.1  header_image
*		5.2  bottom_image
*	6. gallery
*/

/*	1. Tags	*/

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1.1em;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #333;
	padding-top: 0.8em;
}

h3 {
	font-family: "Monotype Corsiva", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #333333;
	margin-bottom: -0.008em;
}

h4 {
	font-family: "Monotype Corsiva", Verdana, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	margin-bottom: -0.008em;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#333333;
	line-height: 1.3em;
	text-align: justify;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul {
	font-size: 0.7em;
	margin-top: -1px;
}

ul li a, ul li{
	padding-bottom:5px;
	color:#333333;
}

ul ul {
	font-size:1em;
	line-height: 1.3em;
}

ul checklist {
	font-size: 0.7em;
	line-height: 1.1em;
}

ul li checklist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul.checklist li a, ul.checklist li{
	padding-bottom:5px;
	color:#333333;
}

a:hover {
	font-weight: bold;
}

a, a:visited {
	color: #333333;
}

a:active {
	text-decoration: underline;
}

blockquote {
	margin-left: 50px;
}

/*	END: 1. Tags	*/

/*	2. container_main_backgrounds	*/

#container_main {
	margin: 0 auto;
	width: 750px;
}

/*	2.1. container_header	*/

#header {
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	height:265px;
}

#container_title {
	width: 520px;
	position: relative;
	left:190px;
	top:190px;
}

/*	2.2. background_content		*/
#bg_content {
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	width:750px;
	margin-top: -20px;
}

/*	2.3. background_bottom   */

#bg_bottom {
	background-image:url(../images/bottom_bw.gif);
	background-repeat:no-repeat;
	height:235px;
	clear:both;
	margin-top: -100px;
}
#bg_bottom_bw {
	background-image:url(../images/bottom_bw.gif);
	background-repeat:no-repeat;
	height:235px;
	clear:both;
	margin-top: -100px;
}

/*	3. text_areas

	3.1  menu   */
#container_menu {
	width: 110px;
	position:relative;
	left: 40px;
	top: 20px;

/*	width: 100px;
	float: left;
	margin-left: 50px;
	margin-top: 10px;*/
}
#container_menu a {
	text-decoration:none;
	color:#333333;
}
.menu {
	font-family: "Monotype Corsiva";
	font-size: 1.2em;
	color:#333333;
	padding-bottom: 0.3em;
	text-align: left;
	font-weight: normal;
}

/*	3.2  text_content  */
#container_content {
	width: 510px;
	position: relative;
	left: 195px;
	top: -290px;
	margin-bottom: -190px;

/*	width: 500px;
	float: right;
	margin-right: 50px;
	margin-top: -330px;
	margin-bottom: 80px;*/
}
#container_content a{
	text-decoration: none;
}
.grey, .grey a:visited {
	color: #CCCCCC;
	font-weight:normal;
	text-decoration: none;
}
.grey a:hover {
	font-weight:bold
}
.fancy_caps {
	font-family: "Monotype Corsiva";
	font-size: 1.7em;
	color:#333333;
	padding-right: 1px;
}

	
/*  3.3  links page columns  */
.links_img_col {
	float: left;
	margin-left:-150px;
	width:105px;
	margin-top: 15px;
}	
.links_left_col {
	float:left;
	width:240px;
	margin-right:10px;
}
.links_right_col {
	float:right;
	width:250px;
}
img.links {
	border:#666666 thin solid;
	padding: 3px;
}


/*		4.  footer  */

#footer {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	height:67px;
	float:right;
	width: 600px;
}

/*
#container_footer {
	background-color:#FFFFFF;
	height:35px;
	margin: 0 auto;
	font-size: 0.95em;
	color:#666666;
	text-align:center;
}  */

#footer_list ul {
	list-style: none;
}

#footer_list li {
	float: left;
	list-style: none;
	padding-left:50px;
	margin-top: 15px;
}	

#footer_list a {
	text-decoration:none;
	color:#666666;
}
/*   5. gallery  */
img.thumb {
	border:#666666 thin solid;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 5px;
}
img.thumb_b4 {
	border:#666666 thin solid;
	padding: 3px;
	margin-left: 3px;
	margin-bottom: 5px;
}
