/* 

site name: Shepherdweb.com 
designed by: Shane Shepherd
url: http://www.shepherdweb.com/ 

*/



/* General Layout */

a, a:link, a:visited {
	color: #03C;
	text-decoration: underline;
}


a:hover {
	text-decoration: none;
	background-color: #C2F890;
}
a img {
	border: none;
}


.storycontent p img {
	max-width: 400px;
}


body {
	margin: 0;
	padding: 0;
	background-image: url(build/bgtile.png);
	background-repeat: repeat-y;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;

}


h1#header {
	font-family: "trebuchet ms", trebuchet, arial, sans-serif;
	font-weight: 100;
	letter-spacing: -2px;
	position: absolute;
	top: 50px;
	z-index: 2;
	line-height: 46px;
	margin: 0 0 0 6px; padding: 0;
	font-size: 46px;
}
h1#header a { text-decoration: none; color: #000; background-color: transparent; }
h1#header a:hover { text-shadow: #669 -2px -2px 8px; text-decoration: none; }

#mast {
	width: 760px;
	background-color: #CCAB26;
	background-image: url(build/mast.jpg);
	height: 90px;
	border-bottom: 2px solid #111;
}
div#navbg {
	width: 760px;
	height: 25px;
	background-color: #669;
	position: absolute;
	top: 95px;
	z-index: 1;
}
#mast ul {
	width: 760px;
	list-style-type: none;
	margin: 3px 0; padding: 3px 0;
	border: solid #111;
	border-width: 2px 0;
	position: absolute;
	top: 92px;
	z-index: 3;
}
#mast ul li {
	display: inline;
	margin: 0; padding: 0;
}
#mast ul li a { color: #FFF; text-decoration: none; padding: 3px 35px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 600; font-size: 12px; background-color: transparent; }
#mast ul li a:hover { background-image: url(build/hover.jpg); background-repeat: no-repeat; background-position: 18px 0; color: #111;}


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


#content {
	position: absolute;
	top: 120px;
	padding: 25px;
	font-family: "trebuchet ms", trebuchet, arial, sans-serif;
	color: #111;
	font-size: 1.15em;
	
}

#content ul {

	color: #555E55;
	line-height: 175%;
	list-style: circle;
}
#content ol {

	color: #555E55;
	line-height: 175%;
}


#posts {
	width: 475px;
	float: left;
	padding: 0;
}


.post {
	margin-bottom: 5em;
	line-height: 1.5em;
}

.storytitle {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.storytitle a:link, .storytitle a:visited {
	color: #111;
	margin: 0;
	padding: 0;
	text-decoration: none;

}

.storytitle a:hover, .storytitle a:active {
	color: #03C;
}
.storycontent {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;


}
.storycontent ul, .storycontent ol {
	font-family:  'lucida sans unicode', 'lucida grande', verdana, sans-serif;
}

.storycontent ul li, .storycontent ol li {
	margin-top: 3px;
}

.feedback a:link, .feedback a:visited {
	color: #03C;

}
.feedback a:hover {


}

.meta a:link, .meta a:visited {
	color: #03C;

}
.meta a:hover {


}

/* Basic XHTML styling */



h1, h2, h3 {
	margin: 0px;


}

h2 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 110%;
	color: #333333;
}

h3 {
	line-height: 120%;
	margin: 0px;
	padding: 0px;


}
h4 {
	color: #2C355C;
	font-size: 14px;
	font-weight: bold;

}

a img {
	border: none;
}

ins { text-decoration: none; color: #693; background-color: #FFFFE1; }
del { text-decoration: line-through; }

/* Menu styling */
#menu {
	width: 210px;
	float: left;
	margin-left: 40px; padding: 0;
	text-align: left;
}
#menu h2 { margin: 8px 0 0; padding: 0; }
#menu ul { margin: 0; padding: 0 ; list-style-type: none; }
#menu ul li ul li { line-height: 1.6em; margin-left: 10px; list-style-type: circle; color: #03C; }


/*     foot     */
#foot { padding-top: 2em; text-align: center;  font-size: .9em; clear: both; color: #777; }
#foot ul { list-style-type: none; margin: 0; padding: 0; }
#foot ul li { display: inline; }


/* Form styling */



form {
	margin: 0;
	padding: 0;
}

input, textarea {
	padding: 1px;
	border: 1px solid #AFA186;
	background-color: #FCFBF7;
	
}

