#modules
{
	float: right;
	width: 14.5em;
}
/* RSS CSS */
h3#rss {
	font-family: monospace;
	font-size: 1.1em;
	background: #A74901 url('http://www.chaotickingdoms.com/images/Feed_32x32.png') 0.2em 0.2em no-repeat;
	text-align: right;
	padding: 0.5em 0.3em 1.2em 0.8em;
	margin: 0em 0em 0.2em 0em;
}

h3#rss a:link {
	color: #ffffcc;
	text-decoration: none;
}

h3#rss a:visited {
	color: #ffffcc;
	text-decoration: none;
}

/* Twitter CSS */
h3#twit {
	color: #ffffcc;
	font-family: monospace;
	font-size: 1.1em;
	background: #33ccee url('http://www.chaotickingdoms.com/images/Twitter_32x32.png') 0.2em 0.2em no-repeat;
	text-align: right;
	padding: 0.3em 0.3em 0.4em 0.8em;
	margin: 0em 0em -1em 0em;
	-moz-border-radius: 0.7em 0.7em 0em 0em;
	-webkit-border-radius: 0.7em 0.7em 0em 0em;
	-khtml-border-radius: 0.7em 0.7em 0em 0em;
	border-radius: 0.7em 0.7em 0em 0em;
}

h3#twit a:link { 
	color: teal;
	text-decoration: none;
}

h3#twit a:visited { 
	color: teal;
	text-decoration: none;
}

#twitter
{
	background: white;
	-moz-border-radius: 0.7em 0.7em 0.7em 0.7em;
	-webkit-border-radius: 0.7em 0.7em 0.7em 0.7em;
	-khtml-border-radius: 0.7em 0.7em 0.7em 0.7em;
	border-radius: 0.7em 0.7em 0.7em 0.7em;
}

p.tweet {
	font-family: monospace;
	font-size: 0.8em;
	padding: 1em 0.5em 0em 0.5em;
	margin-bottom: -0.5em;
	color: black;
}

.tweetDate {
	font-family: monospace;
	font-size: 0.7em;	
	padding-left: 0.5em;
}

.tweetDate a:link { color: #dd2255; }
.tweetDate a:visited { color: #dd2255; }

#catmod {
	background: #bbb;
	margin-top: -0.7em;
	padding-bottom: 1em;
	-moz-border-radius: 0.7em 0.7em 0.7em 0.7em;
	-webkit-border-radius: 0.7em 0.7em 0.7em 0.7em;
	-khtml-border-radius: 0.7em 0.7em 0.7em 0.7em;
	border-radius: 0.7em 0.7em 0.7em 0.7em;
}

h3#cat {
	color: #447;;
	text-align: center;
	padding-top: 0.5em;
}

#catmod a:link, #catmod a:visited {
	color: #113;
	padding-left: 1em;
}




