/* reset */
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,
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-style: inherit;
	font-family: inherit;*/
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
hr {
	border:0;
}
body {
	color: #000;
	background: #FFF;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
/*	text-align: left;*/
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end of reset */

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em ;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}



.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	color:#a8a7a3;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar a:visited, #sidebar a:link {
	color:#a8a7a3;
}
#sidebar a:hover {
	color:#e1227e;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	margin-left: 35px;
	width: 265px;
	float:right;
	}
	*html #sidebar { margin-left: 30px;	width: 260px; float:right; }

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* main css */
/* CSS Document */

/*
	-- Colours --
	Pink: #e1227e;
	Light Brown (text):#927341;
	Grey: #a8a7a3;
	Brown: #613b00;
*/

html, body, form, h1, h2, h3, h4, p, ul, li, fieldset{
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll; /* always show scroll so pages dont jump in FF */
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#120300 url(images/container-background.jpg) no-repeat center top;
	color:#a8a7a3;
	font-size:62.5%;
	text-align:center;
}
p{
	padding:0.6em 0 0.3em;	
	font-size:1.2em;
	line-height:1.5;
}
table{
	border:1px solid #d5d9dc;	
}
th, td{
	font-size:1.2em;
	line-height:1.5;
	text-align:left;
	color:#333;
	padding:0.3em 5% 0.3em 0.3em;
	width:43%;
}
th{
	font-weight:bold;
	background-color:#d5d9dc;
}
a{
	text-decoration:none;
	color:#E1227E;
}
a:hover{
	text-decoration:underline;	
}
a:visited{
	color:#666;	
}
#sidebar h2 {
	font-size:1.8em;
}
/*
	-- Sections --
*/
#container, #masthead, #footer{
	width:950px;	
	margin:0 auto;
}
#container, #masthead, #content{
	text-align:left;
}
#container{
	min-height:500px;
}
/*
	-- masthead --
*/
#masthead{
	position:relative;
	height:130px;
	margin-bottom:20px;
}
#logo{
	position:absolute;
	left:-35px;
	top:30px;
}
#logo a{
	background:url(images/logo.png) repeat-y left 0;
	display:block;
	width:213px;
	height:99px;
} * html #logo a{
	background:url(images/logo.gif) repeat-y left 0;
}
#main-nav{
	background:url(images/navigation-border.gif) repeat-y left 0;
	height:55px;
	list-style:none;
	position:absolute;
	right:0;
	top:0;
}
#main-nav li{
	background:url(images/navigation-border.gif) repeat-y right 0;
	float:left;
	height:50px;
	padding-right:1px;
	padding-left:1px;
	font-size:1.4em;
}
#main-nav li a{
	color:#927341;
	display:block;
	padding:30px 20px 9px;
	text-decoration:none;
}
#main-nav li a:hover{
	color:#c4c4b8;
}
#main-nav .whatWeDo:hover{
	background-color:#060606;
	padding-bottom:6px;
}
/*#main-nav .whatWeDo #servicesSubMenu li a:hover{
	background:none;
}*/
#main-nav div{
	position:absolute;
	z-index:500;
	background-color:#060606;
	margin:0 0 0 -1px;
	left:-999em;
}
#main-nav li:hover div {
	left:auto;
}
#servicesSubMenu{
	width:410px;
	padding:12px 9px 25px 25px;
}
#servicesSubMenu li{
	float:left;
	background:none;
	/*background:url(images/hover-menu-list-border.gif) repeat-x 0 bottom;*/
	height:auto;
	width:150px;
	font-size:11px;
}
#servicesSubMenu li h3{
	font-size:12px;	
	padding-top:1.2em;
	color:#a8a7a3;
}
#servicesSubMenu li li{
	float:none;	
	margin-left:1em;
	border-bottom:1px solid #3e3c3c;
}
#main-nav #servicesSubMenu li a{
	color:#a8a7a3;
	padding:5px 0;
}
#main-nav #servicesSubMenu li a:hover{
	color:#927341;
	text-decoration:underline;
}
/*
	-- extra --
*/
#extra{
	/*font-size:1.2em;*/
	float:right;
	width:186px;
}
#extra h2{
	color:#e1227e;
	font-size:1.4em;
	margin-bottom:20px;
}
#extra ul{
	margin-bottom:17px;
}
#extra li{
	padding-bottom:15px;
}
#extra li a{
	color:#a8a7a3;
	font-size:1.2em;
}
#extra li a:hover{
	text-decoration:underline;
}
#blog{
	position:relative;
}
#extra #blog #blogInnerWrap{
	position:absolute;
	top:20px;
	left:0;
	text-align:left;
}
#loading{
	position:absolute;
	top:20px;
	left:0;
}
/*
	-- content --
*/
#content{
	float:left;
	background-color:#fff;
	color:#000;
	width:650px;
}
#content h2{
	font-size:1.6em;
	padding:1em 0 0 0;
	color:#120300;
	font-weight:normal;
}
#content h3 {
	font-size:1.4em;
}
#content p, #content li{
	color:#333;	
	font-size:1.2em;
	line-height:1.5;
}
#content ul{
	list-style-type:disc;
	margin:0.5em 0 0 1.5em;
}
#more{
	background-color:#d5d9dc;
	clear:both;
	color:#d7007e;
	padding:12px 20px;
	margin:24px 24px 12px;
}
#more .dvds{
	background:url(images/small-pink-dvd.jpg) no-repeat left 0;
	padding-left:40px;
}
#more ul{
	list-style:none;
	margin:0;
}
#more li{
	width:180px;
	line-height:1.2;
}
#more .packaging{
	background:url(images/small-pink-packaging.jpg) no-repeat left 0;
	padding-left:40px;
}
#contentContainer #more h2{
	/*background:url(images/moreabout-heading.png) no-repeat 0 0;*/
	margin:0.5em 0 5px 0;
	font-size:20px;
	padding:0;
/*	text-indent:-99999px*/
}
#contentContainer{
	padding:24px;
}
#contentContainer #back{
	color:#a8a8a3;
	font-size:11px;
}
#contentContainer h1{
	padding-top:4px;
	padding-left:40px;
	margin:17px 0 8px;
}
#more ul{
	float:left;
	width:250px;
}
#more li{
	float:left;
	font-size:1.4em;
	padding-bottom:15px;
	width:200px;
}
#more li a{
	color:#d7007e;
	text-decoration:underline;
}
/*
	-- footer --
*/
#footer{
	color:#613b00;
	font-size:1.1em;
	padding-top:80px;
	clear:both;
	text-align:center;
}
#footer p{
	line-height:18px;
	margin-bottom:15px;
}
#footer a{
	color:#613b00;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;	
}
/*
	-- classes --
*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hidden{
	display:none;
}
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}