/*
Theme Name: ayush
Theme URI: http://www.ayush.org
Description: 
Version: 
Author: Ayush
Author URI: http://www.ayush.org
*/

body {
	background-color: #eeeeee;
	font: Bold 24px Helvetica, sans-serif;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #336699;
}

div#main {
	background-color: #ffffff;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

div#header {
	background-color: #eeeeee;
	height: 140px;
	margin-bottom: 10px;
}

div#footer {
	background-color: #464646;
	color: #999999;
	height: 32px;
	font: 10px Arial, sans-serif;
	line-height: 32px;
	text-align: center;
	border-top: 32px solid #ffffff;
	margin-bottom: 32px;
}

div#footer a {
	color: #ffffff;
}

img#logo {
	margin-top: 84px;
}

div.post {
	position: relative;
	background: url(images/post-footer.jpg) bottom center no-repeat;
	margin-bottom: 20px;
	padding-bottom: 60px;
	padding-left: 30px;
	width: 520px;
/*	font: Bold 24px Helvetica, sans-serif;*/
	text-align: left;
	color: #3e3e3e;

}

div.post h2 {
	width: 500px;
	background-color: #eeeeee;
	padding: 0px 10px 5px;
	margin: -5px 0px 0px 0px;
}

div.post img {
	border:10px solid #eeeeee;
}

div.post .date {
	text-align: right;
	position: absolute;
	right: 550px;
	top: 5px;
}

div.post .date span {
	color: #ffffff;
	background: #dddddd;
	padding: 5px 10px;
	white-space: nowrap;
	font-size: 18px;
}

div.post .date span:hover {
	background: #336699;
}

div.post .date a:link, div.post .date a:active, div.post .date a:visited, div.post .date a:hover {
	text-decoration: none;
	color: #ffffff;
}

div.post h3:before {
	content: open-quote;
	font-weight: bold;
}

div.post h3:after {
	content: close-quote;
	font-weight: bold;
}

div.post h4 {
	color: #336699;
	text-align: right;
}

div.video {
	border:10px solid #eeeeee;
	width:500px;
}

#navbar {
	position: relative;
	background: #ffffff;
	height: 32px;
}

#older, #newer {
	text-align: center;
	display: inline;
	position: absolute;
	width: 100px;
	height: 32px;
	line-height: 32px;
	background: #336699;
	white-space: nowrap;
	font-size: 18px;
}

#older a, #newer a {
	color: #ffffff;
}

#older a:hover, #newer a:hover {
	color: #dddddd;
}

#older {
	left: 30px;
	float: left;
}

#newer {
	right: 30px;
	float: right;
}