body { margin:0; padding:0; }

#top-panel {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	margin-left: auto;
	margin-right: auto;	
	height: auto;
	background: #252525 url(../images/black_linen.png) repeat;
	box-shadow: inset 0 0 200px 0 #000, inset 0 -1px 0 0 rgba(255,255,255,0.5);
	border-bottom: 1px solid #000;
	overflow: hidden;
}

.panel {
	background: url(../images/stitch.png) bottom left repeat-x;
	overflow: hidden;
	padding: 0 0 30px;
}
.panel .row {
	overflow: visible;
	}
.widget {
	width: 25% !important;
	margin: 0 0 0 -1px !important;
	padding: 0 !important;
	color: #fff;
	overflow: hidden;
	border: 1px solid #111;
	border: 1px solid rgba(0,0,0,0.5);
	border-top: none;
	line-height: 18px !important;
	}
	
.widget select,
.widget select option {
	display: block;
	width: 90%;
	margin: 12px auto;
	background: #111;
	}
.widget select {
	border: 4px solid #111;
	border-radius: 4px;
	padding: 4px 4px 4px 10px;
	}
.rsswidget img {
	width: 14px;
	height: 14px;
	}
.textwidget {
	width: 100%;
	padding: 5px;
	padding: 12px 20px;
	color: #fff;
	line-height: 18px !important;
	}
h3.widget-title {
	color: #808080;
	font-weight: 700;
	text-shadow: 0 -1px 0 #000;
	text-transform: uppercase;
	padding: 12px 20px 12px 21px !important;
	background: #111;
	background: rgba(0,0,0,0.5);
	}
.panel #wp-calendar th, 
.panel #wp-calendar td, 
.panel #wp-calendar td#prev, 
.panel #wp-calendar td#next {
	display: table-cell;
	padding: 2px !important;
	width: 30px;
	text-shadow: 0 -1px 0 #000;
	color: #999;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	}
.panel #wp-calendar th, 
.panel #wp-calendar tfoot {
	background: #111;
	background: rgba(0,0,0,0.5);
	}
#wp-calendar caption {
	margin: 12px auto;
	color: #ccc;
	font-weight: 400;
	}
#wp-calendar td a { 
	color: #fff; 	
	text-shadow: 0 -1px 0 #000;
	}
#calendar_wrap {
	padding: auto;
	}

.panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
	font-weight: 100;
	text-shadow: 0 -1px 0 #000;
	}
.panel ul li {
	padding: 8px 20px;
	border-top: 1px solid #111;
	}
.panel ul li:hover { 
	background: rgba(0,0,0,0.5);
	}
.textwidget,
.panel p,
.panel ul li,
.panel a,
.panel a:visited {
	color: #808080;
	text-shadow: 0 -1px 0 #000;
	text-decoration: none;
	}
.panel a:hover {
	text-shadow: 0 -1px 0 #000;
	color: #ccc;
	}
a.more {
	display: block;
	text-decoration: none;
	font-size: 16px !important;
	font-weight: 800;
	text-transform: uppercase;
	display: block;
	width: 32px;
	text-align: center;
	line-height: 28px !important;
	background: url(../images/darknoise.png) !important;
	float: right;
	margin: -2px 13px 0 0;
	text-shadow: 0 -1px 0 #000;
	color: #fff;
	padding-bottom: 2px;
}

/* Search form */

form#searchform {
	position: relative;
	width: 200px;
	height: 48px;
	margin: 11px auto 12px !important;
	background: none;
	border: none;
	box-shadow: none;
	}
form#searchform label.screen-reader-text {
	display: none !important;
	}  
input#s {
	display: block !important;
	width: 200px !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	height: 30px !important;
	border: 1px solid #111 !important;
	background: #111 !important;
	border-radius: 5px !important;
	outline: none !important;
	padding: 0 40px 0 10px !important;
	text-shadow: 0 -1px 0 #000;
	color: #bfbfbf !important;
	box-shadow: none !important;
	text-shadow: none !important;
	}
input#searchsubmit {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	width: 30px !important;
	height: 30px !important;
	font: 0/0 a !important;
	border: none !important;
	background: url(../images/search.png) no-repeat !important;
	color: transparent !important;
	outline: none !important;
	box-shadow: none !important;
	}

/**/