/*
Theme Name: Curious Meerkat
Author: Claire Asher
Author URI: http://www.claireasher.co.uk
Description: This theme is for Curious Meerkat
Version: 1.0
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IMPORTANT: This stylesheet is designed for learning and includes comments for guidance. It's a good idea to remove the comments when preparing your them for distribution. However, keep the section headers (the word "Reset" below is an example of a section header) intact.

Resetting and rebuilding styles have been helped along thanks to the fine work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
    width: 100%;
}
article,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}

a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

/* Set a default font size, color, line-height, and font family for your body element and all input elements. These can get overridden later on in the stylesheet, but are useful as base styles. */

body,
button,
input,
select,
textarea {
	font-family: "Avenir light","Calibri","Trebuchet MS", Helvetica, sans-serif;
}

/* Headings */

h1 {
    font-size: 30px;
	font-weight: bold;
    clear: both;
}
h2 {
    font-size: 26px;
	font-weight: bold;
}
h3 {
    font-size: 22px;
    font-weight: bold;
}
h4 {
    font-size: 20px;
	font-weight: bold;
}

h5 {
	font-size: 20px;
	font-weight: bold;
}

h6 {
	font-size: 20px;
	font-style: italic;
}

h1 a, h2 a, h3 a {
    text-decoration: none;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
    font-size: 18px;
	line-height: 1.5;
}
ul, ol {
	margin: 0 0 1.5em 3em;
    font-size: 18px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	font-size: 18px;
	line-height: 1.25;
	margin: 5% 10% 5% 10%;
	width: 80%;
    border: 2px solid #afcacf;
    background-color: #bfd5d9;
}

blockquote p {
	padding: 5px;
	margin: 5px;
	font-size: 18px;
	font-weight: normal;
}

blockquote cite {
	padding: 5px;
	font-size: 14px;
}

div.questions {
    border: 2px solid #afcacf;
    background-color: #bfd5d9;
	clear: left;
    display: inline-block;
    padding: 10px 5px 5px 5px;
	font-size: 17px;
}

.category .questions {
    width: 625px;
    border: 1px solid black;
    display: inline-block;
    padding: 10px 5px 5px 5px;
}

.home div.questions {
	width:60%;
	padding-bottom:20px;
}

.questions h1 {
    font-weight:bold;
    padding: 3px 3px 0px 5px;
}

address {
	margin: 0 0 1.5em;
}
pre {
	font-family: Oswald, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
figcaption {
    font-size: 11.5px;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

div#homepage hr {
    height: 4px;
}

hr {
    height: 2px;
    color: #0f2b87;
    background-color: #0f2b87;
}

/* Form Elements */
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}

/* Gives a basic visual design to form elements */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	background: rgba( 255, 255, 255, 0.3 );
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	background: #fff;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a,
a:visited {
	color: #87056c;
}

a:hover,
a:focus,
a:active {
    color: #870f6c;
}

/* Alignment - WordPress uses these classes to align images and other elements inside the editor. */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text meant only for screen readers. It's hidden due to the clip property, but visible in the page source. If you take a look back in the template files at the mark-up for our main menu and other navigation areas, you'll notice that we have headers such as "Menu" and "Site Navigation" wrapped in an <code>h1</code> tag with a class of "assistive-text". Screen readers will read this text aloud, making it easier for users to locate structural sections in your theme.
*/
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* If you want to give a common style to all of the titles in your theme, here's a place to do it (you can style them individually later) */
.site-title,
.entry-title,
.page-title,
.widget-title,
.comments-title,
#reply-title {
	text-decoration: none;
}


/* =Structure
----------------------------------------------- */

/* Refer to the HTML structure graphic (http://themeshaper.com/wp-content/uploads/2012/10/html-visual.png) to see how these elements are nested in the mark-up. 

Use this section to set widths and margins, and to build a layout. For examples of layouts that you can copy and paste into this section, see:
https://github.com/Automattic/_s/blob/master/layouts/
*/

