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

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 24px "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 {
	font: medium bold "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
	text-align:center;
	text-decoration:none;
	text-weight:bold;
}

/* sidebar links */
#rc a {
	font: small "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: thin solid transparent;
}
#rc a.lb {
	width:100px;
}
#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;
	letter-spacing:0.005em;
}

/* testimonial block */
div.t {
}

/* testimonial text */
div.t p {
	font: large "Segoe Print", "Segoe Script", "Lucida Handwriting", Verdana, Arial, Helvetica, sans-serif;
}

/* testiminonial source (the person who said it) */
div.t p.ts {
	font-family: "Franklin Gothic Heavy", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
