/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body { background: #4f0f60; color: #555; font: 14px/18px Times, "Times New Roman", Georgia, serif; text-align: center; }

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 { font-family: Times, "Times New Roman", Georgia, serif; font-weight: bold; }
h1 {
	font-size: 20px;	
}
h2 {
	font-size: 120%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

/* images */
img { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border-color: transparent; }
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul li {
	list-style-image: url(../images/bullet.gif);
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;    
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:5px; padding: 0 5px;
	border: solid 1px #f2f2f2; 
	background-color: #fafafa; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input { padding:2px; color:#777; font: 14px Times, "Times New Roman", Georgia, serif; border-color: #4f0f60; border-width: 1px; }
textarea { width:auto; padding:2px; border:solid 1px #4f0f60; height:100px; display:block; color:#777; font-size: 14px; font-family: Times, "Times New Roman", Georgia, serif; font-weight: normal; font-style: normal;f;line-height: normal; ont-variant: normal; }
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(../images/button-bg.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap { background: #ececec url(../images/bghund.gif) no-repeat 40mm 40mm; width: 820px; margin: 20px auto 0; text-align: left; border: solid 1px #374419; }
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 10px auto;
}
#header { width: 820px; position: relative; height: 103px; padding: 0; color: #fff; background-color: #a9a9a9; background-repeat: no-repeat; background-attachment: scroll; background-position: center top; border-color: transparent;
	/* font-size: 14px; */
}
#header h1#logo-text { position: absolute; margin: 0; padding: 0; color: #fff; font: bolder 44px Times, "Times New Roman", Georgia, serif; text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 47px; }
#header h2#slogan { position: absolute; margin: 0; padding: 0; text-transform: none; color: #fff;
	
	/* change the values of top and left to adjust the position of the slogan*/
	font: italic 14px Times, "Times New Roman", Georgia, serif; text-align: right; top: 70px; left: 500px; }

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}
#header img{ margin: 0 0 0 10px; padding: 0; border-width: 0; }

/* Menu */
#menu { font: bold 14px/37px Times, "Times New Roman", Georgia, serif; clear: both; margin: 0 auto; padding: 0; background-color: #a9a9a9; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; height: 37px; width: 820px; border-top: 1px solid #4f0f60; border-bottom: 1px solid #374419; border-right-color: transparent; border-left-color: transparent; }
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #000;	
}
#menu ul li#current a { color: white; }
/* Main Column */
#main {
	float: left;
	width: 70%;
	padding: 0; margin: 0 0 0 5px;
	display: inline;
}
#main h1 { margin-top: 10px; color: #404040; font: bold 25px Times, "Times New Roman", Georgia, serif; background-repeat: no-repeat; background-attachment: scroll; margin-bottom: 5px; padding: 5px 0 5px 10px; border-bottom: 1px solid #8400f1; }

.post-footer {
	background-color: #fafafa;
	padding: 7px 10px 5px; margin: 20px 0 0 0;
	border: solid 1px #f2f2f2;
	font-size: 12px;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 26.5%;
	padding: 0; margin: 0;	
	color: #68774A;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #728D26;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #68774A;	
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}

/* Footer */	
#footer { color: #fff; clear: both; width: 820px; height: auto; text-align: center; font-size: 12px; background-color: #a9a9a9; background-repeat: no-repeat; background-attachment: scroll; background-position: center top; border-top: 1px solid #374419; border-right-color: transparent; border-right-width: 0; border-bottom-color: transparent; border-bottom-width: 0; border-left-color: transparent; border-left-width: 0; }
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.msg { color: #f00; font-size: 14px; font-weight: bold; }
#plauder1 { margin: 3px 3px 0; padding: 3px; border-color: #105098 #105098 #c8c8c8; border-style: solid; border-width: 1px; }
#plauder2 { color: #fff; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; background-color: #4f0fad; letter-spacing: 1px; margin: 0 3px 3px; padding: 3px; border-left: 1px solid #105098; border-bottom: 1px solid #105098; border-right: 1px solid #105098; }