.site { /* The the outer-most container, wraps the entire site */
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}
.site-header { /* The container for the entire header area */
    width: 100%;
    text-align: center;
    border-top: 5px solid #0f2b87;
    padding-bottom: 3px;
    margin-top: 20px
}
#main { /* The container for #primary, #secondary, and #tertiary */
    width: 100%;
}

#primary { /* The container for your primary content.*/
}

#content { /* The container for your post and page content. */
}

.site-content {
}

#athome .site-content {
}

.site-main {
    border-top: 2px solid #0f2b87;
}

#secondary { /* Container for your Primary widget area */
    display: inline-block;
    overflow: hidden;
    width: 100%;
    background-color: #FFFFFF;
    margin: 10px 0px 10px 0px;
    border-top: 3px solid #0f2b87;
    padding-top: 10px;
    text-align: center;
}

#secondary .widget div {
}

#tertiary { /* Container for Main Right Sidebar */
	display: inline-block;
	overflow: hidden;
	width: 240px;
        background-color: #FFFFFF;
        margin: 5px 0px 10px 0px;
        padding: 4px;
        text-align: center;
}

#tertiary2 {
	display: inline-block;
	overflow: hidden;
	width: 240px;
        background-color: #FFFFFF;
        margin: 5px 0px 10px 0px;
        padding: 4px;
        text-align: center;
	float: right;
}

#tertiary .widget {
	width: 240px;
	height: auto;
	overflow: hidden;
}

#tertiary2 .widget {
	width: 240px;
	height: auto;
	overflow: hidden;
}

#tertiary2 .widget p {
	padding: 4px;
}

#tertiary .widget h3 {
	padding: 6px;
        margin-bottom: 5px;
	border-bottom: 1px dotted #0a535e;
	color: #870f6c;
	font-size: 24px;
}

#tertiary .widget a {
	font-size: 14px;
	color: #FFFFFF;	
	text-decoration: none;
}

#tertiary .widget li,
#tertiary .widget div div a {
	font-size: 14px;
	height: auto;
	clear: both;
	width: 240px;
	height: auto;
	padding: 0px;
	overflow: hidden;
	position: relative;
	border: none;
}

#tertiary .widget img,
#tertiary .widget div div img {
	margin: 15px;
	clear: both;
    	opacity: .85;
	position: relative;
	width: 200px;
	height: 133px;
}

img.patreon {
    width: 220px!important;
    height: 250px!important;
}

#tertiary .widget img:hover {
	margin: 15px;
	clear: both;
    	opacity: 1;
}

#tertiary2 .widget img {
	padding: 5px;
}

#tertiary .widget .wpp-post-title, 
#tertiary .widget .wpsc-product-title,
#tertiary .widget div div a .yarpp-thumbnail-title {
	text-decoration: none;
	max-width: 180px;
	max-height: 35px;
	overflow: hidden;
	background-color: #000000;
	padding: 3px;	
	vertical-align: bottom;
}

#tertiary .widget .wpp-post-title,
#tertiary .widget .wpsc-product-title {
	position: absolute;
	left: 20px;
	bottom: 18px;
	padding-bottom: 5px;
}

#tertiary .widget div div a .yarpp-thumbnail-title {
	position: absolute;
	left: 18px;
	bottom: 8px;
}

#tertiary article {
    width: 90%;
    margin: 3%;
}

.twitter {
    float: right;
	overflow: hidden;
	width: 100%;
    background-color: #FFFFFF;
    margin: 10px 0px 10px 0px;
    padding: 4px;
}

a.socialite.twitter.fsb-twitter {
    float: left;
    margin: 0px;
    padding: 0px;
}

.site-footer { /* Container for the entire site footer area */
    margin: 10px 0px 10px 0px;
    padding: 4px;
}

/*
Theme Name: curiousmeerkat
Layout: Content-Sidebar
*/

