/* -martinterefe.com site.css- */


* {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
html, body, table, tr, td {
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: top;
}
#wrapper, #splash-wrapper { 
	height: 100%;
	margin: 0 auto 0;
	top: 0px;
}
html, table, tr {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	background-color: #F9F9F9;
}
#splash, #splash-wrapper td {
	background-color: #959699;
	vertical-align: middle;
}
#center {
	margin: 0 auto 0;
	height: 500px;
	width: 700px;
}
.date {
	behavior: url(/resources/css/iepngfix.htc)
}


/* ------------------------------------------------------------------------------------------------- */


a 		{	cursor: pointer; text-decoration: none !important; }
a:link 		{	color: #61848d; }
a:visited 	{	color: #61848d; }
a:hover 	{	color: #666666; }
a:active 	{	color: #999999; }


/* ------------------------------------------------------------------------------------------------- */

h1 {
	font-family: Georgia, serif;
	font-size: 12pt;
	font-weight: 100;
	text-align: left;
	margin: 3px 0px 5px 70px;
	color: #61848d;
	font-style: italic;
}
h2 {
	font-family: 'Georgia', serif;
	font-size: 12pt;
	letter-spacing: 0.1pc;
	font-weight: 100;
	text-align: left;
	font-style: italic;
	margin-left: 30px;
	color: #61848d;
}
h3 {
	font-family: 'Georgia', serif;
	font-size: 7pt;
	letter-spacing: 0.1pc;
	font-weight: 100;
	text-align: left;
	text-transform: uppercase;
	font-style: italic;
	color: #999999;
}
#content h3 {
	margin: 3px 0px 20px 70px;
}
p {
	margin: 3px 0px 10px 30px;
	width: 310px;
	text-align: left;
	color: #555555;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
}
.buy p {
	text-align: right;
	margin: 4px 0px 4px -60px;
	clear: both;
}
#recent-albums h3 a:hover img	{ border: 1px solid #F9F9F9 !important; }

/* ------------------------------------------------------------------------------------------------- */

#wrap {
	width: 700px !important;
	width: 700px;
	margin: 0 auto 0;
}
#logo {
	background: url(/resources/img/css/logo.gif) no-repeat;
	height: 82px;
	width: 600px;
	margin: 0 auto 0;
	margin-top: 10px;
	margin-bottom: 5px;
}
#footer {
	height: 30px;
	clear: both;
	font-size: 8pt;
	font-family: 'Georgia', Arial, sans-serif; 
}
/* ------------------------------------------------------------------------------------------------- */


#fancymenu {
	position: relative;
	height: 29px;
	width: 600px;
	font-size: 12pt;
	background: #F9F9F9;
	margin: 0 auto 0;
	margin-bottom: 20px;
	overflow: hidden;
}
#fancymenu ul {
	padding: 0;
	width: 600px;
	margin: 0 auto 0;
}
#fancymenu ul li {
	float: left;
	list-style: none;
}
#fancymenu ul li a  {
	text-indent: 0em;
	font-family: Georgia;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	margin: 5px 0px 0px 0px;
	color: #666666;
	font-style: italic;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#menu_1 a {	width: 59px;}
#menu_2 a {	width: 100px;}
#menu_3 a {	width: 110px;}
#menu_4 a {	width: 80px;}
#menu_5 a {	width: 80px;}
#menu_6 a {	width: 80px;}
#menu_7 a {	width: 80px;}


#fancymenu div.background {
	background: url('/resources/img/css/bg_menu_right.png') no-repeat top right !important;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	background: url('/resources/img/css/bg_menu.png') no-repeat top left !important;
	height: 30px;
	padding: 10px;
	margin-right: 7px !important; /* 7px is the width of the rounded shape */
}

#content {
	height: 100%;
	margin: 0px;
	width: 400px;
	padding: 0px;
	margin-bottom: 100px;
	float: left;
	left: 0px;
	margin-left: 15px !important;
	margin-left: 0px;
}
#studiosslide {
	height: 300px;
	margin-left: 50px;
	width: 400px;
	padding: 0px;
}


/* ------------------------------------------------------------------------------------------------- */

.news0, .news1 {
	width: 365px;
	position: relative;
	float: left;
	height: auto;
	left: 0px;
	padding: 20px 0px 40px 0px;
}
.news0 {
	background: #F9F9F9;
}
.news1 {
	background: #F0F0F0;
}
.date {
	height: 50px;
	width: 50px;
	background: url(/resources/img/css/circle.png) no-repeat;
	font-family: Georgia, Arial, sans-serif;
	margin: -5px 0px 0px 10px;
	float: left;
}
.month {
	width: 60px;
	float: left;
	margin: 15px 0px 0px -4px;
	font-size: 8pt;
	color: #A9A9A9;
}
.day {
	width: 60px;
	float: left;
	margin: 9px 0px 0px -4px;
	font-size: 18pt;
	color: #F9F9F9;
}
.news0 .comments, .news1 .comments {
	text-align: right;
	float: right;
}
.comment-title {
	position: relative;
	font-family: Georgia, serif;
	font-size: 12pt;
	font-weight: 100;
	color: #61848d;
	text-align: left;
	font-style: italic;
	margin-right: 20px;
	line-height: 20pt;
}
.news1 img, .news0 img {
	width: 300px;
}

