/*Font APIs*/
@import url(http://fonts.googleapis.com/css?family=Molengo);
@import url(http://fonts.googleapis.com/css?family=OFL+Sorts+Mill+Goudy+TT);
@import url(http://fonts.googleapis.com/css?family=Cardo);


/* Links */
a,
a:visited,
a:active,
a:hover {
	text-decoration: none !important;
	}

a,
a:visited {color: #d16033;} /*f4752b*/
a:active {color: #fff;}
a:hover {color: #5fd0cc !important;}


/* Begin Typography & Colors */
body {
	font-size: 62% !important; /* Resets 1em to 10px */
	font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	color: #515151;
	}
	
#header {
	background-repeat: no-repeat;
	}
	
.bigtext {
/*	font-family: 'Molengo', arial, sans-serif;*/
	font-family: 'OFL Sorts Mill Goudy TT','Times New Roman', 'Bitstream Charter', Times, serif;
	font-style: normal !important;
	font-size: 1.2em;
	line-height: 1.4em;
	}
 	
.entry p {
	font-size: 1.4em;
	text-indent: 40px;
	line-height: 1.8em;
	}

.alt {
	font-size: .5em;
	}

h1 {
	font-size: 4em;
	text-align: left;
	padding-top: 70px;
	}

#content h1 {
	color: #01424e;
	clear: both;
	font-size: 2.6em;
	font-variant: normal;
	font-weight: normal;
	font-family: 'Cardo','Times New Roman', 'Bitstream Charter', Times, serif;
	}

#content h1.pagetitle {
	position: relative;
	display: block;
	top: 10px;
	border-top: 1px solid #e6e4dc;
	border-bottom: 1px solid #e6e4dc;
	padding: 6px 0 6px 0;
	margin: 0 10px 10px 10px !important;
	font-style: normal !important;
	}

.post small {
	font-size: 1.1em;
	line-height: 1.5em;
	}

#footer {
	font-size: 1.2em;
	line-height: 1.8em;
	}

#footer a,
#footer a:visited {color: #333;}
#footer a:active {color: #fff;}
#footer a:hover {color: #fff !important;}

#footer .big {
	font-size: 1.6em;
	}

h3.comments {
	margin: 40px auto 20px ;
	}

h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 20px 0 0;
	}

h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 10px 0 0;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #01424e;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 1.2em;
	}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small,
.nocomments, 
.postmetadata, 
blockquote, 
strike,
.legal {
	color: #777;
	text-indent: 0px !important;
	}
	
.legal {
	margin: 20px;
	width: 360px;
	float: right;
	clear: both;
	border-left: 1px solid #888;
	padding-left: 5px;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:hover,
h2 a:hover,
h3 a:hover {
	color: #777;
	text-decoration: none !important;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0;
	padding: 0 0 0 30px;
	font-size: 1.4em;
	}

html>body .entry li {
	margin: 10px;
	padding-left: 30px;
	font-size: 1.4em;
	}

.entry ol {
	padding: 0 0 0 35px;
	font-size: 1.4em;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Lists */

/* Begin Comments*/
.alt {
	padding: 10px;
	}

ol.commentlist {
	text-align: justify;
	margin: 0 10px 0 10px !important;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	}

.commentmetadata {
	display: block;
	}
/* End Comments */
