@charset "UTF-8";
/** 
 * @project  Robin Nancarrow
 * @version  1.0
 * @package   xhtml-css 
 * @author    Irene Soler 
 * @copyright 2010 by the author 
 */

/** --------- RESET ALL ------------ */

* {
	padding:0;
	margin:0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

h1, h2, h3, h4, h5, h6{
font-weight:normal;}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}
a:focus {
	-moz-outline-style:none;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

.clear {
	clear:both;
}

/** --------- BACKGROUND ------------ */

img.bg {
      /* Set rules to fill background */
      min-height: 101%;
      min-width: 1024px;
                        
      /* Set up proportionate scaling */
      width: 100%;
      height: auto;
                        
      /* Set up positioning */
      position: fixed;
      top: 0;
      left: 0;
      }
                
      @media screen and (max-width: 1024px){
      img.bg {
      left: 50%;
      margin-left: -512px; }
                }
                
/** --------- STRUCTURE ------------ */

	
h1{position:absolute;
	top:40px; left:40px;
	text-indent:-20000px;
	
	}
	
	h1 a{cursor:pointer;
	display:block;
	width:174px; height:101px;
	background: url(../images/head_robin.png) no-repeat 0 0;}
	
aside.imgLeft{
	position:absolute;
	top:200px; left:40px;}
	div.btn a{
		background: url(../images/btnBuyNow.png) no-repeat left top;
		display:block;
		width:115px;
		height:29px;
		text-indent:-14000px
		}
		
	aside .aboutPic{
		border:3px solid #FFF}
	div.btn a:hover{
		background: url(../images/btnBuyNow-over.png);}
	
#page-wrapper{
	position:relative;
	width:575px;
	margin: 126px auto 0 auto; 
	display:block;
	background: url(../images/bgContent.png) repeat-x left bottom;
	}
	
	#page-wrapper ul{
	margin:0 0 25px 25px;
	height:20px}
	
	#page-wrapper li{
		float:left;
		text-indent:-10000px;}
		
		#page-wrapper li a{
			display:block;
			background: no-repeat 1px 1px;
			padding:2px 3px;
			margin-right:30px;
			
			
			}
			#page-wrapper li a:hover, #page-wrapper li.active a{
			background-color:#D5D0C3
			}
			
			li#home a{
				background-image: url(../images/navHome.png);
				width:42px; height:11px;
			}
				
			li#about a{
				background-image: url(../images/navAbout.png);
				width:45px; height:11px;}
				
			li#listen a{
				background-image: url(../images/navListen.png);
				width:40px; height:11px;}

#content{

display:block;
padding:20px 25px 30px 25px;
font-family: Georgia, Times;
color:#2e2b23;
 }

	#content h2{
		font-size:1.55em;
		padding:0 0 15px 0;
		}
	
	#content p{
		font-size:.95em;
		padding:0 0 15px 0;
		line-height:150%;
		z-index:1000;}
		
		#content p a{color:#2e2b23}
		#content p a:hover{
		color:#605C4B
		}


	footer.contact{
	position:relative;
	width:605px;
	margin: 0px auto; 
	display:block;
	color:#FFF;
	font-family: Helvetica, Arial; 
	font-size:.75em;
	text-transform:uppercase;
	letter-spacing:.05em
	}	
	
	footer.contact p{
		float:left;
		margin:40px 25px 0 25px}
	
		footer.contact p a, #page-foot p a{
			color:#FFF;
			text-decoration:none}
			
			footer.contact p a:hover, footer.contact p a:hover{
				text-decoration:underline}
				
	#page-foot{
	position:absolute;
		left:50px;
		bottom:15px;
		
		color:#FFF;
	font-family: Helvetica, Arial; 
	font-size:.7em;}
	
	
	