/*

Big Guitar Walls
http://bigguitarwalls.com
Developed by Jeffrey D Brown
Huntington Beach CA 92648

*/

/* Basics */


body {
	margin: 0;
	background-color: #333333;
	/*background-image: url(images/cslnm_topbg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #cccccc;
}
p, form {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
div.toolbar {
	color: #cccccc;
	height: 200px;
	background-image: url(images/moonstone_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing:1px;
}
div.toolbar a {
	color: #95afd1;
	text-decoration:none;
}
div.toolbar a:hover {
	color: #ffffff;
	text-decoration:none;
}
div.menubar {
	padding-top:0px;
	padding-bottom:10px;
	font-size: 16px;
	padding-left: 20px;
}
#language_selector {
	font-size: 11px;
}
/* End Basics */



/* Content Items */



div.content {
	padding: 5px;
	color: #cccccc;
}
div.content a {
	color: #95afd1;
	text-decoration: none;
}
div.content a:hover {
	color: #ffffff;
}
div.contentwrap {
	border: 1px solid #000000;
	text-align:left;
	padding-top:12px;
	margin: 20px auto 0 auto;
	background-color:#444444;
	width:970px;
}
div.contentwrap-grid {
	border: 1px solid #000000;
	text-align:left;
	padding-top:12px;
	margin: 20px auto 0 auto;
	background-color:#444444;
	width:1000px;
}
div.footer {
	text-align: center;
	margin-top: 12px;
	padding-top: 6px;
	padding-bottom: 12px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#social {
	height: 70px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}


/* Errors */



.error, .notice {
	color: red;
}
div.error {
	padding: 5px;
	border: 1px solid #666666;
	background: white;
	margin-right: 20px;
	margin-left: 20px;
}
/* End Errors */



.boxed {
	padding: 5px;
	border: 1px solid;
	margin-left: 2em;
	margin-right: 2em;
}
/* Indents */



.indent {
	margin-left: 0px;
	padding-left:75px;
	padding-right:75px;
}
.indent-acquire {
	margin-top: 24px;
	padding-top: 15px;
	padding-bottom: 6px;
	margin-right: 75px;
	margin-left: 75px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.indent20 {
	padding-left: 20px;
}
.indent40 {
	padding-left: 40px;
}
.indent20-m {
	margin-left: 20px;
}
.indent20-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.indent20-20m {
	margin-left: 20px;
	margin-right: 20px;
}
table.indent20-upload {
	padding-left: 20px;
	margin-top:12px;
	margin-bottom:12px;
}
.indent-desc {
	margin-left: 0px;
	padding-left:75px;
	padding-right:75px;
	padding-bottom:12px;
}
/* End Indents */



/* Table Styles */



td.label {
	text-align: right;
	white-space: nowrap;
	padding-right: 5px;
	width: 1%;
}
table.grid {
	border-collapse: collapse;
	margin-left: auto;
	width: 920px;
	margin-right: auto;
}
table.grid td, table.grid th {
	padding: 5px 15px 5px 15px;
}
table.grid th {
	background-color: #000000;
}
/* End Table Styles */



/* Snippets */



div.snippet {
	white-space: nowrap;
}
div.snippet select {
	font-size: 10px;
	vertical-align: middle;
}
div.snippet input {
	vertical-align: middle;
}
div.snippet textarea {
	width: 100%;
}
/* End Snippets */



/* Forms */



input[type="radio"] {
	vertical-align: bottom;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/buttonbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #B1B1B1;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
/* End Forms */



div.alert {
	margin: 25px;
	text-align: center;
	padding: 10px;
	background: white;
	border: 2px solid red;
	font-size: 12px;
	font-weight: bold;
}
/* Blog - Normally Not Used */



div.blog_article {
	border-bottom: 1px dashed #AAAAAA;
}
p.blog_article_title {
	font-weight: bold;
	font-size: 16px;
}
p.blog_article_date {
	font-style: italic;
	color: #888888;
}
div.blog_comment {
	border-bottom: 1px dashed #AAAAAA;
}
textarea.code {
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 450px;
	background-color: #eeeeee;
	border-color: #cccccc;
	border-style: inset;
	margin-top: 5px;
}
p.blog_comment_date {
	font-style: italic;
	color: #888888;
}
/* End Blog */



/* Tabber */



.tabberlive .tabbertabhide {
	display: none;
}
.tabber {
	display: none;
}
.tabberlive {
	margin-top:1em;
	margin-left:20px;
	margin-right:20px;
}
ul.tabbernav {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #AAA;
	/* font: bold 12px Verdana, sans-serif */;
	font-weight: bold;
}
ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}
ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #AAA;
	border-bottom: none;
	text-decoration: none;
	background-color: #CCCCCC;
}
ul.tabbernav li a:link {
	color: #666666;
}
ul.tabbernav li a:visited {
	color: #FFFFFF;
}
ul.tabbernav li a:hover {
	color: #FFFFFF;
	border-color: #AAA;
	background-color: #999999;
}
ul.tabbernav li.tabberactive a {
	background-color: #444444;
	border-bottom: 1px solid #000000;
}
ul.tabbernav li.tabberactive a:hover {
	color: #000;
	background: #444444;
	border-bottom: 1px solid #000000;
}
.tabberlive .tabbertab {
	padding: 5px;
	border: 1px solid #aaa;
	border-top: 0;
}
.tabberlive .tabbertab h2 {
	display: none;
}
.tabberlive .tabbertab h3 {
	display: none;
}
.tabberlive#tab2 .tabbertab {
	height: 200px;
	overflow: auto;
}
/* Misc Styles */



.hidde {
	display: none;
}
.popup {
	padding: 5px;
}
#WzTtDiV {
	background: #e6ecff;
}

