/*Theme Name: SAL
Theme URI: http://
Description: Theme for SAL
Author: Talkspam Technical Consulting
Author URI: http:talkspam.com
version: 1.0
Tags: two-column
*/
#wrapit
{
	background:#FFF none repeat scroll 0 0;
}

input.mysearch
{
	margin-left:5px;
}

.searchformheader
{
	padding-left:3px;
}

.buttonaslink
{
	font-family:"Times New Roman", Times, serif;
	background:transparent none repeat scroll 0 0;
	font-size:11px;
	color:#fff;
	font-weight:700;
	cursor:pointer;
	border-width:0;
	padding:3px 0;
}

body
{
	background-image:url(img/body_bg.jpg);
	background-repeat:repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:8pt;
	margin:20px;
}

h1
{
	font-size:18pt;
}

h2
{
	font-size:14pt;
}

h3
{
	font-size:10pt;
}

h4
{
	font-size:9pt;
}

img
{
	border:none;
	padding:0;
}

img a
{
	border:none;
}

img.left
{
	float:left;
	border:none;
	padding:6px 0 0;
}

img.right
{
	float:right;
	border:none;
	padding:0 0 0 6px;
}

blockquote
{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px;
}

code
{
	font-family:"Courier New", Courier, monospace;
}

a
{
	color:#fff;
	text-decoration:none;
	font-weight:700;
}

a:hover
{
	text-decoration:none;
}

#container
{
	width:800px;
	background:#fff;
	color:#fff;
	font-family:"Times New Roman",Times,serif;
	font-size:8pt;
	overflow:hidden;
	margin:0 auto;
	padding:0;
}

#header
{
	background:#e6e6e6;
	width:800px;
	height:125px;
	color:#fff;
}

#header2
{
	background:#fff;
	width:800px;
	height:100px;
	color:#fff;
}

#header h1
{
	font:normal 20pt;
	font-family:"Times New Roman", Times, serif;
	margin:0;
	padding:20px 0 0 16px;
}

#header h1 a
{
	color:#404040;
	text-decoration:none;
}

#header h1 a:hover
{
	color:#666;
	text-decoration:none;
}

#header h2
{
	font:normal 10pt georgia, times;
	color:#333;
	background-image:url(img/post_header.jpg);
	margin:0;
	padding:0 0 0 18px;
}

#menu {
	font-family:"Times New Roman", Times, serif;
	font-size:8pt;
	width:800px;
	height:25px;
	overflow:hidden;
	background-image:url(img/nav_bg.jpg);
	background-repeat:repeat-x;
	}
	
#menu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li a, #menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	font-weight: normal;
    margin: 0px;
	padding: 6px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	}

#menu li a:hover, #menu li a:active {

	color: #fff;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	width: 170px;
background-color:#6A9BC3;
	color: #ffffff;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-top: 1px solid#c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	}
	
#menu li li a:hover, #menu li li a:active {
background-color:#6A9BC3;
	padding: 7px 10px 7px 10px;
	}

#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#menu li li { 
	}

#menu li ul a { 
	width: 160px;
	}

#menu li ul a:hover, #menu li ul a:active { 
	}

#menu li ul ul {
	margin: -30px 0 0 191px;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	}

#menu li:hover, #menu li.sfhover { 
	position: static;
	}


#logo
{
	position:relative;
	left:0;
	background-image:url(img/logo.jpg);
	width:250px;
	height:100px;
}

#banner
{
	position:relative;
	left:20px;
	background-image:url(img/banner.jpg);
	width:510px;
	height:100px;
}

#content
{
	float:right;
	overflow:hidden;
	width:510px;
	margin:20px 20px 0;
}

.post_top
{
	background-image:url(img/post_header.jpg);
	width:100%;
	background-repeat:no-repeat;
	height:49px;
}

.post_midbar
{
	background-image:url(img/post_midbar.jpg);
	width:100%;
	background-repeat:no-repeat;
	height:6px;
}

.post_mid
{
	background-image:url(img/post_mid.jpg);
	width:100%;
}

.post_bottom
{
	background-image:url(img/post_bottom.jpg);
	width:100%;
	background-repeat:no-repeat;
	height:9px;
        margin-top:-14px;


}

