/*  
Theme Name: simplewebhelp
Theme URI: http://www.simplewebhelp.com/latest
Description: this only contains stuff that is to do with the wp bits
Version: 0.1
Author: James Cooper
Author URI: http://jpc-design.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


#posts {
margin: 15px 0 0 0;
}

.entry {
margin: 0 0 45px 0;	
}



/* main typog */

#posts h2 { 

}

#posts h3 {

}

p.postinfo { 
padding: 5px 10px 5px 0;
margin: 15px 0 0 0;
font-style: normal;
text-align: left;
font-size: 80%;
}

.date-link {
padding: 0 0 0 20px;
background:url(images/date-16.gif) no-repeat 0 0;
}

.category-link {
padding: 0 0 0 20px;
background:url(images/note-16.gif) no-repeat 0 0;
margin: 0 0 0 5px;
}

.comment-link {
background:url(images/comment-16.gif) no-repeat 0 0;
padding: 0 0 0 20px;
margin: 0 0 0 5px;
}
  


blockquote { 
margin: 10px 20px;
padding: 10px 20px;
font-style: italic;
}

.entry img {
margin: 5px;
padding: 0;
border: 1px solid #65a210;
}


/*
fieldset {
margin: 10px 0 15px 0;
padding: 0;
border: 0;	
}

fieldset legend {
margin: 25px 0 0 0;
font-size: 150%;
border: 0;
background: url(images/icon_leaf_med.gif) no-repeat 0 0;	
padding: 1px 0 5px 20px;
color: #030;
font-style: italic;
font-weight: normal;
font-family: georgia, "times new roman", serif;
display: block;
}

fieldset textarea, fieldset input {
font-family: Tahoma,Verdana,Arial,Sans-serif;
font-size: 1em;
padding: 2px;
margin: 0;
border: 1px solid #060;
background: #fff;
}

fieldset input.checkbox {
padding: 0;
border: 0;
}

*/

/* home page stuff */




/* sidebar */

#sidebar ul, #sidebar #searchform {
margin: 5px 0 20px 0;
padding:0;
list-style:none;
}

#sidebar li { 
list-style:none;
}

#sidebar ul li { 
margin:0 0 5px 0;
padding: 0;
list-style:none;
}

#sidebar ul li .feed {
padding: 0 0 0 20px;
background: url(images/icon_feed.gif) no-repeat 0 40%;	
}




/* Forms */
#sidebar #searchform {
margin: 7px 0 15px 0;
padding: 0; 
border: 0;

}

#sidebar #searchform #s {
width: 110px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 100%;
padding: 2px 4px;
background: #fff;
color: #333;
border:solid 1px #65a210;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#sidebar #searchsubmit {
background:#65A210;
border:solid 2px #3C6A0B;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
color:#fff;
padding:2px;
margin-top: -5px;
font-size: 100%;
}	

#sidebar #searchsubmit:hover {
cursor: pointer;
border:solid 2px #255E97;
}

	
#content #searchform {
margin: 7px 0 15px 0;
padding: 0; 
border: 0;
text-align: left;
}

#content #searchform #s {
width: 150px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 100%;
padding: 2px 4px;
background: #fff;
color: #333;
border:solid 1px #65a210;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#content #searchsubmit {
background:#65A210;
border:solid 5px #3C6A0B;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
color:#fff;
padding:8px;
font-size: 120%;
}

#content #searchsubmit:hover {
cursor: pointer;
border:solid 5px #255E97;
}


/* Comments */

#commentform p {
margin: 15px 0;
}

#commentform input {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 100%;
padding: 2px 4px;
background: #fff;
color: #333;
border:solid 1px #65a210;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#commentform #author, #commentform #email, #commentform #url {
width: 450px;
}

#commentform textarea {
width: 450px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 100%;
padding: 2px 4px;
background: #fff;
color: #333;
border:solid 1px #65a210;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#commentform input:hover, #commentform textarea:hover {
border:solid 1px #3C6A0B;
}

#commentform input:focus, #commentform textarea:focus {
border:solid 1px #255E97;
}

#commentform #submit {
background:#65A210;
border:solid 5px #3C6A0B;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
color:#fff;
padding:8px;
font-size: 120%;
}

#commentform #submit:hover {
cursor: pointer;
border:solid 5px #255E97;
}

.norm {
background: #d1ecb1;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

#posts ol.commentlist {
margin: 0;
padding: 0;
}

#posts ol.commentlist li {
margin: 15px 0;
padding: 15px;
list-style: none;
border: 0;
}



.nocomments {
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}



/* Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

.center {
text-align: center;
}

.navigation {
display: block;
margin: 15px 0;
padding: 5px 0 30px 0;
font-style: normal;
border: 0;
}

.navigation a, .navigation a:visited {

}

.navigation a:hover{

}
	
.alignright {
float: right;
}
	
.alignleft {
float: left;
}

.hide {
display: none;
}
