/*
Theme Name: LianeCarter
Theme URI: http://Planet-PCs.com
Description: Theme created for Liane Carters website by <a href="http://planet-pcs.com/">Planet-PCs</a>)
Version: 1
Author: Mike Copestake
Author URI: http://Planet-PCs.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* General Styles */
html { margin: 0px; padding: 0px; clear: both; float: none; background: #5244d9; }
body {
	width: 990px;
	background: #5244d9;
	font-family: "Papyrus", 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #fff;
	margin: 0px auto; /* Center in most browsers */
	text-align: center; /* Center in IE */
	display: block;
}
a, a:visited, a:active, a:link { color: #fff; text-decoration: none; }
a:hover { color: #9a8; }
a img {	border: none; }
h1, h2 h3, h4 {	font-family: "Papyrus", 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
		margin: 15px 0px 2px 0px;  padding: 0px 0px 2px 0px; font-weight: bold; }
h1 { font-size: 32px; margin-bottom: 30px; }
h2 { font-size: 24pt; }
h3 { font-size: 22px; margin-top: 0px; }
h4 { font-size: 16px; margin-top: 0px; }
h5 { font-size: 19px; font-weight: normal; margin: 0; }
h6 { font-size: 16px; }
.pages { height: auto; width: 990px;}
/* End General Styles */ 


.post {
background:transparent url(style/images/seperator.png) no-repeat scroll center bottom;
margin: 25px 0;
padding:20px 0 65px 0;
}
.post p, .page p { margin: 25px 0 0; text-align: center; font-size: 20px; font-family: 'Papyrus', 'Lucida Grande', Verdana, sans-serif; }
.post p a:link, .page p a:link { font-size: 26px; margin: 25px 0 0; }

/* Menu */
#menu {	padding: 0px;
    	margin: 50px 0px 0px 0px;
		float: right;
		display: block;
		color: #fff;
		width: 270px;
		}
#menu ul { list-style: none; line-height: 22px; }
#menu ul li { 	font: bold 18px Arial, Helvetica, sans-serif;  
				letter-spacing: 0;
				text-align: right;
			}
#menu ul li a { color: #fff; text-decoration: none; }
#menu ul li a img { width: 33px; height: 22px; }
#menu ul li a:hover { color: #ccc; }
/* End Menu */

/* Page Heading */
.pageheading { float: left; clear: both; width: 990px; text-align: left; font: bold 18px Arial, Helvetica, sans-serif; text-decoration: underline; }
/* End Page Heading */

/* Content */
.content { width: 700px; float: left; }
.content h3 table { width: 400px; border: 0px; margin: 0px auto; }
.content h3 table tr td { font-weight: bold; vertical-align: top; }
.content iframe { width:120px; height:240px; margin:10px; }


div.interview { margin-top: 10px; }
div.interview p { font-size: 22px; text-align: left; font-weight: lighter; }

#aboutimg { width: 160px; height: 155px; float: left; margin-right: 10px; margin-bottom: 10px; }

div.video { width: 500px; height: 300px; margin: 0 auto; }
div.video p { vertical-align: bottom; }

.profiles { text-align: left; }
.profiles img { width: 150px; float: left; margin: 0 10px 10px 0; }
.profiles p.profileIntro { font-size: 22px; font-style: italic; font-weight: normal; text-indent: 0px; }
.profiles p { font-size: 22px; font-style: normal; font-weight: bold; clear: both; text-indent: 30px; }

table.contactform tbody tr td input { text-align: left; }

.slides { list-style: none; }
.slides li { float: left; }

.contactform { margin: 0px auto; }

/* End Content */

iframe#the_iframe { width: 700px !important; border: none; height: 850px; overflow: auto; background: #5244d9; }
iframe#the_iframe body { background: #5244d9 !important; }

/* Products */

h2.prodtitles { font-size: 16px; }
p.wpsc_extras_forms { display: none; }
p.wpsc_description { font-size: 13px !important; width: 100%; text-align: left !important; }
p.wpsc_product_price { font: 13px verdana,sans-serif !important; text-align: left !important; } 

/* End Products */

/* Aligment */
.aligncenter,  div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; }
.alignright { float: right; }
.reset { clear: both; }
/* End Aligment */

/* Listen */
.listen {
	width: 75px; 
	height: 30px; 
	float: left; 
	margin: 0px;
	clear: left;
	font-size: 10px;
}
/* End Listen */

/* Footer */
.credit {	width: 990px;
			display: block;
			color: #fff;
			text-align: center;
			clear: both;
			/*float: left;*/
			font: 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
			margin: 20px auto;
		}
.credit a:link { color: #fff; }
.credit a:hover { text-decoration: underline; }
/* End Footer */

/***********************/
/* Home Page Specific */
/*********************/

/* Home Page Menu & Container */
body.home { width: 1000px; }
#homepage { background: url("style/images/bg.jpg") no-repeat scroll center top; height: 700px; width: 1000px; clear: both; }
#homepage div.pages { width: 1000px; clear: both; height: 657px; }
#menuhome {
	padding: 0px;
	margin: 55px 15px 0px 0px;
	float: right;
	display: block;
	color: #fff;
}
#menuhome ul { list-style: none; line-height: 22px; }
#menuhome ul li { 
	font: bold 18px Arial, Helvetica, sans-serif;  
	letter-spacing: 0;
	text-align: right;
}
#menuhome ul li a { color: #fff; text-decoration: none; }
#menuhome ul li a img { width: 33px; height: 22px; }
#menuhome ul li a:hover { color: #ccc; }
/* End Home Page Menu & Container */

/* Rabbit */

.rabbit { width: 75px; height: 150px; top: 400px; left: 400px; position: absolute; }

/* End Rabbit */

/* Endorsement */
.endorsement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333366;
}
/* End Endorsement */

/* Music Player */
.musicplayer {
	width: 75px; 
	height: 30px; 
	float: left; 
	/*margin: 75px 0px 0px 0px;*/
	clear: both;
	position: absolute;
	top: 627px;
	left: 0px;
}
/* End Music Player */