/* Grey Colors Stylesheet */



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

/* 1.1 Defaults */
body {background:white; color:black }



/* 1.2 Hyperlinks */




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

/* 2.1 Containers & Columns */
/*.col-right { float:left; width:420px }*/
.col-full { width:980px }

/* 2.2 Navigation */
#navigation  { background-color:white; }

/* 2.2.1 Drop-down menus */



/* CATEGORY NAVIGATION */

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



/* 2.3 Header */
#header{padding:0px 0;clear:both;position:relative;}


/* 2.4 Content */
#main{width:530px;}
#main.fullwidth  { width:980px; }


/* 2.5 Sidebar */
#sidebar{width:428px;}


/* 2.6 Extended Footer */
#extended-footer  { background-color: #b0b0b0; color: #585858; }
#extended-footer li a:link, #extended-footer li a:visited  { color:#585858; }
.one, .two  { border-right: 1px solid #878787; }

/* 2.7 Footer */



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

.post {margin-bottom:20px; border-color:#99CCFF; padding:20px; padding-left:36px }
.post .date  {background: url(tmwsw/date.png) no-repeat left top; }
.post .title  {font-size:26px }
.post-meta li  {width:144px }
.post-meta li .body a:hover  { color: #333333; }

/* 3.1 Typographic Elements */

/* 3.2 Images */
.post img { text-align: center; }
.entry .aligncenter  { text-align: center; }
.entry pre {padding:8px; background:#f0f0f0; width:450px !important; width:434px; font-size:11px; line-height:14px; color:black; margin-bottom:16px;
     white-space: pre-wrap;       /* css-3 */
     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/* 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  { border-bottom: 1px solid #333333; }

.widget ul li a:link, .widget ul li a:visited { background: url(grey/bullet.png) no-repeat 10px center; border-bottom: 1px solid #b0b0b0; line-height:20px; padding:8px 0px 8px 24px }
.widget ul li a:hover  { color: #333333; background: url(grey/bullet_hover.png) no-repeat 10px center; font-weight: bold; }

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


/* 4.2 Specific Widgets */

/* FEATURED POSTS */

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

/* WIDGET FORMS */
input#s, input.field  { border: 1px solid #b0b0b0; }
input#s:focus, input.field:focus  { border: 1px solid #333333; }
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: #333333; }

/* 5.4 Gravity forms */
.gform_wrapper input.button { background-color: #333333; }