/**
 * Theme Name: Hybrid
 * Theme URI: http://themehybrid.com/themes/hybrid
 * Description: A user-friendly, search-engine optimized theme framework, featuring 15 custom page templates and multiple widget-ready areas, allowing you to create any type of site you want. 
 * Version: 0.7.1
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: theme-options, threaded-comments, sticky-post, microformats, translation-ready, rtl-language-support, one-column, two-columns, three-columns, fixed-width
 * Status: publish
 *
 * Copyright (c) 2008 - 2010 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('library/css/21px.css');

/* Get layout CSS */
@import url('library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('library/css/plugins.css');

/* Get drop-downs CSS */
@import url('library/css/drop-downs.css');

/* Get default CSS */
@import url('library/css/screen.css');

/* Make sure theme clears WP.org theme repository checklist */
.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}

#primary {
   margin:50px 25px 25px 0;
}
#vertical-scroll-latest-post {
   background:#b3e8ae;
}
#primary h3 {
   background:#016516;
   color:#FFF;
   font-style:normal;
   padding:5px 0;
   text-align:center;
}
h6 {
	font-size: 13px;
        color: #3EB73F;
	}
.vsrp_div a:link,.vsrp_div a:visited {
   color:#000;
   display:block;
   font-weight:bold;
   text-decoration:none;
}
#secondary {
   background:#016516;
   padding:0 10px;
   width:280px;
}
#secondary h3 {
   color:#FFF;
   font-size:100%;
   font-style:normal;
   text-align:center;
}
table, tr, td, tbody {
   border:none;
   color:#FFF;
   height:10px;
   margin:0;
   padding:0;
}
.page-title a:link, .page-title a:visited, .post-title a:link, .post-title a:visited {
 /*  font-family: 'Tangerine', serif;*/
 font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 20px;
   text-transform:capitalize;
}
#page-nav ul li ul li {
   width:200px;
}
.vslp_div {
	color:#000;
	padding:5px 0;
	text-align:justify;
}
.vslp_div p { font-size:12px; line-height:14px; padding:0; margin:0;}
.vslp_div a {
	color:#000;
	display:block;
	font-size:12px;
	font-weight:bolder;
	line-height:12px;
	text-decoration:none;
	text-transform:uppercase;
}
a.vclp_read {
	color:#d61a1a;
	font-weight:normal;
	text-transform:none;
}