/**
 * Custom CSS Styles for Nayaswami.org
 *
 * These override the Ananda 2009 redesign styles.
 *
 * Colors:
 *
 *	- #0258A4		Nayaswami Blue
 *	- #6C8BA6		Nayaswami Blue, faded for visited links
 *	- #FBE000		A bright yellow from the book cover
 *	- #536E41		A green from the book cover
 *	- #FFFFFF		White
 *
 *
 *
 *
 */
 
#headLogo {
height: 57px;
width: 527px;
margin: 0 auto;
padding: 10px;
}

/* Left-aligned

#headLogo {
height: 57px;
width: 632px;
margin: 0;
padding: 15px 0 10px 35px;
}

#ie5-5only #wrapup #headLogo,
#ie5-01only #wrapup #headLogo {
height: 57px;
width: 632px;
margin: 0;
padding: 15px 0 10px 20px;
left: 0;
}*/

html body {
background-image: url(/images/layout/bg-extension.jpg);
}

body #ie5-5only #wrapup,
body #ie5-01only #wrapup {
width: 100%;
background: #ffffff url(/images/layout/bg-extension-ie5.jpg) left top repeat-y scroll;
}

body #wrapup {
background: #ffffff;
}


#templeBanner {
height: 112px;
}

#fanbox {
	padding-left: 10px;
	background-image: url(/images-common-1.0/layout/horizontal-dotted-border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#fanbox h2 {
padding-right: 10px;
}

#templeBanner {
background-image: none;
}

#wrapup {
background: none;
}

body {
background: none;
}

#mainArticleInner a:visited,
#articleInfoColumn a:visited {
color: #6C8BA6;
}

#copyright {
margin-bottom: 24px;
}

body {
	background:url(/images/layout/bg-extension.gif) center top repeat-y scroll;
	margin: 0 !important;
}

/* Footer styles, to make it look nicer */
	#footer {
	text-align: center;
	}
	
	#footer a {
	padding: 0 15px;
	}
	
	#copyright {
	margin-bottom: 8px;
	}

/* Contact Us form */
	.genericForm fieldset label .labelName, .genericForm .radio .groupName, .genericForm .checkbox .groupName {
	width: 5em;
	}
	
	.genericForm .labelName, .genericForm .radio .groupName, .genericForm .checkbox .groupName {
	text-align: left;
	}

/* Photos page thumbnails */
	#mainArticle .indexList li {
	width: 140px;
	}

/* Font colors */
	#mainArticle h1,
	#primaryNavigation h2 a,
	a, 
	#wrapup #google a, 
	#wrapup a:hover, 
	#wrapup a:active {
	color: #0258A4;
	}

/* By default these rules are only enabled for the home page */
.more a,
a.more {
	background: 0 url(/images-common-1.0/icons/icon-go.gif) no-repeat;
	background-position: right;
	padding-right: 15px;
}