/* Grey Colors Stylesheet */



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { background: #999999 repeat left top; }

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #E6E6E6;
    text-decoration: none; }
a:hover  {text-decoration: underline;}



/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */


/* 2.2 Navigation */


/* 2.2.1 Drop-down menus */



/* CATEGORY NAVIGATION */

 PAGES NAVIGATION */
/*#pagenav a  { border-bottom: none; }
#pagenav li.current_page_item a, #pagenav li.current-menu-item a, #pagenav li a:hover  { border-color: #333333;  }
#pagenav li ul  { border: none; }
#pagenav li ul li  { border: none; }
#pagenav li ul a:hover  { color: #fff!important; background: #333333; border: none;  }
#pagenav li.rss a  { color: #333333; background: url(grey/ico-rss.png) no-repeat right 4px; }*/




/* 2.3 Header */


/* 2.4 Content */


/* 2.5 Sidebar */


/* 2.6 Extended Footer */
#extended-footer  { background-color: #363636; color: #e6e6e6; }
#extended-footer li a:link, #extended-footer li a:visited  { color:#e6e6e6; }
.one, .two  { border-color: #e6e6e6; }

/* 2.7 Footer */



/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

.post .date  { background: url(grey/date.png) no-repeat left top; }

.post-meta li .body a:hover, .navigation a:hover  { color: #333333; }


/* 3.1 Typographic Elements */

/* 3.2 Images */
.post img.attachment-post-thumbnail  { border: 5px solid #b0b0b0; }
.entry img  {  }

/* 3.3 Pagination / WP-Pagenavi */

.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited { color: #333333; }
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover { background: #b0b0b0 !important; color: #333333; }


/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.1 Generic Widgets */
.widget h3  { }

.widget ul li a:link, .widget ul li a:visited { background: none; }
.widget ul li a:hover  { color: #333333; background: none; font-weight: bold; }

.widget_recent_comments li, .widget_twitter li  { border-bottom: 1px solid #b0b0b0; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, .widget_twitter a  { color: #333333!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */

/* RESET FOR CATEGORIES WITH COUNT and HEIRARCHY */
#container .widget_categories li  { background: url(grey/bullet.png) no-repeat 10px 12px; border-bottom: 1px solid #b0b0b0; }
#container .widget_categories li:hover  { background: url(grey/bullet_hover.png) no-repeat 10px 12px; }

/* 4.2 Specific Widgets */

/* FEATURED POSTS */

.widget-bueno-featured li  { border-bottom: 1px solid #b0b0b0; }
.widget-bueno-featured span.thumb img  { border: 5px solid #b0b0b0; }
.widget-bueno-featured span.thumb img:hover  { border-color: #333333; }

/* WIDGET FORMS */
input#s, input.field  { background-color: #363636;
    border: medium none #363636;
    color: #999999;
    font-family: montserrat;
    font-size: 12px;
    height: 20px;
    padding-right: 13px;
    text-align: right;
    text-transform: uppercase; 
    width: 215px; }
input#s:focus, input.field:focus  { border: medium none #363636; }
input.submit  { background-color: #333333; }

/* FLICKR */
#flickr a img  { border: #b0b0b0 3px solid;}
#flickr a:hover img  { border:#333333 3px solid; }

/* LIFESTREAM */
.widget_lifestream ul li  { border-bottom: 1px solid #b0b0b0; }

/* TEXT WIDGET */

/* CALENDAR */
#wp-calendar th,#wp-calendar td{background:#b0b0b0;}
#wp-calendar th  { color: #333333; }

/* ADS */
#sidebar .ads125 { border: 1px solid #b0b0b0; }

/* 4.3 Extended Footer Widgets */


/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */


/* 5.2 Pingbacks / Trackbacks */

/* 5.3 Comments Form */
#commentform #submit  { background-color: #ffffff; }

