/* 

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 */

/*Header*/
#header { background: white; border-bottom: none; padding: 1.618em; }
#featured.fade { padding: 1.618em; }
#top { background: #228ea6; }
/*Content*/
#content { padding: 3.236em 0; }
.archive-header h1 {
font-size: 2.387em;
font-weight: normal;
}
.archive-header .archive-rss a {
display: none;
}
.post header h1, .type-page header h1 {
margin-bottom: 1.236em;
}
/*Top Navigation*/
#top ul.nav li a { text-decoration: none; }
#top ul.nav li.current_page_item > a, #top ul.nav li.current_page_parent > a, #top ul.nav li.current-menu-ancestor > a, #top ul.nav li.current-cat > a, #top ul.nav li.li.current-menu-item > a { text-decoration: none; }
#top ul.nav ul li:hover > a { text-decoration: none; background: #59095A; }
ul.nav ul { width: 16.089em; }
ul.nav li a { -webkit-border-radius: 0px; border-radius: 0px; }
/* Typography */
h1, h2 { font-family: Calibri, arial, sans-serif; color: #228ea6; }
.page header h1 { margin-bottom: 1em; line-height: 1.3em; }
h2 { font-size: 1.4em; font-weight: bold; }
.entry h3, h4 { color: #228ea6; }
#footer-widgets .widget h3 {
margin-bottom: 2em;
}

/* Sidebar Menus */
.parent a { display: block; border-bottom: 1px solid rgba(34, 142, 166, .2); padding: .4em 0; }
.parent a:hover { background: rgba(34, 142, 166, .2); text-decoration: none; }
.parent { font-weight: bold; }
.children { font-weight: normal; margin: 0; }
#sidebar a:hover { text-decoration: none; }
/*Sortcodes*/
.woo-sc-divider { margin-bottom: 0; padding-top: 0; width: 100%; }
/* Remove the comments button */
.post-more .comments, .post-more-sep { display: none; }
.post-meta { display:none; }
.home #main { width: 100%; }
.home #sidebar { display: none; }
/*Images*/
.widget img {
-webkit-border-radius: 0px;
border-radius: 0px;
}

/* QORU Styles */
.standfirst { font-size: 1.15em; color: #59095A; line-height: 1.6em; margin-bottom: 1em; }
.box { border: 1px solid; border-color: rgba(0, 0, 102, .2); padding: 1em 1em 0 1em; margin-bottom: 1em; background: #F9F9F9; }
.purple { color: #59095A; }
.footer-logo { margin-bottom: 20px; }

/* td { width:33% } */

/*Special Recent Posts*/
div.srp-widget-singlepost {
padding: 0px 0px 0px 0px;
border-bottom: 1px solid  rgba(34, 142, 166, .2);
}


/* 


/* Sortable tables */
table.sortable th {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}


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 here */

}