/* B2 - Typography Styles*/

/* global settings
---------------------------------------------------------- */
body { font: normal 1em/1.25em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

/***** Typography *****/
h2, h3, h4, legend, blockquote p { 
	font-family:Palatino, Georgia, Times, serif;
	font-weight: normal;
	line-height: 1em;
}
h1 { 
	padding: 0;
}
h2 {
	font-size:1.5em;
	line-height: 27px;
	margin-bottom: 1px;
}
#welcome h2 {
	font-size: 1.75em;
	margin-bottom: 6px;
}
#sidebar h3, #slider h3 {
	margin: 0 0 2px;
	font-size:0.875em;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#sidebar .side_block h3, #tagcloud h3, #content .post h3 { margin: 0 5px 2px; }
	#sidebar .basic_block h3 { margin: 0 0 2px; }
#slider h3 { margin-bottom: 12px; }
#content h3, #content h4 {
	margin: 4px 5px 1px;
	font-size: 1.1875em;
	line-height: 1.1875em;
}
#content .page h3, #content .page h4 { margin: 0 0 2px; }
#content ul h4 { font-size: 1.4375em; }
#sidebar h4 {
	margin: 0 5px 4px;
	font-size: 0.9375em;
	line-height: 1.125em;
}
h5, caption {
	margin: 2px 5px 2px;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5em;
	text-transform: uppercase;
}
#content .page h5 { margin: 1px 0 2px; }
#sidebar h5 {
	margin: 0 5px 5px;
	font-size: 0.875em;
}
#extra h5 { margin: 0 0 2px;}
h6 {
	margin: 1px 5px;
	font-size:0.75em;
	font-weight: bold;
}
#content .page h6 { margin: 0 0 1px; }
legend {
	padding: 0 0 12px;
	font-size: 1.125em;
	line-height: 1.125em;
}
.greet_text {
	font-family:Palatino, Georgia, Times, serif;
	font-size: 0.9375em;
	line-height: 1.5em;
}

.greet_block_powered_by { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.6875em;
}
#slider p, #content p, #content ul, #content ol, #content dl, #content table { font-size:0.75em; } /* 16 x .75 = 12 */

#pages ul, #sidebar p, #sidebar ul, #sidebar label, #extra ul, #extra p	{ font-size:0.6875em; } /* 16 x .6875 = 11 */

#pages li.current_page_item a, #pages li.current_page_parent a { font-weight: bold; text-decoration: underline; }

#slider p { line-height: 1.5625em; }
#sidebar p, #sidebar ul, #sidebar ol, #extra ul, #extra p { line-height: 1.625em; }
#sidebar #tagcloud p { line-height: 2.4375em; }

#footer p {
	font-size:0.6875em;
	font-weight: bold;
}

blockquote 	{ background: url(images/quote.gif) no-repeat 0 10px; margin:0px 20px 19px 5px; padding:8px 0 0 15px; border-left: 5px solid #fff5b5; }
#content blockquote p, #content blockquote ol, #content blockquote ul {
	font-family:Georgia, Times, serif;
	font-size: 0.8125em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.6875em;
}
#content ul blockquote p { font-size: 1.0625em !important; }

strong, em 	{ font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif; }
	#content blockquote p strong, #content blockquote p em { font-family:Georgia, Times, serif; }
dt, strong, cite, p.postmetadata a, a.more-link, p.more, .emphasis, .field { font-weight: bold; }
	.greet_text strong { font-family: Palatino, Georgia, Times, serif; }
em { font-style: italic; }

small 		{ font-size:0.6875em; }
acronym, abbr 	{ cursor:help; letter-spacing:1px; border-bottom:1px dashed; }

#sidebar ul label { font-size: 1em; }
ul ul, ol ol, #content ul p, ul li ul p { font-size: 1em !important; }

/***** Forms *****/
input, select, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
}
textarea { line-height:1.25em; }

input#s { font-style: italic; font-weight: bold; }
#header form#searchform input#searchsubmit { font-size: 12px; font-weight: bold; }

/***** Tables *****/
caption { text-align: center; }
thead th, tfoot th { letter-spacing: 1px; text-align: center; text-transform: uppercase; }
thead th:first-child, tfoot th:first-child { letter-spacing: normal; text-align: right; text-transform: none; }
tbody th { text-align: right; }
tbody td { text-align: center; }

/***** Links *****/
a:link, a:visited 	{ text-decoration: none; }
a:hover, a:focus, a:active { text-decoration: underline; }
.greet_block_close a:hover { text-decoration:none; }

.greet_block_close a {
  margin:0 3px;
  cursor:pointer;
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  line-height:14px;
  text-transform:uppercase;
}

/***** Buttons *****/
/* small buttons */
a.btn, input.btn {
	width:95px; height: 26px;
	background: url(../images/buttons/button_90.png) no-repeat;
	margin: 0;padding:0 0 4px; border: 0;
	text-align: center; font-weight: bold;
	cursor: pointer;
}
/* @-moz-document url-prefix() { input.btn { padding:0 0 7px; } Firefox is too long  }*/
a.btn:hover, input.btn:hover { text-decoration: underline; }

/* big buttons */
p.button.big { width:150px; height: 36px; }
p.button.big a.btn { width:147px; background: url(../images/buttons/button_large.gif) no-repeat; margin: 0; padding:6px 3px 12px 0; border: 0; display: block; text-align: center; font-weight: bold; }

/* header
---------------------------------------------------------- */
.greet_search_after { font-size:11px; }
.greet_search_before { font-size:11px; }

/* nav
---------------------------------------------------------- */
#nav ul { font-size:0.75em; list-style: none; }
#nav ul li.current-cat, #nav ul li.current-cat-parent { font-weight: bold; }
#nav ul li.current-cat a, #nav ul li.current-cat-parent a { text-decoration: underline; }
	#nav li.current-cat ul li, #nav li.current-cat-parent ul li { font-weight: normal; }
		#nav li.current-cat ul li a, #nav li.current-cat-parent ul li a { text-decoration: none; }
	#nav li.current-cat-parent ul li.current-cat { font-weight: bold; }
		#nav li.current-cat-parent ul li.current-cat a { text-decoration: underline; }

/* drop down menus */
#nav ul li ul li a:hover { text-decoration: underline; }
#nav ul li ul li ul { font-size: 100%; }


/* content
---------------------------------------------------------- */

/* sidebars
---------------------------------------------------------- */

