/**
  * @category	Hasan Yalcin
  * @package	Interface
  * @author		Bilal Cinarli
  * @copyright	2005 - 2012 Bilal Cinarli
  * @license
  * @version
  * @filesource
  * @link		http://bcinarli.com
  * @see
  * @since
 **/
 
 /*------------ Layout ------------*/
    body { background: #ececec url(light/bg.jpg) top center repeat-y; }
 /*------------ Layout ------------*/
 
 /*------------ Form ------------*/
    input[type="text"], textarea { border: 1px solid #c1c1c1; background: #eee; 
                                    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 2px rgba(0, 0, 0, 0.15); }
 /*------------ Form ------------*/

 /*------------ Header ------------*/
    #branding { background-image: url(light/logo.png); }

    .color-switch a { background-image: url(light/switch.png); }
        .color-switch a:hover:before { background-image: url(light/choose-color.png); }
    .color-switch .preview { background-image: url(light/color-preview.png); }
 /*------------ Header ------------*/

 /*------------ Navigation ------------*/
    #access { border-color: #bdbdbd; background: url(light/navigation.png) top repeat-x; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
        #menu-main-nav li { border-color: #bdbdbd; }
            .menu-item a { color: #474747; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); }
            #menu-item-2337 a { background-image: url(light/home.png); }
            #menu-item-2339 a { background-image: url(light/rss.png); }
 /*------------ Navigation ------------*/
 /*------------ Content ------------*/
    #from-archive h2, .comments-title, .reply-title, .page-title { color: #373737; text-shadow: 0 1px rgba(255, 255, 255, 0.75); }
 /*------------ Pagination ------------*/
    .pages a, .pages span { background: url(light/pagination.png) repeat-x; }
    .pages a { border-color: #bebebe; background-position: 0 0; color: #717171; text-shadow: 0 1px #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.28); }
    .pages a:hover { background-position: 0 -23px; }
    .pages span { border-color: #505050; background-position: 0 -46px; color: #f2f2f2; }
 /*------------ Pagination ------------*/
 /*------------ Content ------------*/

/*------------ Sidebar ------------*/
    .widget-title { color: #333; }
    .widget li, .widget li:first-child, .widget .all-content { border-color: #bdbdbd; }
        .widget a { color: #333; }
        .widget.widget_links a { color: #8a8989; }
        .widget.widget_links a:hover { color: #333; }
            .widget-area li a:before { background-image: url(light/link-arrow.png); }

   #other-sites, #other-sites .portfolio { border-color: #5a5a5a; }
/*------------ Sidebar ------------*/

/*------------ Footer------------*/
    .footer-widget li { border-color: #a3a3a3; }
    .footer-widget .hy_recent_comments li { background-image: url(light/bubble.png); }
    .footer-widget .widget-title { text-shadow: 0 1px #eee; }
    
    .widget_twitter_vjk { color: #363636; }
        .widget_twitter_vjck .widget-title { background: url(light/twitter.png) top left no-repeat; color: #0094c4; }
        .widget_twitter_vjck li { background-image: url(light/twitter-arrow.png); }
    
    .twitter_follow a { color: #363636; text-shadow: 0 1px #eee; }
    
    .copyright { color: #363636; }
/*------------ Footer------------*/