/*************************************
 +Containers
 *************************************/
body{
	background:#fff url(./images/bg.png) repeat-x;
	border-top:5px solid #333;
	color:#464654;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:76em;	
}
#content{
	font-size:1.2em;
	float:left;
	padding:1em;
	width:40em;
}
#content h1{
	font-size: 1.9em;
}
#sidebar{
	font-size:1.2em;
	float:right;
	padding-top:2em;
	width:20em;
}
#header{
	padding:3em 1em;
}
#footer{
	background:#333;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}

.sampleTable {
  border: 1px solid;
}

#sampleTable td
{
  border: 1px solid;
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: 0px;
	margin:0;
	color:#B4C24B;
	text-align: left;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2.4em;
	margin:0;
	margin-right:1em;
	text-align: left;
}
#header h1 a{
	color:#E87830;
	font-weight: normal;
	text-decoration:none;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:1.6em;
}
.entrytitle h2 a
{
	font-weight: normal;
	text-decoration:none;
	color:#B4C24B;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.1em;
	color:#6F6F6F;
}

#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
#sidebar h2{
	color:#555;
	font-size:1.6em;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:1em;
	text-align: justify;
}

.entry a{
	color: #579;	
	text-decoration: underline;
}

.entrymeta{
	font-size:0.9em;
}

.entrymeta a{
	color:#579;
	text-decoration: none;
}

.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{	
	margin-bottom:0.3em;
	padding:0.3em;
}
#sidebar a
{
	font-weight: normal;
	text-decoration:none;
}
/*****************s********************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}

.commentsblock a{
	text-decoration:none;
}


.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#579;
}
a:hover{
	color:#CC0000;
}

/* navigation
--------------------------------------------------*/
#navigation {
	background-color:#A3C159;
	height:2.7em;
	line-height:2.7em;
}

#navigation a {
	color:white;
	font-weight: normal;
	text-decoration:none;
}

#navigation .selected, #navigation a:hover, #navigation #current {
	background-color:#1BA6B2
}

#navigation ul {
	margin:0;
	padding:0;
}

#navigation li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	border-right:1px solid;
	white-space:nowrap;
	border-color:white;
}

#navigation li a {
  display:block;
  padding:0 10px;
  font-size:1em;
  text-transform:uppercase;
  letter-spacing:1px;
}

/*************************************
 +Search
 *************************************/
.searchblock{
	

}
.searchblock textarea{
	width:35em;
}
.searchblock input, .searchblock textarea{
	border:1px solid #d1d1d1;
}
.searchblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.searchblock textarea:focus, .searchblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
