/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td,
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	padding: 0;
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table, fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
}
blockquote, q {
	quotes: none;
}
h1, h2, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.site-header ul, .site-header li, .site-aside ul, .site-aside li, .site-footer ul, .site-footer li{
	list-style: none;
}
form {
    margin: 0;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: 100%;
    vertical-align:middle;
}
textarea {
	overflow: auto;
	resize: vertical;
}
button {
	width: auto;
	overflow: visible;
}
img {
	vertical-align: middle;
}
a:active {
	outline: 0;
}
*:focus {
    outline: none;
}
b, strong{
    font-size: 100%
}


/*Tags styling*/
html{
	height: 100% !important;
}
body{
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	color: #222;
	line-height: 1.36;
	font-size: 15px;
	background: #dcd9d8;
	font-family: 'PT Serif', "Times New Roman", serif;
}
a{
	text-decoration: underline;
    color: #333;
}
a:hover{
	text-decoration: underline;
}
p, .media_page-block p {
    padding: 2px 0 10px;
}
input[type="text"], input[type="password"], textarea{
	border: 0 none;
	padding: 14px 12px 14px;
	background: #fff;
	font-size: 16px;
	border-radius: 4px;
	/*font-family: Arial, Tahoma, "sans serif";*/
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}
input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled, select:disabled, input[type="text"][readonly="readonly"], input[type="password"][readonly="readonly"], textarea[readonly="readonly"], select[readonly="readonly"]{
	background: #EEE;
	cursor: default;
}
select:disabled{
	border: 1px solid #ccc;
	color: #aaa;
}
input[type="checkbox"], input[type="radio"]{
	vertical-align: -15%;
	margin-right: 4px;
}
hr {
	height: 0;
	display: block;
	margin: 1px 0;
	border: 0;
	border-top: 1px solid #BBB;
}
h1{
	font-family: 'Roboto Slab', "Times New Roman", serif;
	padding: 0 0 8px;
	font-size: 52px;
    text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
}
h2{
	font-family: 'Roboto Slab', "Times New Roman", serif;
    font-size: 36px;
	padding: 8px 0 8px;
}
h3{
    font-size: 26px;
	padding: 16px 0 12px;
	font-weight: bold;
}
h4{
    font-size: 19px;
	line-height: 1.5;
	padding: 16px 0 12px;
	font-weight: normal;
}
h5{
    font-size: 100%;
	font-weight: bold;
	padding: 8px 0 4px;
}
ul, ol{
	padding: 2px 0 2px 18px;
}
ul {
	list-style: square;
}
li {
	padding: 1px 0;
}
blockquote{
	border-left: 1px solid #fff;
	padding: 6px 12px;
	margin: 6px 0;
	font-size: 18px;
	line-height: 1.3;
	font-style: italic;
}
small {
    font-size: 11px;
}
table{
	width: 100%;
}
th, td{
	border-bottom: 1px solid #eee;
	padding: 8px 10px;
	font-size: 13px;
}
th, thead td{
	font-weight: bold;
}

/*Placeholders*/
.placeholder{
	color: #bbb;
	font-family: "Arial", "Tahoma", "Arial Unicode MS", sans-serif;
}
::-webkit-input-placeholder{
	color: #aaa;
}
::-moz-placeholder{
	color: #aaa;
}
:-ms-input-placeholder{
	color: #aaa;
}


