/* CSS for PRINT
-------------------------------------------------
-------------------------------------------------
------------------------------------------------- */


/* Reset padding and margins
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

/* Structure 
---------------------------------------------------- */

body {
	font-size: 12pt;
	font-family: "Gill Sans MT";
	background-color:#ffffff;
	}

#content {
	color:#333333;
	}

.post {
	padding-bottom: 10px;
}

#footer {
	display: none;
	}

/* Typography
---------------------------------------------------------- */

p {
	margin-bottom: 10px;
}

blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 35px;
	text-decoration: none;
	margin-bottom: 15px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	}

.about h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 20pt;
	line-height: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 16pt;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	}

h4 {
	font-size: 15pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

blockquote {
	padding-left: 30px;
	font-style: italic;
	padding-bottom: 5px;
}

/* Navigation
---------------------------------------------------------- */

#nav {
	display: none;
}

/* Sidebar
-------------------------------------------------------- */

#sidebar {
	display: none;
}

/* Hyperlinks
----------------------------------------------------------- */

a, a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#cccccc;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }


/* Breadcrumbs
---------------------------------------------------------- */

.breadcrumb {
	font-size: 10px;
	margin-bottom: 10px;
	line-height: 1.8em;
`}

/* Images and Video
---------------------------------------------------------- */

#content img {
	margin: 5px;
	background-color: #cccccc;
	padding: 2px;
	border: 1px solid #cccccc;
}

/* Tables
------------------------------------------------------------- */

table {
	background-color:#cccccc;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 25px;
}

th, td {
	vertical-align: top;	
	padding-left: 5px;
}

th {
	font-weight: normal;
	background-color: #cccccc;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5B0DA;
}
td {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Lists
-------------------------------------------------------------- */
#content ul {
	margin-top: 10px;
	margin-left: 25px;
}

#content li {
	line-height: 1.5em;
	padding-bottom: 10px;
}

#content ul li ul {
	margin-left: 40px;
}

dl {
	margin-left: 15px;
	line-height: 2.5em;
	margin-bottom: 15px;
}

dt {
	padding-top: 10px;
	font-weight: bold;
}


dd {
	margin-left: 30px;
	font-style: italic;
}

/* Directory HCard Microformat
--------------------------------------------- */

.vcard {
	margin-bottom: 10px;
}

.vcard li {
	width: 440px;
	background-color: #F8F8F8;
	padding: 5px 5px 5px 25px; 
	list-style-image: none;
	list-style-type: none;
}

.vcard .org {
	font-weight: bold;
}

.vcard .fn {
	font-weight: bold;
}
/* Misc
------------------------------------------------ */
hr {
	height: 1px;
	color: #F2F2F2;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar .current_page_item {
	background: url('images/nav_bullet.jpg') no-repeat top left;
}

#nav .current_page_item {
	background-color: #f45c13;
}