body, p, h1, h2, h3, h4, h5, h6, ol, ul, li, img {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

li {
	float: left;
}

ol.field-list label {
  float: left;
  width: 130px;
}

ol.field-list li {
  margin: 0.3em 0;
  clear: both;
  float: none;
}

#page {
	margin: 30px auto 3em;
}

#rogue-designs-logo-graphic {
	position: absolute;
	top: 210px;
	left: -215px;
}

#splash-header-photo {
	margin-bottom: 28px;
}

#header {
	position: relative;
	margin-bottom: 57px;
}

#content {
	padding-top: 20px;
}

#site-search {
	position: absolute;
	width: 240px;
	top: -15px;
	right: 15px;
	text-align: right;
}

#main-nav {
	position: absolute;
	top: 0;
	left: 390px;
}

#main-nav li {
	padding: 0 0.3em;
}

#account-nav {
	position: absolute;
	top: 20px;
	left: 390px;
}

#account-nav li {
	padding: 0 0.3em;
}

#subnav {
	position: absolute;
	top: 70px;
	left: 50px;
}

#enter {
	float: right;
}

.panel {
/*	border: 1px solid #808080;*/
	float: left;
	margin: 0 15px;
	width: 550px;
}

.panel h2 {
	position: relative;
	margin-top: -1em;
}

.panel div h2 {
	position: auto;
	margin: auto;
}

.panel-inside {
	margin: 10px;
}

#randoms, #archives {
	width: 150px;
}

#archives {
	clear: right;
	float: right;
}

#purchaser {
	width: 215px;
	padding: 5px;
	float: left;
}

#designer {
	width: 215px;
	padding: 5px;
	float: right;
}

p {
	margin-bottom: 1em;
}

.splash #page {
	width: 640px;
	position: relative;
}

.splash #page img {
	display: block;
}

.splash h2 {
	margin-top: 1em;
}

.blog #page {
	width: 950px;
}

.product {
	clear: both;
	/*padding: 10px 0;*/
}

.thumb {
	float: left;
	margin: 10px 10px 10px 0;
	/*padding-bottom: 10px;*/
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	text-align: center;
/*	border: 1px solid #000;*/
}

#edit-products {
	float: left;
	width: 600px;
	margin: 0 10px 0 0;
}

#edit-profile {
	float: left;
	width: 300px;
}

.product-title-image-description {
	float: left;
	width: 300px;
	margin: 0 10px 0 0;
}

.product-price-rating {
	float: left;
	width: 250px;
}

.product-materials-options, .product-processes-options {
	float: left;
	width: 150px;
}

.product-categories-options {
	float: left;
	width: 150px;
}

.product-materials-options label, .product-processes-options label, .product-categories-options label {
	display: inline;
}

.product-materials-options li, .product-processes-options li, .product-categories-options li {
  float: none;
}

.product-tag-list {
	clear: both;
}

hr {
	clear: both;
	margin: 5px 0 5px 0;
	color: #ffffff;
	height: 0px;
}

.randomproduct{
	margin:10px;
}

.randomproductimage{
	 border: 1px solid #ddd; 
	height: 102px;
	width: 102px;
	text-align: center;
}

.randomproductimage img {
  margin: auto;
}

#sidebar .side {
	padding: 10px;
	display: block;
	float: none;
	clear: both;
}

#sidebar li {
	display: block;
	clear: both;
}

#ad-sidebar {
	float: right;
	width: 120px;
	margin: 20px 0 0;
	text-align: center;
	padding-right: 55px;
}


#ad-sidebar ul{
	display:block;
}


/* Content
	----------------------------------------------------------------------------- */
	
	/*	#blogcontent h2 a {
			color: #444;
			}
			*/
		#blogcontent h2 {
			padding: 5px;
		}
	
/*		#blogcontent p a, #blogcontent .metadata a {
			color: #06c;
			padding-bottom: 2px;
			border-bottom: 1px solid #ddd;
			}
	
		#blogcontent p a:hover, #blogcontent .metadata a:hover {
			border-bottom: 1px solid #666;
			}
			
		#blogcontent p a:visited, #blogcontent .metadata a:visited {
			color: #444;
			}*/
	
		#blogcontent p {
			font: 1em/2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
			padding: 13px 0;
			color: #444;
			text-align: justify;
			}
	
		#blogcontent .post h3 {
			border-bottom: 1px solid #ccc;
			font: 1.2em "Lucida Grande", sans-serif;
			padding-top: 20px;
			text-transform: uppercase;
			}
			
		#blogcontent .entry {
			padding-top: 10px;
			width: 100%;
			overflow: auto;
			height: 1%;
			}
	
		#blogcontent .metadata {
			display: block;
			padding: 10px 0 60px;
			}
	
	
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 30px 0;
			}
			
		.commentlist li {
			background: url(images/dot.gif) bottom left repeat-x;
			/* This fixes a Firefox / Safari bug where the bottom border sometimes shwoed up and sometimes didn't */
			margin: 10px 0;
			padding: 25px 0 10px 0;
			list-style-type: none;
			width: 100%;
			overflow: auto;
			height: 1%;
			}
			
		.comment_number a {
			font: 3.2em Georgia, serif;
			float: right;
			padding-right: 10px;
		/*	color: #d6d6d6;*/
			}
			
		.comment_author {
			font-size: 1.4em;
			}
			
		h3#respond {
			display: block;
			padding-top: 15px;
			}
