/*
|   The Madison Foundation v1 stylesheet      v 1.0.0                                    |
|   Lee Fleming                                     |   August 2009                                    |
|   copyright InfoPulse LLC                    |   http://infopulsellc.com                   |

COLORS
BODY BG:  #3D84BA;
BODY COLOR: #333
LINKS: #069
COLORS: DARK BLUE: #26266D LIGHT BLUE: #069
-------------------------------------------------------- */
/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin: 0; 
	padding: 0; 
} 
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
} 
fieldset,img {  
	border: 0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style: normal; 
	font-weight: normal; 
} 
ol,ul { 
	
} 
caption,th { 
	text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size: 100%; 
	font-weight: normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/




body {
	background: #3D84BA;
	font-size: 101%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#wrapper {width: 900px; text-align: left; padding: 0; margin: auto; background: #fff url(images/wrapperbg.gif) repeat-y; }

div, h2, h3, h4, h5, h6, p, table, ul, ol, img {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}


a {
	text-decoration: none;
}

a:link {
	color: #000;
	border-bottom: 1px solid #000;
}

a:visited {
	color: #333;
	border-bottom: 1px solid #333;
}

a:active, a:hover {
	color: #2A629C;
	border-bottom: 0;
}

img {
	border: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

acronym {
	cursor: help;
	border-bottom: 1px dashed #c60;
	color: #c60;
}

/* header
------------------------------------------------- */
h1 {
	
}

/* navigation
------------------------------------------------- */
#navi {
	width: 726px;
	border-left: 22px solid #ebebeb;
	border-right: 22px solid #ebebeb;
	margin: 0 auto;
	background: #fff;
}

#navi ul li {
	list-style: none;
	float: left;
	margin-bottom: -20px;
}

html>body #navi ul li {
	margin-bottom: 0;
}


#navi ul li a {
	display: block;
	float: left;
	padding: 3px 12px;
	font-size: 0.7em;
	text-transform: uppercase;
	border-bottom: 0;
	letter-spacing: 1px;
}

#navi ul li a:link {
	color: #386A96;
}

#navi ul li a:visited {
	color: #386A96;
}

#navi ul li a:active {
	color: #fff;
	background: #386A96;
}

#navi ul li a:hover {
	color: #fff;
	background: #386A96;
}

/* highlighted navigation link
------------------------------------------------- */
#navi ul li a.hl:link {
	color: #fff;
	background: #386A96;
}

#navi ul li a.hl:visited {
	color: #fff;
	background: #386A96;
}

#navi ul li a.hl:active {
	color: #fff;
	background: #386A96;
}

#navi ul li a.hl:hover {
	color: #fff;
	background: #386A96;
}

/* main-c (main container)
------------------------------------------------- */
	#main-c {
clear: both;
	width: 100%;
	margin: 0;
padding: 0;

}

#main-c #sidecol {width: 125px; float: left; height: 500px; margin: 0; padding: 0; font-size: .95em;}

/* searchform
------------------------------------------------- */
#main-c #searchform {
	
		color: #fff;
	width: 175px;
	padding: 4px 10px 6px 10px;
	margin: 0 0 -31px 0;
}

#main-c #searchform p {
	font-size: 10px;
	margin-top: 3px;
}

#main-c #searchform p #searchterm {
	width: 155px;
	font-size: 0.7em;
}

#main-c #searchform p #searchsubmit {
	margin-bottom: -5px;
	margin-left: 2px;
}

/* mailinglist
------------------------------------------------- */
#mailinglist {
	color: #fff;
	width: 175px;
	padding: 4px 10px 6px 10px;
	margin: 0 0 -31px 0;
}

#mailinglist p {
	font-size: 10px;
	margin-top: 3px;
}

#mailinglist p #mailinglistsubmit {
	margin-bottom: -5px;
	margin-left: 2px;
}




/* content
------------------------------------------------- */
#main-c #content {
	width: 535px;
	margin: 0;
	float: left;
padding: 15px;
}

#main-c #content h2 {
	margin: 15px 0;
	color: #3D84BA;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
line-height: 95%; border-bottom: 1px solid #FCB814;
}


#main-c #content h5 {
	margin: 20px 0 0 0;
		color: #3D84BA;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
line-height: 95%; border-bottom: 0px solid #FCB814; font-style: italic;
}

#main-c #content h2 a:link, #main-c #content h2 a:visited {
	border-bottom: 0;
	color: #ccc;
}

#main-c #content h2 a:active, #main-c #content h2 a:hover {
	color: #c00;
}

#main-c #content h3 {
	font-size: 17px; font-weight: 500;
	color: #FCB814;
