/* CSS Document - General Styles */ 

BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #4e4f4e;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: white;
}

a {
	color: #c8758f; /*rose*/
	text-decoration:none;
}

a:link {
	color: #c8758f; /*rose*/
	text-decoration:none;
}

a:hover {
	color: #056bb5; /*blue*/
	text-decoration:none;
}

.font12 {
	font-size:12px;
}

.font14 {
	font-size:14px;
}

.font16 {
	font-size:16px;
}

.font18 {
	font-size:18px;
}
.font24 {
	font-size:24px;
}
.font32 {
	font-size:32px;
}


/*  Colours */


.text_sing, .text_sing a, .text_sing a:link {
	color: #f74c81; /*pink*/
	text-decoration:none;
}

.bg_sing {
	background-color: #f74c81; /*pink*/
	color: white;
}

.text_act, .text_act a, .text_act a:link {
	color: #029ec7; /*aqua*/
	text-decoration:none;
}


.bg_act {
	background-color: #029ec7; /*aqua*/
	color: white;
}

.text_photo, .text_photo a, .text_photo a:link  {
	color: #9695b5; /*mauve*/
	text-decoration:none;
}

.bg_photo {
	background-color: #9695b5; /*mauve*/
	color: white;
}

.text_music, .text_music a, .text_music a:link {
	color: #056bb5; /*blue*/
	text-decoration:none;
}

.bg_music {
	background-color: #056bb5; /*blue*/
	color: white;
}

.text_contact, .text_contact a, .text_contact a:link {
	color: #c8758f; /*rose*/
	text-decoration:none;
}

.bg_contact {
	background-color: #c8758f; /*rose*/
	color: white;
}

.text_store, .text_store a, .text_store a:link {
	color: #831abf; /*purple*/
	text-decoration:none;
}

.bg_store {
	background-color: #831abf; /*purple*/
	color: white;
}

.text_news, .text_news a, .text_news a:link {
	color: #0f1279; /*deep blue*/
	text-decoration:none;
}

.bg_news {
	background-color: #0f1279; /*deep blue*/
	color: white;
}

.text_sing a:hover, .text_photo a:hover, .text_store a:hover, .text_contact a:hover {
	color: #056bb5; /*blue*/
	text-decoration:none;
}

.text_act a:hover, .text_music a:hover, .text_news a:hover {
	color: #f74c81; /*pink*/
	text-decoration:none;
}

/*  main body */

#body_wrapper {
	margin-top: 250px ;
	margin-left: 0px ;
	position:absolute;
	padding: 15px 15px 15px 15px;
	width:865px;
	text-align:justify;
	opacity: 0;
	color: #4e4f4e;
	font-size:14px;
}

/* FLOATS ON PAGE */
.floatL {
	float: left;
	margin: 10px 10px 10px 0px;
}

.floatR {
	float: right;
	margin: 10px 0px 10px 10px;
}

/* Bullet lists */
ul.noindent {
	list-style-type:circle;
	margin: 0px 0px 0px 0px;
	padding-left:15px;

}

/* Wordpress */

#blogcontent {}

.blogpost {
	background-color:#EEEEEE;
	padding:5px 5px 5px 5px;
}

ul.sidebar {
	list-style-type:circle;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Buy Now Buttons */

.buynow_btn {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 50px;
}

/* Gray boxes */

.graybox {
	background-color: #EEEEEE;
	padding:10px 10px 10px 10px;
}

/* Simple Slide */

.SimpleSlide {
	width: 800px; 
	height: 400px; 
	overflow: hidden; 
}

.SimpleSlide div {
	width: 7000px; 
}

.SimpleSlide div div {
	width: auto;
	height: 400px;
	float: left; 
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 5px;
	background-image:url(../images/filmstrip.gif);
	background-repeat:repeat-x;
}