/* Fonts */
@font-face {
	font-family: 'MuseoSlab500';
	src: url('fonts/museo_slab_500-webfont.eot');
	src: local('☺'), url('fonts/museo_slab_500-webfont.woff') format('woff'), url('fonts/museo_slab_500-webfont.ttf') format('truetype'), url('fonts/museo_slab_500-webfont.svg#webfontKLyYQ30U') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Page */
body {
	background: #13214a url(images/background.jpg) no-repeat center top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

#page {
	width: 970px;
	margin: 0 auto
}

/* Logo */
#logo {
	margin: 5px 0 -5px 0;
	padding: 0;
}

#logo a {
	border: none;
}

/* Navigation */
nav {
	padding: 0;
	margin: 20px 0 0 0;
	background: white;
}

nav ul {
	margin: 0;
}

nav li {
	display: block;
	float: left;
	list-style-type: none;
	margin: -5px 0 0 0;
	padding: 0;
}

nav li a {
	padding: 0;
	display: block;
    text-indent: -9009px;
	height: 70px;
	width: 200px;
	background: transparent url(images/nav.png) no-repeat 0 0;
}

/* position correctly */
nav li#home a {width: 61px;}
nav li.page-item-2 a {background-position: -61px 0;}
nav li.page-item-3 a {background-position: -261px 0;}
nav li.page-item-4 a {background-position: -461px 0;}
nav li.page-item-5 a {background-position: -661px 0;}
nav li#nav5 a {background-position: -861px 0; width: 65px;}
nav li#nav6 a {background-position: -926px 0; width: 64px;}



/* hover state */
nav li#home a:hover {background-position: 0 -70px;}
nav li.page-item-2 a:hover {background-position: -61px -70px;}
nav li.page-item-3 a:hover {background-position: -261px -70px;}
nav li.page-item-4 a:hover {background-position: -461px -70px;}
nav li.page-item-5 a:hover {background-position: -661px -70px;}
nav li#nav5 a:hover {background-position: -861px -70px;}
nav li#nav6 a:hover {background-position: -926px -70px;}

/* Headlines */
#headlines {
	background: white;
	padding: 30px 0 0 37px;
	height: 260px;
	width: 953px;/*
	height: 234px;*/
}

#headlines img {
/*	padding: 0 0 0 37px;*/
}

.slide {
	overflow: hidden;
}

.slide p {
	top: 0;
}

.slide img {
	margin: -10px 0 0 -15px;
	
}



/* Body Content */

#body {
	background: #e7e9f2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#body div#hrtrans {
  	height: 22px;
	background: url(images/drop.png) repeat-x bottom left;
	margin: 0;
}
#body div#hrtrans hr {
  display: none;
}

#body div.hr {
      margin-top: 16px;
      height: 6px;
      background: #ccc;
      border-width: 0;
 }
#body div.hr hr {
	display: none;
}

.sticky, .first {
	margin-left: 18px;
	margin-right: -20px;
}

.sticky .postmetadata  {
    display: none;
   
 }

/* Sidebar */

aside {
	background: url(images/sidebar.png) repeat-y 0 0;
	margin-left: 0;
}

aside .end {
	background: #e7e9f2 url(images/sidebar-end.png) no-repeat 0 0;
	padding: 0;
}

aside img, aside p {
	padding-left: 20px;
}

aside p + p {
	text-indent: 0;
}

/* Sidebar Twitter */

aside .from-meta {
	display: none;
}

aside li {
   list-style: url(images/blank.gif);
   padding: 0 66px 0 0;

/*   width: 276px;*/
 }

aside p {
	padding-bottom: 0;
}


.widget_twitter li {
   border-bottom: 4px solid #e7e9f2; /*#ddd;*/
   padding: 0 66px 7px 0;
   margin-bottom: 7px;  
 }
 
.widget_twitter ul:after {
   content: "Follow me on Twitter for up to date news.";
 }

/* Footer */
footer {
	margin: 5px 0 0 0;
	padding: 0;
	color: white;
}

footer a {
	color: white;
}

/* Comments */
.commentlist {
	/*font-family: "MuseoSlab500", Georgia, "Times New Roman", Times, serif;*/
	font-family: Helvetica, Arial, sans-serif;
}

.commentlist h4, .commentlist h6 {
	font-family: "MuseoSlab500", Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #13214a;
}

.commentlist .comment {
	background: #e7e9f2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
}

.commentlist .commentbody {
	font-size: 13px;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
}

.commentlist .commentauthor {
	display: inline;
}

.commentlist .commentnumber {
	color: #7d859e;
	font-size: 4em;
	float: right;
	margin: 0 -5px 0 0;
}

/*
.commentlist .even {
	margin-left: -35px;
}*/

.commentarea {
             margin-top: 25px;
 }

#commentform {
	overflow: hidden; 
} 

#commentform input {
	display: block;
	margin-bottom: 15px;
}

#commentform label {
	display: block;
	margin-bottom: 2px;
}

#respond {
	background: #e7e9f2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 0;
	padding-left: 35px;
	color: black;
    margin-top: 25px;
}

#respond h1 {
	font-size: 30em;
	color: #7d859e;
	display: inline;
	position: relative;
	top: 100px;

	padding: 0;
	margin: 0;
	float: right;
	background: transparent;
}

#respond #submit {
	color: #13214a; 
	font-family: "MuseoSlab500", Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	background-color: #d7d9e2; 
	border: 1px solid #13214a;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#respond #submit.buthover {
	background: #e7e9f2;
}

#respond #submit.butdown {
	background: #7d859e;
}

.navigation {
padding-bottom: 10px;
 }

/* Text Styling */

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0 0 5px 2px;
	color: #13214a;
	font-family: "MuseoSlab500", Georgia, "Times New Roman", Times, serif;
}

#body h1 a, #body h2 a, #body h3 a, #body h4 a, #body h5 a {
	color: #13214a;
}

#body h1 {
	text-size: 1.5em;
}

#body p {
	padding: 0 40px 10px 20px;
}

li {
    list-style: disc url("images/bullet.png");
 }

#body a {
	color: #4C688C;
	text-decoration: none;
}

#body a:hover {
	text-decoration: underline;
}

#body #signature {
	font-family: "MuseoSlab500", Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #13214a;
}

aside h1, aside h2, aside h3, aside h4, aside h5 {
    margin-left: 15px;
    padding-top: 5px;
 } 
 


.commentarea h2 {
	padding: 0;
	margin: 0 0 5px 50px;
	color: #e7e9f2;
	font-family: "MuseoSlab500", Georgia, "Times New Roman", Times, serif;
}

#respond h2 {
	padding: 0;
	margin: 0 0 5px 50px;
	color: #13214a;
	font-family: "MuseoSlab500", Georgia, "Times New Roman", Times, serif;
}

#commentform label {
	color: black;
	font-family: "MuseoSlab500", Georgia, "Times New Roman", Times, serif;
}

#commentform label.required {
	color: #red;
}

/* iPhone only */
@media only screen and (max-device-width:480px) {
	nav li#nav6 a {width: 60px;}
}

