/* Typography */

body {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}

strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}

h1, .blog-title, h2, h3, #header .description  { font-family: Georgia, "Times New Roman", Times, serif }

h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}


/*  */


body   { color: #444; font-size: 81.25%; background: #d1d1d1; text-align: center; padding-left: 10px }
#header    { background: #d1d1d1 no-repeat right top; position: relative; height: 225px; overflow: hidden }
#page  { text-align: left; margin: 0 auto; padding-top: 0; position: relative; clear: both; border-style: none solid solid; border-width: medium 0 0 0; border-color:  #ddd #ddd; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px }
#page, body.smartposition #rollingarchives  { background: #f5f5f5 }
.blog-title    { font-size: 3em; font-weight: bold; text-indent: -1000px; padding: 0; height: 0 }
.blog-title a, #header .description {text-decoration: none; color: #333333;}
#header .description      { color: #666; font-size: 1.4em; margin: 120px 0 0 15px }
#primary   { padding: 10px 10px 10px 0; position: relative; width: 510px; float: left }
.secondary div.homepage-link  { margin: 15px 0 0;}
div#search  { margin: 10px 0 0;}
.four04 .entry-title,
body.page #current-content .entry-title {
	margin-left: 0px;
	text-align: left;
	}
#footer  { color: #777; text-align: left; visibility: hidden; margin: 0 auto; padding: 20px 0 40px; width: 1px; height: 1px; clear: both; overflow: hidden }

.comments {

	display: none;

	clear: both;

	text-align: left;

	margin: 30px 0 0;

	position: relative;

	}

/* Main Menu in Header */

ul.menu {
	position: absolute;
	white-space: nowrap;
	bottom: 0;
	margin: 0;
	}
	
ul.menu li a {
	display: block;
	padding: 5px 15px;
	font-size: 1em;
	color: #333;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover,
body.single ul.menu li.blogtab a,
body.single ul.menu li.blogtab a:hover  { color: #333; text-decoration: none; background: #e4e4e4 !important }

/* Primary Contents */


	
	.entry-content  { color: #444; font-size: 1em; line-height: 1.5em; text-align: left }
	
/* Links */
	a {
	color: #ff0505;
	text-decoration: none;
	}
