/*  CSS for font typography only.
	all layout positioning is in: layout.css
	all background/coloring is in: design.css */

body {	font-size: 100%; }

ul {
	list-style : none;
}
li {
	color: white;
	font-size: 2em; 
	text-align: left;
}
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }
.thumb { 
	margin :0 12px 0px 0px;
	float: left; }

body, td, .content, 
#article span.pullquote,
#content blockquote cite {
	font-family: Arial, verdana, sans-serif; 
}	

p {	
	font-size: 1.1em; 
	line-height: 1.5;
	color: #333333;
}
.white { 
	color: #ffffff;
	font-size: 12px;
} 
.whiteUp { 
		text-transform: uppercase;
		color: #ffffff;
		font-size: 12px;
	} 
.tabel td, .text-black {
	color: #000;
	font-size: 11px;
}

.top-link,
.top-link a:link, 
.top-link a:visited { 	font-size: 11px; color: #fff; text-decoration : none; }
.top-link a:hover { text-transform: uppercase;font-size: 11px; color: #000000; text-decoration : underline; }

#more,
#more a:link, 
#more a:visited { font-size: 11px; color: #ffffff; text-decoration: none; height: 24px; display:block;}
#more a:hover { font-size: 11px; color: #a1c01f; text-decoration : underline;	height: 24px; display:block; }


a:link { color: #ffffff; 
	text-decoration : none;
}
a:visited { color: #ffffff; 
	text-decoration : none;
}
a:hover { color: #e1ffe1; 
	text-decoration : underline;
}

#sitemap li a:link,
#sitemap li a:visited {
	color: #444; }
#sitemap li { text-decoration : none; }

#footernote,
#footernote a:link, 
#footernote a:visited { color: #444; text-decoration : none; }
#footernote a:hover { color: #3366cc; text-decoration : none; }

.menu-white,
.menu-white a:link, 
.menu-white a:visited { font-size:12px; color: #fff; text-decoration : none; }
.menu-white a:hover { font-size:12px; color: #e3e1dd; text-decoration : none; }

#content p { 
	margin: 0;
	padding-bottom: 0.6em;
}

/* Testemonial */

ol#testemonial{
	list-style-type:none;
	margin: 0;
	padding: 0;
	left:0; }
ol#testemonial li{
	list-style-type:none;
	margin: 0;
	padding: 0;
	left:0; }

#testemonial cite{
	float:left;
	width:20%;
	font-style:normal;
	text-align:right;
	min-width: 150px;
}
* html #testemonial cite{ width:20%; }

#testemonial cite span{
	display:block;
}
#testemonial cite .author,
#testemonial cite .title
{ font-size:1.1em; color: #c664cd }

#testemonial cite .author a{
	text-decoration:none;
}

#testemonial .content{
	min-width: 390px;
	float:left;
	width:49%;
	margin-left:1.9%;
	border-left:1px solid #868686;
	padding: 0 0 0 2%;
}
#testemonial .content p{
	margin:0 0 1em 0;
}
#testemonial .content h3{
	margin:0;
	font-size:1em;
}

#comment-form {
	margin:5em 0 5em 35.4%;
	width:36em;
}

.workshop {
	margin: 20px;
	padding: 0;
	left:0; }
