/*
Theme Name: Clean
Theme URI: http://www.submanifold.com
Description: 2 column with content on RHS.
Version: 1.0 
Author: James R
Author URI: http://www.submanifold.com
*/

*{
 margin:0;
 padding:0;
 background-repeat: no-repeat;
}

body{
 font-family: helvetica,sans-serif;
 color: #555;
 background-color: white;
 font-size: small;
 margin-top: 30px;
 background-image: url(images/background.gif);
 background-repeat: repeat-y;
 background-position: center top;
}

#container{
 width: 675px;
 margin-left: auto;
 margin-right: auto;
}

#intro{
 width: 300px;
 float: left;
}

#logo{
 height: 305px;
 width: 300px;
 background-image: url(images/logo.gif);
 margin-left: -35px;
}

#logo *{
 display:none;
}

#summary {
 padding-right: 40px;
}

#content{
 float: right;
 width: 375px;
 margin-top: 50px;
}

#navigation{
 width: 300px;
 float: left;
}


#navigation ul {
 list-style: none;
 font-size: smaller;
 margin: 10px 0;
 padding: 0;
 width: 255px;
}

#navigation ul a {
 font-size: small;
}

#navigation h3 {
 width: 255px;
 border-bottom: 1px solid #ccc;
}

#navigation ul li {
 padding: 5px 0;
}

#navigation ul li a {
 padding: 0;
 text-transform: uppercase;
}

#footer{
 clear: both;
 padding: 10px 0;
 text-align: right;
}

h1,h2,h3,h4,h5,h6 {
 text-align: left;
 margin: 0;
 padding: 2px 0 0 0;
 font-weight: bold;
 text-transform: uppercase;
 font-size: smaller;
 color: #444;
}

h2 {
 font-size: medium;
 padding-bottom: 10px;
}

h3 a {
 text-align: left;
 font-weight: bold;
 text-transform: uppercase;
 font-size: small;
 color: #444;
}

h5 a {
 text-transform: uppercase;
}

p{
 line-height: 150%;
 padding: 10px 0;
}

a {
 font-weight: bold;
 color: #F06;
 text-decoration: none;
}

a:hover {
 background-color: #000;
 color: #FFF;
 text-decoration: underline;
}

a[href $='.pdf'] {
 padding-right: 18px; 
 background: url(images/icon_pdf.gif) no-repeat center right;
}

a[href^="http:"]:not([href^="http://www.submanifold.com"]){
 padding-right: 18px; 
 background: url(images/icon_external.gif) no-repeat center right;
}

a[href $='.pdf']:hover {
 background-color: #000;
 color: #FFF;
 text-decoration: underline;
}

a[href^="http:"]:not([href^="http://www.submanifold.com"]):hover{
 padding-right: 18px; 
 background: #000 url(images/icon_external.gif) no-repeat center right;
}

ul {
 list-style-type: square;
 padding: 5px 20px;
 margin: 5px;
}

blockquote {
 border-left: 5px solid #525D5A;
 background-color: #F6F6E8;
 padding: 0 20px;
 margin: 0 0 0 20px;
 }

blockquote:hover {
 background: #FDFDFA;
 }

#comments, #respond {
 border-bottom: 1px dotted #ccc;
 padding: 10px 0 5px 0;
}

.commentlist ol li p {
 width: 100%;
}

.commentlist {
 margin: 10px 0px;
 padding-left: 20px;
}

.commentlist li {
 padding: 10px;
 margin-bottom: 15px;
}

.commentlist .alt {
 background: #f2f2f2;
 margin-top: 10px;
 width: 100%;
}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
 font-weight: bold;
 font-style: normal;
 font-size: 13px;
}

.commentlist small {
 margin-bottom: 5px;
}

#commentform {
 margin-top: 10px;
}

#commentform p {
 padding: 6px 0px;
 margin: 0;
}

#commentform label{
 margin: 0px 0 0 10px;
}

#commentform input{
 width: 40%;
 background: #fff;
 border: 1px solid #ccc;
 padding: 3px;
 margin-top: 3px;
}

#commentform textarea{
 width: 100%;
 height: 120px;
 background: #fff;
 border: 1px solid #999;
 padding: 2px;
 margin-top: 3px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
 background: #f9f9f9;
}

#commentform #submit{
 background: #555;
 font-weight: bolder;
 font-size: 11px;
 color: #fff;
 border: none;
 width: 120px;
 height: 25px;
 cursor: pointer;
 margin: 0px 0px 10px 0;
}