body 
{
	margin:  0;
	padding:  0;
	background-color: white;
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 20px;
}

.content
{
	position: fixed; 
	top: 15px; 
	left: 0%
} 

.blogroll {
/* 		border-top:1px solid #000;  */
		border-left:1px solid #000; 
/* 		border-bottom:1px solid #000; */
		float:right;
		width:230px;
		background:#eee;
		margin:0px 0px 10px 10px;
		padding:  0px 0% 0px 10px;
		font: 10px verdana, arial, helvetica, sans-serif;
		line-height: 12px;
		}

.img_nofloat {float: none;}

.articletitle
{
	color: black;
	padding: 2px 0 2px 0;
	line-height: 14px;
	font: 14px;
	font-weight: bold;
}

pre 
{ 
	font-family: monospace;
	font: 10px Monaco, Courier, sans-serif;
	color: black;
	
}

code 
{
	font: 10px Monaco, Courier, sans-serif;
	color: black;
}

#banner {
	padding:  10px 10% 10px 100px;
	margin-bottom: 25px;
	background-color: orange;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-right-width: 0;
	border-left-width: 0;
	border-style: solid;
	border-color: black;
/* 	background-image: url("http://inessential.com/images/bluemoonbackground3.gif"); */
/* 	background-position: bottom left; */
/* 	background-repeat: no-repeat; */
	}
	
#banner3 {
	padding:  2px 10% 2px 100px;
	margin-bottom: 25px;
	background-color: orange;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-right-width: 0;
	border-left-width: 0;
	border-style: solid;
	border-color: black;
/* 	background-image: url("http://inessential.com/images/bluemoonbackground3.gif"); */
/* 	background-position: bottom left; */
/* 	background-repeat: no-repeat; */
	}

	
#banner2 {
	padding:  10px 10% 15px 100px;
	margin-bottom: 25px;
	background-color: orange;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-right-width: 0;
	border-left-width: 0;
	border-style: solid;
	border-color: black;
/* 	background-image: url("http://inessential.com/images/bluemoonbackground3.gif"); */
/* 	background-position: bottom left; */
/* 	background-repeat: no-repeat; */
	}

#bannerblog {
	padding:  10px 10% 15px 100px;
	margin-bottom: 25px;
	background-color: white;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-right-width: 0;
	border-left-width: 0;
	border-style: solid;
	border-color: black;
	background-image: url("http://blog.scriptdigital.com/images/blog2_low.gif");
/* 	background-position: bottom left; */
/* 	background-repeat: no-repeat; */
	}

#bannerblogue {
	padding:  10px 10% 35px 100px;
	margin-bottom: 25px;
	background-color: white;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-right-width: 0;
	border-left-width: 0;
	border-style: solid;
	border-color: black;
	background-image: url("http://blogue.scriptdigital.com/images/bloguelogo_low.gif");
}

#bannercomment {
	padding:  10px 10% 15px 100px;
	margin-bottom: 25px;
	background-color: white;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-right-width: 0;
	border-left-width: 0;
	border-style: solid;
	border-color: black;
	background-image: url("http://blog.scriptdigital.com/images/comments_low.gif");
	}

	
#footer
{
	padding: 15px 10% 15px 100px;
	background-color: orange;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-style: solid;
	border-color: black;
	border-top-width: 1px;
	margin-top: 25px;
}

.time
{
	color: #FF4500;
	font-family: monospace;
/* 	font: 9px Monaco, Courier, Arial, sans-serif; */
	font-size: smaller;
}

.linethrough { text-decoration: line-through; }


.code1
{
	color: #00008B;
	font-family: monospace;
	/* 	font: 9px Monaco, Courier, Arial, sans-serif; */
	font-size: smaller;
}

.code2
{
	color: #00008B;
	font-family: monospace;
	font: 10px Arial, Monaco, Courier, sans-serif;
	border: solid orange 1px;
	padding: 15px;
	margin: 15px;
}

.code3
{
	color: #00008B;
	font-family: monospace;
	font: 10px Arial, Monaco, Courier, sans-serif;
	border: solid orange 1px;
	padding: 15px;
	margin: 15px;
	margin-right: 50%;
}

.wrapper
{
	background-color: white;
	margin: 0 10% 0 10%;
	width: 80%;
}

.wrapper2  {
	float:  left;
/* 	background-color: white; */
/* 	margin:  0 25px 0 0; */
	background-color: white;
	margin: 0 10% 0 0;
	width: 80%;
}

.wrapper3  {
	float:  right;
/* 	background-color: white; */
/* 	margin:  0 25px 0 0; */
	background-color: white;
/* 	margin: 0 10% 0 10%; */
	width: 20%;
}

.header
{
	font-size: 30px;
	color: white;
}

.header2
{
	font-size: 16px;
	color: white;
}

	
.legend
{
	color: black;
	font: 11px verdana, arial, helvetica, sans-serif;
}

.legend2
{
	color: #636363;
}

.language
{
	color: #636363;
	font: 10px verdana, arial, helvetica, sans-serif;
	font-style: italic;
}

.info
{
	color: #003131;
	font-size: 10px;
}
.info2
{
	color: white;
	font-size: 9px;
}


a:link
{
	color: #336699;
	text-decoration : none;
}


a:visited
{
	color: #336699;
	text-decoration : none;
}


a:active
{
	color: #CC9933;
	text-decoration : none;
}

a:hover
{
	color : blue;
}

.headerlink a:link { color: white;}
.headerlink a:active { color: white;}
.headerlink a:visited { color: white;}
.headerlink a:hover { color: blue;}
.headerlink 
{ 	
	font: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
}

.headerlinkblog a:link { color: orange;}
.headerlinkblog a:active { color: orange;}
.headerlinkblog a:visited { color: orange;}
.headerlinkblog a:hover { color: blue;}
.headerlinkblog 
{ 	
	font: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
}


.rightlinks a:link { color: white;}
.rightlinks a:active { color: white;}
.rightlinks a:visited { color: white;}
.rightlinks a:hover { color: blue;}
.rightlinks
{ 	
	text-align: right;
	width: 49%;
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 20px;
}

.leftlinks a:link { color: white;}
.leftlinks a:active { color: white;}
.leftlinks a:visited { color: white;}
.leftlinks a:hover { color: blue;}
.leftlinks
{ 	
	text-align: left;
/* 	width: 49%; */
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 20px;
}

.solidbox_1
{
	border: solid orange 1px;
	padding: 15px;
	margin: 15px;
}

.solidbox_5
{
	border: solid orange 1px;
	padding: 15px;
	margin: 15px;
	width: 20%;

}

.solidbox_4
{
	border: solid orange 1px;
	padding: 4px;
}

.solidbox_2
{
	padding:  0px 10% 0px 0px;

}

.solidbox_3
{
	padding: 4px 10% 4px 4px;
	border: solid orange 1px;
	border-style: dotted;
	width: 80%;
}
