* {
	border: none;
	margin: 0px;
	padding: 0px;
	outline: none;
	text-decoration: none;
	font-style: normal;
}

:focus {
	outline: 0;
}

a {
	color: #0FF;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: underline;
}

body.javascript *[href] {
	cursor: pointer;
}

body {
	color: yellow;
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	cursor: default;
	padding: 20px;
}

button, a.button {
	background: #CCC;
	font-size: 1em;
	padding: 4px 12px;
	zoom: 1;
	line-height: 1.2em;
	cursor: pointer;
	color: black;
	border: 3px outset;
}

button {
	*padding: 5px 10px;
}

button:hover, a.button:hover {
	background: #DDD;
	text-decoration: none;
}

button:focus, a.button:focus {
	background: #DDD;
	text-decoration: underline;
}

button:active, a.button:active {
	border-style: inset;
	text-decoration: none;
}

em {
	font-style: italic;
}

input {
	color: yellow;
	padding: 6px 5px 6px;
	border: 2px solid #555;
	width: 260px;
	background: black;
}

input:focus, select:focus, textarea:focus {
	border-color: #AAA;
	outline: 1px solid #EEE;
}

input[type=hidden] {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: yellow;
}

h1 {
	font-size: 1.8em;
}

h1.heading {
	font-size: 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #E2DFE9;
	margin-bottom: 25px;
}

h1.heading.no-margin {
	margin-bottom: 0px;
}

h1.heading.padded {
	padding: 20px 20px 10px;
}

h1 small {
	color: #C78AC7;
}

select {
	padding: 5px;
	border: 1px solid #CCC;
	color: #716a6a;
}

option[disabled] {
	color: #999;
}

small {
	font-size: 1em;
}

textarea {
	color: yellow;
	padding: 6px 5px 6px;
	border: 2px solid #555;
	background: black;
	width: 480px;
	height: 100px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

ul, ol, dl {
	list-style: none;
}

.light {
	color: #948AAA;
}

.bright {
	color: #971C97;
}

.red {
	background: #BA0000;
	color: white;
	padding: 3px 5px;
}

.green {
	background: #090;
	color: white;
	padding: 3px 5px;
}

.orange {
	background: #F60;
	color: white;
	padding: 3px 5px;
}

.checkbox {
	width: 25px;
	position: relative;
	top: 1px;
}


/********************************************* Structure */

a.logo {
	font-size: 25px;
	color: yellow;
}

a.fullsite {
	margin-left: 15px;
}

ul.menu {
	display: block;
	overflow: hidden;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	padding-top: 10px;
	margin: 10px 0px;
}

ul.menu li {
	float: left;
	padding-right: 10px;
	margin: 0px 10px 10px;
	border-right: 1px solid #555;
}

ul.menu a {
	color: yellow;
	font-size: 18px;
}

div.left ul {
	background: url(http://dorothyhouse.co.uk/images/submenu.jpg) no-repeat 10px 4px;
	display: block;
	overflow: hidden;
	padding: 0px 0px 10px 20px;
	margin-top: 10px;
}

div.left ul li {
	float: left;
	margin: 0px 10px 10px;
	padding-right: 10px;
	border-right: 1px solid grey;
}

div.left ul li a {
	color: orange;
}

div.title {
	border-top: 5px solid #555;
	padding-top: 15px;
	margin-bottom: 15px;
}

div.title h1 {
	color: white;
}

div.title.with-image h1 {
	display: inline;
	margin-left: 20px;
}

div.footer {
	border-top: 5px solid #555;
	padding-top: 15px;
	overflow: hidden;
}

div.footer img {
	display: none;
}

div.footer div.left {
	float: left;
	width: 520px;
	margin-right: 20px;
}

div.footer div.right {
	float: left;
	width: 350px;
}



/***************************************

			Editable styling

/***************************************/

div.body a {
    text-decoration: underline;
}

div.body p {
	line-height: 1.4em;
	margin-bottom: 15px;
}

div.body h1, div.body h2, div.body h4, div.body h5, div.body h6, div.body span {
    color: yellow;
    font-weight: normal;
}

div.body h2 {
	border-top: 2px solid #555;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-top: 20px;
}

div.body h3 {
	border-top: 1px dashed #555;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

div.body ul {
    list-style: inside;
}

div.body ul li {
    margin: 5px 0px;
}

div.body ul ul {
    margin: 10px 0px 10px 30px;
}

div.body span {
    font-size: 1em;
}

div.body table {
    margin-top: 10px;
    border: 1px solid #EEE;
}

div.body table td {
    padding: 10px;
    margin: 0px;
    border: 1px solid #CCC;
}

div.body td p {
    margin: 0px;
}

div.body blockquote {
    margin: 20px;
    padding: 10px;
    border: 1px solid #DDD;
}

span.highlight{
    font-size: 1em;
    background: #FF3;
    color: #3b1e78;
    padding: 2px;
}

.feedback-form {
	margin: 20px 0px;
	background: #222;
	padding: 20px 20px 0px;
	border-top: 5px solid #555;
	border-bottom: 5px solid #555;
}

.feedback-form .row {
	margin-bottom: 20px;
}

div.home div.listing {
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: 5px solid #555;
}

div.listing div.entry {
	border-top: 1px dashed #555;
	margin-bottom: 10px;
	padding-top: 10px;
}

div.home div.listing div.item img.mask {
	display: none;
}

div.home div.listing div.item {
	overflow: hidden;
	padding: 10px 0px;
	border-top: 1px dashed #333;
}

div.home div.listing div.item img {
	float: left;
	margin-right: 10px;
}

div.home div.listing div.item h3 {
	margin-top: 10px;
}

div.home div.right {
	overflow: hidden;
	margin: 10px 0px 5px;
}

div.home div.right div.item img {
	display: none;
}

div.home div.right div.item {
	float: left;
	padding-right: 10px;
	margin: 0px 10px 10px;
	border-right: 1px solid #555;
}

div.video img,
div.video-right {
	display: none;
}