.content-area {
	float: left;
	margin: 5px 0px 10px 0px;
	width: 950px;
        height: auto;
}

.site-main {
	margin: 0 0 0 0;
}

.site-footer {
	clear: both;
	width: 100%;
    text-align: center;
}

.no-results .entry-content {
    font-size: 14px;
    display: inline-block;
    width: 880px;
    padding: 10px;
    text-align: center;
}

.no-results .field {
    background-color: rgba(255,255,255,0.8);
    font-size: 14px;
    outline-color: #000000;
}


/* =Site Header
----------------------------------------------- */

/* Style elements inside of the .site-header container */

.site-header hgroup { /* Container for site title and description */

}
.site-title,
.site-title a {
    text-decoration: none;
    font-size: 40px;
}
.site-description { /* This is the tagline */
	font-style: italic;
}


/* =Menu
----------------------------------------------- */

/* Style your navigation menu, which is inside .site-header. A basic drop-down menu structure is provided. */

.main-navigation { /* wraps the entire navigation menu */
    width: 100%;
    background-color: #FFFFFF;
    border-top: 5px solid #0f2b87;
    border-bottom: 4px solid #0a535e;
    font-size: 1.7em;
}

#main-menu { /* this is the box that holds all the buttons */
    width: 1100px;
    margin: 10px 0px 10px 0px;
}

.main-navigation:after { /* Clears the floats after the menu */
}

.main-navigation ul { /* The menu is an unordered list */
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	display: inline-block;
}

.main-navigation li { /* Makes the menu "list" items horizontal */
	float: left;
	margin: 0.5em 0;
	position: relative;
}

.main-navigation a, .main-navigation a:visited { /* The individual list item links */
    display: inline-block;
    width: 120px;
    height: 30px;
    border: 0px;
    background-color: #FFFFFF;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    text-decoration: none;
    font-size: 18px;
}

.main-navigation a > ul, .main-navigation a:visited > ul {
    color: #000000;
}

.main-navigation a:hover { /* The buttons in the navigation*/
    display: inline-block;
    height: 30px;
    margin: 0px;
    width: 120px;
    background-color: #870f6c;
    vertical-align: center;
    padding: 5px 0px 0px 0px;
    color: #FFFFFF;
}

.main-navigation ul ul { /* Submenu drop-down "box" */
	width: 120px;
	display: none;
	line-height: 2;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	z-index: 99999;
 	background-color: #FFFFFF;
}
.main-navigation ul ul ul { /* 3rd+ level drop-down "box" */
	left: 100%;
	top: 0;
}
.main-navigation ul ul li { /* List items inside the drop-down box */
        vertical-align: middle;
}
.sub-menu a, .sub-menu a:visited { /* Menu links inside the drop-down "box" */
	padding: 0px 5px 0px 5px;
	width: 110px;
	background-color: #870f6c;
	font-size: 14px;
	color: #FFFFFF;
}

.main-navigation ul li:hover > a {
	background-color: #870f6c!important;
	color: #FFFFFF!important;
}

.main-navigation li:hover > a,
.main-navigation ul ul a:hover { /* Hover styles for menu items */
	color: #FFFFFF;
}
.main-navigation ul ul :hover > a {
	padding: 0px 5px 0px 5px;
	width: 110px;
	background-color: #870f6c;
}
.main-navigation ul li:hover > ul {
	display: block;
	clear: both;
	background-color: #870f6c;
	width: 120px;
}