margin: 0 0 15px 0; padding: 0; text-transform: uppercase; line-height: 95%;
}

#main-c #content p {
	margin: 10px 0;
	color: #333;
	font: .95em/1.5em  "lucida sans unicode", "lucida grande", lucida, calibri, geneva, arial, helvetica, sans-serif; 
}

#main-c #content ul {list-style: square outside none; margin-left: 10px;}


#main-c #content li {
margin: 10px 0px 10px 10px;
	color: #333;
	font: .95em/1.5em  "lucida sans unicode", "lucida grande", lucida, calibri, geneva, arial, helvetica, sans-serif; 
}

#main-c #content li ul li {font-size: .95em;}

#main-c #content .tools {
	color: #c00;
	text-align: right;
	font: 0.7em Georgia, "Times New Roman", Times, serif;
}

#main-c #content .tools a:link, #main-c #content .tools a:visited {
	color: #666;
}

#main-c #content .tools a:active, #main-c #content .tools a:hover {
	color: #c00;
}

/* sidebar
------------------------------------------------- */
#main-c #sidebar {
	width: 170px;
	float: right;
	margin: 0;
padding: 10px 15px 10px 0;
}

#main-c #sidebar p {
	font-size: .9em;
	margin: 8px 0;
	line-height: 1.5em;
	color: #fff;
}

#main-c #sidebar a:link {
	color: #fff;
	border-bottom: 1px solid #FCB814;
}

#main-c #sidebar a:visited {
	color: #fff;
	border-bottom: 1px solid #FCB814;
}

#main-c #sidebar a:active {
	color: #c00;
	border-bottom: 1px solid #c00;
}

#main-c #sidebar a:hover {
	color: #c00;
	border-bottom: 1px solid #c00;
}

#main-c #sidebar h4 {
	text-transform: uppercase;
	margin: 20px 10px -5px 10px;
	color: #2a629c;
		font: normal 0.7em Georgia, "Times New Roman", Times, serif;
}

#nav_categories li {margin: 8px 0; font: .9em/1.4em  "lucida sans unicode", "lucida grande", lucida, calibri, geneva, arial, helvetica, sans-serif; 
} 

#nav_categories ul ul li {font-size: .9em;}

#main-c #sidebar ul {
	font-size: 0.9em;
	margin: 5px 0px 5px 5px;
	list-style: none;
	line-height: 1.2em;
	color: #2a629c;
}

/* footer
------------------------------------------------- */

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: #fff;
	
}


/*------------footer elements----------*/

#footer {clear: both; 
margin: 0;
padding: 5px;
background: #386A96;
color: #fff;
	font-size: 0.7em;
width: 890px; height: 20px; 
}

#copyright {
	 width: 450px; float: left; 
}
#webmaster {
 float: left; width: 200px; text-align: right;
}
#platform {
	text-align: right; float: right; width: 200px; 
}



/*------------ end footer elements----------*/





/* comments
------------------------------------------------- */
#singleview #main-c #content .comment {
	background: #ebebeb;
	margin: 25px 20px 20px 42px;
	padding: 5px 0;
}

#singleview #main-c #content .comment p {
	margin-left: 15px;
		margin-right: 15px;
}

/* commentform
------------------------------------------------- */
#singleview #main-c #content #commentform {
	background: #bdd3ea;
	margin: 25px 20px 20px 42px;
	border: 1px solid #7695b7;
}
#singleview #main-c #commentform p {
	margin: 15px;
}

#singleview #main-c #commentform label {
	width: 100px;
	display: block;
	float: left;
	font-size: 0.85em;
	color: #999;
}

#singleview #main-c #commentform p span {
	font-size: 0.85em;
	color: #999;
}

#singleview #main-c #commentform .input {
	border: 1px solid #7695b7;
	width: 250px;
	margin-left: -40px;
	color: #666;
	font-size: 0.8em;
	padding: 2px 0 2px 2px;
}

#singleview #main-c #commentform textarea {
	border: 1px solid #7695b7;
	width: 409px;
	height: 200px;
	margin-top: -20px;
}

#singleview #main-c #commentform p.right input {
	background: #386a96;
	border: 1px solid #7695b7;
	color: #fff;
	font-weight: bold;
	width: 120px;
	height: 26px;
}

.paginate {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			12px;
 font-weight: 		normal;
 letter-spacing:	.1em;
 padding:			12px 0 16px 4px;
 margin:			0 0 0 40px;
 background-color:	transparent;
}

.pagecount {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10px;
 color:				#666;
 font-weight:		normal;
 background-color: transparent;
}
