@charset "utf-8";
/* CSS Document */

#blogContent {
	padding-top:10px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:10px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: medium;
	min-height:300px;
}
Q#blogContent p {
	white-space: pre-wrap;
}
#blogContent h2 {
	margin-bottom:7px;
}
#blog {
	padding-left:40px;
	padding-right:40px;
}
#blog h2 {
	color: #c30;
	margin-bottom:0px;
}
#blogContent a {
  display: inline-block;
  position: relative;
}
#blogContent p a::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid #c30;
  margin-top: 0px;
}
#blogContent h2 a::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid #c30;
  margin-top: 3px;
}
#blogContent a:link {
	text-decoration: none;
	color: #000;
}
#blogContent h2 a:link {
	color: #c30;
}
#blogContent a:visited {
	text-decoration:none;
	color: #000;
}
#blogContent h2 a:visited {
	color: #c30;
}
#blogContent a:hover {
	text-decoration: none;
	color: #006699
}
#blogContent h2 a:hover {
	color: #006699
}
#OORHeader {
	width: 650px;
	height: 98px;
	margin-left:-20px;
	margin-top:20px;
	background-image: url(http://www.monkeylogic.us/images/outOfRegister.png);
}
#sidebar {
	float: right;
	width: 200px;
	clear:right;
	padding-top:40px;
}
h3 {
	font-size:large;
}
.widget {
	font-family: 'Lato', sans-serif;
	font-size: small;
	font-weight: normal;
	border-radius:5px;
	background-color:#FFCC33;
	box-shadow: 0px 0px 3px 0px #000000;
	padding:5px;
	padding-bottom:10px;
	margin-right:10px;
	margin-bottom:10px;
}
.widget li {
	margin-left:-20px;
	padding-left:0px;
}
.widget h3 {
	margin-top:5px;
	margin-left:10px;
}
.widget h4 {
	color:#c30;
	font-weight:bold;
	font-size:18px;
	margin-top:5px;
	margin-bottom:10px;
	text-align:center;
}
.subscribe label {
	font-style:italic;
	margin-bottom:0px;
	padding-bottom:0px;
}
dt {
	margin-bottom:0px !important;
}
#archives-2 {
	width:190px;
	padding-top:5px;
	padding-bottom:10px;
}
#archives-2 .screen-reader-text {
	display:none;
}
.archive #archives-dropdown-2 {
	margin-left:10px;
}

