/*  
Theme Name: Shamrock
Theme URI: http://www.wpthemesmaster.com
Description: Shamrock
Author: Wordpress Themes Master
Version: 1.1
Author URI: http://www.wpthemesmaster.com
*/



body {
	margin: 0 auto;
	padding: 0;
	font: 110%  times, 'times new roman', serif;
	background: #1f150c url('images/bg.jpg') no-repeat top center;
}

#wrap {
	color: #505050;
	margin: 0 auto;
	width: 906px;
	background: url('images/parchment.jpg') repeat-y top center;
}

#header {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
	background: url('images/ornament.gif') no-repeat center bottom;
}


#header h1 {
	font: 250%  times, 'times new roman', serif;
	color: #583f21;
	font-weight: 600;
	margin: 0 auto;
	padding: 30px 0 2px 0;
}

#header h1 img {
	padding: 0 15px;
}

#header h2 {
	font: 110% times, 'times new roman', serif;
	color: #505050;
	letter-spacing: 3px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0px;
	font-variant: small-caps;
}

#nav ul {
	padding: 0 !important;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

#nav {
	margin: 0 auto;
	padding: 13px 0 19px 0;
	list-style-type: none;
	/* width: 824px; */
	text-align: center;
	border-top: 1px solid #77b201;
}

#nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#nav li  a {
	padding: 10px 20px 10px 20px;
	font-family: times,'times new roman',serif;
	color: #5fa800;
	text-align: center;
	text-decoration: none;
}

#nav li  a:hover {
	color: #bce554;
	text-decoration: none;
	background: url('images/menuhover.jpg') repeat-x bottom left;
}

#content {
	margin: 0 260px 0 20px;
	padding: 20px;
	line-height: 1.7em;
}

#content img {
	float: left;
	clear: none;
	margin: 10px 10px 10px 0;
	padding: 2px;
	border: 1px solid #77b201;
}

#content a, #header a {
	color: #629100;
	text-decoration: underline;
}

#content a:hover, #header a:hover {
	color: #bce554;
	text-decoration: none;
}

h1 {
	font: 600 1.6em times,'times new roman',serif;
	color: #629100;
	margin: 0 0 10px 0;
}

h2 {
	font: 600 1.2em 'times new roman',times,serif;
	color: #629100;
	margin: 3px 0;
}
	
#content h2 a {
	color: #629100;
	text-decoration: none;
}

#content h2 a:hover {
	color: #629100;
	text-decoration: underline;
}

h3 {
	font: 400 0.9em times,serif;
	color: #404040;
	font-style: italic;
	margin: 0 0 10px 0;
}

.right h4 {
	font: 1.1em 'times new roman',serif;
	border-top: 1px solid #a4d742;
	background: url('images/h3bg.gif') no-repeat bottom center;
	padding: 2px 0 16px 0;
	text-align:center;
	color: #95754c;
	font-variant: small-caps;
	margin: 0;
}

#side {
	width: 210px;
	float: right;
	clear: none;
	margin: 0 40px 0 0;
}
	
.right {
	float: right;
	clear: right;
	width: 210px;
	margin: 30px 0 0 0;
}

.right ul{
	list-style:none;
	margin:0;
	padding: 5px;
}

.right li{
	margin:0;
	padding:0;
}

.right li a{
	display:block;
	text-decoration:none;
	font-size: 0.9em;
	padding: 5px 5px 5px 22px;
	background: url(menu.gif) left no-repeat;
	color:#6ea501;
}

.right li a:hover{
	background: #ede7e7 url(menu.gif) right no-repeat;
	color: #6ea501;
}

.entry {
	padding: 10px 10px 25px 10px;
	margin: 0 0 20px 0;
	background: url('images/entrybg.gif') no-repeat bottom center;
	line-height: 1.4em;
}

.entry p {
	font-size: 0.8em;
	text-align: justify;
}

.comment {
	font: 0.8em times,serif;
}

.comment a {
	color: #6ea501;
	text-decoration: underline;
	padding: 4px 6px;
}

.comment a:hover {
	color: #ede7e7;
	text-decoration: none;
	background-color: #463219;
}
	
ol {
	color: #77b201;
	font: 600 1.0em times,serif;
	font-style:italic;
}
 
ol span {
	font: 400 1.0em 'times new roman',times,serif;
	color: #505050;
	font-style: normal;
}

ol li {
	margin-left: 25px;
	padding: 4px 0
}

#content ul {
/*	list-style-type: none;*/
	list-style-image: url('images/bullet.gif');
	font-size: 0.8em;
}
	
#content ul li {
/*	padding-left: 17px;
	background: url('images/bullet.gif') no-repeat left center;
	margin-left: 10px;*/
}
	
table {
  width: 100%;
  margin-bottom: 20px;  
  
  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin-top: 10px;
  padding: 0 0 0.5em 3px;

  font: 400 1.2em times,serif;
  text-align: left;  
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}

thead th {
  color: #629100;
  border-top: 2px solid #77b201;
  border-bottom: 1px solid #77b201;
}

tbody td {
  border-bottom: 1px solid #D6B8A0;
}

tbody tr:hover {
  background-color: #EDD4AE;
}

form label{
	display:block;
}

form input.text, form textarea{
	width:100%;
	border:1px #5e8b00 solid;
	color:#211000;
	padding:4px 5px;
	font:12px Verdana,Arial,sans-serif;
	background-color: #F6EDCB;
}

form input.text:hover, form textarea:hover{
	border:1px #5e8b00 solid;
}

form input.text:focus, form textarea:focus{
	border:1px #5c452d solid;
	color:#211000;
}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:12px Verdana,Arial,sans-serif;
}

* html form input.text,

* html form textarea{
	border-color:#533a18;
	color:#333;
}
	
#footer {
	width: 682px;
	height: 100px;
	margin: 0 auto;
	color: #996633;
	padding: 20px 0;
	text-align: center;
	font-size: 0.8em;
	background: #1f150c url('images/foot.jpg') no-repeat top center;
}

#footer a {
	color: #7c5e39;
	text-decoration: underline;
}

#footer a:hover {
	color: #96ca29;
	text-decoration: none;
}

#footer p {
	line-height: 1.6em;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.pagetitle {
	border-bottom: 1px solid #a1d303;
}

.clear {
	clear: both;
}

ol.commentlist, ol#commentlist span  {
	color: #000;
	font: normal 0.9em times,serif;
	font-style: normal;
	margin: 0 0 20px 0;	
	padding: 0 0 25px 0;
	background: url('images/entrybg.gif') no-repeat bottom center;
}

ol.commentlist li {
	margin-left: 25px;
	padding: 4px 0;
}

#breadcrumbs {
	padding: 0 50px 0 50px;
	font-size: 0.8em;
	text-align: left;
}

.wp-caption {
	padding: 0;
	margin-right: 15px;
}

.wp-caption p {
	margin: 0;
	text-align: center;
}

dl.xinfoblock dt {
    font-weight: bold;
    text-decoration: underline;
}

dl.xinfoblock dd {
    margin: 0;
    padding: 0 0 0.5em 0;
}
 
dl.infoblock {
	 clear: both;
    border: 3px double #ccc;
    padding: 0.5em;
}

dl.infoblock dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    color: green;
}

dl.infoblock dt::after {
    content: ":";
}

dl.infoblock dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
}
