/*

----
File: main.css - main style sheet for anikberube.com
Created by: Melanie Genereux - hello@melaniegenereux.com
Date: September 3rd, 2007.
----

*/

body, html
{
	height: 100%; /* Needed for container min-height. */
	
	margin: 0px;
	padding: 0px;
	
	color: #c3c6b7;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	
	border: 0px dotted yellow;
	
	background-color: #212518;
	/*background-image: url("../graphics/bg_xy_bottom_02.jpg");
	background-repeat: repeat;*/
}

div#container
{
	width: 735px;
	
	height: auto !important; /* Real browsers */
	height: 100%; /* IE6: treaded as min-height. */

	min-height: 100%; /* Real browsers */
	
	position: relative; /* Needed for footer positioning. */
	margin: 0px auto; /* Center, not in IE5. */
	padding: 0px;
	
	background-image: url("../graphics/bg_fixed_splash.jpg");
	background-repeat: no-repeat;
	
	border: 0px solid red;
}

div#content
{
	width: 450px;
	
	height: auto !important; /* Real browsers */
	height: 100%; /* IE6: treaded as min-height. */

	min-height: 100%; /* Real browsers */
	
	text-align: justify;
	
	position: relative; /* Needed for footer positioning. */
	margin: 0px auto; /* Center, not in IE5. */
	padding: 10px 0px 0px 0px;
	
	border: 0px dashed yellow;
}

div#footer
{
	width: 735px;
	height: 180px;
	
	position: relative;
	margin: 0px auto; /* Center, not in IE5. */
	padding: 10px 0px 0px 0px;
	
	text-align: center;
	
	border: 0px solid yellow;
}

div#flashcontent
{
	width: 455px;
	height: 305px;
	
	position: relative;
	margin: 0px auto; /* Center, not in IE5. */
	padding: 0px;
	
	border: 0px solid red;
	
}

div#credits
{
	color: #393c39;
	font-family: Georgia, Times, serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
	
	text-align: left;
	
	position: relative;
	margin: 0px auto; /* Center, not in IE5. */
	padding: 10px 0px 0px 0px;
	
	border: 0px solid white;
	
	width: 400px;
}

h1
{
	font-family: Georgia, Times, serif;
	font-size: 17px;
	letter-spacing: 0px;
	font-weight: normal;
	
	border: 0px solid green;
	
	margin-top: 0px;
	padding-top: 0px;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #c3c6b7;
	
	margin: 0px;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #c3c6b7;
	
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

.credits_right
{
	padding: 0px 0px 0px 15px;
	border: 0px solid red;
	float: left;
}

.left
{
	float: left;
}

.pink
{
	color: #724638;
}

.clear
{
	clear: both;
}

.white_bullet
{
	list-style-image: url("../graphics/bullet_white.png");
	padding: 0px 0px 0px 18px;
}

.gray_bullet
{
	list-style-image: url("../graphics/bullet_grey.png");
}

.red_bullet
{
	list-style: disc;
	color: #5f221b;
	
	font-family: Georgia, Times, serif;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: normal;
	line-height: 35px;
	
	position: fixed;
	top: 80px;
	left: inherit;
}

/* Default links */
A:link			{color:#724638;text-decoration:none;}
A:link:hover	{color:#c99d8f;text-decoration:none;}
A:active	   	{color:#724638;text-decoration:none;}
A:visited 		{color:#724638;text-decoration:none;}
A:visited:hover	{color:#c99d8f;text-decoration:none;}

A.menu:link			{color:#FFFFFF;text-decoration:none;}
A.menu:link:hover	{color:#a45547;text-decoration:none;}
A.menu:active	   	{color:#FFFFFF;text-decoration:none;}
A.menu:visited 		{color:#FFFFFF;text-decoration:none;}
A.menu:visited:hover{color:#a45547;text-decoration:none;}

A.menu_footer:link			{color:#4f5550;text-decoration:none;}
A.menu_footer:link:hover	{color:#797f79;text-decoration:underline;}
A.menu_footer:active	   	{color:#4f5550;text-decoration:none;}
A.menu_footer:visited 		{color:#4f5550;text-decoration:none;}
A.menu_footer:visited:hover	{color:#797f79;text-decoration:underline;}
