html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
html{
	font-family: "Droid Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
body{
	width: 90%;
	font-size: 0.9em;
	color: #333;
	margin: 0 auto;
}

h1{
	font-size: 1.5em;
	font-weight: 200;
	color: #103b6a;
	margin: 0 0 0.5em -0.05em;
}

h2{
	color: #a61f2c;
	font-weight: normal;
	text-shadow: 0 2px 2px #fff;
	padding: 0.25em;
	font-family: "Droid Serif";
}

h3{
	font-size: 0.75em;
	font-style: oblique;
	color: #444;
}

h4{
	color: #103b6a;
	padding: 0.5em 0;
	font-weight: bold;
}

a{ color: #000; }
header{
	margin: 1em;
	text-align: center;
}
nav{
	margin-top: 20px;
	bottom: 20px;
}
nav ul li{
	width: 95%;
	margin: 0.5%;
	padding: 2%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(#e6e6e6));
}
nav ul a{
	text-decoration: none;
	color: #000;
	text-shadow: 1px -1px 2px #fff;
}

section#slogan{
	display: none !important;
}

.fb-like,.entry .fb-like{
	float: right;
	margin-top: -40px;
	height: auto;
	max-height: 45px;
	width: 60px !important;
}
span#blogbreadcrumb{
	display: none;
}


footer{
	display: block;
	height: auto;
	background: #a61f2c;
	z-index: 9999;
	margin-top: 5%;
	padding: 2%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

footer h3, footer p{
	margin-top: 0.5em;
	height: auto;
	line-height: 1.25;
}

footer p span{
	display: inline-block;
	color: #f3f3f3;
}