/*
	Purpose: Global Typography
	Author: Ola Sundqvist
	Created: 2009-06-25
	Updated: 2009-06-25
*/

/* Global Typography for OSX font Lucida Grande
http://www.brownbatterystudios.com/sixthings/2007/03/14/lucida-hybrid-the-grande-alternative/
----------------------------------------------------------------------------------------------------*/
body,
ol li h5
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
strong, em, b, i, dt
{
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* Headings
----------------------------------------------------------------------------------------------------*/
#respond h3,
#right ol li
{
	font-family: Arial, Helvetica, sans-serif;
}

h1,
#bloglist h2,
#right ol li,
#right blockquote em,
#right blockquote span
{
	font-family: "Bell MT", Garamond, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
h1
{
	font-size: 43px;
	line-height: 43px;
}
h2
{
	font-size: 30px;
	line-height: 34px;
}

.slide h1
{
	font-size: 30px !important;
	line-height: 34px !important;
}
.slide h2,
.slide p
{
	font-size: 13px;
	line-height: 19px;
}
.slide h1 .quote-left
{
	font-size: 110px;
	line-height: 110px;
}


#bloglist .post-content,
#post .post-content
{
	font-size: 13px;
}


#bloglist .postmetadata
{
}

#right h3
{
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
}
/*#respond h3
{
	font-size: 35px;
	line-height: 35px;
}*/
#right li
{
	font-size: 12px;
	line-height: 22px;
}

h3
{

}

h4
{
	font-size: 16px;
	font-weight: bold;
}

h5
{
	font-weight: normal;
}

h6
{

}

#right ol li
{
	position: relative;
	padding-left: 48px;
	font-size: 0;
	line-height: 0;
}
#right ol li span
{
	font-size: 35px;
	line-height: 35px;
	font-style: italic;
	font-weight: bold;
	z-index: 100;
	float: left;
	width: 48px;
	position: absolute;
	top: 0;
	left: 0;
}
#right ol li h5
{
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;

}

#right blockquote em
{
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
}
#right blockquote .quote-left
{
	font-size: 68px;
	line-height: 68px;
	font-weight: normal;
	text-decoration: none;
}

a:hover,
.textwidget a,
.post-content a,
.latest-post a,
.slide p a,
#right a,
.gmnoprint a
{
	text-decoration: underline;
}

a,
h1 a:hover,
.util-a:hover,
.page_item a,
.post-navigation a,
.post-navigation a:hover,
.slide h1 a:hover,
.slide h2 a:hover,
blockquote a em
{
	text-decoration: none;
}


.wp-caption-text
{
	font-size: 12px;
}

.util-a
{
	font-size: 11px;
}

p.tag-cloud
{
	line-height: 23px;
	width: 285px;
	display: block;
}

.size-1	{ font-size: 10px; }
.size-2	{ font-size: 11px; }
.size-3	{ font-size: 13px; }
.size-4	{ font-size: 16px; }
.size-5	{ font-size: 18px; }
.size-6	{ font-size: 20px; }
.size-7	{ font-size: 23px; }
a.size-1,
a.size-2,
a.size-3,
a.size-4,
a.size-5,
a.size-6,
a.size-7
{
	/*white-space: nowrap;*/
	text-decoration: none;
	display: inline;
}
p.tag-cloud a:hover
{
	text-decoration: underline;
}

