/**
 * Comments
 **/
.commentlist li.comment {
    /* RTL: indent to the right instead of left */
    margin: 0 40px 0 0;
}

/* Small heading tweaks */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    padding: 0 0 0 5px;
}

#main h1 {
    margin-bottom: 20px;
}

/* Forms / inputs */
.input-append button.add-on {
    height: inherit !important;
}

textarea {
    width: 80%;
    max-width: 100%;
}

/* Typography / links / base colors */
h1, h2, h3, h4, h5, h6 {
    color: #7D1B4F;
}

a {
    color: #7D1B4F;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #1D1D1B;
    text-decoration: none;
}

body {
    background: url(../img/bg.jpg) no-repeat center top #F5F1F0;
    color: #383838;
}

/* Layout */
#container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.container {
    padding: 10px 10px 0;
}

#primary {
    background: #fff;
}

/* =Header
----------------------------------------------- */
#header {
    background: url(../img/header-tel.png) no-repeat 10px center;
}

#logo-site a {
    float: left;
    background: url(../img/logo.png) no-repeat 0 0;
    height: 85px;
    width: 420px;
    display: block;
    font-size: 0;
    margin: 5px 0 14px;
}

/* Search form in header */
#searchformheader {
    background: #FFFFFF;
    border: 1px solid #eee;
    float: right;
    height: 22px;
    line-height: 20px;
    margin: 0;
}

#s {
    background: transparent;
    border-radius: 0;
    border-style: none;
    box-shadow: none;
    color: #888464;
    height: 22px;
    padding: 0 5px 0 0;
}

#searchformheader button {
    background: transparent;
    border-radius: 0;
    border-style: none;
    box-shadow: none;
    height: 22px;
    padding: 0 0 0 5px;
}

.icon-search {
    background: url(../img/search-icon.png) 0 0 no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
}

/* =Menu
----------------------------------------------- */
#nav-top {
    float: right;
    margin-top: 0;
}

#nav-top .nav-pills > li > a {
    padding: 4px 4px 4px 0;
    margin: 0 5px;
}

#nav-top .nav-pills > li:before {
    content: "|";
    color: #fff;
    position: absolute;
    float: left;
    margin-top: 2px;
}

#nav-top .first-item:before {
    content: none !important;
}

#nav-top .nav-pills > .active > a,
#nav-top .nav-pills > li > a:hover,
#nav-top .nav-pills > .current-menu-parent > a {
    background-color: transparent;
    color: #61A830;
}

/* Main navigation */
#nav-main {
    background: url(../img/menu-bg.png) no-repeat center top;
    float: left;
    width: 960px;
    margin: 0 -10px;
    padding: 10px 0;
    height: 20px;
}

#nav-main .nav-pills {
    padding: 0;
}

#nav-main .nav-pills > li > a {
    background-color: transparent;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 20px;
}

#nav-main .nav-pills > li:before {
    content: url(../img/menu-ul.png);
    position: absolute;
    float: left;
    margin: -2px -10px 0 0;
}

#nav-main .first-item:before {
    content: none !important;
}

#nav-main .nav-pills > li {
    width: 12%;
    margin-right: 2%;
}

#nav-main .nav-pills > .active > a,
#nav-main .nav-pills > li > a:hover,
#nav-main .nav-pills > .current-menu-parent > a {
    color: #E5B9D8;
}

#nav-main .nav {
    margin: 0;
}

/* Dropdowns */
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
    margin-top: 10px;
    margin-right: 3px;
    opacity: 1;
}

.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}

.nav-pills .dropdown-menu {
    border-radius: 0 0 5px 5px;
}

.dropdown-menu {
    background-color: #7F1C50;
    border: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    list-style: none;
    margin: 10px 0 0;
    min-width: 180px;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu a {
    clear: both;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 26px;
    padding: 3px 15px;
    white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    background-color: #fff;
    color: #7F1C50;
    text-decoration: none;
}

/* Icon-based nav items */
#nav-main .about,
#nav-main .donate,
#nav-main .star,
#nav-main .story,
#nav-main .contact,
#nav-main .glossary,
#nav-main .faq {
    background-repeat: no-repeat;
    background-position: right top;
    width: 20px;
    height: 20px;
}

#nav-main .about { background-image: url(../img/about.png); }
#nav-main .donate { background-image: url(../img/donate.png); }
#nav-main .star { background-image: url(../img/star.png); }
#nav-main .story { background-image: url(../img/story.png); }
#nav-main .contact { background-image: url(../img/contact.png); }
#nav-main .glossary { background-image: url(../img/glossary.png); }
#nav-main .faq { background-image: url(../img/faq.png); }