/* Small menu toggle area for screens < 600 pixels wide. The small menu requires some simple JavaScript in order to take affect. See http://themeshaper.com/2012/10/31/the-wordpress-theme-header-template/ for instructions on setting up this script. */
.menu-toggle {
   	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

/* Styles for posts and pages */
.sticky { /* Style your sticky posts. This class is applied to the same element as .hentry below. */
	
}
.hentry { /* The wrapper for individual posts */
    margin: 0 0 0;
    padding: 15px 0px 15px 0px;
    border: 0px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-align:justify;
    border-bottom: 1px dotted #0a535e;
}

.athome {
    width: 300px;
    display: inline-block;
    margin: 0px 5px 20px 5px;
    border: none;
}

.athome .entry-summary{
    height: 300px;
}

.athome .entry-summary p {
	font-size:17px;
	line-height:1.4em;
}

a.more-link {
    font-size: 16px;
}

.athome .entry-meta {
    border-bottom: 1px solid #0f2b87;
}
.entry-content {
}

.athome .entry-title {
    height: 90px;
    overflow: hidden;
    padding-top: 10px;
    text-transform: uppercase;
}

.entry-title {
	text-align:center;
    text-transform: uppercase;	
}

img.wp-post-image {
    float: right;
    display: inline-block;
    border: none;
}

.entry-content img.logo,
.site-header img.logo,
.widget img.logo {
    display: inline-block;
    float: left;
    height: 50px;
    padding: 3px;
    overflow: hidden;
}

.site-header img {
   margin-top: 0px!important;
}

.entry-content img.lrglogo {
    display: inline-block;
    float: right;
    width: 150px;
    padding: 8px;
}

.entry-header { /* Container for the entry title, byline and post date */
    margin-bottom: 10px;
}

.featuredimg {
    width: 100%;
    margin: 0 auto;
}

.athome .entry-title,
.athome .entry-title a { /* Home page Post titles */
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

.single-post h1.entry-title {
    font-size: 40px!important;
    text-align: center;
    text-transform: uppercase;
}

.page-title { /* Page titles */
    color: #0a535e;
}

.page-header { /* Page headers */
    padding: 4px;
    margin: 10px;
    width: 100%px;
}

body.search .page-title,
body.archive .page-title { /* Optional, if you want your page titles to look different on search and archive pages */

}
.entry-meta { /* Container for the entry metadata */
     clear: both;
    font-size: 13px;
    padding-bottom: 10px;
}

#postdate span.byline {
    margin: 3px;
    float: left;
}

#postdate time {
    margin: 3px;
    float: right;
}

#postdate a {
    text-decoration: none;
    margin: 0px;
    padding: 1px;
    color: #0f2b87;
}

#postdate {
    width: 120px;
    margin: 5px 425px 5px 425px;
    text-align: center;
    color: #870f6c;
    border-top: 1px solid #0f2b87;
    padding-top: 3px;
}

.single #postdate {
    width: 100%;
    margin: 5px 0px 5px 0px;
    float: right;
    text-align: right;
}
    
#profiles {
    width: 400px;
    height: auto;
    display: inline-block;
    float: right;
}

#profiles img {
    display: inline-block;
    margin: 0px;
}

#cola {
    height: 47px;
}

#about { 
    width: 460px;
    height: auto;
    display: inline-block;
    float: left;
}

.byline { /* By default, bylines are hidden */
	display: none;
}
.single .byline,
.group-blog .byline { /* Bylines are displayed on single posts and/or when there are multiple authors */
	display: inline;
	float: right;
}

.single .byline a {
      color: #0a535e;
}

.cat-links {  /* Styles category links inside the entry meta */
	
}
.tag-links { /* Styles links to tags inside the entry-meta */
}
.sep {  /* Separator between category links, cat links, comments links, etc */
	
}
.comments-link {  /* Link to leave a comment */
	
}
.edit-link { /* Link to Edit the post (only shows up for admins) */
	
}
.entry-content, 
    .entry-summary { /* Container for the post body/excerpt text */
	margin: 1.5em 0 0;
}

/* Styling In-Post Tables */
.entry-content table,
.comment-content table {
	border-left-width: 0;
	margin: 0 -0.083em 2.083em 0;
	text-align: left;
	width: 100%;
}
.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
	font-weight: bold;
	padding: 0.5em 	0.5em;
}
.entry-content tr td,
.comment-content tr td {
  	border-width: 1px 0 0 1px;
	padding: 0.5em 	0.5em;
}

