/*   
Theme Name: JMS New
Theme URI: http://jamesoff.net
Description: a-brief-description
Author: JamesOff
Author URI: http://jamesoff.net
Version: 1
*/

body {
	background-color: white;
	color: black;

	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

a img {
	border: 0;
}

#bar1 {
	color: #088ac1;
	background-color: #b6dffd;
	padding: 2px 0 2px 10px;
	text-align: right;
}

#bar2 {
	background-color: #e0f3fa;
	color: #088ac1;
	padding: 2px 0 2px 10px;
	font-size: 10pt;
}

#main {
	background-color: #0E448A;
	background-image: url(images/top3.jpg);
	background-repeat: repeat-x;

	color: white;
}

#main a {
	color: white;
	text-decoration: none;

	border-bottom: 1px dotted white;
}

#main a:hover {
	text-decoration: none;

	border-bottom: 1px solid white;
}


#about, #recently {
	width: 200px;
	padding-top: 20px;
	font-size: 10pt;
	padding-left: 5px;
}

#posts {
	float: left;
}

.post {
	background-color: #305f9a;
	width: 700px;
	background-image: url(images/datemeta.png);
	background-repeat: repeat-y;
	padding: 0 2px 5px 0;
}

.post .content h1 {
	padding-top: 2px;
}

.post .date {
	width: 50px;
	text-align: center;
	float: left;
}

.post .date .day {
	font-size: 20pt;
	font-weight: bold;
}

.post .date .month {
	font-size: 10pt;
}

.post .date .year {
	font-size: 7pt;
}

.post .date .comments {
	font-size: 20pt;
}

.post .content {
	padding-left: 55px;
}

.post .meta {
	text-align: right;
	font-size: 7pt;
}

#footer {
	clear: both;
}

#leftstuff {
	padding-left: 10px;
	padding-top: 15px;
	float: left;
	margin-right: 5px;
	width: 200px;
}

#leftstuff h2 {
	font-size: 12pt;
	margin: 3px 0;
}

#navigate ul {
	padding-left: 10px;	
}

#navigate ul li {
	list-style-type: none;
	padding: 5px 0;
	border-bottom: 1px dashed #ddd;
}

#navigate li a {
	border: none;
	text-decoration: none;
}

#navigate ul li ul li {
	border: none;
	list-style-type: square;
	margin-left: 20px;
}

#footer {
	background-image: url(images/greydient.png);
	background-repeat: repeat-x;
	background-color: #747474;
	color: white;
}

#bar1 ul, #bar2 ul {
	padding: 0;
	margin: 0;
}

#bar1 li, #bar2 li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#bar1 a, #bar2 a {
	color: #088ac1;
}

#bar1 a:hover, #bar2 a:hover {
	color: #0E448A;
}

#links, #search, #login, #rss, #tags {
	float: left;
	padding-left: 20px;
}

#recently ul, #links ul, #login ul, #rss ul {
	padding: 0;
	margin: 0;
}

#recently ul li, #links ul li, #login ul li, #rss ul li {
	list-style-type: none;
	padding: 5px 0;
	border-bottom: 1px dashed #ddd;
}

#tags a, #links a {
	border: none;
}

#footerholder {
	width: 925px;
}

#searchform input {
	font-size: 8pt;
}

#veryfooter {
	background-color: #aaa;
	color: #444;
	padding: 2px 5px;
}

.wp_syntax {
	width: 90% !important;
}

.wp_syntax .code {
	color: black;
	background-color: #f0f0f0;
	padding: 3px;
/*	width: 90%; */
	overflow: auto;
	background-image: url(images/code.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.wp_syntax .code pre {
	margin: 5px;
	padding: 2px;
}

pre {
	overflow: auto;
}

blockquote {
	background-color: #4F76A9;
	padding: 1px 1px 1px 15px;
	background-image: url(images/quote.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.commentlist {
	list-style-type: none;
}

.commentsbit {
	padding-left: 55px;
}

.commentlist li {
	clear: left;
	background-color: #3E618F;
	margin-bottom: 10px;
	background-image: url(images/commentbit.gif);
	background-repeat: repeat-y;
	width: 550px;
}

.commentlist li p {
	padding-top: 1px;
}

.commentlist li .commentmetadata {
	float: left;
	width: 30px;
	text-align: center;
	padding-bottom: 2px;
}

.comment_content li {
	width: auto;
	background-image: none;
}

.commentyear {
	font-size: 7pt;
}

.commentmonth {
	font-size: 8pt;
}

.commentday {
	font-size: 12pt;
	font-weight: bold;
}

.comment_content {
	padding-left: 35px;
}

.commentmeta2 {
	text-align: right;
	font-size: 7pt;
}

#comment {
	border: 1px solid #0F458B;
	font: 8pt monospace;
}

#url, #email, #author {
	border: 1px solid #0F458B;
}

#s {
	border: 1px solid #4F4F4F;
}


/* RRG */
.recipe_name {
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 2px;
}

.recipe_serves {
	padding-bottom: 2px;
}

#sidebar {
	padding: 0;
	margin-top: 5px;
}

#sidebar li {
	padding: 4px 0 0 0;
	list-style-type: none;
}

#leftstuff h1 {
	margin: 0;
}

#footer a {
	color: white;
	text-decoration: none;
}

h1 a {
	border: none !important;
	text-decoration: none;
}