#nav-main .about:hover,
#nav-main .donate:hover,
#nav-main .star:hover,
#nav-main .story:hover,
#nav-main .contact:hover,
#nav-main .glossary:hover,
#nav-main .faq:hover {
    background-position: right bottom;
}

/* Front nav with icons */
#nav-front {
    float: right;
    margin-top: 0;
    background: url(../img/pt.jpg) 0 0 repeat;
    height: 320px;
}

#nav-front .nav-pills > li {
    margin: 10px 10px 0;
}

#nav-front .nav-pills > li > a {
    padding: 60px 0 0;
    margin: 0;
    width: 90px;
    height: 30px;
    text-align: center;
    color: #666;
    font-weight: bold;
}

#nav-front .nav-pills > li > a:hover {
    color: #992B65;
    background: transparent;
}

/* Front icons */
#nav-front .coffe,
#nav-front .light,
#nav-front .pen,
#nav-front .heart,
#nav-front .man,
#nav-front .women {
    background-repeat: no-repeat;
    background-position: center top transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#nav-front .coffe { background-image: url(../img/coffe.png); }
#nav-front .light { background-image: url(../img/light.png); }
#nav-front .pen { background-image: url(../img/pen.png); }
#nav-front .heart { background-image: url(../img/heart.png); }
#nav-front .man { background-image: url(../img/man.png); }
#nav-front .women { background-image: url(../img/women.png); }

#nav-front .coffe:hover,
#nav-front .light:hover,
#nav-front .pen:hover,
#nav-front .heart:hover,
#nav-front .man:hover,
#nav-front .women:hover {
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* =Front Page
----------------------------------------------- */
.top-front {
    margin-bottom: 20px;
}

.slider {
    height: 320px;
    width: 720px;
    margin: 0;
}

/* Event widget */
.event-widget .list-event {
    background: #F7F7F7;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
    margin: 0 0 20px;
    padding: 0 10px 10px;
    border-radius: 0 0 5px 5px;
    color: #7F1C52;
    width: 198px;
    position: relative;
}

.event-widget h3 {
    background: url(../img/event-title.png) no-repeat 0 0;
    color: #fff;
    font-size: 13px;
    padding: 0 5px;
    line-height: 40px;
}

.event-widget ul {
    margin: 0;
    list-style: none;
    position: relative;
}

.event-widget .date-event {
    width: 40px;
    text-align: center;
}

.event-widget .date-event .day {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
}

.event-widget h4 {
    width: 148px;
    margin-right: 10px;
    font-weight: normal;
    font-size: 12px;
    color: #6D6D6D;
    padding: 5px 0 0;
}

.event-widget .name {
    font-weight: bold;
}

.event-widget a {
    color: #464646;
}

.event-widget li {
    margin: 0;
    padding: 10px 0;
    position: relative;
}

.event-widget li:after {
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #DCDCDC;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 198px;
}

.all-event {
    text-align: left;
}

.all-event a {
    font-weight: bold;
    color: #7F1C52;
    line-height: 20px;
}

.archive-gallery h4 {
    text-align: center;
}

.archive-gallery {
    height: 150px;
}

#quotescollection {
    background: #F7F7F7;
    border: 1px solid #E2E2E2;
    margin: 0 0 20px;
    padding: 10px 10px;
    border-radius: 5px;
    color: #7F1C52;
    width: 198px;
    position: relative;
}

/* =Sidebar Main
----------------------------------------------- */
.widget {
    margin-bottom: 10px;
}

.widget img {
    border: none;
}

.widget img:hover {
    background: transparent;
    border: none;
}

#sub-page,
#sidebar-right .menu {
    margin: 0 0 20px;
}

#sub-page ul,
#sidebar-right .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #F7F7F7;
    border-top: 1px solid #F7F7F7;
}

#sub-page li,
#sidebar-right .menu li {
    background-color: #F7F7F7;
    border-bottom: 1px solid #FFF;
    padding: 5px;
    line-height: 30px;
}

#sub-page li:hover,
#sidebar-right .menu li:hover {
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#sub-page a,
#sidebar-right .menu a {
    color: #505050;
    font-weight: normal;
    display: block;
    padding: 0 15px;
}

#sub-page a:hover,
#sidebar-right .menu a:hover {
    color: #972A64;
    font-weight: normal;
    display: block;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#sub-page .current_page_item a,
#sidebar-right .menu .current-menu-item a {
    color: #972A64;
    font-weight: bold;
}

#sub-page .current_page_item,
#sidebar-right .menu .current-menu-item {
    background: #fff;
}

