/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

@import url(//fonts.googleapis.com/css?family=Alegreya+Sans:500,500italic,800italic,800);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700italic,700);

/* Center Roderick's image. */
.widget_about .aligncenter
{ margin: auto; }

/* Add breathing space to the sidebar widgets. */
#sidebar .widget
{ margin: 15px 20px 15px 20px; }

/* Give the search forms a white background. */
.searchform, .searchform input.s, #searchform input#s
{ background: #fff; }

/* Take away the ugly background and just use the #sidebar colour. */
.widget_woodojo_twitterprofile .tweeting-since
{ background: transparent; }

/* Widget link colour. */
.widget a:link, .widget a:visited, .widget #loopedSlider a.flex-prev:hover, .widget #loopedSlider a.flex-next:hover
{ color: #dddfd4; }

/* Make posts have thick text */
.entry, .entry p
{ font-weight: 500; }

/* Insure proper padding in mobile view. */
#inner-wrapper { padding: 0px; }
.boxed-layout #header,
.boxed-layout #content,
.boxed-layout #footer-widgets,
.boxed-layout #footer {
padding-left: 2.5em;
padding-right: 2.5em; }

/* Roderick's comments have a different background colour. */
.comment-author-administrator
{ background-color: #edf4f5 }

/* Add text-shadow to post titles. */
.post .title, .page .title, .post .title a:link, .post .title a:visited, .page .title a:link, .page .title a:visited, .widget h3
{ text-shadow: 1px 1px 1px #000; }

/* Add a text-shadow to the site logo. */
#logo .site-title a 
{ text-shadow: 1px 1px 1px #000; }

/* Eliminate underlined links */
#loopedSlider .content h2 a:hover,
#logo .site-title a:hover,
.post-more a:hover,
.post-meta a:hover,
.post p.tags a:hover,
.widget ul li a:hover,
.page-template-template-contact-php .location-twitter #office-location a,
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover 
{ text-decoration: none; }

/* Establish the header's background colour */
#header
{ background: #CE534D;}

/* Establish the footer's background colour */
#footer-widgets
{ background: #46433A }

/* Establish the sidebar's background colour */
#sidebar
{ background-color: #46433A; }


/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */

/* Add space to the bottom of the navigation area */
#navigation { margin-bottom: 0px; }

/* Make the site logo larger on desktop screens */
#logo .site-title a 
{ font-size: 50px; }

/* Add space above the posts. */
#main 
{ padding-top: 1.5em; }

/* This eliminates the white space in between the sidebar and the left border. 
.boxed-layout #content 
{ padding-left: 0px; }*/

/* This removes the default styling decoration on the abbr. */
abbr
{ text-decoration:none; }

}