body {
	margin: 0px;
	padding: 0;
	background: #000000;
	font-family: sans-serif, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #cc3366;
	font-size: 14px;
}

#topbar {
	margin:0 auto;
	padding:0;
	border-style: double;
	border-color: #cc3366;
	border-width: 2px;
	background-color: #cc3366;
	height: 25px;
	color: #000000;
	font-size: 10px;
	text-align: right;
}

#wrapper {
	margin: 0px auto 5px auto;
	padding-bottom: 0px;
	width: 960px;
	border: 1px solid #000000;
}

#header {
	margin: 0 0 0 0;
	padding: 0 0px 5px 0px;
	background: #000000;
}

#blogtitle {
	float: left;
	margin: 0 0 0 0;
	width: 960px;
	height: 250px;
	background: url("http://www.arinsattic.com/images/siteimgs/072008/arinsattic.jpg");
}

#xtitle {
	float: left;
	margin: 0px 0 0 0;
	width: 960px;
	height: 250px;
	background: url("http://www.arinsattic.com/images/siteimgs/072008/41x365.jpg");
	text-align: right;
}

#gallerytitle {
	float: left;
	margin: 0px 0 0 0;
	width: 960px;
	height: 250px;
	background: url("http://www.arinsattic.com/images/siteimgs/072008/gallery.jpg");
	text-align: right;
}

#musictitle {
	float: left;
	margin: 0px 0 0 0;
	width: 960px;
	height: 250px;
	background: url("http://www.arinsattic.com/images/siteimgs/072008/mymusic.jpg");
	text-align: right;
}

#wowtitle {
	float: left;
	margin: 0px 0 0 0;
	width: 960px;
	height: 250px;
	background: url("http://www.arinsattic.com/images/siteimgs/072008/wow.jpg");
	text-align: right;
}

#designtitle {
	float: left;
	margin: 0px 0 0 0;
	width: 960px;
	height: 250px;
	background: url("http://www.arinsattic.com/images/siteimgs/072008/webdesign.jpg");
	text-align: right;
}

.bottombar {
	margin:0 auto;
	padding:0;
	border-style: double;
	border-color: #cc3366;
	border-width: 2px;
	background-color: #cc3366;
	height: 25px;
	color: #000000;
	font-size: 10px;
	text-align: center;
}

.copyright {
	margin: 0;
	padding: 10px 0px 10px 0px;
	background-color: transparent;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: .1em;
	text-align: center;
}

.copyright a:link { background-color: transparent; text-decoration: underline; color: #cc3366; font-weight: bold;}
.copyright a:visited { background-color: transparent; text-decoration: underline line-through; color: #cc3366; font-weight: bold;}
.copyright a:hover { background-color: transparent; text-decoration: none; color: #FFFFFF; font-weight: bold;}

.spacer {
	clear: both;
}

a:link { background-color: transparent; text-decoration: underline; color: #FFFFFF; font-weight: bold;}
a:visited { background-color: transparent; text-decoration: underline line-through; color: #FFFFFF; font-weight: bold;}
a:hover { background-color: transparent; text-decoration: none; color: #000000; font-weight: bold;}


/* ---- Sidebars ---- */

#content {
	margin: 0px 0 0px 0;
	padding: 0 0px 0 0px;
	background: #000000;
}

#blog {
	float: left;
	margin: 0 0px 0 0px;
	padding: 0;
	width: 490px;

	text-align: left;
}

#blog2 {
	float: left;
	margin: 0 0px 0 0px;
	padding: 0;
	width: 960px;
	color: #9e005d;
	text-align: left;
}

#blog3 {
	float: left;
	margin: 0 0px 0 0px;
	padding: 0;
	width: 710px;
	text-align: left;
}

#sideleft {
	float: left;
	margin: 0 5px 0 5px;
	width: 225px;
}

#sideright {
	float: left;
	margin: 0 5px 0 5px;
	width: 225px;
}

/* --boxes-- */

.sidebox {
	margin: 10px 0px 10px 0px;
	border: 2px dashed #cc3366;
	background-color: #99cc99;
	color: #000000;
	font-size: 12px;
	text-align: center;
}

