/*
	Sai Maa CSS File - Mojo Edition
*/

p {
	font-size: 15px;
}

ul.sub-menu {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.3) 100%);
    text-align: left;
    border-radius: 0 0 5px 5px;
    padding: 5px 0;
}
  
 ul.sub-menu li {
    padding: 6px 0;
}
    
.entry-content h3{
	margin: 0 0 20px 0;
	max-width: 100%;
	font-weight: 600;
}
    
.alignright{
	margin-left: 50px;
	margin-bottom: 50px;
}
    
.alignleft{
	margin-right: 50px;
	margin-bottom: 50px;
}
    
#primary-sidebar{
	padding: 40px 10px 10px 20px;
	background: url("../library/images/fancy-column.png") no-repeat scroll center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-left: 50px #fbfbfb solid;
}

#primary-sidebar h4{
	text-align: center;
}

h4.post-title-list a, h3.smally{
	font-weight: 600 !important;
}

.yellow-text{
    color: #e4d098 !important;
}
    
.home-news h1{
	font-size: 28px !important;
}

.single-post h3.smally {
	text-align: center;
    font-size: 36px;
}

.single-post h3.smally::after{
	content: " ";
    background: url("../library/images/divider_large.png") center top no-repeat;
    display: block;
    height: 40px;
    margin-top: 10px;
}

.single-post .hentry header{
	text-align: center;
}


 .entry-content ul li{
	    list-style-type: disc;
    }


 .entry-content ul.flower-list{
	 margin-bottom: 1.5em;
 }
 
 .entry-content ul.flower-list li{
	    list-style-type: none;
	    background: url("../library/images/bullet_flower.png") no-repeat left 4px;
	    padding-left: 25px;
    }

.post-zero, .post-zero-one{
	margin-bottom: 30px;
}

.post-zero h4, .post-zero-one h4{
	color: #773f9b; /* Deep purple */
}

.news-headline h4, .news-headline h5{
	color: #773f9b; /* Deep purple */
}

.news-row {
	border-width: 0px 0px 2px 0px;
    padding-bottom: 10px;
    border-image: linear-gradient(to right, rgba(237,226,196,0) 0%,rgba(234,200,112,1) 50%,rgba(237,226,196,0) 100%);
    border-image-slice: 1;
}

.news-row-2 {
	border-width: 0px 0px 2px 0px;
    padding-bottom: 25px;
    padding-top: 10px;
    border-image: linear-gradient(to right, rgba(237,226,196,0) 0%,rgba(234,200,112,1) 50%,rgba(237,226,196,0) 100%);
    border-image-slice: 1;
}


h4.post-title, h5.post-title{
	 color: #773f9b;
    font-family: "athelas",georgia,serif;
}

.view-all-button:hover{
	background: #a47511;
	color: #fff !important;
}

.divider-lg{
	margin-top: 20px;
}

.latest-news .post-zero, .latest-news .post-zero-one{
	padding: 0 40px;
}

.latest-news h3{
	margin-bottom: 20px;
    max-width: 100%;
    text-align: center;
	border-width: 0px 0px 2px 0px;
    padding-bottom: 15px;
    padding-top: 10px;
    border-image: linear-gradient(to right, rgba(237,226,196,0) 0%,rgba(234,200,112,1) 50%,rgba(237,226,196,0) 100%);
    border-image-slice: 1;
}


.pic-holder-2{
	height: 300px;
}

.upcoming-events-header {
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
	border-width: 0px 0px 2px 0px;
    border-image: linear-gradient(to right, rgba(237,226,196,0) 0%,rgba(234,200,112,1) 50%,rgba(237,226,196,0) 100%);
    border-image-slice: 1;
}

.page-template-page-events h3{
	margin-top: 30px;
}

.button-small{
	text-decoration: none !important;
}

.entry-content table{
	border: 0;
}

.entry-content tr:nth-child(even){
	background: #f7f4df;
}