/* @override 
	http://dev.mkphoto.com/blog/blog.css
	http://dev.mkphoto.com/blog/wp-content/themes/mkphoto/blog.css
	http://dev.mkphoto.com/blog/wp-content/themes/mkphoto20100331/blog.css
*/

.clear {
	clear: both;
}
#home-comment-box {
	float: left; 
	width: 150px; 
	padding: 11px 10px 10px 10px; 
	background: #cbc46a;
	height: 100px;
}
#home-comment-box a {
	text-align: center; 
	color: #fff; 
	font: 18px Arial, sans-serif;
	padding-bottom: 2px;
}
#home-comment-box a:hover {
	color: #666;
}
#home-comment-box a#add-a-comment {
	background: url(images/comment-off.gif) no-repeat;
	height: 23px;
	width: 125px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}
#home-comment-box .social_icons {
	padding-left: 43px;
	padding-top: 3px;
}

#home-comment-box .social_icons a {
	margin-right: 10px;
}

#home-comment-box a:hover#add-a-comment {
	background: url(images/comment-on.gif) no-repeat;
}
#home-comment-box a#link-post {
	background: url(images/linkpost-off.gif) no-repeat;
	height: 23px;
	width: 125px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}
#home-comment-box a:hover#link-post {
	background: url(images/linkpost-on.gif) no-repeat;
}
#home-comment-box a#send-friend {
	background: url(images/send-to-friend-on.gif) no-repeat;
	height: 23px;
	width: 125px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}
#home-comment-box a:hover#send-friend {
	background: url(images/send-to-friend-off.gif) no-repeat;
}
#comment_box {
	margin-bottom: 40px; 
	float: left; 
	color: #666; 
	padding: 10px; 
	background: #e5e1b4; 
	width: 618px; 
	height: 101px; 
	overflow: auto;
}
#pop-comment-form {
	clear: both;
	display: none;
}

#blognav {
	background-color: #86947b;
	height: 24px;
	width: 100%;
}

#blognav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
    left: 0; /*undo our defaults */
}

#blognav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	position: relative;
}

#blognav li a.blognav_item {
	/* set the height of the nav bar in padding and height attr */
	overflow: hidden;
	height: 24px;
	display: block;
}


#blognav li ul {
	position: absolute;
	left: 0px;
	background-color: #81957b;
	width: 150px;
	display: none;
}

#blognav li li {
	float: none;
	display: block;
	margin: 0;
	text-indent: 0px;
	color: #c4d9b4;
	font-size: 11px;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
}

#blognav li li a {
	color: #fff;
	display: block;
	padding: 3px 15px;
}
#blognav li li a:hover {
		background-color: #abbd9d;

}

#blognav_home a.blognav_item {
	/* set background image and width here */
	width: 79px;
	background: url(images/blognav_home.png) no-repeat;
}

#blognav_studio a.blognav_item {
	/* set background image and width here */
	width: 93px;
	background: url(images/blognav_studio.png) no-repeat;
}

#blognav_categories a.blognav_item {
	/* set background image and width here */
	width: 143px;
	background: url(images/blognav_categories.png) no-repeat;
}
#blognav_yourphotos a.blognav_item {
	/* set background image and width here */
	width: 157px;
	background: url(images/blognav_yourphotos.png) no-repeat;
}
#blognav_contact a.blognav_item {
	/* set background image and width here */
	width: 129px;
	background: url(images/blognav_contact.png) no-repeat;
}
#blognav_subscribe a.blognav_item {
	/* set background image and width here */
	width: 141px;
	background: url(images/blognav_subscribe.png) no-repeat;
}
#blognav li#blognav_search {
	/* set background image and width here */
	width: 218px;
	text-indent: 0;
	height:  24px;
	background: url(images/blognav_search.png) no-repeat;
	color: #fff;
	font-size: 12px;
}

#blognav li .searchform {
	margin-left: 100px;
	width: 130px;
}
body#blog {
	color: #333;
}

.blogsidebar {
	margin-top: 96px;
}