/* CSS Document for Sinister Dexter */

html, body {
	padding: 0px;
	margin: 0px;
	height:100%;
}
body {
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #4f3979;
	background-image: url(images/bground_tile.jpg);
	background-repeat: repeat-x;
	min-width: 1000px;
}
div#wrap {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	
	background-image: url(images/bground_plain.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	clear: both;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin:0px;
	padding: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin:0px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin:0px;
	padding: 0px 0px 10px 0px;
}
ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
body.template-home p {
	font-size: 12px;
}
a {
color: #c60;
}
a:hover {
color: #930;
}
/**********************************************************

	MENU

**********************************************************/
div#menu {
	width: 1000px;
	margin: 0 auto;
	clear: both;
	height: 190px;	
	text-align:left;
	background-image: url(images/top_parchment.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
/**********************************************************

	TOP MENU - "Join Our Email List" and "Sinister Dexter" link

**********************************************************/
div#logo-link-container {
	clear:both;
	height: 115px; 
}
div#logo-link-container a {
	text-decoration: none;
}
div#logo-link-container a i {
	visibility: hidden;
}
div#logo-link-container a#logo-link  {
	float: left;
	width: 420px;
	height: 110px;
	margin: 0px 0px 0px 145px; /* positioning */	
}
div#logo-link-container a#email-link {
	float:right;
	width: 110px;
	height: 110px;
	margin: 0px 100px 0px 0px; /* positioning */
}
/**********************************************************

	TOP NAV LINKS

**********************************************************/
#header-nav-container {
	width: 790px; /* no wider than 790 please */
	margin: 0px 0px 0px 144px; /* left positioning */
	position: absolute;
	top: 116px;
}
#header-nav-container ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	height: 30px;
	display: inline;
}
#header-nav-container ul li { display: inline; }
#header-nav-container ul li a {
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px; /* spacing between nav items, keep even with padding-left */
	padding-bottom: 17px; 
	padding-left: 10px; /* spacing between nav items, keep even with padding-right */

	color: #aa8d4a;
	background: url(images/nav_light_fused_v2.jpg) center top no-repeat;
	width: auto;
	height: 30px;
}
#header-nav-container ul li a:hover  {
	color: #f9c959;
	background-position: center -30px;
	width: auto;
	height: 30px;
}
span.nav-link {
	position: relative;
	top: 12px;	/* positioning the text within the link */	
}
/**********************************************************

	MAIN

**********************************************************/
div#main {
	background-image: url(images/tile_parchment.gif);
	background-repeat: repeat-y;
	background-position: top center;
	width:1000px;
	margin: 0 auto;
	clear: both;
	text-align: left;
}
/**********************************************************

	CONTENT

**********************************************************/
body.template-sidebar div#content, body.template-nosidebar div#content, body.template-home div#content {
	position: relative;
	left: 200px;
	border-top: 1px dashed #f7dea5;
	border-bottom: 1px dashed #f7dea5;
}
body.template-sidebar div#content {
	width: 470px;
}
body.template-nosidebar div#content {
	width: 670px;
	/* Don't forget to remove the div id'd as "sidebar" from the HTML */
}
body.template-home div#content {
	width: 450px;
}
/* thumbnail images in the gallery, NOT from flickr */
div.image-thumbs img {
	border: 4px solid #fff;
	margin: 0px 10px 10px 0px;
}
/**********************************************************

	HOME TEMPLATE - GIGS / FLICKR

**********************************************************/
div#sidebar-gigs {
 width: 220px;
 float: right;
 margin: 0px 110px 0px 0px;
}
div#sidebar-gigs div.module {
	background-image: url(images/sidebar_gigs_top.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 92px; /* height of the "sidebar_top.gif" image */
	margin: 0px;
}
div#sidebar-gigs div.module iframe {
 	border-left: 3px solid #fbd054;
	border-right: 3px solid #fbd054;
	border-bottom: 3px solid #fbd054;
	border-top: none;
	width: 212px;
	height: 320px;
	background-color: #efefef;
	margin: 0px 0px 0px 1px;
}
div#slideshow img {
	border: 8px solid #fff;
}
/**********************************************************

	SIDEBAR

**********************************************************/
div#sidebar {
	 width: 180px;
	 float: right;
	 margin: 0px 110px 0px 0px;
}
div#sidebar div.module {
	background-image: url(images/sidebar_module_top.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 49px; /* height of the "sidebar_top.gif" image */
	margin-bottom: 15px; /* spacing between each module */
}
div#sidebar div.module div.module-content {
	background-color: #edb858;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 60px; /* height of the "sidebar_module_" images */
}
div.module-content h3, div.module-content p, div.module-content a {
	font-size: 12px;
}
div.module-content h3 { 	
	font-weight: bold;
	padding: 0px 10px;
	margin: 0px;
}
div.module-content p { 	
	padding: 5px 10px;
	margin: 0px;
}
div.module-content ul { 	
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #e8a946;
}
div.module-content ul li { 
	list-style: none;
	border-bottom: 1px solid #e8a946;
}
div.module-content ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 10px;
	width: 100%;
} 
html>body div.module-content ul li a {
		width: auto;
}
div.module-content ul li a:hover, div.module-content ul li a.active {
	background-color: #f3ca6a;
} 
/**********************************************************

	FOOTER

**********************************************************/
div#footer {
	width: 100%;
	min-width: 1000px;
	height: 200px;
	margin: 0 auto;
	padding: 0px;
	font-size: 10px;
	color: #c93;
	
	background-color: #000;
	background-image: url(images/footer_parchment.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
div#footer div#footer-content {
	clear: both;
	position: relative;
	top: 55px;
	text-align: center;
}
div#footer p {
	color: #c93;
	font-size:10px;
	margin: 5px 0px 10px 0px;
}
div#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#footer ul li {
	font-size: 10px;
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #c93;
	list-style: none;
	display: inline;
}
div#footer ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
div#footer img.chicklet {
	margin: 0px 3px 0px 10px;
	border: none;
}
div#footer a {
	color: #c93;
	text-decoration: none;
}
div#footer a:hover {
	color: #c93;
}
