@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700)

/*
Theme Name: feardefines.us
Theme URI: http://html5reset.org
Description: Based On HTML5 Reset
Author: Monkey Do! + @ckhicks
Author URI: http://monkeydo.biz
Version: X.X
*/

.chromeframe {position: absolute; top: 0;}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
/* Text-color */
body, select, input, textarea {color: #000;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #00f; color: #fff; text-shadow: none;}
::selection {background: #00f; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {
}

/* Media queries!
-------------------------------------------------------------------------------*/
/* Always do mobile-first, and consider using em units: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw
@media screen and (min-width: 480px) {
} */

/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/
#wrapper {
	width: 700px;
	margin: 0px auto;
	background:transparent;
	padding: 0em;
}

/* ******************************************* */

html {
	cursor:default;
}
body {
	font: 12pt 'Open Sans', sans-serif;
	background-color:#F5F6CE;
	/* background-position:center; */
}
h1,h1 a {
	font-size:16pt;
	font-weight:700;
	color:black;
	border:0px;
}
h1 a:hover {color:black;}
h3 {
	font-size:10pt;
	font-weight:700;
	color:black;
	border:0px;
	margin:.5em;
}
a {
	text-decoration:none;
	transition: color .5s;
	border-bottom: 1px dashed;
}
p {
	line-height:1.5;
	margin:0em 0em 1em 0em;
}
hr {
	margin:.5em;
}
#header {
	position:relative;
	margin: 0em auto;
	opacity: 1;
}
#header h1 { text-align:center;
	margin: 1em;
}
#header h1 a {
	font-size: 32pt;
	color: black;
	font-weight: bold;
}
article {
	position:relative;
	margin: 2em auto;
	padding: 1.5em;
	background-color: white;
	border: 1px solid rgb(153,153,153);
	border-radius: 15px;
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,.5);
	transition:box-shadow .5s,opacity 0s;
}
#footer {
	position:relative;
	margin: 2em auto;
	padding: 1.5em;
	width:50%;
	text-align:center;
}
article:hover{
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,.5);
/*	top:5px;left:5px; */
	opacity:1;
}
.dateline {
	opacity:.75;
	background:transparent;
	font-size:8pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
	text-align:left;
}
.navigation div{
	display:inline-block;
}
.entry {
	margin:1em;
}
blockquote {
	position:relative;
	background-color: #ddd;
	max-width: 80%;
	margin: 1em auto;
	padding: 1em 2em 1em 65px;
	border-radius:15px;
	quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
	position:absolute;
	content: open-quote;
	top:50px;left:15px;
	color: #999;
	font-size: 100px;
	line-height:0em;
}
ul, ol {
	margin-left:3em;
	margin-bottom:1em;
}
ul {
	list-style-type: disc;
	margin-bottom:.5em;
}
li {
	margin-bottom:.5em;
}
#mask_everything {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color :rgba(0,0,0,.3);
	z-index: 50;
	display: none;
}
img {
	position:relative;
	display:block;
	margin: 0em auto;
}
div.navigation {
	font-size: 12pt;
	padding-bottom: .5em;
}
.navigation div {
	margin: 0em .5em;
}
/* Content Embeds (Twitter, Tumblr, YouTube) */
iframe[id*=twitter-widget],iframe.tumblr-embed,iframe[src*="youtube.com"] {
	position:relative;
	display:block;
	margin: 0px auto!important;
	border: 3px solid #ccc!important;
	border-radius: 15px!important;
}