/* Thomas Evdokimoff evdokimoff.com 2014 */

/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }

ul,ol { list-style: none; }
ul,ol { list-style-type: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

a { text-decoration: none; }



/* basic styles */
 #wrapper
	{

        padding: 40px;
        padding-top: 0px;
	color: #333;
	background: white;
	text-align: left;
	font-size: 12pt;
	/* line-height:14pt; */
	font-family: Arial, sans-serif;
	}

#header, #content, #footer, p { margin-top: 20px; margin-bottom: 20px;}

#header { line-height:1.5em; }

h1, h2, h3 { color: inherit; }

h2, h3 { font-size: 12px; }
		  
h1 {font-size: 32px; font-variant: small-caps;}
h1 span, h2 {font-weight: normal;}
h3, h4, h5, q {font-style:italic;}
h1 span { font-size: 14px; }

ul li { padding-bottom:0.5em;}

/* Navigation */

#navbar
{
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
border-top: thin solid brown;
line-height: 1.5em;
}

#navbar a:link {color: #666;text-decoration: none; background: inherit;}
#navbar a:visited {color: #666;text-decoration: none; background: inherit;}
#navbar a:hover { text-decoration: underline;} 					
#navbar a:active {color: red; text-decoration: none; background: inherit;}

/* all links same as navbar */
a:link {color: #666;text-decoration: none; background: inherit;}
a:visited {color: #666;text-decoration: none; background: inherit;}
a:hover { text-decoration: underline;} 					
a:active {color: red; text-decoration: none; background: inherit;}

/* Content  will include inline for individual pages */
#sologuitar img
{
float: left;
padding-right: 20px;
}


/* Footer */
#signature
{
text-align: center;
font-style: italic;
font-size: smaller;
}

#tags
{
color: silver;
font-size: smaller;
}
