/*
Theme Name: Psoda Blog
Theme URI: http://www.psoda.org/
Description: The blog theme for the Psoda website
Version: 1.0
Author: Bruce Aylward
Author URI: http://www.psoda.com/
Tags: Psoda

This theme is copyright of e-LM.com Limited, registered in New Zealand.

*/

.narrowcolumn {
   width:450px;
   float:left;
}

#sidebar {
   margin-left:545px;
   width:190px;
}

#sidebar ul {
   margin:0px;
   padding:0px;
}

#sidebar ul li {
   list-style-image:none;
   list-style-type:none;
}

#sidebar a {
   text-decoration:none;
}

#sidebar a:hover {
   color:#114477;
   text-decoration:underline;
}

#sidebar ul ul li {
   padding-left:10px;
   background-image:url(images/template/arrow.gif);
   background-repeat:no-repeat;
   background-position:0px 5px;
}

.screen-reader-text {
   position:absolute;
   left:-1000em;
}

h2 a {
   color:#801517;
   text-decoration:none;
}

h2 a:hover {
   text-decoration:underline;
}

#commentform input {
   margin:5px 5px 1px 0;
   padding:2px;
   width:170px;
}

#commentform textarea {
   padding:2px;
   width:100%;
}

#commentform #submit {
   float:right;
   margin:0 0 5px auto;
}
