/*
Theme Name: AFN
Theme URI: http://wizardev.ca/
Description: AFN Styles.
Version: 1.0
Author: Michele Foster
Author URI: http://wizardev.ca/
*/

body {
	font-family : verdana, geneva, helvetica, sans-serif;
	font-size: 76%;
	color: #000000;
	background-color: #888888;
	margin: 0;
	padding: 0; 
	text-align:center;
	padding-bottom: 0px;
	/* background: #F9FAFA url(images/body-bg-grey.png) repeat-x top center;*/
}

img {
	border:0px;
}

form {
	margin:0px;
	padding:0px;
}

#content a:link, #content a:visited, #content a:focus, #content a:hover, #content a:active {
	color: #4371A0;
	font-weight: bold;
	text-decoration: underline;
}

#content a:focus, #content a:hover {
	text-decoration: none;
	color: #689ED6;
}

#content li.current_page_item a {
	text-decoration: underline;
}

#headerPrint {
	display: none;
}

#header {
	width: 960px;
	background-color: #FFFFFF;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px;

}

#header img {
	margin:0px;
	padding:0px;
}

#page { 
	width: 960px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	color: #333333;

	background: #FFF url(images/content-bg.jpg) repeat-y top center;
}

#content {
	width: 960px;
	margin: 0px;
	padding: 0px;
}

#contentmiddle {
	float: left;
	width: 520px;
	margin: 20px 20px 20px 25px;
}

#sidebar_left {
	float: left;
	width: 153px;
	margin: 0px;
	padding: 20px 10px;
}
	
#sidebar_left a:link, #sidebar_right a:link, 
#sidebar_left a:visited, #sidebar_right a:visited, 
#sidebar_left a:focus, #sidebar_right a:focus, 
#sidebar_left a:hover, #sidebar_right a:hover, 
#sidebar_left a:hover, #sidebar_right a:hover  {
	text-decoration: none;
	font-weight: normal;
}

#sidebar_left a:focus, #sidebar_right a:focus, 
#sidebar_left a:hover, #sidebar_right a:hover {
	color: #689ED6;
	text-decoration: underline;
}

#sidebar_right {
	float: right;
	width: 220px;
	margin: 0px;
	padding: 0px;
}

#sidebar_right p.lang {
	margin:22px 15px 0px 0px;
	text-align: right;
}

#sidebar_left p.lang {
	margin:40px 0px 20px 5px;
	text-align: left;
}

#sidebar_right .rightbox {
	margin:0px 0px;
	width: 220px;
	overflow: hidden;
}

#content p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 20px;
}

#content h1 {
	color: #4371A0;
	margin: 4px 0px 20px 0px;
	border-bottom: 1px dotted #B3C8DB;
	font-weight: bold;
	font-size: 1.6em;
	font-family : "Trebuchet MS", tahoma, arial, sans-serif;
}

#content h2 {
	color: #4371A0;
	font-size: 1.4em;
	font-family : "Trebuchet MS", tahoma, arial, sans-serif;
	font-weight: bold;
	padding: 5px;
	background: #F9FAFA;
	border-bottom: 1px dotted #B3C8DB; 
	border-top: 1px dotted #B3C8DB;
}

#content h3 {
	color: #5C5A59;
	font-size: 1.3em;
	font-family : "Trebuchet MS", tahoma, arial, sans-serif;
	font-weight: bold;
	margin-top: 0px;
}

#content h4 {
	color: #6F6D6C;
	font-size: 1.1em;
	font-family : "Trebuchet MS", tahoma, arial, sans-serif;
	font-weight: bold;
	margin-top: 0px;
}

#content ul, #content ol {
	margin: 5px 0px 20px 0px;
	padding: 0px;
}

#content ul li {
	margin-bottom: 6px;
	list-style: square;
	margin-left: 40px;
}

#content ol li {
	margin-bottom: 6px;
	margin-left: 40px;
}

/*Sidebar menus, leave under default */

#sidebar_left ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
	
#sidebar_left ul li {
	padding: 5px;
	list-style:none;
	margin:0px;
	}

#sidebar_left ul li ul {
	padding: 0px 5px 0px 15px;
	margin:0px;
}

.buttons, .zoom_button {
	color: #000000;
	background-color: #F1F0ED;
	padding:1px;
	font-size: 0.9em;
	width: auto;
	margin-top: 5px;
}

#footer {
	clear: both;
	width: 960px;
	background-color: #5F5F5F;
	color: #FFFFFF;
	font-size: 0.9em;
	margin: 0px auto;
	padding: 4px 0px;
	border: 1px solid #5F5F5F;
}

#footer a:link, #footer a:visited, #footer a:focus, #footer a:hover, #footer a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.login {
	float:right;
	margin-top: 0px;
	display: inline;
	padding-right: 5px;
}

#footer p.copyAFN {
	margin: 0px;
	padding-left: 3px;
	text-align: left;
}


/*Images*/

#contentmiddle img.aligncenter {
	border: 1px solid #CCCCCC;
	margin:10px auto;
	padding:3px;
	display: block;
}

#contentmiddle img.alignleft, #contentmiddle img.alignright {
	border: 1px solid #CCCCCC;
	margin:8px 0px 10px 15px;
	padding:3px;
	float: right;
}

#contentmiddle img.alignleft {
	float: left;
	margin:10px 15px 10px 0px;
}
