
body {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-align:center;
	color:#29303B;
	line-height:1.2em;
	background: url('bg.gif') #b3b3a8;
}
a {
	color: #ad7e18;	
	text-decoration:none;
}
a:visited {
	color: #ad7e18;
}
a:hover {
	color: #eeac1d;
	text-decoration:underline;
}
#rap 
{
	background:#fff;
	border: 4px solid #b9881e;
	width:760px;
	margin:0 auto;
	padding:8px;
	text-align:left;
	font-family: Trebuchet MS, Georgia, Arial, serif;
	font-size: 0.9em;
}
#header {
	border: 5px solid #b9881e;
	background: url('bg.gif'); 	
	width: 750px;
	margin: 0;
	padding:0;
	
	padding-top:9px;
	height:120px;
}


#content {
border-right:1px solid #F1CE82;
float:left;
margin-bottom:10px;
margin-left:0;
margin-top:0;
overflow:hidden;
padding:8px 10px 20px 1em;
width:520px;
}

a img {
	border: none;
}
acronym, abbr {
	border-bottom: 1px dotted #0c6bf0;
}
acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}
code {
	font-size: 1em;
	font-style: italic;
}
blockquote{
	background: #f6f6f5;
	border-left: 2px solid #eeac1d;
	padding: 10px;
	margin: 1em;
}

cite {
	font-size: 0.9em;
	font-style: normal;
}
h3 {
	margin: 0;
	padding: 0;
	font: normal 1.3em verdana, helvetica, sans-serif;
}
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}
#header h1 {
font-size:18px;
left:89px;
color:#FFFFFF;
margin:0;
padding:10px;
position:relative;
top:-43px;
width:400px;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
}
#sidebar {
	/*border-left: 1px solid #f1ce82;*/
	padding-left: 10px;
	width:200px;
	float:right;
	margin:0;
} 
#sidebar #sidetext{
} 
#sidebar input {
	background-color: #eeac1d;
	color: #FFFFFF;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}

#sidebar input:hover {
	border:1px solid #eeac1d;
	background-color: #FFF;
	color:#666;
	
}
#sidebar input:focus {
	border:1px solid #999;
	background-color: #FFF;
	color:#333;
}

#sidebar h2 {
	margin: 0;
	padding-top:5px;
	padding-left:5px;
	font-size: 1em;
	color: #333;
	font-weight: bold;
	border-bottom:#f1f1f1 1px solid;	
}
h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1em;
	color: #999;
}
#sidebar ul {
	list-style-type: none;
	padding: 2px 0 1em 5px;
	margin: 0;	
}
#sidebar ul li {
	margin-top: 0.4em;
	padding: 0;
	font-size: 0.9em;
}
#sidebar .imgclass li a:link, #sidebar .imgclass li a:visited {
	padding-left: 5px;
	color: #ad7e18;	
	text-decoration: none;
	/*background: url(cats.png) no-repeat;*/
}
#sidebar .imgclass li a:hover {
	color: #f1ce82;
	background: url(cats_hover.png) no-repeat;
}

.imgclass{
padding-top:25px;
}

#header a:link, #header a:visited, #header a:hover, #header a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}


#content ul {
	margin-left: 0;
	padding-left: 15px;
	list-style-type: none;
}
#content ul li {
	background: url('bullet.png') no-repeat 0 7px;
	padding-left: 1.5em;
}
#content .articleimg {
	float:right;
	padding:3px;
	border: #ccc 1px solid;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#content .articleimgleft {
	float:left;
	padding:3px;
	border: #ccc 1px solid;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.post-footer, .copyright {
	margin-top: 10px;
	margin-bottom: 3em;
	font-size: 0.9em;
	color: #666;
}
.post-content {
	padding: 15px 0 0;
}
#sssimg img{
background:#ECD196 none repeat scroll 0;
border:1px solid #EEAC1D;
float:left;
margin-right:10px;
padding:3px;
}
.post-title {
	margin: 0 0 0.2em;	
	text-align: right;
	padding: 0.5em 1em 0 0;
	color: #999;
	border-bottom:#f1ce82 1px solid;
}
.post-title em {
	text-decoration: none;
	float: left;
	font-style: normal;
	font-size: 0.9em;		
	padding:0;
	
}
.post-info {
	color: #999;
	font-family:Georgia, Arial, Serif;
	font-size:1.2em;
	margin:0;
}
.post-info a {
	text-decoration: none;
	color: #ad7e18;
	border: none;
}
.post-info a:hover{
	text-decoration: underline;
	color: #ad7e18;
	border: none;
}
.commentedit {
text-align: right; margin-top: -10px; margin-right: 200px;
}
hr {
	display: none;
}
#footer {
	margin-top:45px;
	padding: 15px 20px 6px;
	border-top: 1px solid #e6e6e6;
	clear: both;
	font-size: 0.8em;
	color: #999;
	background: #fff;
	text-align:center;
}
#footer a {
border:none;
color:#c68c0f;
}
#commentlist {
	font-size:1em;
	font-weight:bold;
	color: #ccc;
}
#commentlist li {
	color: #666;
	font-weight: normal;
	font-size:0.85em;
}
#commentlist cite {
	font-size: 0.8em;
	color: #808080;
	margin: 0 0 1em;
	padding: 0 0 0.5em;
}
cite a {
	border-bottom: 1px dotted #DC9204;
	text-decoration: none;
}
cite a:visited, a:hover {
	border-bottom: none;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #F5F5F5;
	border: 1px solid #669BB4;
	padding: 0.2em;
}
#commentform textarea {
	width: 80%;
}
#commentform p {
	margin: 0 0 1em;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#comments {
	text-transform: uppercase;
	margin-top: 3em;
	color: #AA7D39;
	font: 0.9em verdana, helvetica, sans-serif;
}
#postcomment {
	text-transform: uppercase;
	margin-top: 0.9em;
	color: #AA7D39;
	font: 1em verdana, helvetica, sans-serif;
}

.link-comment {
	background: url('ico-talk-act.gif') no-repeat left;
	padding-left: 15px;
}
.link-comment-off {
	background: url('ico-talk.gif') no-repeat left;
	padding-left: 15px;
}
/* COMMENT ELEMENTS */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 40em

}

#commentform textarea {
background: #eeac1d;
width: 30em
border: 1px solid #d6d3d3;
}
#commentform textarea:hover {
background: #f6f4f4;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #d6d3d3;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #eeac1d;
border: 1px solid #d6d3d3;
width: 180px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #f5f2f2;
border: 1px solid #d6d3d3;
width: 180px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 180px;
}
#commentform input{
margin-bottom: 3px;
}

h3{
border-bottom:1px solid #F1F1F1;
color:#333333;
font-size:1.2em;
font-weight:bold;
margin:0 0 12px;
padding:0 0 5px;
}

#FindIt{
height:21px;
_height:22px;
position:relative;
top:1px;
_top:0px;
}

