/*This is the core style sheet of Smith, Smorey and Diamond.*/

/*Page Layout--index.html
I.  container (750 x auto)
    A.  header (750 x 324)
    B.  content (750 x 450)
        1.  l-column (200 x 100%)
            a.  menu (200 x 246)
        2.  c-column (350 x 100%)
            a.  content-t (350 x auto)
            b.  content-b (350 x 40)
        3.  r-column (200 x 100%)
            a.  r-column-top (200 x auto)
            b.  r-column-bottom (200 x 39)
    C.  footer (750 x 70)
*/


body {
	background-color:#131313;
    background-image: url(../images/backgroundtile.jpg);
    background-repeat: repeat-y;
   	background-position: center top;
   	padding: 0px;
  	margin: 0px;
 	color: #000000;
	font-family: Arial; 
	font-size: 1em;
	}


/*-----Font Styles-----*/
p {
	font-size: .8em;
	line-height: 1.6em;
	text-align: left;
	font-family: arial;
	}


h1 {
	font-size: 1.8em;
	line-height: 1em;
	text-align: left;
	}


h2 {
	font-size: 1.6em;
	line-height: 1em;
	text-align: center;
    padding: 0px;
    margin: 0xp;
	}


h3 {
	font-size: 1.4em;
	line-height: 1em;
	text-align: left;
	}


h4 {
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
    padding: 0px;
    margin: 0px;
	}


h5 {
	font-size: .8em;
	line-height: 1em;
	text-align: left;
	}


h6 {
	font-size: .6em;
	line-height: 1em;
	text-align: left;
	}


/*-----I. Container-----*/
#container {
	position: relative;
	width: 750px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #131313;
	color: #000000;
	}


/*-----I. A. Header-----*/
#header {
	position: relative;
	width: 750px;
	height: 324px;
	padding: 0px;
	margin: 0px;
	background-color: #131313;
	background-image: url(../images/header.jpg);
	color: #000000;
	}


/*-----I. B. Content Section-----*/
#content450 {
	position: relative;
	width: 750px;
	height: 450px;
	background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat-y;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}


#content600 {
    position: relative;
	width: 750px;
	height: 600px;
	background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat-y;
	color: #000000;
	margin: 0px;
	padding: 0px;
    }


#content750 {
    position: relative;
	width: 750px;
	height: 750px;
	background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat-y;
	color: #000000;
	margin: 0px;
	padding: 0px;
    }


#content1000 {
    position: relative;
	width: 750px;
	height: 1000px;
	background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat-y;
	color: #000000;
	margin: 0px;
	padding: 0px;
    }		
		
		
#content1250 {
    position: relative;
	width: 750px;
	height: 1250px;
	background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat-y;
	color: #000000;
	margin: 0px;
	padding: 0px;
    }
		
		
#content1500 {
    position: relative;
	width: 750px;
	height: 1500px;
	background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat-y;
	color: #000000;
	margin: 0px;
	padding: 0px;
    }


#content1750 {
    position: relative;
	width: 750px;
	height: 1750px;
	background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat-y;
	color: #000000;
	margin: 0px;
	padding: 0px;
    }		
		
		
#content2000 {
    position: relative;
	width: 750px;
	height: 2000px;
	background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat-y;
	color: #000000;
	margin: 0px;
	padding: 0px;
    }


#content2250 {
    position: relative;
	width: 750px;
	height: 2250px;
	background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat-y;
	color: #000000;
	margin: 0px;
	padding: 0px;
    }


#content2500 {
    position: relative;
	width: 750px;
	height: 2500px;
	background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat-y;
	color: #000000;
	margin: 0px;
	padding: 0px;
    }


/*-----I. B. 1. Left Column-----*/
#l-column {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
	background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat-y;
	color: #000000;
    margin: 0px;
    padding: 0px;
	}


/*-----I. B. 1. a. Left Column Menu-----*/
#menu {
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    width: 200px;
    height: 328px;
    padding: 0px;
    margin: 0px;
    }


#menu ul {
    list-style: none;
    height: 41px;
    width: 200px;
    margin: 0px;
    padding: 0px;
    }


#menu li {
    display: block;
    height: 41px;
    width: 200px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    }


#menu a {
    display: block;
    width: 200px;
    height: 41px;
    float: left;
    text-decoration: none;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    }


#menu a:hover img {
    visibility: hidden;
    }


.button1 a {
    background-image: url(../images/home-hover.jpg);
    background-repeat: no-repeat;
    width: 200px;
    height: 41px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    }

.button2 a {
    background-image: url(../images/about-hover.jpg);
    background-repeat: no-repeat;
    width: 200px;
    height: 41px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    }


