/*
Theme Name: salientpoint
Theme URI: http://www.salientpoint.com/2008/10/27/wordpress-theme-salientpoint/
Description: A simple theme suitable for a small business. Allows a logo uploaded to <wordpress-home>/wp-content/uploads/logo.gif to be displayed in the header. Postings in the category company_news will be shown in the Company News listbox, and the most recent post made in the category
	goings_on will be displayed on the front page.
Version: 1.0.5
Author: SalientPoint
Author URI: http://www.salientpoint.com
Tags: corporate

*/

/*
This work is licensed under the Creative Commons Attribution 2.5 Sweden License.
To view a copy of this license, visit http://creativecommons.org/licenses/by/2.5/se/
or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco,
California, 94105, USA.

    Attribution: SalientPoint AB http://www.salientpoint.com
    (c) 2009 SalientPoint AB
    Version 1.0
*/

/* Layout */
body {
    font-size: 0.75em;
    font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
    background: #121212 url(images/bkg4.jpg);
    text-align: center; /* padding: 2em 0;    */
    padding: 4px 0;
    margin: 0;
    line-height: 140%;
}

#logo {
    left: 710px;
    top:8px;
    position: relative;
}

.postmetadata {
    display: none;
}

code {
    font-size: 12px;
}

/* Default */
a {
    color: #621730;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 1.4em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1em;
}

img.alignleft {
    float: left;
    margin: 0 .8em .8em 0;
}

img.alignright {
    float: right;
    margin: 0 0 .8em .8em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

a img {
    border: 0;
}

form {
    padding: 0;
    margin: 0;
}

blockquote {
    background: url(images/blockquoteBk.gif) left 0.2em no-repeat;
    color: #666;
    padding: 0 1em 0 2.2em;
    margin: 0;
}

#pagewrap {
    margin: 0 auto;
    width: 890px;
    color: #060606;

    text-align: left;
}

#pagecontentwrap {
    background: transparent url(images/shadow.png) repeat-y scroll 0% 0%;
}

#page {
    width: 852px;
    margin: 0 auto;
}

#pagetop {
    width: 890px;
    height: 14px;
    background: transparent url(images/pagetop.png) no-repeat scroll 0% 0%;
}

#pagebottom {
    width: 890px;
    height: 25px;
    background: transparent url(images/pagebottom.png) no-repeat scroll 0% 0%;
}

#header {
    background: #fdfdfd url(images/newbanner.png) no-repeat top center;
    height: 170px;
}

#headerimg {
    position: relative;
    top: 105px;
    left: 20px;
    opacity: 0.7;
}

#header h1 {
    margin: 0;
    padding: 0;
    font-size: 1.7em;
    position: relative;
    top:30px;
    left:20px;
    opacity:0.7;
}

#header h1 a {
/*display: none;*/
    color: #ffffff;
    text-decoration: none;
}

#header .description {
/*display: none;*/
    color: #cccccc;
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    top:50px;
    left:20px;
    opacity:0.7;
}

#navcontainer {
   
}

#navcontainer ul {
    padding: 0;
    margin: 0;
    background: #cccccc url(images/menuBk.gif) repeat-x;
    color: White;
    float: left;
    width: 100%;
    height: 26px;
    font-size: 1.1em;
}

#navcontainer ul li {
    display: inline;
}

#navcontainer ul li a {
    padding: 0.4em 12px 0.4em 10px;
    color: #003366;
    background: transparent url(images/menuBkBar.gif) top right no-repeat;
    text-decoration: none;
    float: left;
}

#navcontainer ul li.current_page_item a,
    #navcontainer ul li.current_page_ancestor a {
    background: url("images/menuBkCurrent.gif");
}

#navcontainer ul li a:hover {
    text-decoration: underline;
}

#content {
    padding: 4;
    padding-top:10px;
    margin: 0;
    background: url(images/contentBk.jpg) top left no-repeat;
    width: 635px;
    float: left;
}

#sidebar {
    padding: 0;
    padding-top:10px;
    margin: 0 0 0 635px;
    background: url(images/sideBarBk.jpg) top left repeat-x;
    border-left: 1px solid #cccccc;
}

#sidebar ul {
    padding: 5px;
    margin: 0;
    list-style: none;
}

#footer {
    clear: both;
    padding: 0;
    margin: 0.5em auto 0 auto;
    width: 832px;
    opacity: 0.5;
}

#footer .footerbuttons {
    opacity: 1;
}

#footer p {
    padding: 0 15px;
    margin: 0;
    text-align: left;
    font-size: 0.8em;
}

#footer p .footerbuttons {
    float: right;
}

#footer a {
    text-decoration: underline;
}

#footer img {
    border: 0;
}

#footer a:hover {
    color: #ccc;
}

