/* @override http://local.michaellewisguitars.com/theme/stylesheet.css */

/* Reset browsers default margin, padding and font sizes */

* {
	margin: 0;
	padding: 0;
}

/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */

html {
	font-size: 100%;
	height: 101%;
}

/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #c5c5c5;
	background-color: #303030;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	width: 910px;
}

.fade-bg {
	padding: 5px;
	background-color: #282828;
	border: 1px solid #464646;
}

#logo {
	position: absolute;
	top: 18px;
	left: 12px;
}

#banner {
	height: 100px;
	background: #3e3e3e url(images/header_bar.png) repeat-y;
	position: relative;
}

h2 {
	margin: 15px 10px;
	color: #fffeff;
}

p {
	margin: 2px 2px 10px 2px;
}

.right {
	float: right;
}

.left {
	float: left;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #7fa3fe;
}

a:hover {
	color: #dace52;
}

img {
	border: none;
}

/* Navigation
------------------------------- */

#navigation {
	height: 40px;
	float: left;
	position: absolute;
	top: 40px;
	right: 0;
}

#navigation .left {
	float: left;
	width: 5px;
	height: 40px;
	background: url('./images/navigation_l.png') no-repeat left top;
}

#navigation .right {
	float: left;
	width: 3px;
	height: 40px;
	background: url('./images/navigation.png') no-repeat right top;
}

#navigation ul, #navigation ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 38px;
}

#navigation ul {
	height: 40px;
	background: url('./images/navigation.png') repeat-x 0 -41px;
}

#navigation ul li a {
	float: left;
	display: block;
	height: 40px;
	padding: 0 18px;
	color: #ccc;
	text-decoration: none;
	background: url('./images/navigation_s.png') no-repeat right top;
}

#navigation ul li.selected a {
	color: #fff;
}

#navigation ul li.last a {
	background-image: none;
}

#navigation ul li a:hover {
	color: #dace52;
}

/* Body Content
---------------------------------- */

#main-content, #lower-content {
	margin-top: 6px;
	position: relative;
}

#main-content {
	text-align: center;
}

#inside-mlg img {
	border-style: solid;
	border-width: 2px;
	margin: 15px 0 5px 20px;
}

#inside-mlg p, #inside-mlg h2, #inside-mlg h3 {
	padding-left: 200px;
	padding-right: 20px;
}

#inside-mlg h3 {
	color: #dc3823;
}

#inside-mlg strong {
	color: #dee250;
}

#media ul, #media li {
	list-style-type: none;
}

#lower-content h3 {
	margin-top: 20px;
}

#slogan {
	position: absolute;
	font-size: 3em;
	width: 599px;
	height: 60px;
	background: url('../images/slogan.png') no-repeat 0 0;
	text-indent: -9999px;
	bottom: 28px;
	right: 5px;
}

.content-block {
	font-size: 1.3em;
	background-color: #3f3d3d;
	padding: 5px;
}

img.classy {
	border: 2px solid #bcbcbc;
	margin-left: 20px;
}

ul#content-links {
	list-style-type: disc;
	margin-left: 30px;
}

ul#content-links li {
	margin-top: 6px;
}

/* Footer Content
--------------------------------- */

#footer {
	margin: 6px 0;
}

#footer ul {
	width: 900px;
	text-align: center;
	margin: 0 auto;
	padding: 4px 0;
}

#footer ul li {
	display: inline;
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
	padding: 0 10px 0 6px;
	margin: 0;
	border-right: 1px solid #CCC;
}

#footer ul li a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #a29938;
}

#footer li.last {
	border-right: none;
}

/* Tab Styling
----------------------------------------*/

/* root element for tabs  */

ul.tabs {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 1px solid #bcbcbc;
	height: 30px;
}

/* single tab */

ul.tabs li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */

ul.tabs a {
	background: url('./images/tab_sprite.png') no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 134px;
	text-align: center;
	text-decoration: none;
	color: #d3d5d5;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 1px;
}

ul.tabs a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */

ul.tabs a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #FFF !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */

/* width 1 */

ul.tabs a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs a.s:hover {
	background-position: -553px -31px;
}

ul.tabs a.s.current {
	background-position: -553px -62px;
}

