/* Mahindra Blog Website Styles*/

/*Generic Page Styles *****************************/
body *{
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fff;
	font-size:.8em;
}

img{
	border:0;
}

a:link, a:visited{
  color:#CA171D;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

.break{
	clear:both;
}

hr{
	height:0;
	border-top:0px solid #ccc;
	margin-bottom:5px;
}

p{
  padding-bottom:15px;
}

h1.main, h2.main{
	display:block;
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
	text-indent:-1000px;
	overflow: hidden;
	width:760px;
}

div#title h1.main{
	height:201px;
	background-image:url(images/h1.jpg);
	cursor: pointer;
}

div#description h2.main{
	height:35px;
	background-image:url(images/h2.gif);
}

h3{
  font-size:1.6em;
  padding-bottom:25px;
}

h4{
  color:#CA171D;
  font-size:1.4em;
  padding-bottom:10px;
}

ul{
  list-style-type:none;
	padding-bottom:30px;
}

li{
	padding-bottom:8px;
}

#wrapper{
  margin:0 auto 30px auto;
  padding:0 5px;
  position:relative;
  text-align:left;
  width:760px;
}
#col1{
  border-right:1px solid #ccc;
  margin:15px 0;
  padding:15px 30px;
  float:left;
  width:498px;
}
#col2{
	font-size:.85em;
	line-height:1em;
  margin:15px 0;
  padding:20px;
  width:160px;
  float:left;
  text-align:right;
}

#col2 a:link, #col2 a:visited{
  color:#999;
	text-decoration:none;
}

#col2 a:hover{
	text-decoration:underline;
}

#aboutPhoto{
  border:1px solid #ccc;
	margin-bottom:10px;
}
.navHeader{
  padding-bottom:10px;
}
#footer{
  background-color:#ccc;
  font-size:.85em;
  padding:10px;
}

.post{
	padding-bottom: 30px;
}