/* Green Colors *//*-----------------------------------------------INDEX:1. SETUP-1.1 Defaults-1.2 Hyperlinks2. SITE STRUCTURE & APPEARANCE-2.1 Containers-2.2 Header-2.3 Navigation--2.3.1 Drop-down menus-2.4 Intro-2.5 Content-2.6 Sidebar-2.7 Footer3. POSTS-3.1 Typographic Elements-3.2 Images-3.3 PageNavi4. WIDGETS-4.1 Social Media Box-4.2 Tabber5. COMMENTSAREA-5.1 Comments-5.2 Comments Form6. GENERAL STYLES-----------------------------------------------*//*-----------------------------*//* 1. SETUP *//*-----------------------------*//* 1.1 Defaults */body  {	color: #5b5b5b;	background: #000 url(green/bgtile.jpg) repeat-x left top;}/* 1.2 Hyperlinks */a:link, a:visited  { color: #29c28f; }/*-----------------------------*//* 2. SITE STRUCTURE & APPEARANCE *//*-----------------------------*//* 2.1 Containers */#bg  { background: url(green/bgoverlay.jpg) no-repeat center 70px; }/* 2.2 Header *//* 2.3 Navigation */#nav .current_page_item a, #nav a:hover  {	background-color: #29c28f;	background: rgba(41, 194, 143, 0.3);}/* 2.3 Drop-down menus *//* 2.4 Intro *//* 2.5 Content *//* 2.6 Sidebar *//* 2.7 Footer *//*-----------------------------*//* 3. POSTS *//*-----------------------------*/.meta .comments a:link,.meta .comments a:visited  {	background: #373434 url(green/ico-comments.png) no-repeat 2px center;}.post .tags  {	background: url(green/ico-tags.png) no-repeat left center;}.tags a:link,.tags a:visited  {	}/* 3.1 Typographic Elements *//* 3.2 Images *//* 3.3 PageNavi */#main .wp-pagenavi .current, #main .wp-pagenavi a:hover  {	color: #fff;	background-color: #29c28f;}/*-----------------------------*//* 4. WIDGETS *//*-----------------------------*//* 4.1 Social Media Box */#social li a:hover span.site  { color: #29c28f; }/* 4.2 Tabber */.idTabs .popular a  { background: #121212 url(green/tabber-popular.png) no-repeat 6px center; }.idTabs .comments a  { background: #121212 url(green/tabber-comments.png) no-repeat 6px center; }.idTabs .tags a  { background: #121212 url(green/tabber-tags.png) no-repeat 6px center; }#tabber .list li a:link,#tabber .list li a:visited  {	background: url(green/widgetbullet.png) no-repeat 17px center;}/* 4.3 General Widgets */.widget ul li a:link, .widget ul li a:visited  {	background: url(green/widgetbullet.png) no-repeat 17px center;}.widget_recent_comments li  {	background: url(green/widgetbullet.png) no-repeat 17px center;}#flickr .flickr_badge_image a:hover  { border-color: #29c28f; }#searchform .submit  { color: #29c28f; border: 1px solid #29c28f; background-color: #c6fdc8; }/*-----------------------------*//* 5. COMMENTSAREA *//*-----------------------------*//* 5.1 Comments */#comments ul.children li  { background: url(green/commentreply.png) no-repeat top left; }/* 5.2 Comments Form *//*-----------------------------*//* 6. GENERAL STYLES *//*-----------------------------*/