acronym, abbr, dfn {
	border-bottom: 1px dashed #aaa;
	cursor: help;
	letter-spacing: .07em;
}
acronym:hover, abbr:hover, dfn:hover {
	background-color: #FF3;
}


blockquote {
	color: #666666;
	background-color: #eee;
	padding: 4px 11px 25px;
	margin-bottom: 15px;
	background-image: url(build/blockquote.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;



}
code {
	font-family: "Courier New", Courier, mono, monospace;
}
code.block {
	display: block;
	color: #000000;
	padding: 4px 11px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	width: 440px;
	border: 1px dashed #888;
	white-space: normal;
	background-color: #D8ECED;
	text-align: left;




}

/* WordPress elements */




.meta {
	font: .9em verdana, sans-serif;
	color: #666666;
	text-align: right;

}

.meta a {
	font: .9em verdana, sans-serif;
}

.meta ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: circle;
}

.meta li {
	display: inline;
}

.feedback {
	color: #333333;
	text-align: left;
	font-size: .9em;
	float: right;
	margin: 0px;
	padding: 0px;

}

.itunes_link { 
	background-image: url(build/itunes.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}
.wikipedia_link {
	background-image: url(build/wikipedia.jpeg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}
.google_link {
	background-image: url(build/google.jpeg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;	
}
.googlemaps_link {
	background-image: url(build/googlemaps.jpeg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;	
}
.image_link {
	background-image: url(build/image.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}
.audio_file {
	background-image: url(build/sound.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}
/* WordPress comments form */
div#comments {
	text-align: justify;

}
div#comments h2 { padding-bottom: 3px; border-bottom: 1px solid #888; }

#commentform input[type="submit"] {
	background-color: #E3DDCB;
	border: 1px solid #AFA186;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: .9em;
}

#commentform textarea {
	border: 1px solid #AFA186;
	background-color: #FCFBF7;
}

#commentform textarea {
	width: 100%;
}


#commentlist {
	font-size: 1.06em;

}
#commentform {
	width: 380px;

}
/*
.comment-feedback {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}*/
ol#commentlist li {
	margin: 0 0 0 -20px;
	padding: 0 10px;
	border-bottom: 1px solid #888;
	color: #111;
}

/*************************************
		plugins
*************************************/
.highlighted { background-color: #FFFFE1; }
.techtags { font-size: .8em; }

/*************************************
		inner pages
*************************************/
h2#me { font-size: 2.5em; border-bottom: 1px dotted #333; padding-bottom: 8px; font-family: "Brush Script MT", Futura, sans-serif; }
.resume ul li span { font-size: 1.2em; color: #222; }
.resume ul { margin: 0 0 0 30px; padding: 0; }
.resume ul li { margin: 0; padding: 0; line-height: 1.8em; font-size: 1em; }
.resume ul li ul li { margin: 0 0 0 20px; padding: 0; }
.section_heading {  list-style-type: none; }

div#adsense { text-align: center; margin-bottom: 10px; padding: 0; }

div.artist { 
	border: 1px solid #46B746;
	margin: 0 0 12px 0;
	padding: 0;
}
div.artist h2 { 
	border-bottom: 1px solid #46B746;
	background-color: #838CFF;
	padding: 4px 20px;
}
div.recording {
	margin: 0;
	padding: 6px 20px;
}

div.portfolio {
	border: 1px dotted #111;
	background-color: #FFF;
	margin: 10px 0;
	padding: 0;
}
div.portfolio:hover {
	background-color: #FFFFE1;
}
div.portfolio h2 {
	margin: 0; padding: 0;
}
div.portfolio h2 a {
	display: block;
	border-bottom: 1px dotted #111;
	background-color: #EEE;
	padding: 4px 20px;	
}
div.portfolio h2 a:hover {
	background-color: #F2E184; 
}
div.portfolio_item {
	padding: 0 20px;
}
div.portfolio_item a img {
	border: 2px solid #666;
	float: left;
	margin: 10px 10px 10px 0;
}
div.portfolio_item a img:hover {
	border: 2px solid #000;
	background-color: transparent;
}
div#hireme {
	font-size: 1.4em;
	line-height: 1.6em;
}
#hireme h2 { color: green; }

#hireme dl dt { font-weight: bold; margin: 14px 0 0; padding: 0; }