/* Sidebar styling for JeffGrandis.com */
div.sidebar {
	/*border: 1px solid green;	*/
	margin: 0px;	
	padding: 0px;
	background-color: white;
	border-left: 1px solid #C2CAD6;
	border-right: 1px solid #C2CAD6;
}

/* sidebar section box */
div.section {
	/*border: 1px solid yellow;*/
	color: black;
	padding: 3px 7px 3px 7px;
	margin: 0;		
	width: 92%;
	overflow: hidden;
	
	font-size: 1em;
	font-family: Arial, sans-serif;	
	font-weight: normal;	
	line-height: 1.2em;	
}

/* sidebar section header or small box*/
div.section-title {
	/*border: 1px solid magenta;*/
	color: white;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 0;
	padding: 0 5px 0px 5px;
	border: none;
}

/* internals of the sidebar section*/
div.section ul {
	/*border: 1px solid cyan;*/
	padding: 4px 0 0px 20px;
	margin: 0;
	color: black;
	background-color: transparent;
}

/* internals of the sidebar section*/
div.section ul a, div.section ul a:visited {
	/*border: 1px solid cyan;*/
	font-weight: normal;
}


div.section ul li, 
div.section ol li {
	/*border: 1px solid red;*/
	background-color: transparent;	
	margin: 0px;
	padding: 0px;
	list-style-type: none; /* overriding default */
	list-style-position: outside;
	list-style-image: url('images/bullet.gif');	
}

/* clickable items in the sidebar menu */
div.section a, div.section a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div.section a:hover {
	color: black;
	text-decoration: underline;
}

/* deeply nested menu items */
div.sidebar ul ul, div.sidebar ul ol {
	margin: 5px 0 0 10px;
}

/* form elements in a sidebar */
div.section ul ul, div.section ol {
	margin: 0 0 0 10px;
}

div.section p, div.section select {
	margin: 5px 0 8px;
}

div.section div.section-title a, div.section div.section-title a:visited {
	/*border: 1px solid magenta;*/
	color: white;	
	text-decoration: none;	
}

div.section div.section-title a:hover {
	/*border: 1px solid magenta;*/
	color: white;	
	text-decoration: underline;	
}

/* --- */
div.sidebarevaluation {
	text-align: center;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 0;	margin:0;
	text-align: center;
	color: white !important;	
}

div.sidebarevaluation a {
	font-family: Arial, sans-serif;
	color: white !important;
	text-decoration: none;
}

div.sidebarevaluation a:hover {
	text-decoration: underline;
}

div#sidebarfeatured, div#sidebargreeting, div#sidebarjeffphoto {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

div#sidebarfeatured img {
	margin-left: auto;
	margin-right: auto;
}

div#sidebarfeatured h2 {
	margin:0;
	padding: 0 10px 10px 0;
	font-weight: bold;
	text-align: center;
}

div#sidebarfeatured img, div#sidebarjeffphoto img {
	margin:0 auto 0 auto;
	padding: 0 10px 10px 0;
	display: block !important;
	text-align:center;
}

div#sidebarfeatured p, div#sidebargreeting p {
	text-align: left;
	padding:0;
	margin: 0 0.25em;
}

div#sidebarfeatured p a, div#sidebargreeting p a {

}

div#sidebarfeatured p a:hover, div#sidebargreeting p a:hover {

}

div#sidebarcontacts {
	text-align: center;
	margin: 0; 
	padding: 0;	
}
div#sidebarcontacts p {
	margin: 0; 
	padding: 0;		
	color: white;	
}
div#sidebarcontacts p a {
	font-weight: normal;
	color: white;
}

div.testimonial-excerpt {
	margin: 0;
	padding: 7px;
	font-style:italic;
}
/* Signature under endorsment */
div.testimonial-excerpt p {
	text-align: left;
	font-weight:normal;
	font-style:normal;	
}

div.testimonial-excerpt div {
	text-align: right;	
	white-space:nowrap;
	font-size: 1em;
	font-style:italic;
	margin: 5px 0 0px 0;	
	padding:0;	
}

div.testimonial-excerpt div a, div.testimonial-excerpt div a:visited {
	font-style:normal;
	font-weight:bold;
	font-size: 7pt; 
	line-height: 9pt; 
}
div.testimonial-excerpt div a:hover {
	font-decoration: underline; 	
}

div#flashfeat {
	text-align: center;
	margin: 3px 0;
	padding: 0;
}