/* ------------------------------------------------------------------------------------------------- */

#sidebar {
	width: 240px;
	overflow: hidden;
	float: right;
	margin: 10px 45px 0px 0px;
}
#player {
	height: 75px;
	border-top: 1px dotted #CCCCCC;
}
#player-popup {
	width: 240px;
}
#recent-articles, #recent-work, #archive-list, #recent-albums, #recent-photos, #player-popup, #player {
	width: 240px;
	height: auto;
	margin: 0 auto 0;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
}
#recent-articles ul, #recent-work ul, #archive-list ul {
	width: 240px;
	height: auto;
	margin: 0 auto 0;
	text-align: left;
}
#recent-articles li, #recent-work li, #archive-list li {
	width: 220px;
	text-align: left;
	margin: 5px 0px 5px 20px;	
	font-family: Georgia, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 100;
	color: #61848d;
	font-style: italic;
}
#recent-articles p {
	margin: 0px 0px 2px 10px;
	text-transform: uppercase;
	font-size: 7pt;
	letter-spacing: 0.1pc;
	color: #aaaaaa;
}
#recent-photos {
	float: left;
}
#recent-photos ul {
	width: 240px;
	height: auto;
	margin: 0 auto 0;
	margin-left: 20px;
}
#recent-photos li {
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	margin: 5px;
	border: 1px solid #f9f9f9;
}
#recent-photos img {
	width: 60px;
	border: 0px !important;
}
#recent-albums img {
	margin: 5px;
	border: 1px solid #f9f9f9;
}
#recent-albums a:hover img, #recent-photos li:hover, .photos li:hover {
	border: 1px solid #61848d;
}
#recent-albums a {
	width: 240px;
	height: auto;
	padding: 20px;
}

/* ------------------------------------------------------------------------------------------------- */

#covers {
	width: 400px;
	height: auto;
	margin-left: -15px;
	float: left;
}
#covers ul {
	width: 400px;
	height: auto;
}
#covers li {
	width: 100px;
	height: 100px;
	margin: 15px !important;
	margin: 10px;
	border: 1px solid #DEDEDE;
	float: left;
}
#covers img {
	width: 100px;
	height: 100px;
}
#covers img { border: 0px !important; }


/* ------------------------------------------------------------------------------------------------- */

.photos {
	width: 400px;
	height: auto;
	margin-left: 11px;
}
.photos ul {
	width: 400px;
	height: auto;
}
.photos li {
	width: 100px;
	height: 100px !important;
	height: 90px;
	overflow: hidden;
	margin: 6px;
	border: 1px solid #DEDEDE;
	float: left;
}
.photos img {
	width: 150px;
	border: 0px !important;
}


/* ------------------------------------------------------------------------------------------------- */

#links ul li {
	text-align: left;
	margin: 5px 0px 10px 20px;
}
#links ul li a {
	text-align: left;
	font-style: italic;
	margin: 0px 0px 0px 50px;
}
#links ul li p {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 8pt;
	letter-spacing: 0.1pc;
	color: #aaaaaa;
	font-style: italic;
}
#artist-links {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
}



/* ------------------------------------------------------------------------------------------------- */

#photo-list {
	width: 240px;
	margin: 0px 0px 20px 30px;
}
#photo-list {
	margin-top: 20px;
}
#photo-list ul {
	width: 240px;
	margin: 0 auto 0;
	text-align: left;
}
#photo-list li {
	width: 220px;
	text-align: left;
	margin: 5px 0px 5px 20px;	
	font-family: Georgia, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 100;
	color: #61848d;
	font-style: italic;
}

/* ------------------------------------------------------------------------------------------------- */

#covers h3 {
	width: 365px;
	height: 10px;
	float: left;
	text-align: left;
	margin: 10px 0px 5px 10px;
	font-size: 13pt;
	color: #61848d;
}


/* ------------------------------------------------------------------------------------------------- */

#slideshow {
	height: 200px;
	width: 300px;
	overflow: hidden;
	position: relative;
	border: 1px solid #61848d;
	margin: 0px 0px 20px 30px;
}
#slideshow div { position: absolute; left: 0px; }
#slideshow img { position: absolute; width: 310px; left: 0px !important; }

/* ------------------------------------------------------------------------------------------------- */

#archives {
	width: 330px;
	height: auto;
} 
#archives li, #archives li h1, #archives li h3 {
	margin: 2px 0px 5px 0px;
	padding: 0px;
}
#archives li { margin-left: 50px; }
#archives a:hover h1, #archives a:hover h3 { color: #666666; }