/*
Theme Name: TOS Theme
Theme URI: http://tos-wp-staging.osuosl.org/ 
Description: Custom theme for TOS site. Will update automatically when Gridlicious is updated.
Author: Heidi Ellis
Author URI: http://mysite.com/
Template: gridalicious
Version: 1.0.0
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: gridalicious-child
Domain Path: /languages/
Tags: blog, grid-layout, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, front-page-post-form, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, footer-widgets, full-width-template, news, portfolio
*/

/* Making content fill space */
/* One Column (No Sidebar, Content Width) */
.no-sidebar.content-width #main {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
/*    width: 820px; */
}

/***********************************/
/* FORMATTING FOR ACTIVITIES */
.nav-previous, .nav-next {
  display: none; 
}
/***********************************/

/* FORMATTING FOR TAG-BASED SEARCH  */
.tag_search_class {
     width:50%;
}

.uwpqsf_class{width:50%;margin-bottom:5px;clear:both}

/**************************************/ 
/* FORMATTING FOR PROFILES */
.um {
opacity: 1 !important;
}
/*************************************/

/***********************************/
/*   FORMATTING FOR SEARCH AND FILTER FORM */

/* we define just min column width, so it is responsive */
.searchandfilter {
   background-color: silver;
   -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

.searchandfilter ul /* make the category lists one block so they wont break */
{
	display: block;
}

.searchandfilter label
{
	display:inline-block;
}

.searchandfilter h4
{
   font-weight: bold;
}

.searchandfilter input[type="submit"] {
  margin: 24px 10px 10px 0;
}

.searchandfilter input[type="submit"]:hover {
  background: #3f6083;
}

/*************************************/

/***********************************/
/*   FORMATTING FOR MATERIAL SEARCH FORM */
#materialsearchform {
  background-color: silver;
  padding: 10px;
  padding-right: 10px;
}

#materialsearchform input {
 /* padding: 10px !important; */
  display: inline !important;
}


/************************************/

/************************************/
/* STYLING FOR THE NEWS CATLIST */

.lcp_thumbnail{
  float: left;
  margin-bottom: 15px;
  padding: 20px;
}

.lcp_catlist li{
  list-style: none;
  margin: 10px 0;
  margin-bottom: 15px;
  clear: both;
}


/************************************/
/***********************************/
/*   ADDING WRAP FOR INLINE VIDEOS */
/*#video-wrap { float: left; margin: 0 20px 5px 0; */
/*}*/

/************************************/

/* FORMATTING FOR FOOTER */
.site-footer { padding-bottom: 0px !important;
               padding-top: 0px !important; }
#text-3 { padding-bottom: 0px !important; 
                     padding-top: 0px !important; }
#footer-left-content { padding-bottom: -10px !important; 
                      padding-top: -10px !important; }