/* Comment form */
.formField {
	background-color: #666;
	width: 500px;
	border: 4px solid #666;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: -20px;
}
.formFieldComment {
	background-color: #666;
	width: 600px;
	border: 4px solid #666;
	border-radius:0px 20px 20px 20px;
	padding:10px;
	margin-bottom:30px;
}
#comments {
	margin-top: 60px;
}
#comments label {
	float: left;
	clear: left;
	width: 60px;
	height:20px;
	text-align: right;
	font-size: 16px;
	color:#FFF;
	padding-top:5px;
	padding-right:10px;
}
#comments input {
	width: 400px;
	background-color: #CCC;
	font-size: medium;
	border-radius:5px;
}
#comments textarea {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: medium;
	width: 560px;
	height: 170px;
	background: #CCC;
	font-size: 18px;
	border-radius: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #333333;
	margin: -10px 0px 0px 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#comments input:focus, #comments textarea:focus {
	outline: none;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(top, #cccccc 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}
#comments input[type=submit] {
	margin-top:-20px;
}
#comments #submit, {
	margin-top: -6px;
	margin-right: 10px;
	padding-bottom: 25px;
	width: 100px;
	height: 10px;
	float: right;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(top, #cccccc 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	font-size: 16px;
	font-weight: bold;
	border-radius: 15px;
	border: 5px solid #666;
	padding-top: 5px;
}
body.contact .ccf
#comments #submit:hover {
	background-color: #F00;
	text-shadow: 1px 1px 1px #000000;
	color: #FFF;
	cursor: pointer;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top, #999999 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #999999 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #999999 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #999999 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top, #999999 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.commentsNumber {
	width:650px;
}
.commentList .quote {
	background:url(http://www.yoursite.com/images/bg_quote.gif) no-repeat top right;
}
.commentList ol {
	list-style-type: none;
}
.commentList li {
	width: 500px;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 1px;
	margin-top: 15px;
	background-color: #FFCC66;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	list-style-type: none;
	background-image: url(http://www.monkeylogic.us/test/images/blogComments.png);
	background-repeat: no-repeat;
	background-position: top;
}

.commentList cite {
	width: 500px;
	padding: 10px 10px 10px 10px;
	display: block;
	font-style: normal;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #999999;
	background-repeat: no-repeat;
	background-position: top;
}
li.authorstyle, li.authorstyle + cite {
	margin-left:20px;
	width:480px;
}

.authorstyle + cite {
	background-color: #ff7f00;
}
.commentList cite a:link, .commentlist cite a:visited {
	color: #CC3300;
	text-decoration: none;
}

.commentList cite a:hover, .commentlist cite a:active {
	color: #0066CC;
	text-decoration: underline;
}
.singlePost {
	width: 650px;
	margin-top: 30px;
	margin-left: -20px;
	border-radius:10px;
	box-shadow: 0px 0px 3px 0px #000000;
	background-image: url(http://www.monkeylogic.us/test/images/blogPostBackground.png);
	background-repeat: repeat-y;
	background-position: bottom;
}
.singlePost .entry {
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom:20px;
}
.postTitle {
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-transform: uppercase;
	background-image: url(http://www.monkeylogic.us/test/images/blogPostHeader.png);
	background-repeat: repeat-y;
	background-position: 0px top;
}
.postTitle h2 {
	padding: 0px;
	margin: 0px;
}
.postmetadata {
	font-size: small;
	padding-left: 20px;
	margin-top:-20px;
	padding-bottom:20px;
}
cite {
	font-size: small;
}
.entryImage {
	width:600px;
}
.navigation {
	margin-top:20px;
}
.facebookLike {
	height:20px;
	margin-bottom:0px;
	padding:0px;
}
.archive {
	margin: 0px;
	padding: 0px;
	width: 180px;
}
archiveOption {
	background-color: #CCC;
	color: #CC6600;
}
td {
	padding:5px;
}
.wp-caption.alignnone {
    background-color: #999999;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 7px;
    width: 500px !important;
}
.wp-caption.alignnone img {
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

/* Special code for displaying CSS and HTML as code */
.cssCodeBlock {
	background-color: #F1F1F1;
	padding: 10px;
	display: block;
	width: 100%;
	border: thin solid #CBCBCB;
	margin-bottom:20px;
}
.cssCodeBlockText, .cssCodeBlock p {
	margin:0px;
	font-family: Consolas;
}
.cssCodeBlockText {
	padding-left:25px;
}
.cssCodeSnippet {
	display: inline-block;
	padding: 0px 5px 0px 5px;
	background-color: #F1F1F1;
	font-family: Consolas;
	border: thin solid #CBCBCB;
}
.cssCodeBlock strong {
	display:inline-block;
	margin-top:10px;
}

/* Newsletter subscription widget controller */
#newsletters-2 {
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
}
#newsletters-2 input {
	margin-bottom: 10px;
}
.newslettername-wrapper {
	display:none;
}
#newsletters-2-submit {
	margin-top:10px;
	text-align:center;
}
.newsletters-field-error {
    margin-top: -20px;
    font-style: italic;
    color: red;
}
#subscriberauthloginformdiv {
	width: 300px !important;
}
.lb-album {
	text-align:center;
}

/* social media buttons style override */
.sfsiaftrpstwpr {
    clear: both;
	float:none !important;
    height: 40px;
    margin-top: 20px !important;
    width: 100%;
}
body.contact .field-input {
	height: 35px;
	padding-left:10px;
	padding-right:10px;
	border-radius:5px;
	margin-bottom:5px;
}
body.contact #ccf_field_Message {
	height:200px;
	padding-top:5px;
}
body.contact .ccf-submit-button {
	width: 100px;
	height: 50px;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(top, #cccccc 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	font-size: 16px;
	font-weight: bold;
	border-radius: 15px;
	border: 3px solid #666;
}
body.contact .ccf-submit-button:hover {
	background-color: #F00;
	text-shadow: 1px 1px 1px #000000;
	color: #FFF;
	cursor: pointer;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top, #999999 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #999999 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #999999 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #999999 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top, #999999 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
body.contact .ccf-form-complete {
	height: 60px;
	width: 400px;
	border-radius: 10px;
	background-color: #FFEAA3;
	padding:20px;
}