/*
Theme Name: Lindsey Software
Theme URI: 
Description: 

Author: CJRW
Author URI: http://www.cjrw.com
*/


@import "css/lindsey_style.css";

h2.pageTitle {
    font-size: 11px;
    letter-spacing: 1px;
    background-image: url( images/page_heading_bullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: -5px;
    padding-left: 25px;
}

ul.sub-nav {
    padding: 0;
}

ul.sub-nav li {
    list-style-type: none;
    padding: 5px 0;
}

ul.sub-nav li a, ul.sub-nav li a:visited {
    text-decoration: none;
    color: white;
    
}
ul.sub-nav li a:hover {
    text-decoration: underline;
}
.side-bar-nav { padding-top: 15px; padding-bottom: 15px;}

div.content {
    padding-bottom: 36px;
}
div.content table tr td { padding-bottom: 18px; }
div.content table { margin: 10px 0; }

.sidebar-posts {
    color: white;
    padding: 0 20px;
    margin-bottom: 54px;
}

.sidebar-posts h3 {
    font-size: 12px;
}

.sidebar-posts .post .title {
    font-family: Tahoma,Verdana,Arial;
    font-size: 11px;
    line-height: 13px;
    font-weight: normal;
    background-image: url(images/imgArrows.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 18px;
}
.sidebar-posts .post .post-content {
    margin-top: -10px;
    margin-bottom: 18px;
    padding-left: 18px;
    
}
.sidebar-posts .post .post-content a, .sidebar-posts .post .post-content  a:visited {
    text-decoration: underline;
    color: white;
}
.sidebar-posts .post .post-content  a:hover {
    text-decoration: none;
    
}
/* MAIN NAVIGATION STYLES */
ul#PrimaryNaviation {
	margin: 0;
	padding: 0;
}

ul#PrimaryNaviation li {
	border-bottom: 1px solid #666;
	background-color: #74736E;
	padding: 5px 5px 5px 15px;
	list-style-type: none;
}

ul#PrimaryNaviation a, ul#PrimaryNaviation a:visited {
	color: white;
	text-decoration:none;
}

ul#PrimaryNaviation a:hover {
	color: black;
}
