/* General Styling */

@font-face {
    font-family: "Lohit Bengali";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/lohit_bangla/Lohit-Bengali.eot") format("../fonts/lohit_bangla/embedded-opentype"), url("../fonts/lohit_bangla/Lohit-Bengali.woff2") format("woff2"), url("../fonts/lohit_bangla/Lohit-Bengali.woff") format("woff"), url("../fonts/lohit_bangla/Lohit-Bengali.ttf") format("truetype");
}
@font-face {
    font-family: "BenSen";
    font-style: normal;
    src: url("../fonts/BenSen/BenSen.otf"),url("../fonts/BenSen/BenSen.eot"),url("../fonts/BenSen/BenSen.woff") format("woff"),url("../fonts/BenSen/BenSen.ttf") format("truetype");
}
body {
    background-color: #f1f1f1;
    color: #111;
    font-family: Tahoma, Geneva, "trebuchet ms", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    position: relative;
}
* {
    margin: 0;
    padding: 0;
}
p {
    line-height: 150%;
    margin-bottom: 30px;
    text-align: left;
    font-family: BenSen;
    font-weight: 300;
    font-size: 120% !important;
}
img {
    float: right;
}

#googleSearch {
	background-color: #D58512;
	color: #fff;
	padding: 2px 10px;
	border-radius: 2px;
	border: 0;
}

#q {
	margin-left: 5px;
}

ul {
    margin-left: 15px;
}
ul {
    list-style: none;
}
a {
    color: #000000;
    text-align: justify;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
#header {
    height: 170px;
    width: 1150px;
    /*     border-bottom: 1px solid #930; */
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    position: relative;
}
#logo h1 a {
    font-family: Tahoma, sans-serif;
    font-size: 43px;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.12em;
    margin-bottom: -15px;
    overflow: hidden;
    text-indent: 1em;
    text-shadow: 4px 4px 4px rgba(45, 60, 90, 0.4);
    text-transform: uppercase;
}
#navigation {
    height: 60px;
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
#navigation div.menu {
    width: 68%;
    float: left;
    height: 55px;
}
.search {
    width: 31%;
    float: right;
    padding-left: 100px;
    padding-top: 10px;
    height: 55px;
    line-height: 25px;
}
/* Styling the Ribbon Navigation */

.ribbon {
    list-style: none;
}
.ribbon:before,
.ribbon:after {
    margin-top: 0.5em;
    border: 1.5em solid #000;
    float: left;
    content: '';
}
.ribbon:after {
    border-right-color: transparent;
}
.ribbon:before {
    border-left-color: transparent;
}
.ribbon a:link,
.ribbon a:visited {
    color: #fff;
    text-decoration: none;
    height: 3.5em;
    overflow: hidden;
    float: left;
    font-weight: 700;
    font-family: Lohit Bengali;
}
.ribbon span {
    background-color: #000;
    line-height: 3em;
    margin-top: 0.5em;
    padding: 0 2.5em;
    position: relative;
    display: inline-block;
    -webkit-transition: background 0.2s, margin-top 0.2s;
    -moz-transition: background 0.2s, margin-top 0.2s;
    -o-transition: background 0.2s, margin-top 0.2s;
    -ms-transition: background 0.2s, margin-top 0.2s;
}
.ribbon a:hover span {
    background-color: #fff;
    margin-top: 0;
}
.ribbon a.active span {
    background-color: #fff;
    margin-top: 0;
}
.ribbon a.active {
    color: #000;
}
.ribbon a:hover {
    color: #000 !important;
}
.ribbon span:after {
    content: '';
    border-left: 0.5em solid #c97f0a;
    border-bottom: 0.5em solid #000;
    position: absolute;
    top: 3em;
    right: 0;
}
.ribbon span:before {
    content: '';
    border-right: 0.5em solid #c97f0a;
    border-bottom: 0.5em solid #000;
    position: absolute;
    top: 3em;
    left: 0;
}
#breadcrumbs li a {
	text-transform: capitalize;
}
#logo {
    float: left;
    width: 930px;
    overflow: hidden;
    max-height: 125px;
}
#tagline {
    font-size: 105%;
    font-weight: bold;
    text-transform: uppercase;
    color: #803200;
    margin-top: -15px;
    clear: left;
}
/* Styling the Social Icon */

