/*  
Theme Name: AccessoryOutfitters.com
Theme URI: http://www.accessoryoutfitters.com/
Description: The AccessoryOutfitters.com Theme.
Version: 2.0
Author: Barney Boisvert
Author URI: http://www.barneyb.com/
*/

@import url(style_override_default.css);

/**********************************************************************
 * Overrides
 */
body {
	background-color: #fff;
	background-image: none;
	color: inherit;
}
#page {
	background-color: inherit;
	border-width: 0px;
	width: 700px
}
#header {
	background-color: #fff;
	background-image: none;
	height: auto;
	width: auto;
}
#footer {
	background-color: #fff;
	background-image: none;
	width: auto;
}
#footer div {
	margin: 0px;
	text-align: center;
}
#commentform {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #060;
	}

#commentform label {
		width: 12em;
		font-weight: bold;
		text-align: right;
		display: block;
		float: left;
		margin: 0px;
		padding: 0px;
		margin-right: 1em;
	}
#commentform textarea {
	width: 450px;
	height: 120px;
}
#commentform #submit {
	margin: auto;
	float: none;
}
/*
 * End Overrides
 *********************************************************************/


#content.page {
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#content.home {
	background-image: url("images/moved.gif");
	background-repeat: no-repeat;
	background-position: 0px 30px;
}
td.topTile {
	background-image: url('images/tile.gif');
	}
td.bottomTile {
	background-image: url('images/bottomTile.gif');
	}

td.fuzzyTL {
	width: 23px;
	height: 23px;
	background-image: url('images/fuzzyTL.gif');
	}
td.fuzzyT {
	height: 23px;
	background-image: url('images/fuzzyT.gif');
	}
td.fuzzyTR {
	width: 23px;
	height: 23px;
	background-image: url('images/fuzzyTR.gif');
	}
td.fuzzyL {
	width: 23px;
	background-image: url('images/fuzzyL.gif');
	}
td.fuzzyR {
	width: 23px;
	background-image: url('images/fuzzyR.gif');
	}
td.fuzzyBL {
	width: 23px;
	height: 23px;
	background-image: url('images/fuzzyBL.gif');
	}
td.fuzzyB {
	height: 23px;
	background-image: url('images/fuzzyB.gif');
	}
td.fuzzyBR {
	width: 23px;
	height: 23px;
	background-image: url('images/fuzzyBR.gif');
	}
.entry td {
	font-size: 1em;
	}
.commentlist .moderationmessage {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #060;
	font-style: italic;
	font-weight: normal;
	}
