/**
*
* @note                             css file for the colors
*                                   Put any color, background or border style in this file
*                                   
* @appdef                           fapulous framework
* @app-myapp-theme                  
* @app-myapp-used                   True
* @media                            screen
* @valid                            true
*                                   
* @author                           Alp Uçkan
* @version                          1.1
* @link                             http://fapulous.77elements.net/
* @copyright                        Copyright(c) by Alp Uçkan
* @license                          http://sam.zoy.org/wtfpl/
*                                   
* @date                             2008-09-22
* @lastmodified                     2009-10-04 17:24
*                                   
* @colordef                         rgb(0,0,0); Black; Text
* @colordef                         rgb(255,255,255); White; Background
*/                                  

/**                                 
* @section                          Page color and background-color
*
*                                   (not setting page color and background-color at all
*                                    will make the theme adapt to the user's OS settings)
*/

/* 
body                              { color: #000; background-color: #fff; }
 */

/**                                 
* @section                          Color: #777
*/

h1, h2, h3, h4, h5, h6,
legend,
del,
strike,
.formNotes,
blockquote,
.s9YSubTitle,
.s9YSubTitle a:link,
.s9YSubTitle a:visited,
.s9YSubTitle a:hover,             
.s9YSubTitle a:active,            
.s9YSubTitle a:focus,
#Footer p,
.s9yEntryFooter,
.s9yEntryPager,
.s9yCalendar td,
.serendipity_commentDirection,
.s9yCommentSource p,
.serendipitySideBarItem,
.serendipity_freeTag,
.serendipity_freeTag a:link,
.serendipity_freeTag a:visited,
.serendipity_freeTag a:hover,     
.serendipity_freeTag a:active,    
.serendipity_freeTag a:focus,
.s9yNoTrackbacks,
.s9yNoComments,
.s9ySectionTrackbacks,
.plugin_comment_date                { color: #777; }

abbr                                { border-bottom: 1px dotted #777; }
legend                              { border: 1px solid #777; }
                                    
/**                                 
* @section                          Color: #ccc
*/                                  
                                    
h1 a:link,                          
h1 a:visited,                       
.s9yWhoWhen .s9yDate,               
.s9ySummaryPostedBy,
.s9yWhoWhen .s9yCommTrackC          { color: #ccc; }

pre                                 { border: 1px dashed #ccc; }

/**                                 
* @section                          Color: #fffbcf
*/                                  

input:focus,                        
textarea:focus                      { background: #fffbcf; }

/**                                 
* @section                          Color: #00f
*/                                  

code, pre                           { color: #00f; }

/**                                 
* @section                          Color: #000
*/                                  

pre                                 { color: #000; }

/**                                 
* @section                          Color: #eee
*/                                  

code, pre                           { background-color: #eee; }

/**                                 
* @section                          Color: #0baf0a
*/                                  

.serendipity_edit_nugget a:link     { color: #0baf0a; }

/**                                 
* @section                          Color: #098f08
*/                                  

.serendipity_edit_nugget a:visited  { color: #098f08; }
.serendipity_edit_nugget a:hover,   
.serendipity_edit_nugget a:active,  
.serendipity_edit_nugget a:focus    {  }

/**                                 
* @section                          Color: #efefef
*/                                  

.commNumber                         { color: #efefef; }
.searchterm                         { background-color: #efefef; }

/**                                 
* @section                          Color: #333
*/                                  

.searchterm                         { color: #333; }
