@font-face {
 font-family: "MEgalopolis Extra";
 src: url("/css/MEgalopolisExtra.otf");
 font-weight:normal
}
@font-face {
 font-family: "Winterthur";
 src: url("/css/WinterthurCondensed.ttf");
 font-weight: normal;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(/images/body-bg.png);
	background-position: top left;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#Container {
	width: 930px;
	margin: 0 auto;
	background-image: url(/images/container-bg.png);
	background-position: top left;
	background-repeat: repeat-y;
	position: relative;
}
#Page {
	width: 605px;
	float: left;
	background-image: url(/images/veerwest-logo-3.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#SideBar {
	color: #fff;	
	width: 260px;
	padding: 0 35px 0 0;
	margin-left: 630px;
}
#Page .content {
	padding: 0 70px;
}
#Page .content p, #Page .content li {
	font-size: 130%;
}
/* 
 * TITLES 
 */
h1 {
	font-family: "MEgalopolis Extra", Helvetica, Arial, sans-serif;
	margin: 25px 0 0 0 ;
	font-size: 160%;
}
h2 {
	margin:0;
	font-size: 140%;
}
h2.tagLine {
	font-size: 95%;
	color: #567897;
	letter-spacing: -0.5px;
	font-weight: normal;
}
.post h2 {
	font-family: "Winterthur", Helvetica, Arial, sans-serif;
	font-size: 2.2em;
	width: 340px;
	
}
h1 a {
	text-decoration: none;
	color: #657986;
}
h2 a {
	text-decoration: none;
	color: #FF7420;
}
#SideBar h3 {
	margin: 12px 0 6px 0;
} 
#SideBar h4 {	
	font-size: medium;
	display: inline;
} 
/* 
 * LINKS 
 */
a {
	color: #003399;
}
#SideBar a {
	color: #e8e7bb;
	text-decoration: none;
}
a img {
	border: none;
}

/* 
 * HIGHLIGHTS 
 */
#SideBar .highlight {
	margin: 0;
	background-color:#FEFCE2; 
	border: 1px solid #F7C604; 
	padding: 5px 30px;
	color: #222;
	letter-spacing: 1px;
	text-align: center;
}
#SideBar .highlight a {
	color: #bb3b3b;
}

.large {
	font-size: 135%;
}
.caps {	
	font-variant: small-caps;
}
/* 
 * MISC 
 */
form {
	margin: 0;
}
.bullet {
	float: left;
	padding-top: 4px;
	margin-right: 4px;
}
img.alignLeft {
	margin: 0 15px 15px 0;
	float: left;
}
img.alignRight {
	margin: 0 0 15px 15px;
	float: right;
}
/*
 * BLOG ENTRY
 */
.post {
	margin-top: 100px;
}
.post .entry {
	line-height: 200%;
}
.post .postDate {
	font-size: 100% !important;
	color: #777;
}
#comment {
	width: 450px;
}
.postmetadata {
	color: #999;
	margin: 4em 0;
	font-size: 1em !important;
}
.postmetadata a {
	color: #999;
	font-weight: bold;
}
.commentlist {
	padding: 0;
}
#Page .content .commentlist li {
	font-size: 1em;
}
/* SIDEBAR MISC */
#SideBar p {
	margin: 0;
	font-size: 110%;
	line-height: 150%;
}
#SideBar form {
	margin: 2em 0 0 0;
}
#SideBar form input {
	font-size: x-small;
	background-color: #ddd;
	border: 1px solid #fff;
}
#SideBar form #s {
	width: 90px;
}
#SideBar form label {
	font-weight: bold;
	font-size: 110%;
}
#SideBar ul {
	list-style-type: none;
	padding: 0;
	margin: 1em 0;
}
.webApp {
	height: 145px;
}
.webApp img {
	float: left;
	behavior: url(/css/pngbehavior.htc);
}
.webApp p {
	font-size: x-small;
	line-height: 140%;
	color: #FFFFfC;
}
.webApp p a  {
	text-decoration: none;
}
.webApp p a:hover {
	text-decoration: underline;
}
.vcard {
	font-size: small;
	line-height: 150%;
	margin: 2em 0;
}
.vcard .org  {
	font-weight: bold;
}
.chargenotice {
	margin: 0;
	padding: 0 70px;
	background-color: #FFF9D8;
	border-bottom: 2px solid #FFE8CD; 		
}
.chargenotice p {
	margin: 0 auto;
	font-size: 110%;
	width: 700px;	
	padding: 15px 0;
	font-weight: bold;
}

.chargenotice p a {
	font-weight: normal;
}
