/*
Theme Name: Fallen Cold & Dead
Theme URI: http://estudiosuizo.com/wpthemes
Description: Sometimes you are not feeling that cheery.
Version: 0.4
Author: Charlie November
Author URI: http://charlienovember.estudiosuizo.com/
Tags: white, simple, gray, web fonts, html 5

O CAPTAIN! my Captain! our fearful trip is done;	 
The ship has weather’d every rack, the prize we sought is won;	 
The port is near, the bells I hear, the people all exulting,	 
While follow eyes the steady keel, the vessel grim and daring:	 
    But O heart! heart! heart!
      O the bleeding drops of red,	 
        Where on the deck my Captain lies,	 
          Fallen cold and dead.

*/


/* For IE */

@font-face {
  font-family: "Powdah";
  src: url('Powdah.eot');
}

/* Other browsers */

@font-face {
  font-family: "Powdah";
  src: local('Powdah'),
       url('Powdah.otf') format("opentype"),
	   url('Powdah.svg#Powdah') format('svg');
}

a {
	color: inherit;
	text-decoration: none;
}

body {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	color: #323232;
	background: #EEE;
	font-size: 14px;
	font-family: "Powdah", sans-serif;
}

header {
	display: block;
	text-align: center;
}

header.main {
	margin-top: 200px;
	text-transform: lowercase;
}

header.main h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 4em;
}

article {
	display: block;
	margin-bottom: 40px;
}

article header {
	margin-top: 50px;
	text-transform: uppercase;
}

article header h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 2em;
}

article header div {
	font-size: 0.75em;
}

article section {
	text-align: justify;
}

article section a {
	text-decoration: underline;
}

article section blockquote {
	background-color: #AAA;
	color: #EFEFEF;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px
	behavior: url('border-radius.htc');
	width: 400px;
	padding: 20px;
	font-family: "Georgia", serif;
}

article section blockquote cite {
	display: block;
	font-family: inherit;
	text-align: right;
}

article section blockquote p {
	font-family: inherit;
	font-size: 1em;
	margin: 0;
}

article footer {
	text-align: center;
	text-transform: lowercase;
}

nav {
	display: block;
	text-align: center;
	text-transform: lowercase;
	font-size: 1.1em;
}

footer.main {
	display: block;
	text-align: center;
	margin-top: 50px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border-top: 3px solid #323232;
	font-size: 0.9em;
}

h3 {
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

section.responses ol {
	text-align: center;
	list-style-type: lower-roman;
	margin: 0; padding: 0;
}

section.responses li {
	list-style-position: inside;
}

section.responses li p {
	text-transform: none;
}

section.responses img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

section.responses cite {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-transform: uppercase;
	font-style: normal;
	font-size: 1em;
}

section.responses div {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-transform: uppercase;
	font-style: normal;
	font-size: 0.8em;
}
section.responses cite {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-transform: uppercase;
	font-style: normal;
	font-size: 1em;
}

section.responses a {
	text-decoration: none;
}	

form {
	text-align: center;
}

form input {
	background: #eee;
	border: 2px solid #323232;
	padding: 3px;
	padding-left: 6px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	font-family: "Powdah";
	font-size: 1em;
	color: #323232;
}

form textarea {
	background: #eee;
	border: 2px solid #323232;
	padding: 3px;
	padding-left: 6px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	font-family: "Powdah";
	font-size: 1em;
	color: #323232;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

