
/* rightnav column 
-------------------------------*/
#rightbav-bkg {
	background: #aaa url(images/rightnav_pattern.png);
	margin-top: -12px; padding-top: 12px;
	border: 0px dotted red;
	height: 896px;
	float: left;
}

#rightnav {	
	border: 0px dotted lime;
	margin-left: 14px;
	font-size: 10px;
	margin-right: 14px;
	width: 200px;
}

#rightnav ul {
	list-style: none;
	padding: 0; margin: 0;
}

#rightnav h2 {
	border: 0px dotted lime;
	height: 26px;
	border-bottom: 5px solid #ddd;
	padding: 0; margin-top: 10px;
	background-repeat: no-repeat;
	background-color: white;
}

#rightnav input:hover {	
	background-color: white !important;
}

input#search {
	font: normal 11px verdana;
	color: #555;
	border: 1px dotted #aaa;
	width: 130px; height: 14px;
	margin-left: -1px;
	background: url(images/70percent.png);
}


.round_left {
	float: left;
	width: 50%; height: 14px;
	background: url(images/70percent_rounder.png);
}

.round_right {
	float: right;
	width: 50%; height: 14px;
	background: url(images/70percent_rounder.png) top right;
}

/* categories 
-------------------------------
I'll be surprised if this section works in all browsers!!!
*/
#categories {
	overflow: visible;
	margin-top: 15px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 35px;
	background: url(images/75percent);
	border: 0px dotted blue;
	height: 70px;

}

#categories ul {
	margin-left: -9px;
	list-style-image: url(images/orange_arrow.gif);
}

#categories a {
	display: block;
	height: 26px;
	margin: -15px 0 -15px -26px;
	padding: 10px 0 0 26px;
	border: 0px dotted lime;
}

#categories a:hover {
	background: url(images/hoverglow.png) no-repeat;
	text-decoration: none;
}


/* bookmarks social
-------------------------------*/
#social {
	border: 0px dotted #aaa;
	line-height: 16px;
	font-size: 10px;
	height: 100px; 
	background: url(images/70percent);
}

#social-1, #social-2 {
	background-repeat: no-repeat;
	background-position: 0 2px;
	float: left;
	width: 70px; height: 80px;
	margin: 4px 0 0 8px;
}

#social a {
	display: block;
	padding-left: 17px;

}

#social a:hover {
	background: url(images/yellow_hover);
	text-decoration: none;
}

#even-more {
	float: left;
	margin: 3px 14px 0 8px;
	border: 0px dotted lime;
	background: url(images/addthis.gif) no-repeat 1px 2px;
}


/* comments F O R M
-------------------------------*/

.ostar {
	font-weight: bold;
	color: red;
}

#commentform {
	background: url(images/70percent.png);	
}

#commentform > * {
	margin-left: 10px;
	margin-right: 14px;
}

#commentform #guidelines {
	font-weight: bold;
	color: red;
	padding: 6px 0 4px 0;
}

#commentform input[type=text] {
	margin: 2px 0 6px 0;
/*	background: url(images/75percent);*/
	height: 18px; width: 100%;
	border: 1px dotted #aaa;
}

#commentform textarea {
	margin: 2px 0 6px 0;
	height: 145px; width: 100%;
/*	background: url(images/75percent);*/
	border: 1px dotted #aaa;
}

#commentform .remember {
	margin: -16px 0 10px 22px;
}

#captcha {
	height: 50px; 
	border: 1px dotted #aaa;
	background-position: -20px 50%;
	background-repeat: no-repeat;
}

/* R E C E N T comments
-------------------------------*/
#recentcomments {
	background: url(images/70percent.png);
}

#recentcomments li {
	margin-left: 10px;
	margin-right: 10px;
	border: 0px dotted orange;
	overflow: hidden;
}

#recentcomments span {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	padding: 0 0 2px 16px;
	background-position: 0 -1px;
	background-repeat: no-repeat;
}

#recentcomments a {
	padding: 4px 0 4px 0;
	display: block;
	border-bottom: 0px solid #c4cbd2;
}

#recentcomments a:hover {
	background-color: #f5f5cc;		
	text-decoration: none;
}














