/*
Theme Name: Backspace
Theme URI: http://backspace.bz
Description: Backspace WordPress theme.
Version: 1.5
Author: Eric Baldoni/Bitclone LLC

*/

/* RESET
--------------------------------------------------*/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, acronym, em, font, img,
small, strike, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, q,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* COMMON
--------------------------------------------------*/

body {
	color: #333;
	line-height: 1;
	background: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}
dd,dt,li,p {
	line-height: 1.4em;
}
dl,p,ol,ul {
	margin: 0em 0em 1em 0em;
}
dd {
	margin: 0em 0em 1em 1em;
}
ul li {
	padding: 0px 0px 5px 10px;
	list-style: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
blockquote {
	color: #666;
	margin: 10px;
}
strike {
	text-decoration: line-through;
}

/* HEADS
--------------------------------------------------*/

h1,h2,h3,h4 {
	color: #333;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 1.2em;
}
h1 {
	font-size: 165%;
}
h2 {
	font-size: 145%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}


/* GENERAL
--------------------------------------------------*/

#Wrapper {
	width: 932px;
	margin: auto;
	padding-top: 20px;
	background: url("img/divTop.png") no-repeat center top;
}

/* HEADER
--------------------------------------------------*/

#WrapHeader {
	background: url("img/bgr-header.jpg") repeat-x left top;
}
#Header {
	width: 1000px;
	height: 74px;
	margin: auto;
	position: relative;
	color: #999;
}
#LogoHeader {
	width: 332px;
	height: 72px;
	background: #666 url("img/logo.jpg") no-repeat;
}
#LogoHeader a {
	width: 332px;
	height: 72px;
	width: 100%;
	display: block;
}
#LogoHeader a span {
	text-indent: -9999px;
	display: none;
}
#SubscribeIcons {
	position: absolute;
	top: 33px;
	right: 40px;
}
#SocialIcons {
	position: absolute;
	top: 25px;
	right: 250px;
}
#SocialIcons img,
#SubscribeIcons img {
	vertical-align: middle;
}

/* CONTENT
--------------------------------------------------*/

#ContentWrap {
	width: 944px;
	background: url("img/bgr-content-mid.jpg") repeat-y center top;
	margin-bottom: 20px;
}
#ContentTop {
	width: 944px;
	padding-top: 25px;
	background: url("img/bgr-content-top.gif") no-repeat center top;
}
#ContentMain {
	width: 944px;
	padding-bottom: 25px;
	min-height: 300px;
	background: url("img/bgr-content-bot.gif") no-repeat center bottom;
}
#MastHeadSlide {
	margin: auto;
	display: block;
	width: 866px;
}
#ContentInner {
	padding: 20px 32px 0 32px;
	overflow: hidden;
}
#ContentInnerLft {
	float: left;
	width: 190px;
}
#ContentInnerRgt {
	float: right;
	width: 659px;
}
#ShowListWrap {
	background: url("img/bgr-cont-inner-mid.gif") repeat-y center top;
}
#ShowListTop {
	background: url("img/bgr-cont-inner-top.gif") no-repeat center top;
	padding-top: 25px;
}
#ShowListContent {
	background: url("img/bgr-cont-inner-bot.gif") no-repeat center bottom;
	padding: 0 20px 25px 20px;
	min-height: 300px;
}
#ShowListContent table img { /* Need to resize the width of this img to deal with varied imgs coming in from DBMonkey */
	width: 200px;
	padding: 4px;
	border: 1px solid #999;
	margin: 0 10px 10px 0;
	background: #dbdbdb;
}
#ShowListContent h2 {
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	background: url("img/bgr-dots-underline.gif") repeat-x left top;
	width: 450px;
}
#ShowListContent h2 span {
	font-size: 70%;
	font-weight: normal;
}
.dotsTop {
	padding: 10px 0 10px 0;
	background: url("img/bgr-dots-underline.gif") repeat-x left top;
}
.widget {
	padding: 10px 0 10px 0;
	background: url("img/bgr-dots-underline.gif") repeat-x left top;
}
#linkCal a {
	padding: 15px 0 15px 55px;
	background: url("img/icon-cal2.png") no-repeat left;
	font-size: 125%;
	font-weight: bold;
}
#linkCal {
	padding: 10px 0px 5px 0px;
}
/* DBMonkey Styles (show listings)
--------------------------------------------------*/



