/* This is the H1 title used in the sample PHP files */
	.sampleTitle {
		text-align:center;
	}
/* This is one product grid cell (the box that contains each product image and text) */
	.gridCell {
		float:left;
		text-align:center;
		position:relative;
		overflow:hidden;
	}
/* This is the style given to the product image link by default */
	.gridCell .realviewLink {
		border:1px solid #e4e4e4;
		display:block;
		padding:0px;
	}
/* This is the style given to the product image itself by default */
	.gridCell .realviewImage {
		border:2px;
	}
/* This is the style given to the inside of the image link when hovering over the image */
	.gridCell .realviewLink:hover .realviewImage {
		border:2px solid #e4e4e4!important;
	}
/* This is the style given to the outside of the image link when hovering over the image */
	.gridCell .realviewLink:hover {
		border:1px solid #e4e4e4!important;
	}
/* This is the style given to the text underneath the image (title, description, price...) */
	.gridCellInfo {
		text-align:center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    font-weight: regular;
	    color: #751414;
	}
/* Centers text under the product  */
	.gridCellInfo a, .gridCellInfo a span {
		text-align:center;
	}
/* This is the main container for the grid of products */
	.allGrids {
		align: center;
		text-align:center;
		width:100%;
	}
/* Centers the grid of products inside allGrids */
	.centerGrids {
    	 margin-left: auto;
		 margin-right: auto; 
	
	}
	.error {
		border:1px solid;
		padding:18px;
		margin-bottom:23px;
	}
/* The currently selected sort method */
	.selectedSort, .selectedSort a {
		text-decoration:none;
		text-align: center;
	}
/* The pagination links */
	.count {
		float:right;
		margin-left:-2px;
		margin-bottom:7px;
		text-align:center;
		position:relative;
	}
/* Powered by Zazzle logo */
	.pbimg {
		position:relative;
/*		top:-5px;
		left:0px; */
		align: center;
	}
	.pbimg img {
		border:0px;
	}
/* Empty classes in case you want to change the look of the pagination and sort */
	.count a, .sortLinks a {
		
	}
	.sortLinks {
		
	}
/* Used to stop product grids from floating to the left (at the end of the grid) */
	.clearMe {
		clear:both;
		margin:0px;
		padding:0px;
	}
/* Height of clearMe DIV */
	.short {
		height:10px;
	}
/* Fix for Mozilla browsers for floating elements...best not touch this! */
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

/* Empty class in case you want to style the currently selected page number */
	.current {
		
	}
/* The product description text. To show more than one line of the description, increase the height. */	
	.productDescription {		
		cursor: default;
		text-decoration: none;
		position:relative;
		overflow:hidden;
		height:15px;
	}
/* The product title text */
	.productTitle {
		display:block;
		height:15px;
		overflow:hidden;
		font-weight:bold; 
	}
/* Product price text */
	.productPrice {
		cursor: default;
		text-decoration: none;
		font-color: #5b5b5b;
		font-size: 8pt;	
	}
/* The pagination arrows (previous/next)*/
	.paginationArrows {
		text-decoration: none;	
	}
	
	
	/*
Theme Name: Design Groupies
Theme URI: http://www.designgroupies.com
Description: Custom theme for Design Groupies
Version: 1.0
Author: CFX Creative
Author URI: http://www.cfxcreative.com
*/

/*  BODY AND LINK STYLES  */

body,td,th {
	color: #656867;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #CBCBCB;
}

a:link {
	color: #751414;
}
a:visited {
	color: #751414;
}
a:hover {
	color: #751414;
	
}
a:active {
	color: #B01E1E;
}


/*  UNORDERED LIST STYLE  */

ul{
	width: 199px;

}


/*  LIST ITEM STYLES  */

/* IE BASES ITS HORIZONTAL POSITION ON THIS BLOCK */

 li{
	color: #656867;
	background-color: #e4e4e4;
	text-decoration: underline;
	list-style-type: none;
/*  padding-left: 31px; */

	 
/*	display: block; */
/*	border-bottom: 1px #ffffff solid; */
/*	padding-left: 31px; */
/*	padding-top: 9px; */
/*	padding-bottom: 9px;  */
/*	vertical-align: middle; */
/* LEFT PADDING HERE DOES NOT AFFECT HORIZONTAL POSITION IN EITHER BROWSER WHEN LEFTNAV LI PADDING IS STATED  */
/*	padding-left: 14px;  */
	
}  

/* IE: UNDERLINE ON LINKS COMES FROM HERE; ADDS LEFT PADDING TO WHATEVER IS IN LEFTNAV LI BLOCK BELOW  */


/*  LIST ITEM LINK STYLES  */

li a{


	color: #751414;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
/*	padding-left: 31px; */
/*	display: block; */
/*	height: 34px; */
}


/* LIST ITEM HOVER UNDERLINES LINKS */

li a:hover{
	text-decoration: underline;
	
}


/*  LEFT NAV CLASS STYLES  */

/* FIREFOX: UNDERLINE ON LINKS COMES FROM HERE   */
/* FIREFOX BASES ITS HORIZONTAL POSITION ON THIS BLOCK */

.leftNav li{
    padding-left: 31px;
	#padding-left: 31px;
	_padding-left: 31px;
    #margin-left: -16px;
	_margin-left: -16px;

	padding-top: 11px;
	padding-bottom: 11px;
	height: 14px; 
/*	margin: 0 0 0 0; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px #ffffff solid;
	color: #751414;
	text-decoration: none;
	vertical-align:middle;
	/* FIREFOX: WHEN JUST LEFT POSITION IS STATED, FF PUTS LI FLUSH LEFT; IE ON TOP OF BULLET */	 
/*	left: 16px;  */
/* FIREFOX: WHEN LEFT PADDING IS STATED, FF PERFECT; IE PUSHED OVER TOO FAR */	
 	background-image: url(http://www.designgroupies.com/wp-content/themes/designgroupies/images/bullet_categorieslist.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
/*	height: 34px; */	
	}
	

/*  LEFT NAV TEXT STYLES - THIS IS NOT BEING USED; LEFTNAV LI STYLES ABOVE COVER THIS  */

.bullet_categorieslist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5b5b5b;
}


/*  CONTENT TEXT STYLES  */

.txt_Red11Bold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #751414;

}

.txt_Red11BoldNoUnderline a {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #751414;
	text-decoration: none;

}

.txt_Red11BoldNoUnderline a:hover {

	text-decoration: underline;

}


.txt_Red11Regular {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #751414;

}

.txt_Red13Bold {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #751414;
}

.txt_Red13BoldCaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #751414;
	text-transform: uppercase;
}


.txt_Grey11Regular {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5b5b5b;
}

.txt_Grey11Bold {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5b5b5b;
}


.txt_Grey10Regular {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5b5b5b;
}
.txt_Red10Regular {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #751414;
}
.txt_Red10Bold {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #751414;
}


/*  COMMENTS SECTION STYLES  */

#comments{
	margin: 0px;
	padding: 0px;
	border: 0px solid #f5f5f5;
	}
	
#comments ol{
	list-style: none;
	margin: 10px 0;
	padding:0;
	}
	
#comments ol li{
	list-style: none;
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: 0px solid #ededed;
	line-height: 24px;
	}

#comments span.comment-author{
	font-weight: bold;
	}
	
#respond{
	padding: 0px;
	
	}
	
	/* ADD WHITE SPACING AND GREY BORDER AROUND ALL POST IMAGES */

#content .entry img {
	border: 1px solid #E4E4e4;
	padding: 4px;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

