/* CSS For RSS Tutorial Courses */

html {
	margin: 0; padding: 0;
	background-color: #F5DEB3;
}

body {
	font-size: 90%;
}

img {
	border-color: #844242;
}
h1 {
	font-size: 175%;
	font-weight: bold;
	color: #AA0033;
}
h2 {
	font-size: 135%;
	color: #9E5205;
}
h3 {
	font-size: 110%;
	font-style: italic;
	color: #BF5C00;
}
h4 {
	font-size: 105%;
	color: #968A0A;
}
h5 {
	font-size: 95%;
	font-weight: bold;
	color: black;
}

dl {
	list-style-position: outside;
}	
dt {
	text-align: left;
	font-weight: bold;
	margin-top: 6px;
}
dd {
	margin-bottom: 12px;
}
ul {
	list-style-position: outside;
}	
li {
	text-align: left;
	margin-top: 6px;
	margin-left: 0;
}
label {
	font-weight: bold;
	font-size: 85%;
	width: 140px;
}
.text
{
	text-align: justify;
}
.code
{
	text-align: left;
}
.quote
{
	margin: 0px 50px 0px 50px;
	text-align: justify;
	font-style: italic;
}

.emphasis {
	font-style: italic;
	font-weight: bold;
}
.strong {
	font-weight: bold;
}
.center {
	margin:0; padding:0;
	font-size: 85%;
	text-align: center;
}
.right {
	text-align: right
}
.outlineHeader {
	border-top: 5px solid #F5DEB3;
	background-color: #9E5205;
	color: #F6F6F6;
}
.box {
	margin: 0px 50px 0px 50px;
	padding: 20px 10px 20px 10px;
	color: black;
	border: 1px ridge #AA0033;
	background: #FFFAF6;
	text-align: center;
}

.whiteBox {
	margin: 0px 50px 0px 50px;
	color: #FF6600;
	border: 1px solid #AA0033;
	background: white;
	text-align: center;
	font-weight: bold;
}

.smallBox {
	border:1px solid #AA0033;
	margin: 0px 50px 0px 50px;
	color:#FF6600;
	font-weight:bold;
	text-align:center;
	width:100px;
	padding:10px;
}
.textBox {
	margin: 0px 10px 20px 10px;
	padding: 0px 20px 0px 20px;
	color: black;
	border: 1px solid #AA0033;
	background: white;
	font-size: 85%;
	text-align: left;
}
.matrix {
		margin: 0;
		padding: 0;
		background: white;
	   width: 80%;
	   border: 5px solid #AA0033;
	   text-align: center; }
.matrix td {
		border: 1px solid #AA0033;
}

.codeBox {
	color: black;
	border: 1px solid #AA0033;
	background: white;
	font-size: 85%;
	text-align: left;
	margin-top: 20px;
}
.codeBox li {
	padding: 0;
	margin: 0;
	margin-left: -15px;
	list-style: none;
	text-align: left;
	text-indent: 10px;
	color: #AA0033;
}
.codeBox li li {
	padding: 0;
	margin: 0;
	margin-left: -15px;
	list-style: none;
	text-align: left;
	color: #9E5205;
}
.codeBox li li li {
	padding: 0;
	margin: 0;
	margin-left: -15px;
	list-style: none;
	text-align: left;
	color: #968A0A;
}
.codeBox li li li li {
	padding: 0;
	margin: 0;
	margin-left: -15px;
	list-style: none;
	text-align: left;
	color: red;
}
.codeBox li li li li li {
	padding: 0;
	margin: 0;
	margin-left: -15px;
	list-style: none;
	text-align: left;
	color: blue;
}
.codeVar {
	font-weight: bold;
	color: black;
}
.adBox {
	background-color: yellow;
	margin: 0px;
	border: thin groove Maroon;
	height: 160px;
	width: 120px;
	float: right;
}
.graphicBox {
	margin: 5px 5px 5px 25px;
	padding: 1px;
	border: 1px solid #AA0033;
	background: white;
	text-align: center;
	width: 80%;
	font-weight: bold;
}
.graphicBox li {
	margin: 30px;
	list-style: none;
	text-align: center;
}
.graphicBox img {
	border: 0;
}
.logo {
	margin: 0;
	float: right;
	width: 16%;
}
.ppBox {
	margin: 5px 5px 5px 5px;
	padding: 1px 1px 10px 1px;
	border: 1px solid #AA0033;
	background: #F6F6F6;
	text-align: center;
	float: right;
	font-size: 85%;
	width: 30%;
}
.imageBox {
	margin: 5px 5px 5px 25px;
	padding: 1px;
	border: 1px solid #AA0033;
	background: white;
	text-align: center;
	width: 20%;
	font-weight: bold;
}
.imageBox li {
	margin: 2px;
	list-style: none;
	text-align: center;
}
.imageBox img {
	border: 0;
}
.oneBox {
	padding: 10px;
	border: 1px solid #AA0033;
	background: white;
	text-align: center;}
	
.sideBox {
	padding: 10px;
	border: 1px solid #AA0033;
	color: #FF6600;
	float:left;
	background: white;
	text-align: center;}
	
.sideBox ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sideBox li
{
	float: left;
	text-align: center;
}
.outline {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 85%;
}
.bigBox {
	margin: 20px;
	padding: 20px;
	color: #AA0033;
	border: 1px solid #AA0033;
	background: white;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}
/* rss images format * */ 

.rssGraphics {
	border: 2px solid #6E6952;
	background: white;
	padding-bottom: 50px;
}
.rssGraphics li {
	width:  100px;
	height: 60px;
	list-style: none;
	color: black;
	text-align: center;
	float: left;
}
.rssGraphics img {
	border: none;
}

.imageBlock {
	padding: 10px;
	border: 3px solid #AA0033;
	background: white;
}
.imageBlock li {
	margin-right: 10px;
	display: inline;
	list-style: none;
}
.imageBlock img {
	border: 0;
}
/*  Blogosphere... */

div#blogosphere {background: white;}

#blogosphere table {background: white;
	   width: 100%;
	   border: 10px solid #AA0033;
	   text-align: center; }

#blogosphere h1 
		{background-color:#AA0033;
		font-weight: bold;
		text-align: center;
		margin:0; padding:10px;
		color:#F5DEB3;}
		
#blogosphere h2 
		{background-color:#AA0033;
		font-weight: bold;
		text-align: center;
		margin:0; padding:5px;
		color:#F5DEB3;}
		
#blogosphere h3 
		{background-color:#F5DEB3;
		font-weight: bold;
		text-align: center;
		margin:0; padding:5px;
		color:#9E5205;}
			   
#blogosphere img {border: 0;}

#blogosphere a {color:#9E5205;font-weight:bold;text-decoration:underline}
#blogosphere a:hover {color:#B8A80D;}	

a:link 		{ color: #9E5205; text-decoration: underline; }
a:visited 	{ color: #9E5205; text-decoration: underline; }
a:hover 	{ color: #AA0033; text-decoration: underline; }
a:active 	{ color: #AA0033; text-decoration: none; }