/* Post */
.post h2,
    .post small {
    padding: 0;
    margin: 0;
    margin-top:9px;
    margin-bottom:9px;
}

.post {
    margin: 1em 1em 2em 1em;
    margin-bottom:15px;
    border-bottom:solid 1px lightgray;
}

.post h2 a {
    color: #003366;
    text-decoration: none;
}

.post h2 a:hover,
    .navigation a:hover {
    text-decoration: underline;
}

ul.postmetadata {
    clear: both;
}

.post small.postmetadata,
    ul.postmetadata {
    font-size: 0.75em;
}

.post small a,
    ul.postmetadata a {
    color: #2d7c20;
    text-decoration: none;
}

.post small a:hover,
    ul.postmetadata a:hover {
    text-decoration: underline;
}

.post .entry {
    line-height: 145%;
}

ul.postmetadata {
    list-style: none;
    border-top: 3px double #d0d0d0;
    padding: 0.5em 0 1em 0;
    margin: 0;
}

ul.postmetadata li {
    display: block;
    float: left;
    width: 50%;
}

ul.postmetadata li.comments {
    text-align: right;
}

.navigation {
    padding: 0 1em 1em 1em;
}

.navigation a {
    color: #990033;
}

.navigation a:hover {
    color: #990033;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/* Sidebar */
#sidebar {
    font-size: 0.9em;
}

#sidebar a,
    a.more-link {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
}

#sidebar a:hover,
    a.more-link:hover {
    color: #000000;
}

#sidebar h2 {
    padding: 1em 0 0.5em 0;
    margin: 0;
}

#sidebar ul {
    margin: 0;
    padding: 0 1em;
}

#sidebar ul li ul li {
    line-height: 1.2em;
    list-style: none;
    margin: 5px 0 0 0;
    color: #666;
}

#searchform {
    padding: 1em 0 0 0;
    margin: 0;
}

#searchform input#s:focus {
    background-color: #eee; /*	border: 1px solid #000;*/
}

#searchform input#s {
    width: 130px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 11px;
}

#searchform {
    display: block;
    position: absolute;
    font-size: 11px;
    height: 14px;
    border: 0;
    top: 183px;
}

/* Heading */
#content h2.pagetitle {
    margin: 0.5em 2.5em 0 0.5em;
    padding: 0;
    font-size: 1.4em;
    text-align: right;
}

/* Comments */
ol.commentlist {
    padding: 0;
    margin: 1em 2em 0 2em;
    list-style: none;
    font-size: 0.9em;
}

ol.commentlist li.commentind {
    background: url(images/commentsBk.gif) left top no-repeat;
    padding: 1em;
    margin-bottom: 1em;
}

img.avatar {
    border: 1px solid #666;
    padding: 1px;
    float: left;
    margin-right: 1em;
}

ol.commentlist li.commentind cite {
    font-style: normal;
}

ol.commentlist li.commentind a {
    color: #2D7C20;
}

h2.commentheading {
    clear: both;
    margin: 0.5em 2.5em 0 0.5em;
    padding: 0;
    font-size: 1.1em;
    text-align: right;
}

form#commentform {
    margin: 1em 2em;
}

form#commentform p {
    font-size: 0.9em;
}

form#commentform a {
    color: #2D7C20;
}

p.commentsclosed {
    margin: 0 0 2em 0;
    padding: 0;
    text-align: right;
}

input#author:focus,
    input#email:focus,
    input#url:focus,
    textarea#comment:focus {
    background-color: #eee;
    border: 1px solid #ccc;
}

input#author,
    input#email,
    input#url,
    textarea#comment {
    width: 20em;
    background-color: #fff;
    border: 1px solid #000;
}

textarea#comment {
    width: 100%;
}

p.commentWrapper {
    padding: 0;
    margin: 0;
}

div#recaptcha_widget_div {
    float: right;
}

input#submit {
    margin: 1em 0 0 0;
}

/* Wordpress required */
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.widget_rss ul {
    text-decoration: none;
    list-style: none;
}

.rsswidget img {
    border: 0;
    background-color: white;
}

.rsswidget * {
    border: 0;
    background-color: white;

}

.your-message {
    width: 500px;
}

.widget-jp-advancedrss ul {
    height: 250px;
    overflow-y: scroll;
}

/* Hide the "Uncategorized" category */
.cat-item-1 {
    display: none;
}

/* Start Download List */

.dltable {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    border-radius: 4px;
}

.dltable td {
    padding: 5px;
    vertical-align: top;
}

.dltable td p {
    margin-top: 0;
}

/*.dltable tbody td {*/
/*background-color:white;*/
/*}*/

.dltable thead {
/*background: #cccccc url(images/menuBk.gif) repeat-x;*/
    background-color: #D3CF97;

}

.dl_cat, .dl_size {
    background-color: #ededed;
}

/* Start Download List */
