/* ===[ Inspired by Wilyfox.com ]==================================== */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	border: 0;
	padding: 0;
	text-shadow: 0 2px 3px silver;
	}

h1, h2, h3, h4, h5, h6 {
	}

h1 { font-size: 1.4em; font-family: }
h2 { font-size: 1.2em; font-family: }
h3 { font-size: 1.1em; font-family: }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

p  { font-size: 1.0em; }

.clear { clear:both; padding: 20px 0 10px 0; }

.gravatar {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #DDD;
	padding: 3px;
	}

code {
	font-size: 1.0em;
	font-family: courier, "courier new", serif;
	}

a img, img { 
	margin: 0;
	border: 0;
	padding: 0;
	}

a {
	text-decoration: none;
	font-weight: bold;
	}

a:link { color: #c60; }

a:visited {
	color: #c60;
	text-decoration: none;
	}

a:hover {
	color: #c60;
	text-decoration: underline;
	}

a:active {
	color: #c60;
	text-decoration: underline;
	}

blockquote {
	font-style: italic;
	margin: 30px;
	}


/* ===[ body ]====================================== */

body {
	min-width: 480px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #c2c3b3;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 68.75%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	}


/* ===[ container ]================================= */

#container {
	width: 480px;
	margin: 50px auto;
	padding: 0;
	border: 0;
	text-align: center;
	}


/* ===[ mast ]====================================== */

#mast {
	float: left;
	width: 480px;
	height: 110px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	}


/* ===[ navigation ]================================ */

#navigation {
	float: left;
	width: 440px;
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0;
	padding: 10px 20px;
	border: 0;
	}

#navigation form {
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	}

#navigation p, #navigation select {
	float: left;
	display: inline;
	line-height: 2.5em;
	margin: 0;
	padding: 0;
	border: 0;
	}

#navigation a {
	color: #fff;
	text-decoration: none;
	}

#navigation a:link, #navigation a:visited { color: #fff; }

#navigation a:hover, #navigation a:active { color: #c60; }


/* ===[ content ]=================================== */

#content {
	float: left;
	width: 380px;
	margin: 0;
	padding: 40px 50px;
	border: 0;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: justify;
	}


/* ===[ image ]===================================== */

#image, #thumbnails {
	float: left;
	width: 460px;
	margin: 0;
	padding: 0 10px;
	border: 0;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
	}

#image p {
	margin: 0;
	padding: 10px;
	border: 0;
	text-align: left;
	}

/* ===[ footer ]==================================== */

#footer {
	float: left;
	width: 380px;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0;
	border: 0;
	padding: 20px 50px 70px 50px;
	text-align: center;
	}


/* ===[ article ]=================================== */

.article {
	clear: both;
	margin: 0;
	border: 0;
	padding: 0 0 50px 0;
	}

.alignright {
	text-align: right;
	}

.aligncenter {
	text-align: center;
	}

.alignleft {
	text-align: left;
	}

.article h3 { 
	clear: both;
	margin: 0;
	border: 0;
	padding: 30px 10px 10px 0;
	}

.article img { 
	float: left;
	margin: 0;
	border: 0;
	padding: 0 10px 10px 0;
	}


/* ===[ comment ]=================================== */

#comment {
	margin: 0;
	border: 0;
	padding: 0 0 20px 0;
	}

#comment h3 {
	margin: 0;
	border: 0;
	padding: 0 0 1em 0;
	}

#comment p {
	margin: 0;
	border: 0;
	padding: 0 0 1em 0;
	}

#comment ol {
	margin: 0;
	list-style-position: outside;
	border: 0;
	padding: 0 0 5em 0;
	}

#comment li {
	margin: 0;
	border: 0;
	padding: 0 0 3em 0;
	text-indent: 0;
	}


/* ===[ paging ]==================================== */

#previous {
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
	}

#next {
	float: right;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: right;	
	}

#previous p, #next p {
	margin: 0;
	border: 0;
	padding: 0;
	}


/* ===[ search results ]============================ */

