
@import url(http://fonts.googleapis.com/css?family=Lora:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400italic,700italic,300,700,300italic,400,100);
@import url(http://fonts.googleapis.com/css?family=Sanchez);

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-weight: 300;
	letter-spacing: -.03em;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.2em;
}
body {
	font-family: 'Roboto', sans-serif;
}


/* Written Content Formats */
h1 {
  background-color: transparent;
  color: rgb(69, 90, 100);
  font-size: 2.1em;
  font-weight: 300;
  padding: 0;
  margin: 2px 15px 10px 15px;
}
h2 {
  color: rgb(69, 90, 100);
  font-size: 1.9em;
  font-weight: 300;
  padding: 0;
  margin: 2px 15px 10px 15px;
}
h3 {
  color: rgb(69, 90, 100);
  font-size: 1.7em;
  font-weight: 300;
  padding: 0;
  margin: 2px 15px 10px 15px;
}
h4 {
  color: rgb(69, 90, 100);
  font-size: 1.6em;
  font-weight: 300;
  padding: 0;
  margin: 1px 15px 8px 15px;
}
h5 {
  color: rgb(69, 90, 100);
  font-size: 1.5em;
  font-weight: 300;
  padding: 0;
  margin: 1px 15px 6px 15px;
}
h6 {
  color: rgb(69, 90, 100);
  font-size: 1.4em;
  font-weight: 300;
  padding: 0;
  margin: 1px 15px 4px 15px;
}
ul {
	list-style: square;
	 margin: 5px 50px 15px 50px;
}
ul ul, ol ol {
	font-size: 100%;
}
ol {
	list-style:decimal;
	 margin: 5px 50px 15px 50px;
}
a, p > a, ul a, dl a, table a {
	 color: rgb(69, 90, 100);
	text-shadow: 1px 1px 1px rgba(100,100,100,0.3);
	transition: all .7s ease;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	-ms-transition: all .7s ease;
	
}
a:hover, p > a:hover, ul a:hover, dl a:hover, table a:hover{
	 color: white;
	background: rgba(0,0,0,0.8);
	padding:0 5px;	
}
big {
  font-size: larger;
}
address {
  position: relative;
  color: white;
  font-style: italic;
  margin: 5px 15px 10px 25px;
  padding: 5px;
  display: block;
  background: url(images/addressbox-image.jpg);
  background-size: cover;
  background-position: center;
  max-width: 400px;
  width: 100%;
  text-align: right;
  border: 7px solid white;
  border-bottom: 26px solid white;
  text-shadow: 0px 1px 5px rgba(0,0,0,0.4);
  box-shadow: 0px 2px 6px 0px rgba(150,150,150, 0.6);
}
address::before {
  height: 100%;
  content: "\f0ac";
  font-family: FontAwesome;
  font-size: 4em;
  line-height: 1.3em;
  font-weight: lighter;
  font-style: normal;
  color: #FFFFFF;
  position: absolute;
  left: 10px;
  bottom: 0;
  text-shadow: 0px 1px 5px rgba(0,0,0,0.4);
}
address a {
  background-color: rgba(0,0,0,0.2);
  font-style: normal;
  padding: 2px 15px;
  transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
}
address a:hover {
	background: black;
	color: white;
}
pre {
display: table;
  background-color: rgb(224, 224, 224);
  padding: 10px 15px;
  margin: 10px 25px;
  color: grey;
  border: 1px solid rgb(197, 197, 197);
  min-width: 50%;
  box-shadow: inset 1px 1px 3px rgba(100,100,100,0.3);
}
q::before {
  content: "\f10d";
  font-family: FontAwesome;
  font-style: normal;
  color: rgb(69, 90, 100);
  margin: 5px;
  font-size: larger;
}
q {
  font-style: italic;
}
blockquote{
    display: block;
  width: 90%;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 5px auto 15px auto;
  position: relative;
  font-family: Lora, serif;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #666;
  text-align: justify;
  border-left: 15px solid #455A64;
  border-right: 2px solid #455A64;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
    content: "\201C";
  font-family: Georgia, serif;
  font-size: 4em;
  font-weight: bold;
  color: #455A64;
  position: absolute;
  left: 10px;
  top: 5px;
}

blockquote::after{
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}
blockquote cite {
  display: block;
  position: absolute;
  bottom: 2px;
  right: 10px;
  text-align: right;
  font-size: 0.9em;
}
table {
	margin: 5px 15px;
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	width: 90%;
}
th, td {
	font-weight: normal;
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
dl {
  margin: 0 25px 10px 25px;
}
dt {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
}
dd {
  font-size: 0.9em;
  margin-left: 15px;
}