.entry-content tr td p {
    display: inline-block;
    float: left;
}

.entry-content tr td img {
    display: inline-block;
    float: right;
}

.entry-content tr.odd td,
.comment-content tr.odd td { /* If you want to apply alternate styles to even/odd table rows */
}

.page-links { /* Style the page numbers for multi-page posts (posts that have been split with <!--next-page -->. */
	clear: both;
	margin: 0 0 1.5em;
}

.error404 {
    text-align: center;
}

.error404 div {
    display: inline-block;
    margin: 10px;
}


/* =Aside Post Format
----------------------------------------------- */

/* Just put ".format-aside" before any of the above classes to create special formatting for Aside posts */

.format-aside .entry-content {
	border-left: 4px solid #000;
	padding-left: 1em;
}

.textwidget {
    font-size: 15px;
}

/* =Image Post Format
----------------------------------------------- */

/* Just put ".format-image" before any of the above classes to create special formatting for image posts */

.format-image .entry-title { /* this alters the size of the entry title to allow two lines */
    min-height: 50px;
}

.single .format-image img { /* this makes the images on single posts take up the whole page */
    width: 100%;
}

.single .format-image { /* this alters the size of single posts for the image format */
    width: 100%;
    height: auto;
}

.format-image {
    width: 200px;
    display: inline-block;
    margin: 0px 2px 0px 2px;
}

#tagpage .format-image { /* how images will be displayed on the tag archive pages */
    width: 100%;
    height: auto;
}

.format-image img.portrait { /* this will format the size of portait images but you need to remember to add class=portrait to the actual post when you upload portrait images */
    width: 112px;
    height: 132.5px;
    padding: 0px 44px 0px 44px;
    background-color: #FFFFFF;
}

.single .format-image img.portrait { /* this will format the size of portait images in single post view */
    width: 100%;
    height: auto;
    padding: 0px;
}

/* =Video Post Format
----------------------------------------------- */

/* Just put ".format-video" before any of the above classes to create special formatting for image posts */

.format-video .entry-title {
    min-height: 30px;
}

.format-video .entry-content {
    width: 100%;
    margin: 5px;
}

#tagpage .format-video { /* how videos will be displayed on the tag archive pages */
    width: 100%;
    height: auto;
}

#tagpage .format-video .entry-content {
    width: 100%;
    margin: 0 auto;
}

.format-video {
    height: 370px;
    width: 400px;
}


.single .format-video { /* this alters the size of single posts for the video format */
    width: 100%;
    height: auto;
}

.single .format-video .entry-content {
    width: 500px;
    height: 400px;
    margin: 0 auto;
}

/* =Media
----------------------------------------------- */

