/*
Theme Name: Nirvana Shr
Description: Nirvana edit for belorg
Author: Shr
Template: nirvana
Version: 1.0
*/

/* Source Sans */
@import url("fonts/fontfaces.css");

#content .entry-title {
    font-weight: normal;
}


/* sexy font 
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
    font-weight: 300;
}*/

/*strong {
	font-weight: 400;
}*/

/* destroy topbar */
#topbar {
	height: 0;
}

/* shift the searchbox down */
#header-widget-area {
    top: 15px;
}


/* endress tables */

#content table.pro {
    border: none;
    width: auto;
}

#content table.pro td.title_pro	{
    border-top: none;
    color: #ffffff;
    background-color: #0099e7;
    padding: 3px 4px 3px 4px; 
}

#content table.pro td table {
    border: none;
}

#content table.pro td table td {
    border: none;
}

/* endress excerpt */

#content .child_pages .post_content .post_excerpt ul {
    margin-top: .5em;
    font-size: 12px;
    line-height: 1.2em;
}



/* rockwell tables */


#content table {
    border-bottom: 1px solid #222222;
}

#content tr td {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: none;
    border-right: 1px solid #CCCCCC;
    padding: 3px 6px;
    font-size: 15px;
}

#content td li {
    font-size: 15px;
    line-height: 1.8em;
}

#content tr th {
    border: none;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    padding: 3px 6px;
    font-size: 15px;
    line-height: 1.8em;
    background-color: #FFFFFF !important; 
    color: #000000 !important;
}

#content tr td:first-child, #content tr th:first-child {
    border-left: none;
}

#content tr td:last-child, #content tr th:last-child {
    border-right: none;
}

#content table tr:first-child td {
    border-top: 1px solid #222222;
}


/* clear tables */

#content table.clear {
    border: none;
    width: auto;
    margin-bottom: 6px;
}

#content table.clear tr th {
    border: none;
    vertical-align: baseline;
}

#content table.clear tr td {
    border: none;
    vertical-align: inherit;
}

#content td li {
    
}

#content table.clear h4 {
    margin-right: 12px;
    border-bottom: 1px solid #222222;
    
}

/* image tables */

#content table.images {
    border: none;
}

#content table.images tr td {
    border: none;
    margin: 24px;
}

/* custom width columns */
.w15 {
    width: 15%;
}

.w30 {
    width: 30%;
}

/* sidebar menu consistent - squeezed */
.widget-container ul li {
	margin-bottom: 0.0em;
}

/* sidebar more level deifference */
#main .widget-area ul ul {
	margin-left: 15px;
}

/* sidebar menu styling */
.widget_hier_page ul > li.current_page_item > a {
	color: #D83B2D;
}

/* side bar pseudo arrows TODO:horizontal align */
.widget_hier_page ul > li > a:before {
	font-family: "Elusive";
    content: '\e808';
    position: relative;
    left: -10px;
    width: 10px;
}

.widget_hier_page ul > li.page_item_has_children > a:before {
	font-family: "Elusive";
    content: '\e80a';
    position: relative;
    left: -10px;
    width: 10px;
}

/* top menu pseudo arrows */
.menu ul ul li.page_item_has_children > a span:after {
	font-family: "Elusive";
    content: '\e808';
    position: relative;
    left: 10px;
}

/* float the page thumbnail */
.entry-content,
.entry-summary {
	clear: none;
}
#content .attachment-post-thumbnail {
    margin-left: 24px;
    margin-left: 1.714285714rem;
    float: right;
}