.post
{
	line-height:14pt;
	background-image:url(img/post_header.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

.post h2
{
	color:#407B21;
	font-family:"Times New Roman",Times,serif;
	/* padding-bottom:15px;                          create unnecessary gap */ 
	padding-left:10px;
	padding-top:16px;
}

.post h2 a
{
	color:#000;
	text-decoration:none;
}

.post h2 a:hover
{
	color:#777;
	text-decoration:none;
}
.entry{
	background-image:url(img/post_mid.jpg);
}
.entry p
{

	color:#407B21;
	font-size:10pt;
	padding-left:15px;
	padding-right:8px;
}

div.entry li
{
	color:#407B21;
	font-size:10pt;
	padding-left:15px;
	padding-right:8px;
}
.postmetadata
{
	clear:both;
	background:#F7F7F7;
	margin:20px 0;
	padding:6px;
}

.navigation
{
	font-size:8pt;
	width:100%;
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
}

.alignleft a
{
	float:left;
	margin:25px 0;
}

.alignright a
{
	float:right;
	margin:25px 0;
}

#search
{
	font-family:"Times New Roman", Times, serif;
	font-size:8pt;
	width:250px;
	height:32px;
	float:left;
	background-image:url(img/search_bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

#sidebar
{
	font-family:"Times New Roman", Times, serif;
	font-size:8pt;
	width:250px;
	float:left;
	background-image:url(img/sidebar_bg.jpg);
	height:100%;
	background-repeat:repeat-x;
	background-color:#6A9BC3;
	margin:0;
	padding:0;
}

#sidebar h2
{
	color:#FFF;
	font-family:"Times New Roman",Times,serif;
	text-align:center;
	margin:0;
	padding:0;
}

#sidebar label
{
	font:normal 11pt;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	margin:0;
	padding:0;
}

#sidebar img
{
	margin:0;
	padding:0;
}

#sidebar ul
{
	margin:12px;
	padding:0;
        
}

#sidebar ul li
{
	line-height:14pt;
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar ul ul
{
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li
{
	list-style-type:none;
        
}

#sidebar ul ul ul li
{
	list-style-type:square;
	color:#898989;
	padding:0 0 0 15px;
}

#commentform
{
	background:#fff;
	margin:0;
	padding:0;
}

#commentform a
{
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #465D71;
	line-height:14pt;
}

#commentform h3
{
	font-family:georgia, times, verdana;
	font-size:10pt;
	font-weight:300;
	color:#000;
	margin:0;
	padding:0;
}

#comment
{
	width:80%;
}

#author,#email,#url,#comment,#submit
{
	background:#fff;
	font-family:verdana, arial, times;
	font-size:8pt;
	border:1px solid #000;
	margin:5px 5px 0 0;
	padding:0;
}

#submit
{
	margin:5px 5px 0 0;
}

ol.commentlist
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.avatar
{
	float:left;
	margin:0 12px 0 0;
}

ol.commentlist li
{
	background:#fff;
	list-style-type:none;
	margin:10px 0;
	padding:5px 0 5px 10px;
}

ol.commentlist li.alt
{
	background:#eee;
}

ol.commentlist li p
{
	line-height:14pt;
	margin:6px 0;
	padding:0 12px 0 0;
}

cite
{
	font-family:arial, verdana, tahoma;
	font-size:9pt;
	font-weight:700;
	font-style:normal;
}

cite a
{
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #465D71;
}

#searchform
{
	margin:14px 0;
	padding:0;
}

#searchform input#s
{
	border:1px solid #000;
	margin:0;
	padding:2px;
}

img.centered
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignright
{
	display:inline;
	margin:0 0 2px 7px;
	padding:10px;
}

img.alignleft
{
	display:inline;
	margin:0 7px 2px 0;
	padding:10px;
}

.alignright
{
	float:right;
}

.alignleft
{
	float:left;
}

.wp-caption
{
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:10px;
}

.wp-caption img
{
	border:0 none;
	margin:0;
	padding:0;
}

.wp-caption p.wp-caption-text
{
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

#footer
{
	clear:both;
	width:100%;
	background-color:#6A9BC3;
	color:#FFF;
}

#footer p
{
	background-color:#6A9BC3;
	color:#fff;
	text-align:left;
	margin:0;
	padding:14px 5px;
}

#footer a
{
	color:#fff;
	text-decoration:none;
}

#footer a:hover
{
	color:#fff;
	text-decoration:underline;
}


#commentform p,ol.commentlist a
{
	color:#000;
}

    table#wp-calendar
    {
       border:1px solid #cccccc;
    }
    tbody .pad
    {
       background-color:#dddddd;
    }
    table#wp-calendar>tbody>tr>td>a
    {
       font-weight:bold;
       /*color:#8796A5;
       color:#333333;*/
       font-size:16px;
       font-family:arial narrow, arial, garamond, palatino linotype, times new roman, bookman old style;
       color:#3c4a55;
    }
    thead>tr>th
    {
       width:20px;
       height:20px;
       text-align:center;
       background-color:#cdd5de;
       border:1px solid #cccccc;
    }
    tbody>tr>td
    {
       width:20px;
       height:20px;
       text-align:center;
   /*    border:1px solid #cccccc;     removed for unwanted border */
    }
    tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active
    {
       font-weight:bold;
       font-size:18px;
       height:20px;
       font-family:garamond, bookman old style, times new roman, arial narrow, arial;
       color:#5b7085;
       /*color:#3c4a55;*/
    }
    tfoot>tr>td#prev
    {
       width:58px;
       height:20px;
       text-align:left;
       background-color:#ffffff;
    }
    tfoot>tr>td#next
    {
       width:58px;
       height:20px;
       text-align:right;
       background-color:#ffffff;
    }
