/* B2 - Typography Styles 1 */

/*
EXPLANATION FOR HEADER PLACEMENT

These header tags have been styled with SEO in mind:
H1: Logo. It's not really intended to be used elsewhere, but it is styled here since clients tend to use whatever they want in posts.
H2: Page titles or really important main points on a page
H3: Sidebar headers and other subheaders under the main points
H4: Less important subheadings
H5 and H6: Pretty much just for some emphasis

*/

/* global settings
---------------------------------------------------------- */
body { font: normal 12px/19px Arial, Helvetica Neue, Helvetica, sans-serif; }

/***** Headers *****/
#content h1, h2, h3, h4, legend, blockquote p { 
	font-family:Georgia, Times, Times New Roman, serif;
	font-weight: normal;
}
#content h1, h2 {
	margin: 2px 0 5px;
	font-size:24px;
	letter-spacing: -1px;
	line-height: 25px;
}
h2.post_title { margin: 0 0 5px; }

#sidebar h3 {
	margin: 5px 0 3px;
	font-size:15px;
}

#content h3 {
	margin: 4px 0 7px;
	font-size: 18px;
}

#sidebar h4 {
	margin: 5px 0 5px;
	font-size: 15px;
}

#content h4 {
	margin: 4px 0 5px;
	font-size: 13px;
	font-weight: bold;
}

h5, caption {
	margin: 7px 0 4px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar h5 {
	margin: 0 0 5px;
	font-size: 14px;
}

h6, legend { /* H6 basically gives the user another bold element */
	margin: 5px 0 6px;
	font-size: 12px;
	font-weight: bold;
}

/***** p, ul, ol, dl *****/
#header #contact_info p { font-size: 11px; line-height: 16px; }

#content p, #content ul, #content ol, #content dl { font-size:13px; }
#content p.postdate { font-size: 11px; font-weight: bold; }
#content ul.rooms { font-size: 14px; }

#sidebar p, #sidebar ul, #sidebar label, #extra ul, #extra p { font-size:11px; line-height: 18px; }
#sidebar #tagcloud p { line-height: 39px; }

#footer p { font-size:11px; line-height: 17px; }
#footer p a { font-weight: bold; }

/* spacing */
p { padding:0 0 19px; margin-right: 20px; }
	#contact_info p { padding: 0; }
	#sidebar #tagcloud p { padding: 0 0 21px; }
	#content blockquote p { padding: 0 0 8px !important; }
	#content p.postmetadata { padding: 5px !important; }

ul, ol, dl { margin: 0 15px; padding: 0 15px 15px; }
ul li, ol li, dl dd { padding-bottom: 4px; }
	#sidebar ul li, #sidebar ol li, #sidebar dl dd { padding-bottom: 0; }
ul ul, ol ol { padding: 0; }
ol.alpha { list-style: lower-alpha; } /* gives the client the option to have alpha lists */

#footer_nav ul li.page_item_top { font-size: 14px; }

/* other elements */
blockquote { margin-top: 0; margin-bottom: 21px; }
#content blockquote p, #content blockquote ol, #content blockquote ul {
	font-family:Georgia, Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
}
#content ul blockquote p { font-size: 13px !important; }

strong, em 	{ font-family: Arial, sans-serif; }
	#content blockquote p strong, #content blockquote p em { font-family:Georgia, Times, Times New Roman, serif; }
strong, dt, cite { font-weight: bold; }
em { font-style: italic; }

small { font-size:12px; }
acronym, abbr { cursor:help; letter-spacing:1px; border-bottom:1px dashed; }

/***** Forms *****/
input, select, textarea { font-size: 12px; }
textarea { line-height:21px; }

input#s { font-style: italic; font-weight: bold; }
form#searchform input#searchsubmit { font-size: 12px; font-weight: bold; text-align: center; }

/***** Tables *****/
table { font-size: 12px; }

/***** Links *****/
p.button.big a.btn { font-size: 14px; }

/* nav
---------------------------------------------------------- */
#nav ul { font-size:12px; }
#nav ul li span { font-size: 12px; }
#nav ul li ul { font-size: 12px; }

/* Property
---------------------------------------------------------- */
#content td.descCont p.propertyHeadline { font-size: 14px; }
