/*  
Theme Name:SH-Eligance
Theme URI: http://sugarhillshop.com
Description: A custom designed wordpress theme for Sugarhill.
Version: 1.0
Author: Burke Shartsis
Author URI: http://www.axisds.com/
*/

*{margin:0;padding:0;}

body{
	background:url("gfx/bg.jpg");
	font-family:Helvetica, Arial, sans-serif;
	}
	
	a:link, a:visited{
		color:#555555;
		text-decoration:none;
		}
	a:hover{
		color:#ffffff;
		text-decoration:underline;
		}
	a img{border:none;}

#wrapper{
	margin:0 auto;
	width:800px;
	position:relative;
	z-index:1;
	}

#header{
	position:absolute;
	z-index:20;
	right:0;
	}
	
.pagenav{display:inline;}	
.pagenav li{
	list-style:none;
	float:left;
	margin:7px 14px 0 0;
	font-size:1.5em;
	font-weight:bold;
	}
		.pagenav li a, .pagenav li a:visited{
			text-decoration:none;
			color:#ffffff;
			}
			
		.pagenav li a:hover{
			text-decoration:underline;
			color:#3e0000;
			}
	
#searchForm{
	float:left;
	width:186px;
	height:28px;
	background:url("gfx/search-bg.png") no-repeat;
	position:relative;
	margin-top:7px;
	}
	
	.searchBox{
		border:none;
		background-color:transparent;
		position:absolute;
		left:10px;
		width:150px;
		height:28px;
		}
	
	.searchSubmit{
		background-color:transparent;
		position:absolute;
		top:2px;
		left:159px;
		width:23px;
		height:22px;
		}

#slideshow{
	height:285px;
	margin-bottom:15px;
	width:800px;
	}
	
	#slideshow div{
		position:absolute;
		top:0;
		z-index:8;
		opacity:0.0;
		}
	
	#slideshow div.active{
		z-index:10;
		opacity:1.0;
		}
	
	#slideshow div.last-active{
		z-index:9;
		}

#news{
	width:525px;
	float:left;
	color:#ffffff;
	}
	
	.post{
		background:#000000;
		margin-bottom:15px;
		}
		
	.entry-title{
		background:#3e0000;
		height:2em;
		}
		.entry-title h2{
			float:left;
			margin:0 7px 0 3px;
			}
			.entry-title h2 a, .entry-title h2 a:visited{
				color:#ffffff;
				text-decoration:none;
				}
				
		.entry-date{
			font-size:.7em;
			padding-top:1.1em;
			color:#999999;
			}
	
	.entry, #post-nav{
		padding:5px;
		font-family:georgia;
		}
	
		.entry p{margin-bottom:12px;}
		.tags{
			padding:5px;
			background:#111111;
			color:#555555;
			font-size:.7em;
			}

	#post-nav{
		background:#000000;
		overflow:hidden;
		}
		#prev{
			float:left;
			width:50%;
			}
		#next{
			float:right;
			width:50%;
			text-align:right;
			}
		

.sidebar{
	float:left;
	width:260px;
	margin-left:15px;
	}
	
	#featured li{list-style:none;margin-bottom:11px;}
	#featured img{border:5px solid #3e0000;}
	
	.widget{
		background:#000000;
		color:#ffffff;
		padding:5px;
		margin-bottom:15px;
		font-family:georgia;
		position:relative;
		}
		.widget li{list-style:none;}
		.widget h3{
			margin:-5px -5px 0 -5px;
			padding: 2px 5px;
			background:#3e0000;
			}
			.widget h3 a, .widget h3 a:visited, .widget h3 a:hover{
				color:#ffffff;
				text-decoration:none;
				}
			.widget p{margin-bottom:5px;}

#header-bg{
	position:absolute;
	top:0;
	width:100%;
	height:285px;
	background:#555555;
	}

#shadow{
	position:absolute;
	top:257px;
	z-index:11;
	height:28px;
	width:100%;
	background:url("gfx/shadow.png");
	}

/*twitter widget*/
.widget div ul li{margin:5px 0;}
.widget li .entry-meta{
	display:block;
	margin-top:5px;
	padding:4px 5px;
	background:#111111;
	font-size:.8em;
	color:#555555;
	}
	.widget li .entry-meta a:link, .widget li .entry-meta a:visited{
		color:#555555;
		text-decoration:none;
		}
	

	
