/*  
Theme Name: Kunal's blog theme
Description: Kunal's blog theme.
Version: 1.0
Author: Lisa Sutor

*/

body, h1, h2, h3, h4, h5, h6, address, dd, dl, hr, form, blockquote, p{
	font-family: tahoma, sans-serif;
        margin: 0;
	padding: 0;
}

body{
	margin: 0px;
	font-family: Arial, Helvetica, Georigia, Sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #666666 url(images/main_bg.jpg) no-repeat top;
    width: 100%;
    height: 800px;
    display: table;
}

h1{
	font-family: Tahoma, Sans-serif;
	font-size: 28px;
	padding: 10px;
}

p{
        font-family: tahoma, sans-serif;
        font-size: 14px;
        padding: 10px 0 5px;
}



dd{padding: 0 0 0 20px; }

form, input, textarea{
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

p img{max-width: 100%; }

a img{border-color:transparent;}

.myimage {border-color:transparent;}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	margin: 3px 0 2px 10px;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

img.alignleft{
	margin: 3px 10px 2px 0;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

.alignleft{float: left; }

.alignright{float: right; }

.clear{margin: 0; padding: 0; clear: both; }

small{font-size: 11px; }

a:link, a:visited{
	text-decoration: none;
        border: 0px;
        color: #00ccff;
}

a:hover{
	text-decoration: underline;
	color: grey;
}


#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

#header{
	float: left;
	width: 100%;
        height: 136px;
}

#logo{
    float: left;
    width: 167px;
    height: 164px;
    background-image: url(images/logo.gif)
}

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 800px;
  height: 36px;
  background: url(images/nav_bg.jpg) no-repeat;
  position: relative;
  float: right;
}


#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}


#menu a:hover {
  background-position: left bottom;
}


#menu .home {
  width: 76px;
  height: 36px;
  background: url(images/home.jpg) no-repeat;
  left: 392px;
  top: 0;
}

#menu .about {
  width: 79px;
  height: 36px;
  background: url(images/about.jpg) no-repeat;
  left: 468px;
  top: 0;
}

#menu .videos {
  width: 83px;
  height: 36px;
  background: url(images/videos.jpg) no-repeat;
  left: 547px;
  top: 0;
}

#menu .hmp {
  width: 62px;
  height: 36px;
  background: url(images/hmp.jpg) no-repeat;
  left: 630px;
  top: 0;
}

#menu .contact {
  width: 99px;
  height: 36px;
  background: url(images/contact.jpg) no-repeat;
  left: 692px;
  top: 0;
}

#container{
	float: left;
	width: 800px;
	background: #666666;
}

#content{
	float: left;
	width: 500px;
}


.post{
	font-family: tahoma, sans-serif;
        font-size: 14px;
        padding: 20px;
}

.post h2{
	font-family: tahoma, Sans-serif;
	font-size: 24px;
}

.post h2 a {color: #000; }

.entry-date{
	padding: 10px 10px 0 10px;
	color: #666;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5{padding: 10px 0 5px; }

.entry{
	font-family: tahoma, Sans-serif;
        font-size: 14px;
        line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 0px;
	margin: 0;
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;

}


.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer{
        clear: both;
	    width: 800px;
        height: 197px;
	    text-align: center;
        vertical-align: bottom;
	    background: #666666 url(images/footer.jpg) no-repeat left;
        margin: 0;
        display: table;
}

#footer a{
	text-decoration: none;
} 