.social {
    /* padding-top: 26px; */
    float: right;
    width: 210px;
}
.social a {
    background: url("images/social-logos-sprite1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 38px;
    width: 38px;
}
.social-icon-rss a {
    background-position: -134px 0;
    margin-left: 2px;
    overflow: hidden;
}
.social-icon-rss a:hover {
    background-position: -134px -40px;
    margin-left: 2px;
    overflow: hidden;
}
.social-icon-twt a {
    background-position: -89px 0;
    margin-left: 2px;
    overflow: hidden;
}
.social-icon-twt a:hover {
    background-position: -89px -40px;
    margin-left: 2px;
    overflow: hidden;
}
.social-icon-vk a {
    background-position: -1px 0;
    margin-left: 2px;
    overflow: hidden;
}
.social-icon-vk a:hover {
    background-position: -1px -40px;
    margin-left: 2px;
    overflow: hidden;
}
.social-icon-fb a {
    background-position: -45px 0;
    overflow: visible;
}
.social-icon-fb a:hover {
    background-position: -45px -40px;
    overflow: visible;
}
input#s {
    color: #585858;
    font-size: 1em;
    width: 180px;
}
#contentWrapper {
    background-color: #eee;
    width: 1150px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    /* border-top: 1px solid #930; */
    /* clear: both; */
}
#contents {
    background-color: #eee;
    clear: both;
    margin: 0;
    width: 100%;
}
#sidebar {
    float: left;
    font-size: 110%;
    line-height: 150%;
    margin-bottom: 30px;
    padding-bottom: 0;
    width: 200px;
    margin-left: 10px;
    font-family: Lohit Bengali;
}
#sidetoptxt {
    color: #3a3a3a;
    font-size: 110%;
    margin-bottom: 15px;
}
#sidebar h2 {
    color: #7d6c4a;
    font-size: 120%;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
    font-family: arial;
}
#content {
    width: 900px;
    margin-top: 50px;
    float: left;
    margin-right: 10px;
    /* font-family: BenSen; */
    font-size: 120%;
}
#breadcrumbs > ul > li > a {
    font-family: Helvetica, verdana, arial, sans-serif;
}
#footer_outside {
    background-color: #868181;
    clear: both;
    width: 100%;
}
#footer .social {
    padding: 18px;
}
div#footer_menu {
    padding-top: 15px;
}
#footer-copy {
    clear: both;
    margin-top: 60px;
}
#footer-copy p {	
    font-family: Arial, Helvetica, sans-serif;
}
#footer p {
    color: #ffffff;
}
#footer {
    /* margin: auto; */
    clear: both;
    height: 300px;
    width: 1150px;
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
}
#footer h1 {
    /* font-family: sans-serif; */
    font-size: 400%;
    font-weight: 100;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
}
#footer h1 a {
    color: #FFF;
}

.clearfix {
	clear: both;
}
#pmenu {
    float: left;
    width: 30%;
    font-family: BenSen;
    font-size: 110%;
}
#pmenu .menu li {
    border-bottom: 1px dotted #ababab;
    padding: 3px;
}
#content .poem {
    float: left;
    width: 70%;
}
#pmenu .menu {
    list-style-type: none;
}
.poem .poeminner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
}
.poem .poeminner h3 {
    font-family: BenSen, sans-serif;
}
#content > div.poem > div > h4 {
    font-family: BenSen;
}
.poeminner p {
    font-size: 14px;
    margin: 0;
	padding: 0;
}
div#author_poem_index {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    float: right;
}
div#indexHover {
}

#author_poem_index > ul {
    margin: 0;
    padding: 0;
    border: 1px solid #333336;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
