/*###############################################################
# typography.css                                                #
#                                                               #
# (c) Copyright 2008 Paul Oliver                                #
#     ccp7@paultastic.com                                       #
# CSS Styles related to typography for my site.                 #
###############################################################*/

body {
	font: medium "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:medium;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6em;
}

/* content: box with the main content, header, nav, right column */
#c {
	color:#333333;
}

/* navbar at the top */
#nav a {
	font: bold small "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 6px;
}
#nav a:link {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
}

/* sidebar nav: header in the sidebar menu */
.sn, #rcb h3 {
	font: medium bold "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
	text-align:center;
	text-decoration:none;
}

/* sidebar links */
#rc a {
	font: small "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: thin solid transparent;
}
#rc a:hover {
	text-decoration: none;
}
#rc a:visited {
	text-decoration: none;
}

/* footer internal div, where the content goes */
#fi {
	margin: 0px 10px;
	text-align: center;
}

/* baseline stuff */
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", "Segoe UI", arial, tahoma, verdana, sans-serif;
	font-weight:normal;
}

h2, h3 {
    border-bottom: solid;
}

h4 {
    font-style: italic;
}

/* b2evo stuff */
.bSmallHead {
    font: x-small "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.bTitle {
    display: block;

}
