/*
 Theme Name:   Modularbrainity
 Theme URI:    http://modularbrains.net
 Description:  Theme for modularbrains.net
 Author:       Stelios Manousakis
 Author URI:   http://modularbrains.net
 Template:     modality
 Version:      0.01
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Modality-child
*/

/* Change table appearance to something minimal and transparent */

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 0.857142857em;
}

table th {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #333333;
    letter-spacing: 1px;
    padding: 6px;
    text-align: left;
	line-height: 1.8em;
}

table td {
    border: 0px solid #DDDDDD;
    padding: 0px;
    text-align: left;
	line-height: 1.5em;
}

/* change hyperlink color */

/* hyperlink color inside post & page */
.post a:hover {
	background-color : #2fa9bc;
}
/*
.page a:hover{
	background-color : #2fa9bc;
}
*/



/* ======= header sizes  ===== */


/* ====== ATTN: Menu is NOT functioning properly ==== */
/* fix menu hiding behind other elements */
#header-holder {position:relative; z-index: 9999 !important;}

/* =================== Adjust metrics
/* adjust top menu padding */
#header-holder {padding-top: 5px; padding-bottom: 0px; padding-left: 10px; padding-right: 10px;}

#header-holder .navbar-toggle {margin-top: 2px; margin-bottom: 3px;}

/* ----- Adjust post body header appearance ------ */
#content-box #post-body {padding: 1%;}

#post-body #post-title { padding-top: 2px; padding-bottom: 2px; background-color: #E0E3E4; margin-bottom: 8px;}

/* edit top-bottom margins to make a cleaner look */
.content-posts-wrap {margin-top: 10px; margin-bottom: 0px;}

/*breadcrumb padding */
.breadcrumbs {padding-top: 2px; padding-bottom: 6px;}


/* ===== Footer */
/* titles*/
.footer-widget-col h4 {
	margin-bottom: 0.5em;
	margin-left: 0;
	font-size: 16px;
}

/* tagcloud*/
.footer-widget-col .tagcloud a {
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 2px;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
    background: url("images/assets/tag.png") no-repeat scroll 4px center #1C1C1C;
    padding: 4px 10px 4px 20px;
}

/* categories */
.footer-widget-col ul li {
	padding: 0.01em 0;
	list-style-type: none;
}

.footer-widget-col ul li a {
	line-height:0.8em;
}

.footer-widget-col ul li ul.children {
	margin-left: 20px;
	margin-top: 0px;	
}

.footer-widget-col ul li ul.children li a {
	border-bottom: 0px solid #AAADAE;
}

.footer-widget-col ul li a {
	margin-right: 5px;
}


/* unslider: i.e. main page top slider */

/* header search, taken from MBF2014 site========== */

#header-holder .search-form .search-field {
	position: relative;
	width: 80px;
	font-size: 12px;
	z-index: 999;
	padding: 2px
	
}



/*
#header-holder .search-form {
	float: right;
	position: relative;
	right: 10px;
	top: 5px;
	background-color: #632E9B;
	padding: 10px 20px;
	display: none;
	z-index: 999;
}


#header-holder .search-form .search-field {
	width: 180px;
}

#header-holder .search-form input[type="submit"] {
	display: none;
}


.header-search-icon {
	float: right;
	border-left: 1px solid #E1E4E6;
	padding: 14px 10px 10px 10px;
	cursor: pointer;
}
.header-search-icon:before {
	content: '\f400';
	color: #632E9B;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
	font: normal 40px/1 'Genericons';
	vertical-align: top;
}
*/
///*
#masthead .search-form {
	float: right;
	position: relative;
	right: 0;
	top: 65px;
	background-color: #632E9B;
	padding: 10px 20px;
	display: none;
	z-index: 999;
}

#masthead .search-form .search-field {
	width: 180px;
}

#masthead .search-form input[type="submit"] {
	display: none;
}


.header-search-icon:before {
	content: fa-search;
	color: #632E9B;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
	font: normal 40px/1 'Genericons';
	vertical-align: top;
}

//*/
