
/* --------------[ User-Defined Adjustments from Stylesheet #2 ]-------------- */

@import 'style-2.css';

/* --------------[ Color Scheme Adjustgments ]-------------- */


/* ------[ Style Adjustments for Black Color Scheme ]-------- */

body {
	background-color: #333;
	background-image: url(images/black/bodybg.gif);
	}

#head-content {
	background-image: url(images/black/headbg.gif);
	}

#topnav li {
	background:url(images/black/navbg-black.gif) bottom center no-repeat;
	}

#topnav li a:hover, #topnav li a:active, #topnav li ul {
	background: #666;
	}

.widgettitle, .content-col1 h2, li.title h2, h1.archive-title {
	background: #333;
	}

#sidebar li ul.tabs li a, #sidebar li ul.tabs li a:link, #sidebar li ul.tabs li a:visited {
	border: 1px solid #333;
	border-bottom: 0;
	background: #333;
	}

#sidebar li ul.tabs li a:hover, #sidebar li ul.tabs li a:active {
	background: #666; 
	border: 1px solid #666;
	border-bottom: 0;    
	}

#sidebar li ul.tabs li a.on {
	background:#eee;
	border: 1px solid #ddd;
	border-bottom: 0; 
	}



/* --------------[ User-Defined Adjustments ]-------------- */

body {
		font-size: 11pt;
	font-family: arial,helvetica,sans-serif;
		}


h1, h2, h3, h4, h5, h6, h7, .sitetitle {
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	}

/* -------------------[ Site Title Adjustments ]------------------- */

#sitetitle h1, #sitetitle .title {
	font-size: 36px;
	color: #ffffff;
	text-align: Left;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	}

#sitetitle .description { 
	color:#ffffff;
	text-align:Left;
	}


#sitetitle {
	float:none;
	text-indent:-10000em;
	position:absolute;
	display:none;
	}


#head-content {
	background: transparent;
	background-image: url(http://www.articles500.com/images/Articles500_logo_400x80.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	}

/* ----------[ Header Background Color Adjustments ]---------- */


/* ----------[ Left Sidebar Float Adjustments ]----------- */

#content .col-3 { float:right; }
#sidebarleft { float:left; }

/* --------------[ Top Navigation Adjustments ]-------------- */

#topnav {
		font-size: 9pt; 
	font-weight: bold;	
	}

#topnav li a, #topnav li a:link, #topnav li a:visited {
		}

#topnav li a:hover, #topnav li a:active  {
			}


/* --------------[ Category Navigation Adjustments ]-------------- */

#nav {
		font-size: 8pt; 
	font-weight: bold;	
	}

#nav li a, #nav li a:link, #nav li a:visited {
		}

#nav li a:hover, #nav li a:active  {
		color: #FF5555;
			background: #333333;
		}


/* --------------[ Features Adjustments ]-------------- */

#my-glider {
	color: #ffffff;
	font-size: 9pt;
	}

#my-glider .controls ul {
	background-color: #ffffff;
	}




/* --------------[ Main Content Adjustments ]-------------- */

.maincontent {
	font-size: 11pt;
	}

.maincontent a, .maincontent a:link, .maincontent a:visited { 
		color: #005b7f;
		}

.maincontent a:hover, .maincontent a:active, .post h1 a:active, .post h1 a:hover, .post h2 a:active, .post h2 a:hover { 
		color: #000000;
		}

/* --------------[ Sidebar-Left Adjustments ]-------------- */

#sidebarleft {
	font-size: 9pt;
	}

#sidebarleft a, #sidebar-left a:link, #sidebar-left a:visited { 
		}

#sidebarleft a:hover, #sidebar-left a:active { 
		color: #000000;
		}

/* --------------[ Sidebar-Right Adjustments ]-------------- */

#contentright {
	font-size: 9pt;
	}


#contentright a:hover, #contentright a:active { 
	color: #000000;
	}

/* --------------[ Footer Adjustments ]-------------- */

#footer {
	font-size:8pt;
	color:#ffffff;
	}

#footer a, #footer a:link, #footer a:visited { 
		}

#footer a:hover, #footer a:active { 
		}


/* 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 #AFD0F8;
		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 #AFD0F8!important;
	}
/* This is the style given to the outside of the image link when hovering over the image */
	.gridCell .realviewLink:hover {
		border:1px solid #88a2c1!important;
	}
/* This is the style given to the text underneath the image (title, description, price...) */
	.gridCellInfo {
		text-align:center;
		font-size:.75em;
	}
/* Centers text under the product  */
	.gridCellInfo a, .gridCellInfo a span {
		text-align:center;
	}
/* This is the main container for the grid of products */
	.allGrids {
		text-align:center;
		width:100%;
	}
/* Centers the grid of products inside allGrids */
	.centerGrids {
		 margin-left: 30px;
		 margin-right: auto;
	}
	.error {
		border:1px solid;
		padding:18px;
		margin-bottom:23px;
	}
/* The currently selected sort method */
	.selectedSort, .selectedSort a {
		text-decoration:none;
	}
/* The pagination links */
	.count {
		float:right;
		margin-left:-2px;
		margin-bottom:7px;
		text-align:right;
		position:relative;
	}
/* Powered by Zazzle logo */
	.pbimg {
		position:absolute;
		top:-5px;
		left:0px;
	}
	.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-size: 8pt;	
	}
/* The pagination arrows (previous/next)*/
	.paginationArrows {
		text-decoration: none;	
	}