/* Styling for images and videos */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.widget-img,
img[class*="align"],
img[class*="wp-image-"],
.wp-caption img {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
.widget img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley { /* Remove borders and backgrounds from WP smileys */
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.shinypost {
    width: 300px;
    height: 290px;
}

.shinypost a {
    text-decoration: none;
}

.post-thumbnail {
    width: 300px;
    height: 200px;
    display: inline-block;
    margin-left: 10px;
    margin-botton: 5px;
    overflow: hidden;
    float: right;
}

.athome .post-thumbnail img {
    opacity: .85;
}

.athome .post-thumbnail img:hover {
    opacity: 1;
    width: 350px;
    height: 233px;
}

.post-category {
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    background: #000000;
    padding: 4px;
}

post-category > img:hover { 
    color: #870f6c;
}

.wp-caption { /* The container for image captions */
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone { /* Add spacing around captions and post text */
	margin-bottom: 1.5em;
}
.wp-caption img { /* The image inside the caption container */
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery { /* Container for image galleries */
	margin-bottom: 1.5em;
}
.gallery-caption {
	font-style: italic;
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
    max-height: 100%;
}

/* =Navigation
----------------------------------------------- */

/* Older/Newer Post Navigation */

.site-content .navigation {
   text-align: center;
   width: 300px;
   padding: 325px;
}

.site-content .nav-previous {
    float: left;
    font-size: 14px;
}
.site-content .nav-next {
    float: right;
    text-align: right;
    font-size: 14px;
}


/* =Comments
----------------------------------------------- */

#comments { /* Container for the comments section */
	clear: both;
    background-color: rgba(255,255,255,0.8);
    margin: 10px 0px 10px 0px;
    padding: 4px;
    width: 900px;
}
.bypostauthor { /* Gives post author comments thier own style */
	
}
.comments-title,
#reply-title {

}
.commentlist li {
	list-style: none;
}
.commentlist,
.children {
	list-style: none;
	margin: 0;
}
.children { /* Nested comments */
	margin: 0 0 0 6%;
}
.commentlist li.comment {  /* Individual top-level comments */

}
.commentlist li.pingback {  /* Individual top-level pingbacks */

}
.commentlist li:last-of-type { /* Do you want to style the last comment differently, such as remove borders? */

}
.commentlist .children li { /* Contains individual nested comments */

}
.children article.comment,
.children li.pingback { /* Nexted comments and pingbacks */
	padding-top: 1.0em;
}
.comment .avatar { /* Comment author's gravatar image */

}
.comment-author { /* Comment author's name */
	
}
.comment-meta { /* Comment date, time, etc */

}
.comment-content { /* Actual comment text */

}
.comment .reply { /* The "Reply" link under each comment */
	text-align: right;
}


/* Comment Form */
.comment-notes,
#commentform .form-allowed-tags,
p.nocomments,
p.logged-in-as,
#commentform label {

}
.required { /* The little asterisk next to a required comment field */
	color: #880000;
}
#commentform label { /* The text next to each comment form field */
	padding: 1em 0;
}
#commentform input[type="text"] {

}
#commentform #comment { /* The comment form textarea */

}
#commentform .form-allowed-tags,
#commentform .form-allowed-tags code {

}
p.nocomments { /* Message displayed when there are no comments */

}


/* =Widgets
----------------------------------------------- */

.widget-area { /* All of the sidebar container divs get this common class */
}

.widget { /* The individual widget */
	margin-bottom: 10px;
	display: inline-block;
	float: left;
	width: 300px;
	height: 230px;
	border-top: 3px solid #870f6c;
    	border-bottom: 1px solid #0a535e;
    	padding: 0px;
	vertical-align: top;
	font-size: 13px;
}

.widget_tag_cloud {
	width: 600px;
	height: 230px;
	float: right;
}

.findme {
	height: 60px;
}

#text-3 {
	height: 250px;
	width: 300px;
}

#text-2 {
	width:600px;
	height:250px;
}

#meta-2,
#text-13 {
      height: 250px;
}

#text-3 div {
	padding: 3px;
	font-size: 14px;
	vertical-align: top;
}

.widget-title {
	padding: 6px;
        margin-bottom: 5px;
	border-bottom: 1px dotted #0a535e;
	color: #0f2b87;
	font-size:30px;
}

.widget ul { /* Unordered lists inside widgets */
	list-style: none;
	margin: 0;
}
.widget ul li { /* Unordered list items inside widgets */
	margin-bottom: 0.25em;
}

twitter-widget-0 {
	width: 220px;
}

/* Search widget */
#searchsubmit {
	display: none;
}
.widget_search {
	width: 50px;
	font-size: 10px;
	display: inline-block;
	float: right;
	margin: 10px 20px 10px 20px;
}

#searchform {
	width: 50px;
	font-size: 11px;
	display: inline-block;
	float: right;
	margin: 10px 10px 10px 20px;
}

