/* CSS Document for CrazyButTrue.net
 * Coded by Tom Davies - 2010
 */

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

.main {
	height:				300px;
}

.content {
	background-color:	#0D239D;
	border:				1px solid #000000;
	width:				680px;
	height:				870px;
	padding-bottom:		10px;
	margin-bottom:		10px;
}

.title {
	background-image:	url(banner.jpg);
	height:				100px;
}

.text {
	margin-top:			5px;
	margin-left:		10px;
	margin-right:		10px;
	margin-bottom:		10px;
	background-color:	#CCF1FF;
	height:				680px;
	border:				1px solid #000000;
	overflow:			auto;
}

.footer {
	background-color:	#0D239D;
	border:				1px solid #000000;
	margin-top:			25px;
	margin-bottom:		25px;
}

/* Below is the menu strip CSS */
.menu_strip {
	background-color:	#0D239D;
}

.sub_menutype {
	background-color:	#0D239D;
	margin:				5px;
	/*border: 1px solid #000;*/
}

.sub_menu {
	background-color:	#0D239D;
	/*border: 1px solid #000;*/
}

ul#list-nav {
	list-style:		none;
	margin:			0px;
	padding:		10px;
	width:			auto;
}

ul#list-nav li {
	display:		inline;
}

ul#list-nav li a {
	text-decoration:	none;
	padding:			5px 5px 5px 5px;
	width:				80px;
	background:			#0D239D;
	color:				#eee;
	float:				center;
	text-align:			center;
	margin-left:		10px;
	border-left:		1px solid #fff;
	border-bottom:		1px solid #fff;
	border-right:		1px solid #fff;
	
}

ul#list-nav li a:hover {
	background-color:	#CCF1FF;
	color:				#000;
}


ul#list-sub {
	list-style:	none;
	margin:		0px;
	padding:	5px;
	width:		auto;
}

ul#list-sub li {
	display:	inline;
}

ul#list-sub li a {
	text-decoration:none;
	padding:		5px 5px 5px 5px;
	width:			80px;
	background:		#0D239D;
	color:			#eeeeee;
	float:			center;
	text-align:		left;
	margin-left:	10px;
	border-left:	1px solid #fff;
	border-bottom:	1px solid #fff;
	border-right:	1px solid #fff;
}

ul#list-sub li a:hover {
	background-color:	#CCF1FF;
	color:				#000000;
}

/*
The link formatting.
*/

a:link    {
  text-decoration:  none;
  color:            #6f6f6f;
  } 
a:visited {
  text-decoration:  none;
  color:            #6f6f6f;
  } 
a:hover   {
  text-decoration:  none;
  font-weight:      italic;
  color:            #3a3a3a;
  } 
a:active  {
  text-decoration:  none;
  font-weight:      italic;
  color: 			white;
  }

.style1 {
	font-family:	Arial, Helvetica, sans-serif;
	color:			#FFFFFF;
	font-size:		10px;
	font-weight:	bold;
}

.style3 {
	color:			#FFFFFF;
	font-size:		12px;
}