/* Apply a basic layout */
@import url('layouts/2c-r-fixed.css');

/* Load Widgets */
@import url('styles/widgets.css');

/* Un-comment the line below to set a grid with 18px line-height */
/* body { background:url(images/grids/960_grid_12_col.gif) repeat-y top center; } */

/* Widget Control
-------------------------------------------------------------- */

#search{
    display: none;
}

.aljana-events {
/*     display: none; */
}

.aljana-volunteers {
/* 	display: none; */
}

.aljana-galleries {
    display: none;
}

.shopping-cart  {
/* 	display: none; */
}

.latest-products  {
	display: none;
}

.aljana-social {
/*  	display: none; */
}

.aljana-donate  {
/* 	display: none; */
}

.widget_categories {
/* 	display: none; */
}

.widget_links {
	display: none;
}

.widget_tag_cloud {
/* 	display: none; */
}

.aljana-values {
/* 	display: none; */

}

.aljana-products {
/* 	display: none; */

}


#secondary {
	display: none;
}

#janana {
/* 	display: none; */
}

/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:11px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #0187C5;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}

/*
    Main Asides
*/

.aside h2,
.aside h3 {
    background: #420066;
}

/*
.aside .aljana-events h2,
.aside .aljana-events h3{
	background: #000;
}
*/


.main-aside ul {
    padding:0;
    margin:0;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #ccc;
    padding:0 0 0 0;
    margin-bottom:0px;
}
#secondary {
    border:1px solid #ccc;
    border-top: 0px;
    padding:0 0 0 0;
    margin-bottom:0px;
    overflow: hidden;
}

#secondary ul h3{
	display: none;
}

/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}

/* teasers */

#teasers {
	float: left;
	display: block;
	clear: left;
	width: 600px;
	margin: 10px 0px 0 0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 14px;
}

#teasers ul {
 margin: 0;
}

#teasers li {
	float: left;
	border-right: 1px solid #ccc;
	display: block;
	}

#teasers .background,
#teasers .title {
	display: block;
 
}

#teasers .background{

	width: 199px;
	height: 142px;
}

#teasers .title{
	width: 199px;
	height: 30px;

}

#teasers a {
	line-height: 2em;
	color: #fff;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#teasers a.about {
	background: #EDA711;
		
}
#teasers a.programs {
	background: #C740A5;
}

#teasers a.galleries {
	background: #AA91FF;
}


#teasers a:hover {
		background: #999;
		color: #fff
}

#janana {
	float: left;
	display: block;
	width: 	920px;
	margin: 10px 0 0 0;
	padding: 10px 10px 50px 10px;
	background: #9264AA;	
	color: #fff;

}

#janana .entry-title{
	padding-top: 0px;
}
#janana a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;	
}

#janana a:hover {
	text-decoration: underline;
}
/* =Footer
-------------------------------------------------------------- */

#footer {
    color:#fff;
	width: 960px;
	margin: auto;    
}
#siteinfo {
    font-size:11px;
	color: #fff;
    padding: 5px 20px 5px 10px;
    background: #420066;
    margin-bottom: 20px;
}
#siteinfo a {
    color:#fff;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #0187C5;
}