/*
|   John de Regt Consulting v1 stylesheet      v 1.0.0                                    |
|   Lee Fleming                                     |   October 2010                                    |
|   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: #333;
	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;
	}

h1, h2 {  font-family:  arial, helvetica, verdana, sans-serif; }

p, li, h3 {font-family:  times new roman, times, georgia, serif;  }

p {line-height: 140%; margin: 0 0 12px 0;}

li {line-height: 140%; margin-top: 6px; margin-bottom: 6px;}

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 {
  font-family:  times new roman, times, serif; 

}


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

}

#main-c #sidecol {width: 125px; float: left; height: 800px; 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: 20px;
}

#main-c #content h2 {
	margin: 25px 0 0 0;
	color: #3D84BA;
	font-size: 1.3em; font-family:  arial, helvetica, verdana, sans-serif;
line-height: 95%; border-bottom: 1px solid #FCB814;
}


#main-c #content h5 {
	margin: 15px 0 0 0;
		color: #3D84BA;
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: #C59104;
margin: 0 0 15px 0; padding: 0; text-transform: uppercase; line-height: 95%;
}

#main-c #content p {
	margin: 6px 0 20px 0;
	color: #333;
	font: 1.05em/1.5em  times new roman, times, georgia, serif;
}

#main-c #content blockquote {
	margin: 6px 20px 20px 20px;
	color: #333;
	font: 1.05em/1.2em  times new roman, times, georgia, serif;
}


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


#main-c #content li {
margin: 6px 0px 20px 10px;
	color: #333;
	font: .9em/1.1em  times new roman, times, georgia, serif;

}

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

#main-c #content .tools {
	color: #c00;
	text-align: right;
	font: 0.7em  times new roman, times, georgia, 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
------------------------------------------------- */
#sidebar {
	width: 170px;
	float: right;
	margin: 0;
padding: 50px 15px 10px 0;
}

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


#sidebar a:link, .nav_categories {
	color: #fff;
	border-bottom: 1px solid #FCB814; font-weight: 800;
}

#sidebar a:visited, .nav_categories {
	color: #fff;
	border-bottom: 1px solid #FCB814;
}

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

#main-c #sidebar a:hover, .nav_categories {
	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 arial, helvetica, verdana, sans-serif;
}

#nav_categories li {margin: 8px 0; font: .8em/1.4em arial, helvetica, verdana, sans-serif;
font-weight: 800; letter-spacing: -.5pt; list-style: none;} 

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

#nav_categories ul {
	font-size: 0.8em; float: right;
	margin: 5px 0px 5px 5px;
	list-style: none outside none;
	line-height: 1.2em;
	color: #2a629c;
margin-left: 10px;
}


#addy p  {
	font-size: 12pt; font-family: "times new roman", times, georgia, serif; font-weight: 600;
	margin: 8px 0;
	line-height: 1.2em;
	color: #fff; 
}

#addy div  {margin: 40px 0;
	padding: 25px 0;
}


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

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


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

#footer {clear: left; 
margin: 0;
padding: 5px;
background: #333;
color: #fff;
	font-size: 0.7em;
width: 100%; height: 20px; 
}

#copyright {
	 width: 450px; float: left; 
}
#webmaster {
 float: right; width: 250px; text-align: right; padding-right: 5px;
}
#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 {
Arial, Helvetica, 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 {
Arial, Helvetica, sans-serif;
 font-size:			10px;
 color:				#666;
 font-weight:		normal;
 background-color: transparent;
}

/*
font-family:"Neuzeit Office W01 Italic";
font-family:"Neuzeit Office W01 Regular";
font-family:"Excelsior W01 Insertio";
font-family:"Excelsior W01 Italic";
font-family:"Excelsior W01 Roman";
*/