/*  
Theme Name: Robert Craft Blog
Theme URI: http://robertcraft.net/blog
Description: Wordpress theme that fits in with the site!
Version: 1.0
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

*/


/* main layout & typog */

#blog #content {
width: 540px;
}

.entry {
margin-bottom: 45px;
padding-bottom: 15px;
border-bottom: 1px solid #c60;
}

#content h3.date {
margin: -10px 0 10px 0;
font-size: 120%;
}

#content h4.date {
margin: -10px 0 10px 0;
font-size: 110%;
}

#content ul.info { 
margin: 0;
padding: 10px 0;
text-align: left;
font-size: 90%;
}

#content ul.info li {
margin: 0;
display: inline;
padding: 2px 20px;
}

#content ul.info a {
text-decoration: none;
}

#content ul.info a:hover {
text-decoration: underline;
}

#content ul.info li.cats {
background:url(images/folder.png) no-repeat 0 50%;
}

#content ul.info li.comments-link {
background:url(images/comment.png) no-repeat 0 50%;
}

/* sidebar */

ul#sidebar {
float: right;
width: 180px;
padding: 40px 0;
font-size: 65%;
}

ul#sidebar li { 
margin-bottom: 40px;
padding: 0;
list-style: none;
}

ul#sidebar li .textwidget { 
font-size: 100%;
}

ul#sidebar ul {
list-style:none;
}

ul#sidebar ul li { 
margin: 0 0 5px 0;
padding: 0;
line-height: 1.3em;
font-size: 125%;
text-align: left;
}

ul#sidebar ul li a.feed {
padding: 0 15px 0 0;
background: url(images/feed.png) no-repeat 100% 50%;	
}

ul#sidebar ul li a { 
text-decoration: none;
}

ul#sidebar ul li a img { 
vertical-align: middle;
}

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

ul#sidebar ul li a:visited { 
text-decoration: none;
}





/* Search Forms */

#searchform {

}

#searchform #s {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 100%;
margin: 2px 2px 5px 2px;
border: 1px solid #c60;
background: #fff;
color: #111;
padding: 2px;
}

#searchform #searchsubmit {
margin-left: 5px;
color: #c60;
background: #1E0000;
border: 1px solid #c60;
width: 80px;
font-family: "Century Gothic", "Gill Sans", "Trebuchet MS", Verdana, Arial, Sans-Serif;
text-transform: uppercase;
font-weight: normal;
}

#searchform #searchsubmit:hover {
text-decoration: underline;
cursor: pointer;
background: #300;
}
	
#content #searchform {
margin: 7px 0 15px 0;
padding: 0; 
border: 0;
text-align: left;
}

#content #searchform #s {
width: 150px;
padding: 2px;
font-size: 1em;
font-family: Verdana,Arial,Sans-serif;
}

#content #searchsubmit {
margin-left: 3px;
color: #c60;
background: #1E0000;
border: 1px solid #c60;
width: 80px;
font-family: "Century Gothic", "Gill Sans", "Trebuchet MS", Verdana, Arial, Sans-Serif;
text-transform: uppercase;
font-weight: normal;
letter-spacing: .05em;
}

#content #searchsubmit:hover {
text-decoration: underline;
cursor: pointer;
background: #300;
}


/* Comments */

#comments {
margin: 40px 0;	
}

#commentform p {
margin: 5px 0;
}

#commentform label {
width:100px; 
margin:4px 10px 0 0; 
display:-moz-inline-box; /*for mozilla*/
display:inline-block; /*for Opera & IE*/
text-align:left;
vertical-align:top;
}

#commentform label span {
width:100px; /* must be the same as above!*/
display:block; 
}

#commentform input, #commentform textarea {
padding: 2px;
margin: 5px 5px 1px 0;
font-family: Verdana,Arial,Sans-serif;
font-size: 1em;	
border: 1px solid #c60;
}

#commentform #author, #commentform #email, #commentform #url {
width: 200px;
}

#commentform textarea {
width: 300px;
}

#commentform #submit {
margin: 5px 0 5px 120px;
color: #c60;
background: #1E0000;
border: 1px solid #c60;
width: 80px;
font-family: "Century Gothic", "Gill Sans", "Trebuchet MS", Verdana, Arial, Sans-Serif;
text-transform: uppercase;
font-weight: normal;
letter-spacing: .05em;
}

#submit:hover, #contactform #submit:hover {
text-decoration: underline;
cursor: pointer;
}

#content ol.commentlist {
margin: 0;
padding: 0;
}

#content ol.commentlist li {
margin: 0 0 10px 0;
padding: 10px;
list-style: none;
background: none;
}

#commentform .reqtxt {
font-size: 75%;
}

#commentform .alt {
background: #1e0000;
}

#commentform .nocomments {
margin: 0;
padding: 0;
}

#commentform .commentmetadata {
margin: 15px 0 5px 0;
display: block;
font-weight: normal;
line-height: 1.5em;
font-size: 1em;
}



/* Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}

.center {
text-align: center;
}

.navigation {
display: block;
margin: 20px;
padding: 5px 0 30px 0;
font-size: 90%;
font-style: normal;
border: 0;
}

.navigation a, .navigation a:visited {
text-decoration: none;
}

.navigation a:hover{
text-decoration: underline;
}
	
.alignright {
float: right;
}
	
.alignleft {
float: left;
}

.hide, #searchform label {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}


/* sociable */

#content .sociable_tagline strong {
margin: 20px 0 10px 0;
color: #c60;
font-family: "Century Gothic", "Gill Sans", "Trebuchet MS", Verdana, Arial, Sans-Serif;
font-weight: normal;
font-size: 110%;
text-transform: uppercase;
letter-spacing: .05em;
text-align: left;
}