.sidebox a:link { background-color: transparent; text-decoration: underline; color: #cc3366; font-weight: bold;}
.sidebox a:visited { background-color: transparent; text-decoration: underline line-through; color: #cc3366; font-weight: bold;}
.sidebox a:hover { background-color: transparent; text-decoration: none; color: #FFFFFF; font-weight: bold;}

.sidetitle {
	margin: 10px 0px 0px 0px;
	padding: 0 5px 3px 5px;	
	color: #cc3366;
	font-weight: bold;
	font-size: 14px;
}

.sidetext {
	padding: 0 10px 10px 10px;
}

.sidetext-left {
	padding: 0 10px 10px 10px;
	text-align: left;
	color: #000000;
}

/* ----- Farrago ----- */

.entry {
	margin: 10px 10px 10px 10px;
	padding: 10px;
	background-color: #cc3366;
	border: 2px dotted #99cc99;
	color: #000000;
	font-size: 12px;	
}

.date {
	text-align: center;
	font-size: 12px;
	padding-bottom: 3px;
}

.entryhdr {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 3px;
	text-align: left;
}

.entrytitle {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 3px;
	text-align: center;
}

.subtitle {
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 3px 0;
	color: #99cc99;
	font-style: italic;
}

.entrybody {
	color: #000000;
	font-size: 14px;
	text-align: left;
}

.filedin {
	font-size: 12px;
	text-align: center;
	padding: 2px 0px 0 0;
}

.posted {
	color: #FFF;
	text-align: right;
	font-size: 14px;
	padding: 2px 10px 5px 0;
}

.comments1 {
	margin: 10px 10px 10px 10px;
	padding: 10px;
	background-color: #cc3366;
	border: 2px dotted #99cc99;
	color: #000000;
	font-size: 14px;
}

.comments2 {
	margin: 10px 10px 10px 10px;
	padding: 10px;
	background-color: #99cc99;
	border: 2px dotted #cc3366;
	color: #000000;
	font-size: 14px;
}

/* ----- Footer ----- */

#footer {
	margin: 50px 10px 0px 10px;
	padding: 5px 10px 5px 10px;
	background: #000000;
	color: #99cc99;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 14px;
	letter-spacing: 0.09em;
	height: 375px;
}


.footermenu {
	float: left;
	margin: 0 0px 0 0px;
	width: 230px;
	text-align: center;
}

.footertitle {
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
}
.footerhome {
	background-image: url(http://www.arinsattic.com/images/siteimgs/072008/menu/home.png);
	height: 40px;
}
.footercredit {
	background-image: url(http://www.arinsattic.com/images/siteimgs/072008/menu/creditrepair.png);
	height: 40px;
}
.footerallarin {
	background-image: url(http://www.arinsattic.com/images/siteimgs/072008/menu/allarin.png);
	height: 40px;
}
.footerdesign {
	background-image: url(http://www.arinsattic.com/images/siteimgs/072008/menu/design.png);
	height: 40px;
}
.footershop {
	background-image: url(http://www.arinsattic.com/images/siteimgs/072008/menu/shop.png);
	height: 40px;
}
.footermisc {
	background-image: url(http://www.arinsattic.com/images/siteimgs/072008/menu/misc.png);
	height: 40px;
}
.footerparo {
	background-image: url(http://www.arinsattic.com/images/siteimgs/072008/menu/parodies.png);
	height: 40px;
}

#footer .footermenu ul { padding: 0 0 10px 0; list-style-type: none; }

#footer .footermenu ul a {
	width: 100%;
	display: block;
	margin-top: -1px;
	padding: 5px 0 5px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #99cc99;
}

#footer .footermenu ul a:hover, #footer .footermenu ul a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .footermenu ul a:visited {
	color: #99cc99;
	text-decoration: line-through;
}

/*--misc--*/

ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 15px;
	text-indent: -1em;
}
ul a {
	font-weight: normal;
}
#normal li {
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 3px;
}

blockquote {
	margin: 10px 20px 10px 20px;
	padding: 10px 20px 10px 20px;
	border: 1px dashed #99cc99;
	font-size: 14px;
}

.inset-left {
	float: left;
	border: thin solid #cc3366;
	margin: 5px 10px 5px 0px;
	padding: 5px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	text-align: left;
	background-color:#CCC;
}

.aligncenter {
	font-size: 12px;
	letter-spacing: .2em;
	margin: 10px;
	text-align: center;
}

.paginate {
	font-size: 10px;
	letter-spacing: .2em;
	color: #FFFFFF;
	margin: 10px;
	text-align: center;
}

.paginate a:link { background-color: transparent; text-decoration: underline; color: #cc3366; font-weight: bold;}
.paginate a:visited { background-color: transparent; text-decoration: underline line-through; color: #cc3366; font-weight: bold;}
.paginate a:hover { background-color: transparent; text-decoration: none; color: #99cc99; font-weight: bold;}

.drop-shadow img {
	background-color: #000;
	padding: 2px;
}

/* ------- Misc ------ */

#design {
	margin: 0;
	padding: 0;
	height: 75px;
}

.portfolio {
	float: left;
	position: relative;
	margin-top: 0px;
	margin-left: 30px;
}
.portfolio img {
	display: block;
	position: relative;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 20px;
	background-color: #cc3366;
	padding: 5px;
}
