/*
 reference: http://wp.me/PEmnE-Bt
*/
/*Global*/
body,
button,
input,
select,
textarea {
	color: #111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

/* Headings */
h1.site-title {
	text-shadow: 3px 3px 2px #000;
}

.site-title a:hover {
	opacity: .7;
	text-decoration: none;
}

.site-description {
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	text-shadow: 2px 2px 1px #000;
}

h2.site-description {
	max-width: 650px;
}

h1.entry-title {
	margin-top: .3em;
	margin-bottom: 0;
	color: #538b0e;
	text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #538b0e;
	text-transform: none;
}

h3.align-left {
	color: #538b0e;
	text-transform: none;
	text-align: left;
	margin-top: .1em;
	margin-bottom: .1em;
}

h6 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	text-align: left;
	text-transform: none;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	color: #111;
	margin-bottom: .3em;
}

/* Text elements */
p {
	margin: .85em 0;
}

ul, ol {
	margin: 0 0 .85em 3em;
}

ul.achievements li {
	margin-bottom: .5em;
}

.entry-content > p:first-child:first-line {
	letter-spacing: 0;
	font-variant: normal;
}

.format-standard .entry-content > p:first-child:first-letter,
.page .entry-content > p:first-child:first-letter {
	color: #111;
	float: none;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4px;
	margin: 0;
}

.entry-content,
.entry-summary {
	margin: .85em 0 0;
}

.extraspace {
	padding-top: 2.5em;
}

.extraspace2 {
	padding-top: 1.2em;
}

.extraspace3 {
	position: absolute;
	top: -5px;
}

#top {
	font-size: .1px;
	font-size: .1rem;
	padding: 0;
	margin: 0;
}

/*Links*/
a {
	color: #06c;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #393;
	text-decoration: underline;
}

/*Structure*/
#main, #colophon, .custom-background #main, .custom-background #colophon {
	padding-top: .1em;
}

hgroup {
	position: absolute;
	bottom: 100px;
	width: 100%;
}

#masthead {
	height: 400px;
}

#secondary {
	text-align: center;
	margin-top: 0;
	background: none;
	padding: 0;
}

#first.widget-area {
	width: 100%;
}

article {
	background: none;
	padding-bottom: 1em;
}

/*Navigation*/
.main-navigation ul a {
	color: #ccc;
}

.main-navigation li:hover, li:focus, li:active > a {
	color: #999;
}

.main-navigation li.current_page_item a, .main-navigation li.current-menu-item a {
	color: #cf9;
}

.main-navigation ul ul a {
	border-bottom: none;
	color: #ccc;
}

.main-navigation li.current_page_item ul a, .main-navigation li.current-menu-item ul a {
	border-bottom: none;
	color: #ccc;
}

.main-navigation ul ul :hover > a {
	color: #ff9;
}

.main-navigation ul :hover > a {
	color: #ff9;
}

.main-navigation ul ul {
	border-top: none;
	background: rgba(0,0,0,.8);
}

.main-navigation li.current_page_item ul ul {
	border-top: none;
	background: rgba(0,0,0,.8);
}

.main-navigation ul ul {
	width: 164px;
}

.main-navigation ul ul::before {
	border-bottom: none;
}

#masthead .main-small-navigation ul.menu {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7;
	padding-bottom: .9em;
}

h1.menu-toggle {
	font-size: 34px;
	font-size: 3.4rem;
	text-transform: none;
	font-style: normal;
	margin-bottom: 0;
}

/*Misc styles*/
.greenborder {
	border: 2px solid #393;
	padding: .4em;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #111;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	padding: 0.3em 1em;
	border: none;
}

img.no-margin {
	margin-bottom: 0em;
	margin-top: 0em;
}