/*
Theme Name: Bloggermint 
Theme URI: http://bloggermint.com/
Description: Bloggermint V2.0 theme is powered by HTML5 and CSS3.
Author: Franklin Manuel, Rethnaraj Rambabu
Version: 2.0
Tags: green, brown, white, two-columns, three-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/* Grab the original TwentyTen styles */
/* This stylesheet merely overrides a few and brings HTML5 to the masses! */
@import url(twentyten-style.css); 

/* A message for users with JavaScript turned off */
noscript strong {display: block; font-size: 18px; line-height:1.5em; padding: 5px 0; background-color: #ccc; color: #a00; text-align: center; }

/* HTML5 elements need display: block */
header,nav,section,article,aside,figure,footer { display:block; }

/* Where we're reassigning div's to HTML5 elements we */
/* need to copy across their CSS styles like so... */
header { 
    background: #36281B;
    box-shadow: 0 -15px 15px rgba(0,0,0,0.2)inset;
    clear: both;
    height: 90px;
    min-width: 1190px;
    width: 100%;
	border-bottom:5px solid #6e6151;
 }
#buyads1 {
	display: none;
} 

#maxad {
	margin-top:10px;
}

h2#site-description { font-size: 12px;}

#content figure { background:#f1f1f1; line-height:18px; margin-bottom:20px; padding:4px; text-align:center; }
#content figure img { margin:5px 5px 0; }
#content figure figcaption { color:#888; font-size:12px; margin:5px; font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; }

input[type="email"], 
input[type="url"] { background: #f9f9f9; border: 1px solid #ccc; box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); padding: 2px; }


.ie6 nav ul li.current_page_item a,.ie6 nav ul li.current-menu-ancestor a,.ie6 nav ul li.current-menu-item a,.ie6 nav ul li.current-menu-parent a,.ie6 nav ul li a:hover { color:#fff; }