#sidebar-right.well {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.well {
    background-color: transparent;
    border: 1px solid #E8DDC9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#sidebar .widget-inner {
    background: #F5F4F0;
    border: 1px solid #E8DDC9;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    padding: 10px;
}

#sidebar .widget-inner h3 {
    background: url(../img/widget-shadow.png) no-repeat center bottom;
    color: #236233;
    padding: 0 5px 10px;
    font-size: 14px;
}

/* =Footer
----------------------------------------------- */
.footer-bg {
    background: url(../img/footer-bg.png) no-repeat center top;
}

#footer {
    min-height: 170px;
    padding: 10px;
    color: #fff;
}

#footer a {
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer .span4 {
    margin-left: 20px;
}

#footer a:hover {
    background: none;
    color: #62A32C;
    text-decoration: none;
}

#footer h3 {
    color: #fff;
    font-size: 14px;
    margin: 0 0 5px;
}

#footer ul {
    list-style: none;
    margin: 0;
}

#footer li:before {
    content: "»";
    float: left;
    padding: 0 0 0 5px;
}

#footer li {
    float: right;
    width: 50%;
}

.credit {
    width: 100%;
    padding: 20px 0 40px;
    height: 20px;
    font-size: 12px;
}

/* =Content Page
----------------------------------------------- */
#main.span9 {
    width: 670px;
    margin-left: 0;
    margin-right: 40px;
}

#main .span8 {
    margin-left: 0;
    margin-right: 0;
}

#main.span10 {
    width: 710px;
    margin: 0 115px;
}

#breadcrumbs {
    background: url(../img/banner.jpg) no-repeat center top #FCF2F3;
    line-height: 18px;
    padding: 125px 10px 5px;
    color: #7E1C4F;
    margin-bottom: 20px;
}

select {
    border: 1px solid #BBBBBB;
    width: 100%;
}

article ul {
    list-style: inside;
}

article ol {
    list-style: decimal inside none;
}

.entry-content {
    font-size: 14px;
    line-height: 22px;
}

.read-more {
    font-size: 11px;
    font-weight: normal;
    margin-top: 10px;
}

#main .updated {
    color: #696969;
    font-size: 12px;
}

.format-gallery.span2 {
    margin-bottom: 20px;
    width: 150px;
    text-align: center;
}

.span9 .image-active {
    margin-bottom: 20px;
}

.span6 .aligncenter {
    margin-bottom: 20px;
}

/* Donation form */
.aryoDonationFormAjaxPost {
    padding: 0 20px 20px;
    background: #FCFBF7;
}

.aryoDonationFormAjaxPost h3 {
    background: #EEEEEE;
    margin: 0 -20px 20px;
    padding: 2px 20px;
}

.aryoDonationFormAjaxPost .radio,
.aryoDonationFormAjaxPost .total-payment {
    padding-top: 5px;
}

.aryoDonationFormAjaxPost .setActiveCheckBox,
.aryoDonationFormAjaxPost .add-on {
    padding: 0;
}

.aryoDonationFormAjaxPost .total-payment {
    font-weight: bold;
}

.form-horizontal .controls {
    margin-left: 120px;
    margin-right: 0;
}

.form-horizontal .control-label {
    width: 100px;
}

/* =Images & Gallery
----------------------------------------------- */
img {
    border: 1px solid #E8DDC9;
    padding: 2px;
}

/* RTL image floats */
img.alignright {
    float: left;
    margin: 0 20px 20px 0;
}

img.alignleft {
    float: right;
    margin: 0 0 20px 20px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img:hover {
    background: #E8DDC9;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#meteor-slideshow img {
    border: none;
    padding: 0;
}

#meteor-slideshow img:hover {
    background: transparent;
    opacity: 1;
    -webkit-transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
}

/* Gallery */
.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: right;
    margin-top: 0;
    text-align: center;
    width: 33%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery img {
    border: 1px solid #E8DDC9;
    padding: 2px;
    margin-bottom: 20px;
}

.gallery img:hover {
    background: #E8DDC9;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}

.gallery dl,
.gallery dt {
    margin: 0;
}

.gallery br + br {
    display: none;
}

/* Generic alignment helpers (RTL) */
.alignright {
    float: left;
}

.alignleft {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Basic responsiveness for main layout */
@media (max-width: 979px) {
    #container {
        max-width: 100%;
        padding: 0 15px;
    }

    #main.span9,
    #main.span10 {
        width: 100%;
        margin: 0;
    }

    #nav-main {
        width: 100%;
        margin: 0;
    }

    #nav-main .nav-pills > li {
        width: auto;
        margin-right: 10px;
    }

    #footer .span4 {
        margin-left: 0;
    }
}