/* Sub-Items in Menu & Categories Widgets. These classes are useful if you want to add special styling, such as indention, to sub-items in your menu and categories widgets. */
.widget-area .sub-menu,
.widget-area .children { 
	margin: 10px 0;
}
.widget-area .sub-menu li,
.widget-area .children li {
	vertical-align: middle;
}

#athome .site-content {
}

/* Text Widgets */
.widget p,
.textwidget {

}
.widget p a,
.textwidget a {

}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.5;
	padding: 0.231em 0;
}

/* RSS Widget */
.rsswidget img { /* This is the orange RSS icon to the left of the RSS widget title */
	margin: 0;
	vertical-align: text-top;
}
.rss-date {

}
.rssSummary {

}

/* People Per Hour */

#pph-hireme {
     width: 750px;
     height: 150px;
}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: center;
	font-size: 24px;
	color: #870f6c;
	height: 29px;
	padding: 6px;
	border-bottom: 1px dotted #870f6c;
}
#wp-calendar thead th {
	text-align: center;
}
#wp-calendar tbody,
#wp-calendar tbody td {
	border: 1px solid #808080;
	text-align: center;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
}
#wp-calendar tbody {
	border-left-width: 0;
}
#wp-calendar tbody td {
  	border-width: 1px 0 0 0;
}
#wp-calendar tbody td a {
	font-weight: bold;
}
#wp-calendar tbody td:hover {

}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar #today {
	font-weight: bold;
}
#wp-calendar #prev,
#wp-calendar #next {

}
#wp-calendar tbody .pad {

}


/* =Site Footer
----------------------------------------------- */

.site-footer {

}
.site-info {

}


/* =Responsive Structures
----------------------------------------------- */

@media only screen and (max-width: 950px) {
	#content,
	#primary,
	#secondary,
	#tertiary,
	#tertiary2 { /* Remove floats on all structural elements for smaller screens */
		float: none;
		margin: 0;
		padding: 0;
	}
	#primary,
	#secondary,
	#tertiary,
	#tertiary2 { /* Make all structural elements full-width */
		width: 100%;
	}

       .hentry {
       width: 90%;
       display: block;
  }

       .entry-title,
       .shinypost {
       width: 100%;
       height: auto;
       display: block;
       clear: both;
  }
	.post-thumbnail,
        .post-category {
       display: none;
  }
	.entry-summary, 
        .athome .entry-summary {
       height: auto;
  }

        .navigation,
        #main-menu {
       width: 100%;
  }
}

@media screen and ( max-width: 1200px ) {
  #secondary,
  #tertiary,
  #tertiary2 {
    display: none;
  }
}

.thanks .newsletter {
   display: none;
}

article.category-advent-calendar header.entry-header div.featuredimg {
    display: none;
}

/* Ad Styling 
----------------------------------------------- */

#inpost {
	text-align: center;
}

div#widgetad img {
	width: 72px;
}


/* =IE Styling
----------------------------------------------- */

/* If you have any IE-specific adjustments to make, add them here. 

For example: 

#ie8 body {
	color #333;
}

Will make the sbody text #333 on IE8 only. In order for this to work, you need to set up conditionals to add an ID-selector to the HTML element when IE is detected. For instructions on how to set up the conditionals, see: http://themeshaper.com/2012/10/31/the-wordpress-theme-header-template/
*/

div.yourquestion {
    padding: 5px 5px 30px 5px;
    border:2px solid #870f6c;
    margin:1px;
}

.yourquestion input {
    height: 40px!important;
    line-height: 6!important;
}

.yourquestion label {
    font-size:18px!important;
}

div.askquestion button {
    background-color: #870f6c!important;
    color: #ffffff!important;
    margin-left: 49%!important;
    margin-right: 49%!important;
}

div.questions {
    border: 1px solid black;
    clear: left;
    display: inline-block;
    padding: 10px 5px 5px 5px;
}

.questions h1 {
    font-size:1.1em;
    font-weight:bold;
    padding: 3px 3px 0px 5px;
}

.questions p {
    font-size: 1em;
}
