/*  Author     : ResearchBib.com
    http://www.researchbib.com*/
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Raleway","Arial", "Helvetica", "sans-serif";
    font-size: 13px;
    color: #000;
}
h1,h2,h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #534616;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}
p,ul,ol {
    margin-top: 0;
    line-height: 180%;
}
a {
    text-decoration: none;
    color: #5F965F;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
input, textarea, select {
    margin-bottom: 1.5rem;
}
input {
    line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}
.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
    color: #FFF;
    background-color: #1e5184;
    border-color: #1e5184;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    color: #FFF;
    background-color: #5cb811;
    border-color: #5cb811;
}
.item-block{
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}
.item-star:after{
    vertical-align:middle;
    color:#f00;
    content: " *";
}
.red{
    color: #f00;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
ul.pagination li {
    display: inline;
    margin: 0 0.5em 0 0;
    padding: 0 0.5em 0 0;
    border-right: 1px solid #000;
}
ul.pagination span {
    font-weight: bold;
}
ul.pagination li:last-child {
    border: none;
}
.clearfix{
    clear: both;
}
.title{
    font-weight: bold;
    font-size: 1.1em;
}
.copyright {
    font-size: 1.0em;
    text-align: center;
    margin:0;
}
ul.rb-menu{
    margin: 0;
    list-style: none;
    line-height: normal;
    padding: 0 4px;
}
ul.rb-menu li{
    padding-right: 5px;
    padding-top:4px;
}
ul.rb-menu li>a{
    margin:4px;
    padding: 2px;
    text-decoration: none;
    font-size: 14px;
    color: #28a913;
}
ul.rb-menu li>a:hover{
    color: #00f;
    background: #fff;
    text-decoration:underline;
}
#rb-header {
    margin: 0 auto;
    background: #EFEFEF;
    padding: 1px 0;
    border-bottom: solid 5px #28a913;
}
.rb-header-title{
    padding: 2px 0;
    background-color: #000;
    color: #fff;
}
.rb-header-title strong{
    padding: 0 4px;
    margin: 0;
    font-size: 0.6rem;
}
.rb-header-title h2{
    font-weight: bold;
    margin: 0;
    line-height: 120%;
    text-align: center;
    font-size: 1.1em;
    color: #000;
    background-color: #fff;
}
.rb-header-logo {
    margin: 2px;
    color: #000000;
    height: 100px;
    padding: 2px 0;
}
.rb-header-logo img{
    float: left;
    padding: 8px;
}
.rb-header-logo p {
    font: normal 14px Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}
#rb-middle{
    border: 1px dotted #0f0;
    padding: 1px 0;
    color: #000;
}
.middle-ad{
}
.middle-social-button{
}
.middle-content{
    padding:4px;
    word-wrap: break-word;
}
.middle-content h1{
    padding:4px 20px;
    margin-bottom: 10px;
    border-bottom:1px solid #ebebeb;
    font-size: 1.1em;
    font-weight: normal;
    text-align: left;
}
.middle-content h2, .middle-content h3{
    color: green;
    text-align:center;
}
.blue_block{
    padding-top: 2px;
    font-size: 1.2em;
}
.blue_block p{
    border-bottom: 1px dotted #DDD;
}
.blue_block b{
    text-transform:capitalize;
    color:#040065;
}
.content-list{
    border-radius: 4px;
    border: 1px dotted #909090;
    margin: 8px 0;
}
.content-list p{
    margin: 8px 16px;
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 12px;
    border-bottom: 2px dotted #ccc;
}
.content-list ol li{
    margin-right: 12px;
    padding: 4px;
    border-bottom: 1px dotted #ccc;
}
.content-title{
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 12px;
    border-bottom: 1px solid #eee;
}
.content-link-list li{
    margin-right: 12px;
    padding: 4px;
    border-bottom: 1px dotted green;
}
.list li{
    padding-top: 5px;
    border-bottom: 1px dotted #00F;
}
.list li p{
    margin: 0;
    padding-top: 5px;
}
.ul_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ul_list li {
    float: left;
    width: 8em;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px;
    border: 1px #ffb366 solid;
    background-color: #FFFDEE;
    text-align: center;
}
.details{
    padding: 8px 2px;
    font-size: 1.1em;
    white-space: pre-wrap;
    *white-space:pre;
    *word-wrap: break-word;
}
.updated{
    font-size: 0.7em;
    color:#999;
    text-align:right;
}
.sub_item{
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 4px;
}
.sub_item h2{
    margin: 0px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    color: #abd19e;
    border-top-left-radius: 4px;
}
.block-passion{
    background-color: #f0f0f0;
    color: #3e3e3e;
    padding: 5px;
    line-height: 2em;
}
#rb-footer{
    padding: 0;
    background-color: #000;
    color:#fff;
}
/* Search */
#search {
    float: right;
    width: 300px;
    height: 90px;
    padding: 0;
}
#search form {
    height: 41px;
    margin: 0;
    padding: 50px 0 0 20px;
}
#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
#search-text {
    width: 195px;
    padding: 5px 5px 4px 5px;
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    text-transform: lowercase;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #703522;
}
#search-submit {
    width: 50px;
    height: 25px;
}
/* Page */
#page {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
}
/* Content */
#content {
    float: left;
    width: 600px;
    padding: 0px 0px 0px 5px;
}
.post {
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
    background: #EFEFEF;
}
.post .title {
    height: 20px;
    padding: 5px 0px 0px 5px;
    letter-spacing: -.5px;
    color: #FFFFFF;
    font-size: 14px;
}
.post .title a {
    border: none;
    color: #0000FF;
}
.post .meta {
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 11px;
    font-style: italic;
}
.post .meta a {
}
.post .entry {
    background: #ffffff;
    padding: 0px 5px 5px 5px;
    padding-bottom: 5px;
    text-align: justify;
    font-size: 12px;
}
.links {
    display: block;
    width: 100px;
    height: 20px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}
/* #leftbar */
#leftbar {
    width: 160px;
    padding: 0px;
    float: left;
}
#leftbar ul {
    padding: 0;
    list-style: none;
    border: 1px solid #AAAAAA
}
#leftbar li {
    margin: 0;
    padding: 0;
}
#leftbar h2 {
    height: 20px;
    padding: 2px 0 0 2px;
    background: #5F965F;
    letter-spacing: -.5px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
}
#leftbar p {
    margin: 0px 0px 20px 0px;
    padding: 10px 20px 20px 20px;
    text-align: justify;
}
#leftbar a {
    border: none;
}
#leftbar a:hover {
    text-decoration: underline;
}
/* Sidebar */
#sidebar {
    width: 160px;
    padding: 0px;
    float: right;
}
#sidebar ul {
    padding: 0;
    list-style: none;
    border: 1px solid #AAAAAA
}
#sidebar li {
    margin: 0;
    padding: 0;
}
#sidebar h2 {
    height: 20px;
    padding: 2px 0 0 2px;
    background: #5F965F;
    letter-spacing: -.5px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
}
#sidebar p {
    margin: 0px 0px 20px 0px;
    padding: 10px 20px 20px 20px;
    text-align: justify;
}
#sidebar a {
    border: none;
}
#sidebar a:hover {
    text-decoration: underline;
}
/* Calendar */
#calendar {
}
#calendar_wrap {
    padding: 20px;
}
#calendar table {
    width: 100%;
}
#calendar tbody td {
    text-align: center;
}
#calendar #next {
    text-align: right;
}