.button3 a {
    background-image: url(../images/pics-hover.jpg);
    background-repeat: no-repeat;
    width: 200px;
    height: 41px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    }


.button4 a {
    background-image: url(../images/audio-hover.jpg);
    background-repeat: no-repeat;
    width: 200px;
    height: 41px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    }


.button5 a {
    background-image: url(../images/gear-hover.jpg);
    background-repeat: no-repeat;
    width: 200px;
    height: 41px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    }

		
.button6 a {
    background-image: url(../images/lessons-hover.jpg);
    background-repeat: no-repeat;
    width: 200px;
    height: 41px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    }		
		

.button7 a {
    background-image: url(../images/blog-hover.jpg);
    background-repeat: no-repeat;
    width: 200px;
    height: 41px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    }

		
.button8 a {
    background-image: url(../images/links-hover.jpg);
    background-repeat: no-repeat;
    width: 200px;
    height: 41px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    }
		

.button {
    border: 0px;
    padding: 0px;
    margin: 0px;
    height: 41px;
    width: 200px;
    }


/*-----I. B. 2. Center Column and Second Column-----*/
#c-column {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 350px;
	height: 100%;
	background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
	}


#second-column {
    position: absolute;
	top: 0px;
	left: 200px;
    width: 550px;
    height: 1500px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }


/*-----I. B. 2. a. & b. Center Column Sub-sections-----*/
#content-t {
    position: relative;
    width: 350px;
    height: auto;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/centercolumn-top.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    }


#content-b {
    position: relative;
    bottom: auto;
    width: 350px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/centercolumn-bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    }


#gallery-header {
    position: absolute;
    top: 0px;
    left: 200px;
    width: 550px;
    height: 64px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }


#gallery1 {
    position: absolute;
	top: 64px;
	left: 200px;
    width: 550px;
    height: 425px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }


#gallery2 {
    position: absolute;
	top: 489px;
	left: 200px;
    width: 550px;
    height: 425px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }


#gallery3 {
    position: absolute;
	top: 914px;
	left: 200px;
    width: 550px;
    height: 425px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }


#gear-column {
    position: absolute;
	top: 0px;
	left: 200px;
    width: 550px;
    height: 750px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }

#gear-column li {
    font-size: 11px;
    }

		
#column450 {
    position: absolute;
	top: 0px;
	left: 200px;
    width: 550px;
    height: 450px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }

		
#column600 {
    position: absolute;
	top: 0px;
	left: 200px;
    width: 550px;
    height: 600px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }		


#column750 {
    position: absolute;
	top: 0px;
	left: 200px;
    width: 550px;
    height: 750px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }		
		
		
#column1000 {
    position: absolute;
	top: 0px;
	left: 200px;
    width: 550px;
    height: 1000px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }		
		
		
#column1250 {
    position: absolute;
	top: 0px;
	left: 200px;
    width: 550px;
    height: 1250px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }		
		
		
#column1500 {
    position: absolute;
	top: 0px;
	left: 200px;
    width: 550px;
    height: 1500px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }		
		
	
#column1750 {
    position: absolute;
	top: 0px;
	left: 200px;
    width: 550px;
    height: 1750px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }				
		
		
#column2000 {
    position: absolute;
	top: 0px;
	left: 200px;
    width: 550px;
    height: 2000px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }		
		
		
#column2250 {
    position: absolute;
	top: 0px;
	left: 200px;
    width: 550px;
    height: 2250px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }		
		
		
#column2500 {
    position: absolute;
	top: 0px;
	left: 200px;
    width: 550px;
    height: 2500px;
    background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat y;
    background-position: top left;
	color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    }		


#content-wide-t {
    position: relative;
    width: 550px;
    height: auto;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/widecolumn-top.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    }


#content-wide-t-long {
    position: relative;
    width: 550px;
    height: auto;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/widecolumn-top-long.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    }

		
#content-wide-b {
    position: relative;
    bottom: auto;
    width: 550px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/widecolumn-bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    }		
		
/*-----I. B. 3. Right Column-----*/
#r-column {
    position: absolute;
	top: 0px;
	left: 550px;
	width: 200px;
	height: 100%;
	background-color: #131313;
    background-image: url(../images/grillcloth2.jpg);
    background-repeat: repeat-x repeat-y;
	color: #000000;
    margin: 0px;
    padding: 0px;
	}


/*-----I. B. 3. a. & b. Right Column Sub-sections-----*/
#r-column-top {
    position: relative;
    width: 200px;
    height: auto;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/rcolumn-top.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    }


#r-column-bottom {
    position: relative;
    bottom: auto;
    width: 200px;
    height: 39px;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/rcolumn-bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    }


