/*  
Theme Name: Tutorial
Theme URI: http://blog.zivkarmi.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: Ziv Karmi
Author URI: http://www.zivkarmi.com/

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #FFF;
	color: #000000;
}
h1 {
	font-family: Georgia, sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}
a:link, a:visited {
	text-decoration: none;
	color: #76aa50;
}
a:hover {
	text-decoration: none;
	color: #2f4922;
}
p {
	padding: 10px 0 0 0;
}
acronym {
	border-bottom: 1px dotted;
}
input {
	border: 1px solid #254a12;
}
textarea {
	border: 1px solid #254a12;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}
#header {
	float: left;
	width: 950px;
	height: 150px;
	background: url(images/header8.png) top left #AD5;
	border-bottom: solid 1px #254a12;
	border-left: solid 1px #9a9;
	border-right: solid 1px #254a12;
	border-top: solid 1px #9a9;
	font: bold 200% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 0 0 0 -2px;
}
#header h1 {
	width: 85%;
	margin: 10px auto 0;
	line-height: 1.6em;
	position: relative;
	top: 15px;
	right: 10px;
}
#header h1 a, #header h1 a:visited, #header h1 a:hover{
	text-decoration: none;
	color: #0f2902;
}
#header p {
	font: normal normal 14px 'Times New Roman', Times, serif;
	color: #CEE;
	letter-spacing: 0.1em;
	text-align: right;
	width: 40%;
	float: right;
	position: relative;
	top: 0;
	right: 15px;
}
#menu {
	width: 950px;
	height: 30px;
}
#menu ul {
	list-style-type: none;
	position: relative;
	top: 37px;
	right: 10px;
	letter-spacing: 0.2em;
}
#menu li {
	display: inline;
	position: relative;
	bottom: 1px;
}
#menu a, #menu a:visited {
	font: bold 14px Helvetia, Geneva, Arial, sans-serif;
	color: #a3cf8f;
	letter-spacing: 0.1em;
}
#menu a:hover {
	color: #c3efaf/*b4d83c*/;
	text-decoration: none;
}
#container {
	float: left;
	width: 700px;
}
.breadcrumb h6 {
	font-size: 10px;
	margin-top: 3px;
	padding: 0 10px 3px 10px;
	border-top: 1px #DDD solid;
	border-bottom: 1px #DDD solid;
}
.post {
	padding: 10px 5px 10px 0;
	margin-bottom: 30px;
}
.post h2 {
	font-family: Georgia, sans-serif;
	font-size: 18px;
}
.post acronym, .post abbr {
	border-bottom: none;
}
.entry {
	line-height: 18px;
}
p.postmetadata {
	border-top: 1px solid #CCC;
	margin: 10px 0 0 0;
	clear: both;
}
.post-meta {
	list-style-type: none;
}
.post-meta li {
	color: #000000;
	width: 98.3%;
	padding: 4px 10px 2px;
	margin: 10px 0;
	background-color: #76aa50;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #254a12;
	/*border-right: 1px solid #000033;*/
	border-left: 1px solid #CCC;
	font-size: 10px;
}
.post-meta li span.post-meta-key, .post-meta a, .post-meta a:visited {
	font-size: 12px
}
.post-meta li span.post-meta-key {
	font-weight: bold;
	margin: 0 15px 0 0;
}
.post-meta li a.title, .post-meta li a.title:visited {
	color: #e9e9e9;
	text-decoration: none;
	border-bottom: 1px dotted #e9e9e9;
	margin-right: 10px;
}
.post-meta li a.title:hover {
	color: #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.post-meta li a.author, .post-meta li a.author:visited {
	color: #e9e9e9;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted #e9e9e9;
	margin-left: 10px;
}
.post-meta li a.author:hover {
	color: #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.navigation {
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}
.sidebar {
	color: #254a12;
	float: left;
	width: 239px;
	background: #76aa50;
	margin: 0 0 0 10px;
	display: inline;
	border-bottom: 1px solid #254a12;
	border-right: 1px solid #254a12;
}
.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}
.sidebar ul li {
	padding: 10px 0;
}
.sidebar ul li h2 {
	font-family: Georgia, sans-serif;
	font-size: 14px;
	text-align: right;
	padding-bottom: 2px;
	padding-right: 10px;
	margin-bottom: 2px;
	border-bottom: 1px solid #254a12;
	border-right: 1px solid #254a12;
	/*border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;*/
}
.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}
.sidebar a {
	color: #e9e9e9;
}
.sidebar a:hover {
	text-decoration: underline;
}
table#wp-calendar {
	width: 100%;
}
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
#contact {
	margin-top: 40px;
}
#contact p {
	margin: 15px 0;
	font-weight: bold;
	width: 65%;
}
#contact fieldset {
	border-bottom: 1px solid #691;
	border-right: 1px solid #691;
	border-top: 1px solid #CF7;
	border-left: 1px solid #CF7;
	background-color: #AD5;
}
#contact label {
	font-weight: bold;
}
#contact_table {
	margin: 5px auto;
}
#contact input, #contact textarea {
	border: 1px solid #691;
	color: #691;
}
#glossary {
	margin-top: 10px;
}
#glossary dl {
	width: 600px;
}
#glossary dt {
	margin-top: 10px;
	font-weight: bold;
	color: #2f4922;
}
#glossary dd {
	margin-left: 10px;
	margin-top: 5px;
	line-height: 1.5em;
}
#footnote {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #AAA;
}
#footnote ul {
	list-style-type: none;
	margin-left: 0;
}
#footnote li {
	margin-left: 0;
}
#footer {
	clear: both;
	float: left;
	width: 950px;
	text-align: center;
	padding: 10px 0 5px 0;
}
#footer p {
	line-height: 18px;
}
#footer address a, #footer address a:visited {
	font-size: 10px;
	font-style: normal;
	font-family: Georgia, sans-serif;
	color: #76aa50;
	text-decoration: none;
	border-bottom: 1px dotted #76aa50;
}
#footer address a:hover {
	color: #333;
	border-bottom: 1px dotted #333;
}

/* Miscellaneous classes */
.error {
	color: red;
	font-weight: bold;
}
code {
	font-size: 10pt;
	font-family: 'Courier New', Courier, monospace;
	color: #555;
}
.post_img {
	border: 1px solid #000; 
	margin: 5px 0;
}
.img_caption {
	text-align: center;
	width: 60%;
	font-weight: bold;
	margin: 5px auto;
}
.citeR {
	margin: 10px 15px 10px 10px;
	padding: 5px 0 5px 0;
	border-top: 2px solid #CECECE;
	border-bottom: 2px solid #CECECE;
	font-size: 11pt;
	width: 250px;
	font-family: Verdana, Georgia, san-serif;
	color: #6A6A6A;
	/*position: relative;*/
	float: right;
}
.citeL {
	margin: 10px 15px 10px 10px;
	padding: 5px 0 5px 0;
	border-top: 2px solid #CECECE;
	border-bottom: 2px solid #CECECE;
	font-size: 11pt;
	width: 250px;
	font-family: Verdana, Georgia, san-serif;
	color: #6A6A6A;
	float: left;
}
.post_table {
	margin: 15px auto;
	border: 0;
}
.post_table td {
	vertical-align: top;
	text-align: center;
}
 .tbl_caption {
	font-weight: bold;
	padding: 10px 0;
}