/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	background: #545454;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

/*
a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #A42424;
}

a:hover {
	background: none;
}
*/
#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}


#tagline {
	width: 910px;
	height: 65px;
	margin: 0 auto;
	background-color:#ffffff;
	/*background: url(images/img01.jpg) no-repeat left top;*/
}

#tagline h1 {
	padding: 5px 0 0 5px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
	color:#b80b67;
}

#tagline p {
	margin: 0;
	padding: 2px 0 0 5px;
	font: bold 15px Times, Arial, Helvetica, sans-serif;
	color: #999999;	
}

#moto {
	float: left;
	width: 400px;
	color: #B2B2B2;
}

#torana-logo {
	float: right;
	width: 70px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:right;
}

#torana-logo-video {
	float: right;
	width: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:right;
}
#torana-logo-music {
	float: right;
	width: 180px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:right;
}

/* end tagline*/


/* Header */

#header {
	width: 910px;
	height: 210px;
	margin: 0 auto;
	background-color:#000000;
	/*background: url(images/img01.jpg) no-repeat left top;*/
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #B2B2B2;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 100px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 110px 0 0 5px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;	
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

#categories {
	float: right;
	width: 230px;
	padding-top: 2px;
	padding-bottom:5px;
}

#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#categories li {
}

#categories li ul {
	padding-bottom: 30px;
}

#categories li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#categories h2 {
	letter-spacing: -.5px;
	color: #ffffff;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:17px;
}

#categories p {
	padding-bottom: 20px;
	text-align: justify;
}

#categories a {
	color: #787878;
	border: none;
	font-size:14px;
}

#categories a:hover {
	text-decoration: underline;
	color: #ffffff;
}


/* New releases */
.newrelease-thumb { 
width: 140px; 
float:left;
padding: 5px 5px 5px 5px;
background-color:#f2f2f2;  
}

.toggleborder img{
border: 1px solid #f2f2f2;
}

.toggleborder:hover img{
border: 1px solid #b80b67;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}

.dvd-title {
margin:0px;
font-size:12px;
color:#b80b67;
padding: 1px 1px;
line-height: 120%;
}
.dvd-artist {
font-size:12px;
color: #333333;
}

.dvd-price {
margin:0px;
padding: 1px 1px;
font-size:15px;
color: #990000;
font-weight:bold;
}

.dvd-order{
font-size:14px;
color: #ffffff;
font-weight:bold;
padding: 1px 4px;
background-color:#b80b67;
text-decoration:none;
}
.dvd-order:hover{
color: #ffffff;
font-weight:bold;
padding: 1px 4px;
background-color:#770444;
}

.hd-newrelase1{
background-color:#b80b67;
padding: 1px 4px;
margin-bottom:8px;
color: #FFFFFF;
background: url(images/hd-bk1.jpg) repeat-x left top;
font-size:20px;
}

.hd-newrelase2{
background-color:#b80b67;
padding: 1px 4px;
margin-bottom:8px;
color: #FFFFFF;
background: url(images/hd-bk2.jpg) repeat-x left top;
font-size:20px;
}

.view-all{
font-size:14px;
color: #b80b67;
font-weight:bold;
text-decoration:underline;
}
.view-all:hover{
color: #ffffff;
font-weight:bold;
padding: 1px 4px;
background-color:#b80b67;
}

/* Search REMOVED */ 

#search {
	float: right;
	width: 230px;
	padding-top: 16px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 90px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 200px;
	border: none;
	text-transform: lowercase;
	border: 1px #525252 dotted;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	height: 47px;
	width: 910px;
	/*background: url(images/img01.jpg) repeat-x top left;*/
	background-color:#b80b67;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 30px 16px 30px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-left: #58032F 1px solid;
	color: #FFFFFF;
}

#menu a:hover {
	background: #770444;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #770444;
	padding: 15px 30px 16px 30px;
	color: #FFFFFF;
}

#menu .last{
	border-right: #58032F 1px solid;
}


/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat left top;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 40px 0 0 20px;
}

.post {
}

.post .title {
	color: #000000;
}

.title-links {
font-size:14px;
color:#333333;
text-decoration:none;
}

.title-links:hover {
text-decoration: underline;
}
/*
.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
*/
.post .entry {
	padding: 5px 0 5px 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 40px 20px 0 0;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 25px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #000000;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #787878;
	border: none;
	text-decoration:none;
	font-size:12px;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Catalogue pages */
#subnavi {
	height: 40px;
	width: 910px;
	background: url(images/hd-bk3.jpg) repeat-x top left;
	background-color:#b80b67;
}
#subnavi p {
padding: 10px 4px;
color:#FFFFFF;
}

#subnavi a {
	color: #ffffff;
	border: none;
	text-decoration:underline;
	font-size:14px;
}

#subnavi a:hover {
	text-decoration: none;
}

#catitems-holder {
}

#catitems-holder h1{
padding-top:10px;
}

#paging {
	height: 40px;
	width: 910px;
	background: url(images/hd-bk4.jpg) repeat-x top left;
	background-color:#b80b67;
	margin-top:40px;
}
#paging p {
padding: 10px 4px;
color:#FFFFFF;
text-align:center;
}

#paging a {
	color: #ffffff;
	border: none;
	text-decoration:underline;
	font-size:15px;
	font-weight:bold;
}

#paging a:hover {
	text-decoration: none;
}

.detail-p {
margin:0;
font-size:12px;
padding:0;
line-height: 120%;
}

.detail-links {
	color: #333333;
	text-decoration:underline;
	font-size:12px;
}

.detail-links:hover {
	text-decoration: none;
}

/* Details*/
#details-left{
	float: left;
	width: 200px;
	padding: 10px 0 0 20px;

}

#details-right{
	float: left;
	width: 600px;
	padding: 0px 0 0 20px;
	background-color: #f2f2f2;
}


h4 {margin:0; padding:0;}

/* Form font*/
.form-text{ font-family:Verdana, Arial, Helvetica, sans-serif;
	size:12px;
	font-weight:bold;
	color:#000000;
}	

/* Footer */

#footer {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}