/* width 2 */

ul.tabs a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs a.l:hover {
	background-position: -248px -31px;
}

ul.tabs a.l.current {
	background-position: -248px -62px;
}

/* width 3 */

ul.tabs a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs a.xl.current {
	background-position: 0 -62px;
}

/* tab pane styling */

div.panes div {
	color: #FFF;
	display: none;
	padding: 15px 10px;
	border: 1px solid #bcbcbc;
	border-top: 0;
	font-size: 1em;
	background-color: #480101;
}

/* Overlay
-------------------------------------------------- */

/* the overlayed element */

.simple_overlay {
	/*

must be initially hidden */
	display: none;
	/* 

place overlay on top of other elements */
	z-index: 10000;
	/* s

tyling */
	background-color: #333;
	width: 675px;
	min-height: 200px;
	border: 1px solid #666;
	/* CS

S3 styling for latest browsers */
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */

.simple_overlay .close {
	background-image: url('./images/close.png');
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

/* Model Overlay Dialogs
-------------------------------------------------- */

.modal {
	background-color: #480101;
	display: none;
	width: 350px;
	padding: 15px;
	text-align: left;
	border: 2px solid #333;
	color: #e2e4e4;
	font-size: 1.2em;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 50px #fff;
	-webkit-box-shadow: 0 0 50px #fff;
}

.modal h2 {
	background: url('./images/info.png') 0 50% no-repeat;
	margin: 0px;
	padding: 10px 0 10px 45px;
	border-bottom: 1px solid #FFF;
	font-size: 1.5em;
	color: #FFF;
}

.modal button {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-outline-radius-bottomleft: 4px;
	-moz-outline-radius-bottomright: 4px;
	-moz-outline-radius-topleft: 4px;
	-moz-outline-radius-topright: 4px;
	background-color: #222222;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	height: 24px;
	outline-color: #999999;
	outline-style: outset;
	outline-width: 1px;
	padding: 0 10px;
}

/* Gallery Overlay
-------------------------------------------------- */

/* the large image. we use a gray border around it */

#img {
	border: 1px solid #666;
}

/* "next image" and "prev image" links */

.next, .prev {
	

/* absolute positioning relative to the overlay */
	position: absolute;
	top: 40%;
	border: 1px solid #666;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-size: 11p

x;
	/* upcoming CSS3 features */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.prev {
	left: 0;
	border-left: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
}

.next {
	right: 0;
	border-right: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
}

.next:hover, .prev:hover {
	text-decoration: underline;
	background-color: #000;
}

/* when there is no next or previous link available this class is added */

.disabled {
	visibility: hidden;
}

/* the "information box" */

.info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 15px;
	color: #fff;
	font-size: 11px;
	border-top: 1px solid #666;
}

.info strong {
	display: block;
}

/* progress indicator (animated gif). should be initially hidden */

.progress {
	position: absolute;
	top: 45%;
	left: 50%;
	display: none;
}

/* everybody should know about RGBA colors. */

.next, .prev, .info {
	background: #333 !important;
	background: rgba(0, 0, 0, 0.6) url('./images/h80.png') repeat-x;
}

/* Galleria
-------------------------------------------------- */
.galleria {
	list-style: none;
	width: 200px
}

.galleria li {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0
}

.galleria li a {
	display: none
}

.galleria li div {
	position: absolute;
	display: none;
	top: 0;
	left: 180px
}

.galleria li div img {
	cursor: pointer
}

.galleria li.active div img,.galleria li.active div {
	display: block
}

.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto
}

.galleria li .caption {
	display: block;
	padding-top: .5em
}

* html .galleria li div span {
	width: 400px
}

#gallery { background-color: #000; }
#main_image { margin:0;height:600px;width:100%;background:black; }
#main_image img { margin-bottom:10px; }
.gallery_container { width:100%;margin:0 auto; }
.gallery_container li { width:68px;height:50px;border:3px double #111;margin: 0 2px;background:#000; }
.gallery_container li div { left:240px }
.gallery_container li div .caption { font:italic 0.7em/1.4 georgia,serif; }

/* MSIE bug */

/* Slightly enhanced, universal clearfix hack
-------------------------------------------------- */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* close commented backslash hack */