/*-----I. C. Footer-----*/
#footer	{
    position: relative;
	width: 750px;
	height: 70px;
	background-color: #131313;
    background-image: url(../images/footertile.jpg);
    background-repeat: repeat-x repeat-y;
	color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
	}


#footer ul {
    padding: 0xp;
    margin: 0px;
    }


#footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
	}


#footer a:link,
#footer a:visited {
	color: #000000;
	text-decoration: none;
	padding-right: .8em;
	padding-left: .8em;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
	}


#footer a:hover {
  	color: #818181;
	text-decoration: none;
	padding-right: .8em;
	padding-left: .8em;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
	}


#footer a:active {
	color: #C1C1C1;
	text-decoration: none;
	padding-right: .8em;
	padding-left: .8em;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
	}


/*-----Misc Styling Classes (Mostly text and links)-----*/
.backwards {
    text-align: center;
    font-weight: bold;
    unicode-bidi:bidi-override;
    direction: rtl;
    color:#ffffff;
    padding: 0px;
    margin: 0px;
    }


.c-table td {
    width: 175px;
    padding: 0px;
    margin: 0px;
    }


.c-table550 td {
    width: 265px;
    vertical-align: text-top;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    }


.c-table550 p {
    padding-left: 0px;
    margin: 0px;
    }


.center-text {
    text-align: center;
    }


.clear-embed {
    padding: 0px;
    margin: 0px;
    }


#copyright {
	text-align: center;
	font-size: .6em;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 0px;
	}
	

.extra-space {
		line-height: 2em;
		}

	
.guitarcorner-header {
    padding-left: 100px;
    }


.header-text {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    }

		
.lessons-list-header {
		font-size: 18px;
		color: white;
		font-weight: bold;
		font-family: arial;
		padding-top: 0px;
		padding-bottom: 0px;
		line-height: 24px;
		}


.lessons-list-header a {
		font-size: 18px;
		color: white;
		font-weight: bold;
		font-family: arial;
		padding-top: 0px;
		padding-bottom: 0px;
		line-height: 24px;
		}		
		
		
.lessons-list-item {
		font-size: 14px;
		color: white;
		list-style-type: none;
		font-family: arial;
		padding-left: 25px;
		padding-top: 0px;
		padding-bottom: 0px;
		line-height: 22px;
		}

		
.lessons-list-item a {
		font-size: 14px;
		color: white;
		list-style-type: none;
		font-family: arial;
		padding-top: 0px;
		padding-bottom: 0px;
		}	
		
		
.list-header {
    font-size: 20px;
    font-family: times;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    }


.list-inset ul {
    font-weight: bold;
    font-family: arial;
    font-size: 14px;
    padding-left: 25px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    }


.list-inset li {
    padding-left: 35px;
    font-family: arial;
    font-size: 12px;
    list-style-type: none;
    }



.list-text li {
    font-size: 12px;
		padding-right: 20px;
    }


.rborder {
		border-right: 1px solid #000000;
	}

	
.songs-table {
		text-align: center;
		}


.songs-table tr td {
		font-size: .8em;
		font-weight: normal;
		width: 175px;
		}	
		

.text-pad {
    padding: 15px;
    line-height: 16px;
    font-size: 12px;
    margin: 0px;
    }


.text-pad2 {
    padding-left: 20px;
    line-height: 14px;
    font-size: 11px;
    }

.text-pad3 {
    padding: 15px;
    line-height: 11px;
    font-size: 11px;
    }

.text-pad-blogshorts {
    padding-left: 15px;
		padding-right: 25px;
		padding-top: 0px;
		padding-bottom: 5px;
    line-height: 20px;
    font-size: 12px;
    }
		

.text-pad-blogshorts li {
		margin-left: 20px;
		}
		

.text-pad-link {
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    color: #ffffff;
    }


.text-pad-link2 {
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
		padding-right: 15px;
    color: #ffffff;
    }


.text-pad-link3 {
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    }


.thumbs {
    width: 180px;
    float: right;
    }


.thumbs a {
    display: block;
    float: left;
    margin: 0px 0px 5px 5px;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    }


.thumbs a img {
    width: 50px;
    height: 50px;
    border: 0px;
    }


.thumbs a:hover {
    border-color: #ddd;
    }


.thumbs a:hover img {
    position: absolute;
    width: auto;
    height: auto;
    right: 185px;
    top: 25px;
    border: 1px solid #333;
    }


.update-link {
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 0px;
    color: #ffffff;
    }

.underline-text {
		text-decoration: underline;
		line-height: 2em;
		}
		
		
.video-align {
		text-align: center;
		}		
		
		
.white-link {
    color: #ffffff;
    }