/*  
Author URI: http://e-ba.be/
*/

/* Non-WordPress Thingies */

/* for the footer link */
.e-babe
{
	text-decoration: none;
	font-weight: bold;
}

.form-submit 
{
	background-color: ButtonFace;
}
.form-url
{
	border: thin solid Gray;
	padding-left: 5px;
	font-size: 14px;
	width: 375px;
}

.td-space
{
	width: 25px;
}

.form-hdr
{
	font-size: 0.9em; 
}

.td-left-img
{
	width: 255px;
}
.td-right-txt
{
	width: 239px;
}
.pink_text
	{
	color: #c22e8c; /* #de64b2 */
	}
.red_text
	{
	color: red;
	}
.navy_text
	{
	color: navy;
	}
.gray_text
	{
	color: gray;
	}
.light_blue_text
	{
	color:	#9db8e9;
	}
.blue_text
	{
	color:	#7995bf;
	}	
.black_text
	{
	color:	black;
	}	
#message_field
	{
	}
	
/* Added 1st Feb 2006 - when you add bits, do it here, ok? */

.announce
{
	border: thin solid Silver;
	padding: 2px 5px 2px 5px;
	/* font-size: .9em; */
}
.small-gray-text
{
color: gray;
font-size: 0.8em;
}
.small-black-text
{
color: black;
font-size: 0.8em;
}

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #eeeeff url(http:/www.cpeu.net/images/bg.gif) repeat-x;
	/* font-size: x-small; */
	font-size:	13px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4A4A49;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}
html>body {
	/* font-size: small; */
	font-size:	13px;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1, h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
a:link {
	color: #497CA7;
}
a:visited, a:active {
	color: #6E7CA7;
}
a:hover {
	color: #7599B7;
	text-decoration: none;
}
input, textarea, select {
	background-color: #FFF;
	color: #4A4A49;
	font-size: 1em;
	font-family: Arial, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #888685;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Layout */

#wrapper {
	width: 760px;
	margin: 0 auto;
	background: #EEEAE8 url(http://www.cpeu.net/images/wrapper.gif) repeat-y;
	font-size: 0.9em;
	text-align: left;
}
#header {
	width: 760px;
	height: 139px;
	background: url(http://www.cpeu.net/images/header.gif) no-repeat;
}

	/* Header Styles */

	.img_link
		{
		border:	0; 
		}


	#title {
	float: left;
	margin: 31px 0 0 38px;
	padding: 1px;
}
	#title h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 15px 0px 0px;
	border: 0;
	/* background-color: white; */
	color: black;
	/* font-size: 1.5em; line-height: 32px; */
	letter-spacing: 1px; 
}
	#title h1 a {
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		text-decoration: none;
	}
	#title p
	{
		margin: 0px;
		padding: 0px;
		font-size: 1.2em;
		font-weight: bold;
	}
	
#content {
	float: left;
	padding: 0 20px 0 35px;
	background: url(http://www.cpeu.net/images/content.gif) no-repeat;
	width: 520px;
} 
html>body #content {
	width: 520px;
}
#sidebar {
	float: left;
	padding: 20px 18px 0 15px;
	/* background: url(/images/sidebar.gif) no-repeat top right; */
	color: #878584;
	font-size: 0.92em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 130px;
} 
html>body #sidebar {
	width: 130px;
}

	/* Sidebar Styles */
	
	#sidebar h2 {
	margin: 0 0 0.6em 0;
	border-bottom: 1px groove #5E5D5D; /* changed from dotted to groove */
	font-size: 1.1em;
}
	#sidebar a:link {
	color: black; /* #7599B7 */
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.0em;
}
	#sidebar a:visited, #sidebar a:active {
	color: black; /* #8B99B7 */
	font-weight: bold;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:	1.0em;
	}
	#sidebar a:hover {
	color: red; /* #497CA7 */
	font-weight: bold;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:	1.0em;
	}
	#sidebar ul {
	margin: 0;
	text-align: left;
	list-style-type: none;
	/* background-color: #eff3ff;   url(/images/menu_item.gif) repeat-ybackground-color: white;  #e7efff */
}
	#sidebar li
	{
	padding: 5px 2px 5px 10px;
	/*
	border-left: 1px solid #f9fbff;
	border-top: 1px solid #f9fbff;
	border-right: 1px solid #dfe7ff;
	border-bottom: 1px solid #dfe7ff;
	*/
}
	
	#sidebar ul ul, #sidebar ol {
		margin: 1.2em 0 1.2em 1.3em;
	}
	#sidebar ul ul {
		list-style-type: disc;
	}
	#sidebar ul ul ul {
		margin-top: 0;
		margin-bottom: 0;
	}
	#sidebar .search-box {
		width: 10.5em;
	}
	#sidebar .search-submit {
	background-color: ButtonFace;
	}

	
* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
#footer {
	clear: both;
	padding: 1.2em 35px 0em 35px;
}

	/* Footer Styles */
	
	#footer p {
		margin: 0;
		padding: 0.6em 0;
		/* border-top: 1px dotted #888685; */
		text-align: center;
		font-size: 0.80em;
	}

#footer_end
	/* Added 21 feb 2006 by Melissa */
	{
	background: url(http://www.cpeu.net/images/footer.gif) no-repeat;
	height:	16px; 
	}