#author_poem_index > ul > li {
    padding: 3px 0;
    border-bottom: 1px dotted #aaa;
}
#author_poem_index > ul > li:first-child {
    padding: 0;
    border: 0 none;
}
#author_poem_index > ul > li > h3 {
    background: #000;
    margin: 0;
    padding: 8px 4px;
    color: #eee;
    display: block;
}
#author_poem_index > ul > li:last-child {
    border: 0 none;
}
#author_poem_index > ul > li > a {
}

.selected {
    color: #009;
    font-weight: bold;
}
#prev {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    float: left;
    height: 245px;
    overflow: hidden;
    border: 1px solid #009;
    border-radius: 6px;
}
#prev > h3 {
    padding: 5px 10px;
    margin: 0;
    background: #999;
    color: #fff;
}
#indexHover {
    padding: 2px 10px;
}
#indexHover > div > h4 {
    font-weight: bold;
    font-size: 110%;
}
#indexHover > div > p {
    text-align: justify;
}
#content .pmenu {
    width: 30%;
    border: 1px solid #333;
    float: left;
    min-height: 300px;
    margin-left: 5px;
    border-radius: 6px;
    padding: 0;
}
#content .pmenu h2 {
    display: block;
    background-color: #888;
    line-height: 1.6em;
    color: #fff;
    text-align: center;
}
.pmenu ul {
    padding: 0;
    margin: 0;
}
.pmenu ul li {
    padding: 2px 5px 4px 5px;
}
/* Poem Index */

/*
.indexTable {
    width: 99%;
    border-collapse: collapse;
}
.indexTable caption {
    background-color: #8a8a8a;
    line-height: 40px;
    color: #f8f8f8;
    font-size: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.indexTable,
th,
td {
    border: 1px #000 solid;
}
th,
td {
    width: 33%;
    padding: 5px 10px;
    vertical-align: middle;
}
th {
    background-color: #233;
    color: #fff;
    border-right-color: #fff;
    text-align: center;
    font-size: 1.3em;
    font-family: sans-serif;
}
th:last-child {
    border-right-color: #000;
}
th a {
    color: #fff !important;
}
tr {
    background-color: #fff;
    color: #000;
}
tr ul li {
    border-bottom: 1px #cdcdcd dotted;
    font-family: BenSen;
    font-weight: 400;
    font-size: 110%;
}
*/

#poetIndex {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#poetIndex h2 {
    font-family: BenSen;
}

#poet-name-list {
    list-style: none outside none;
    border: 5px solid #d34913;
    border-radius: 10px;
    background: url('images/vine-patterns-png-material.jpg');
}

#poet-name-list li {
    display: block;
}

#poet-name-list li a {
    display: block;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px dotted #1778aa;
    font-family: BenSen;
    font-size: 22px;
}

#poet-name-list li a:before, #poet-name-list li a:after {
    display: table;
    content: " ";
}

#pnNav {
    width: 100%;
    height: 60px;
    padding-top: 10px;
}

#backbutton {
    width: 150px;
    height: 40px;
    background-color: black;
    position: relative;
    margin-left: 40px;
    border-radius: 5px;
    float: left;
}

#nextbutton {
    width: 150px;
    height: 40px;
    background-color: black;
    position: relative;
    margin-right: 40px;
    border-radius: 5px;
    float: right;
}

#backbutton:before {
    content: "";
    position: absolute;
    top: 0;
    left: -17px;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent black transparent transparent;
}

#nextbutton:after {
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent black;
}

#backbutton > a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font: bold 18px/40px Sans-Serif;
    text-transform: uppercase;
}

#nextbutton > a {
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font: bold 18px/40px Sans-Serif;
}

#backbutton:hover {
    background-color: #16639b;
}
#nextbutton:hover {
    background-color: #16639b;
}

#backbutton:hover:before {
    border-right-color: #16639b;
}

#nextbutton:hover:after {
    border-left-color: #16639b;
}