/*  
Theme Name: rosalindwest.co.uk
Theme URI: http://andrewsteele.co.uk/webdesign/
Description: A WordPress theme for my darling Rosalind West. x
Version: 1.0
Author: Andrew Steele
Author URI: http://andrewsteele.co.uk/
*/

/* IE6 PNG fix */
img {behavior: url(iepngfix.htc)}

/*layout*/

body {
	font-family: arial, sans-serif;
	background: #000066 url('bg.png') top left repeat-x;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

#page {
	margin: auto;
	text-align: justify;
	width: 60em;
	max-width: 95%;
}

#header {
	background: url(stave-logo.png) no-repeat;
	min-height: 100px;
	text-align: right;
	padding-top: 120px;
}

#header h1 {
	font-size: 3em;
	font-weight: normal;
	text-align: right;
	padding: 0;
	margin: 0;
}

#header h1 a:link, a:visited, a:hover {
	color: #ffffff;
	text-decoration: none;
}

#header .description {
	font-size: 1.5em;
	color: #ffffff;
}

#sidebar {
	margin: 1.5em 0 0 0.5em;
	padding: 0.5em 1.5em 0.5em 0.5em;
	float: left;
	width: 8em;
	background: url('c-bg.png');
	border: 1px solid #cc00cc;
}

#sidebar h2 {
	font-size: 1.2em;
}

#searchform {
	margin: 1em auto;
	padding: 0; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 10em;
	padding: 0.1em;
	}

#sidebar #searchsubmit {
	padding: 0.1em;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0.2em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 1em;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	margin: 0.5em 0 0 0;
}

#sidebar a:link {
	color: #ffffff;
}

#sidebar a:visited {
	color: #ffffff;
}

#sidebar a:hover {
	color: #ffffff;
}

#sidebar a:active {
	color: #ffffff;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#content {
	border: 1px solid #ffffff;
	margin-left: 8.5em;
	padding: 1.5em 1.5em 1.5em 3.5em;
	background: url('c-bg.png');
}

.postmetadata {
	text-align: center;
}

textarea#comment {
	width: 50em;
	max-width: 100%;
	color: #ffffff;
	background: url('bg-c.png');
}

input, textarea {
	font: arial, sans-serif;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

#footer {
	border: none;
	text-align: center;
}

/*general stuff*/

a:link {
	color: #0099cc;
	text-decoration: none;
}

a:visited {
	color: #6699cc;
	text-decoration: none;
}

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

h1, h2, h3 {
	font-weight: bold;
	color: #ffffff;
}

h1 {
	margin-top: 0;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #999999;
}

hr {
	display: none;
}

img {
	border: none;
}

img.default { 
	float: right;
	margin: 0 0 1em 1em;
	width: 40%;
}

img.defaultleft { 
	float: left;
	margin: 0 1em 1em 0;
	width: 40%;
}

img.full { 
	margin: 0.5em 0;
	width: 100%;
}

.clearboth {
	clear: both;
	font-size: 0;
}

/*concerts page*/

ul.concerts {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.programme li {
	margin-bottom: 1em;
}

.concerts h3 {
	color: #ff99ff;
	margin: 0;
}

.concerts p {
	margin: 0;
}

.concerts p.date {
	font-weight: bold;
}

ul.programme {
	list-style: none;
	margin-bottom: 1em;
}

ul.programme li {
	margin-bottom: 0;
}

/*contact form*/
th {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

input, textarea {
	display: block;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	width: 15em;
	margin-bottom: 1em;
}

input[type="text"] {
	background: #000000 url('c-bg.png');
	border: 2px inset #666666;
}

input[type="submit"] {
	width: 5em;
	background: #003eda url(small-grad.png) bottom repeat-x;
	color: white;
	font-weight: bold;
	border: 2px outset #666666;
}

textarea {
	overflow: auto;
	width: 25em;
	height: 5em;
	background: #000000 url('c-bg.png');
	border: 2px inset #666666;
}

label {
	font-weight: bold;
	display: block;
	margin-bottom: 0.25em;
}

.langit {
	font-style: italic;
}

sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}

sub {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: -0.25em;
}