/* FOOTER
--------------------------------------------------*/

#Footer {
	margin: auto;
	background: url("img/bgr-footer.jpg") repeat-x left top;
	padding-top: 1px;
	color: #999;
}
#FooterContent {
	width: 932px;
	height: 230px;
	margin: auto;
	background: url("img/bgr-footer-img.jpg") no-repeat center top;
}
#Hours {
	padding-top: 30px;
	width: 250px;
	float: left;
	padding-left: 10px;
}
#Hours li {
	padding: 0px;
	margin: 0px;
}
#Hours li a {
	color: #ccc;
}
#FooterAd {
	width: 600px;
	padding-top: 30px;
	float: right;
}
#FooterAd img {
	border: 1px solid #ccc;
}
#Bitclone a:link,
#Bitclone a:visited {
	font-size: .9em;
	color: #999;
}
#Bitclone a:hover {
	text-decoration: underline;
}
/* LINKS
--------------------------------------------------*/

a {
	text-decoration: none;
}
a:link {
	color: #000;
	background: transparent;
}
a:visited {
	color: #000;
	background: transparent;
}
a:hover {
	color: #333;
	background: transparent;
}
a:active {
	color: #000;
	background: transparent;
	text-decoration: none;
}
#ContentMain a:link,
#ContentMain a:visited {
	text-decoration: underline;
}
#ContentMain a:hover {
	text-decoration: none;
}

/* NAV
--------------------------------------------------*/

#NavMain li {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -.07em;
	padding: 0;
	line-height: normal;
}
#NavMain li a {
	padding: 0 0 0 15px;
	text-decoration: none;
}
#NavMain li a:link,
#NavMain li a:visited {
	color: #333;
	text-decoration: none;
}
#NavMain li a:hover {
	color: #666;
	text-decoration: none;
}
#NavMain li.current_page_item a {
	color: #666;
	text-decoration: none;
	background: url("img/nav-arrow.gif") no-repeat 0 2px;
}

/* FORM ELEMENTS
--------------------------------------------------*/

fieldset {
	padding: 1.5em;
	border: 1px solid #ddd;
	width: 600px;
	margin-bottom: 15px;
}
legend {
	font-size: 120%;
	font-weight: bold;
	padding: 1.2em;
}
textarea {
	border: 1px solid #ddd;
	padding: 4px;
	width: 300px;
	color: #333;
	background: #f6f7f8;
}
input.Text {
	border: 1px solid #ddd;
	padding: 4px;
	width: 200px;
	color: #333;
	background: #f6f7f8;
}
input.Text:focus,
textarea:focus {
	border: 1px solid #666;
}
input.Submit {
	font-size: 14px;
	padding: 3px;
	margin-top: 6px;
}
select {
	border: 1px solid #ddd;
	padding: 4px;
}
textarea {
	font-family: inherit;
	font-size: 90%;
}
.Error {
	color: #c00;
	background-color: #fff;
}
.button {
    border: 1px solid #666;
    background: #ccc;
}
.button:hover {
    border: 1px solid #000;
    background: #eee;
}
#searchsubmit {
	border: 1px solid #666;
    background: #ccc;
    margin-top: 4px;
}
#searchsubmit:hover {
	border: 1px solid #000;
    background: #eee;
    cursor: pointer;
}

/* FORM ELEMENTS FLOATED
--------------------------------------------------*/
form.formFloat {
	width: 430px;
	clear: both;
}
form.formFloat dl {
	width: 430px;
	float: left;
}
form.formFloat dt {
	margin: 0;
	padding: 0;
	width: 120px;
	font-weight: normal;
	float: left;
}
form.formFloat dd {
	margin: 0;
	width: 205px;
	float: left;
}
form.formFloat dl input.Text {
	width: 200px;
}

/* NGG Gallery
--------------------------------------------------*/
.ngg-galleryoverview {
	margin-bottom: 10px;
}
.slideshowlink,
.piclenselink {
	margin-bottom: 2px;
	font-size: 11px;
}