h3.result_title {
	margin: 0;
	border: 0;
	padding: 30px 0 0 0;
	}

p.result_text {
	margin: 0;
	border: 0;
	padding: 5px 0;
	}

p.result_url {
	margin: 0;
	border: 0;
	padding: 0;
	}


/* ===[ contact ]=================================== */

#contact {
	margin: 0;
	border: 0;
	padding: 30px 20px 0 0;
	text-align: right;
	line-height: 2.5em;
	}


/* ===[ photos ]==================================== */

ul.photolist
	{
	width: 100%;
	list-style: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	}

ul.photolist li
	{
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 46px;
	width: 46px;
	}

ul.listing
	{
	list-style: none;
	list-style-position: inside;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 370px;
	}

ul.listing li
	{
	list-style: none;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	}

ul.listing li p a img
	{
	margin-right: 10px;
	}

ul.listing li small
	{
	font-family: Verdana, Trebuchet, Sans;
	font-size: 10px;
	letter-spacing: .1em;
	color: gray;
	text-transform: uppercase;
	}


/* ===[ portal pages ]============================== */

.portal {
	float: left;
	margin: 0;
	border: 0;
	padding: 20px 0 0 0 ;
	text-align: left;
	}

.portal_list {

	margin: 0;
	border: 0;
	padding: 0 50px 40px 50px;
	}

.portal_head {
	margin: 0 0 10px 0;
	border: 0;
	padding: 0;
	}

span.portal_head {
	display: none;
	}

.portal_list li {
	margin: 0;
	border: 0;
	padding: 0 0 10px 0;
	}

.portal_blurb {
	margin: 0;
	border: 0;
	padding: 10px 0 30px 0;
	}


/* ===[ forms ]===================================== */

label {
	display: none;
	padding: 0 5px 0 0;
	}

input, textarea {
	background: url(/images/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #666;
	padding: 6px;
	}

input:focus, textarea:focus {
	border: 1px solid #c60;
	}

input.submit, input.button {
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	padding: 3px;
	background-color: #fff;
	background-image: url(/images/button_bg.gif);
	background-repeat: repeat-x;
	font-size: 1.0em;
	font-weight: bold;
	}

input.submit:active, input.button:active {
	border: 3px double #ccc;
	border-top-color: #999;
	border-left-color: #999;
	}

input[type="checkbox"] {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #fff;
	background-image: none;
	font-size: 1.0em;
	font-weight: bold;
	}

textarea.message {
	width: 257px;
	height: 200px;
	}

input.width, #TextDisplay, #TextileHelp {
	width: 257px;
	}

#TextileHelp {
	padding: 1em 0 1em 0;
	text-align: justify;
	}

#TextDisplay {
	padding: 0 0 0 0;
	text-align: justify;
	}





/* ===[ iTunes Library ]============================ */

#library select.artistSelect, #library select.albumSelect {
	font-size: 9pt;
	}

#library select.artistSelect {
	font-size: 9pt;
	width:378px;
	}

#library select.albumSelect {
	font-size: 9pt;
	width:378px;
	}

#library table.songs {
	font-size: 8pt;
	}

#library table {
	border-spacing: 0px;
	border-collapse: collapse;
	border: solid 1px #666666;
	background-color: white;
	width:377px;
	}

#library td {
	padding: 1px;
	}

#library td#name, 
#library td#artist, 
#library td#album, 
#library td#time, 
#library td#track_no {
	background-color: #e8e8e8;
	border-bottom: 1px solid #666666;
	}

#library td#track_no {
	width: 30px;
	}

#library td#name {
	/*width: 270px;*/
	}

#library td#time {
	width: 40px;
	}

#library tr#header {
	font-weight: bold;
	background-image: url('/images/columnHeader.jpg');
	}

#library tr#odd {
	background: #edf3fe;
	}

#library #col1 {
	border-left:  solid 1px #666666;
	}

#library #col3 {
	border-right: solid 1px #666666;
	}

#library #col1, #library #col2, #library #col3 {
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	}

#library .thanks {
	padding: 30px 30px 0 30px;
	text-align: center;
	}