@import url("sattvic-grunge/complete-reset.css");

/* structure of site */

#workspace {
	background: #fff url(/images/sattvic-grunge/header.jpg?1273914970) no-repeat left top;
	margin: 0 auto;
	width: 980px;
}

#bread-crumbs {
	padding: 10px 0 9;
	text-align: right;
	margin-bottom: 325px;
}

#search-field {
	display: inline;
	text-align: right;
}

#rss-link {
	text-align: right;
	margin-bottom: 33px;
}

#main-body {
	float: left;
	padding-right: 10px;
	margin-bottom: 1.5em;
	width: 640px;
}

#sidebar {
	background: #fff url(/images/sattvic-grunge/seamless-left-grunge-border.png) repeat-y left top;
	float: left;
	padding: 1em 0 2em 55px;
	text-align: center;
	width: 270px;
}

#sidebar p, #sidebar ul {
	text-align: left;
}

#paypal, #facebook-badge {
	margin: 1.5em 0 2em;
}

.sidebar-menu {
	margin-bottom: 1.5em;
}

.sidebar-menu img{
	margin-bottom: -.5em;
}

#footer {
	background: #fff url(/images/sattvic-grunge/seamless-top-grunge-border.png) repeat-x left top;
	clear: both;
	padding: 1.5em 1em;
	text-align: center;
}

/* end of structure */

/* html tags */

h1 {
	color: #db3b06;
	font-size: 2em;
	line-height: 1.1em;
	margin: 1em 0 0;
}

h1 a {
	color: #db3b06;
	text-decoration: none;
}

h2, h3, h4, h5, h6{
	color: #290d84;
	margin: .4em 0 0;
}

h3, h4, h5, h6 {
	font-weight: normal;
}

h2 {
	font-size: 1.65em;
}

h3 {
	font-size: 1.50em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.15em;
}

p, p a { 
	color: #370f02;
	font-size: .9em;
	line-height: 1.4em;
	margin: .6em 0 0;
}

ul, ol {
	margin-bottom: 1em;
}

ul { list-style: circle inside; }

ol { list-style: decimal inside; }

li {
	color: #370f02;
	font-size: .9em;
	line-height: 1.4em;
	padding: 0.25em 0 0.1em 1.5em;
}

blockquote {
	background: #fff url(/images/sattvic-grunge/opening-quote.png) no-repeat top left;
	border-bottom: 3px solid #290d84;
	border-top: 3px solid #290d84;
	color: #370f02;
	font-style: italic;
	margin: 1.5em 12em 1.5em 3em;
	padding: 1em 0 1em 70px;
}

cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

/* enf of html tags */

/* special sections */

.image_center_align {
	text-align: center;
	margin: 1em 0;
}

.post-meta-info {
	margin: 0;
}

.post-meta-info p, .post-meta-info p a {
	color: #9486c2;
	line-height: 1.2em;
	margin: 0;
}
	
/* end of special sections */

