@charset "UTF-8";
/** CSS Document **/
/**Paulo Carvalho**/

/*** MAIN Style Sheet ***/

* {
	margin: 0px;
	padding: 0px;
}

body {	
	font-family: "Century Gothic", sans-serif;
	background-color: #262626;	 	
}

img.right {
	float: right;
	border: 6px solid #851D1C;
	margin-left: 15px;
}

img.left {
	float: left;
	border: 6px solid #851D1C;
	margin-right: 15px;
}

/***PAY PAL BUTTONS ***/
form.addCart {
	float: right;
	margin-top: 50px;
	margin-right: 30px;
}

form.viewCart {
	float: right;	
	margin-right: 30px;
}

/*******************/
/*** TEXT STYLES ***/
/*******************/
h1 {			
	font-size: 180%;
	text-shadow: #000000 3px 3px 2px; 	
}

h2 {
	font-size: 180%;
	text-shadow: #000000 3px 3px 2px;  
}

h3 {
	font-size: 120%;
	color: #051D37;
	text-shadow: #000000 1px 1px 1px;
}

p {
	margin: 8px 0px 12px 0px;	
	line-height: 22px;		
}

p.small {
	font-size: 80%;
}

span.italic {
	font-style: italic;
}

span.title {
	font-weight: bold;
	font-style: italic;
}

/*** General Link Styles ***/
a.text, a.text:link, a.text:visited,
a.text:hover, a.text:active {
	text-decoration: underline;
	color: #051D37;
}

a.text:hover {
	Background-color: #051D37;
	color: #CCCCCC;	
}

/*** NON TEXT LIST Link STYLES ***/
a.noTextList, a.noTextList:link, a.noTextList:visited,
a.noTextList:hover, a.noTextList:active {
	text-decoration: underline;
	color: #B8B841;
}

a.noTextList:hover {
	Background-color: #051D37;	
}


/*** LINK BUTTONS & Images ***/
a.button, a.button:link, a.button:visited,
a.button:hover, a.button:active {
	text-decoration: none;
}

img.button {
	border: none;
}

img.topReturn {
	position: absolute;
	top: 0px;
	right: 30px;
	border: none;
}

/*** HEADER Styles ***/
#header {
	width: 1000px;
	margin: 30px auto 0px auto;
	height: 78px;
}

.contact {
	float: right;
	margin-right: 58px;
	text-align: right;
}

#header p.name, #header p.address {
	color: #FFFF99;
	letter-spacing: 0.125em;
}

#header p.name {			
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0px;
}

#header p.address {
	font-size: 80%;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

ul#mainNav {			
	list-style-type: none;
}

li.nav {
	text-align: center;
	float: left;
	width: 100px;
	margin: 3px 8px 0px 0px;			
}

a.nav1, a.nav2, a.nav3, a.nav4, a.nav5 {
	font-size: 80%;
	font-weight: bold;	
}

a.nav1, a.nav1:link, a.nav1:visited,
a.nav1:hover, a.nav1:active {
	text-decoration: none;	
	width: 100px;
	float: left;	
	padding: 8px 0px 35px 0px;
}

a.nav2, a.nav2:link, a.nav2:visited,
a.nav2:hover, a.nav2:active {
	text-decoration: none;	
	width: 100px;
	float: left;
	padding: 8px 0px 35px 0px;	
}

a.nav3, a.nav3:link, a.nav3:visited,
a.nav3:hover, a.nav3:active {
	text-decoration: none;	
	width: 100px;
	float: left;
	padding: 8px 0px 19px 0px;
	/*** Smaller bottom padding due to three lines of text ***/	
	
}

a.nav4, a.nav4:link, a.nav4:visited,
a.nav4:hover, a.nav4:active {
	text-decoration: none;	
	width: 100px;
	float: left;
	padding: 8px 0px 35px 0px;
}

a.nav5, a.nav5:link, a.nav5:visited,
a.nav5:hover, a.nav5:active {
	text-decoration: none;	
	width: 100px;
	float: left;
	padding: 8px 0px 35px 0px;	
}

/*** TOPBOX STYLES ***/
#topbox1, #topbox2, #topbox3, #topbox4, #topbox5 {	
	width: 1000px;	
	margin: 0px auto 20px auto;
	position: relative;	
	background-image: url(images/TrebleNotesBkgrnd.png);
	background-position: top;
	background-repeat: no-repeat;				
}

#topbox1, a.nav1 {
	background-color: #B8B841;
	color: #8F4324; 
}

#topbox1 p {
	color: #051D37;
}

#topbox2, a.nav2 {
	background-color: #D99821;
	color: #57381F;
}

#topbox2 p {
	color: #051D37;
}

#topbox3, a.nav3 {
	background-color: #8F4324;
	color: #EFB762;
}

#topbox3 p.author {
	color: #FFFF99;
	margin-left: 40px;
	font-weight: normal;
	font-size: 90%;
	text-align: right;
	margin-bottom: 30px;
}

#topbox4, a.nav4 {
	background-color: #57381F;
	color: #D99821;
}

#topbox5, a.nav5 {
	background-color: #4D6B73;
	color: #B8B841;
}


/*** CONTENT ***/
#content {
	position: relative;
	margin: 40px;
}

#content p {
	text-align: justify;
}

/*** WEB IMAGES FLOATED ON RIGHT ***/
#images {
	position: absolute;
	top: 120px;
	right: 20px;
	width: 380px;
	
}

#images p.caption {	
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: right;
	text-align: right;
	font-size: 0.8em;
}

img.photo {
	float: right;
	border: 10px #051D37 outset;	
} 



/*** LEFT SECTION ***/
.leftSection {
	margin-top: 60px;
	width: 500px;
	min-height: 600px;
	/*** Min height keeps TOPBOX correct ***/
}



/*** BOOKS Page Styles ***/
#bookSection {
	margin-top: 60px;
	min-height: 600px;
	/*** Min height keeps TOPBOX correct ***/
}	

#bookSectionCentered {
	text-align: center;
	margin-top: 60px;
	min-height: 600px;
	/*** Min height keeps TOPBOX correct ***/
}	


/*** BOOK Cover ICONS ***/
img.cover {	
	margin: 10px 30px 40px 0px;
	border: none;
}

.singleSeries {
	float: left;
	margin: 0px 168px 0px 0px;
}

/*** LARGE BOOK IMAGE ***/
img.largeBook {
	border: 8px solid #851D1C;
	float: left;
	margin: 0px 10px 20px 0px;
}	

img.largeBookCentered {
	border: 8px solid #851D1C;	
	margin: 0px 10px 20px 0px;
}	

/*** MP3 List Styles ***/
.bkSampleRight {
	float: right;
	width: 425px;	
}

li {
	color: #051D37;
	text-align: left;
	margin: 8px 0px 8px 110px;
}

.bkSampleLeft {
	float: left;
	width: 425px;	
}

/*** CENTERED SECTION for special image cases ***/
.centered {
	text-align: center;
}


/*** PARAgraph Styles for QUOTES ***/
p.quote {
	font-style: italic;
	margin-top: 20px;
	text-align: justify;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
