/*
Theme Name: GoldenSimplicity
Theme URI: http://service.compuskills.co.uk/blog/
Description: Inspired by <a href="http://www.oswd.org">OSWD</a> designs, this is a two column, fixed width, black and gold theme. No plugins are required.<br />Tested on Wordpress 2.13 and 2.2 as well as Firefox, IE6/IE7 and Opera. If you have any questions or feature requests, please <a href="http://www.compuskills.co.uk/contact_us.php">contact us</a>.<br />This theme has six inbuilt classess you can use to modify the presentation of your posts. leftfloat, rightfloat, center, news, information and alert.<br />Last Updated: 18 Jun 07.
Version: 1.1.2a
Author: Compuskills
Author URI: http://service.compuskills.co.uk/blog/
*/
*, html, body {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	font-size: 67.5%;
	background-color: #1a1a1a;
	color: #fff;
	font-family: Helvetica, Geneva, Arial, sans-serif;
}
a {
	text-decoration: none;
	border: 0;
}
hr {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Web Pro", Helvetica, "Berlin Sans FB", Arial, sans-serif;
	font-weight: bold;
	text-shadow: black;
	word-spacing: 3px;
	letter-spacing: .1em;
}
/* Wrapper Div */
#wrapper {
	margin: 10px;
	padding: 0;
	/*width: 960px;*/
	border: 0;
	background-color: #1a1a1a;
	color: #fff;
}

/* HEADER AREA */
#header {
	width: auto;
	border: 0;
	height: 200px;
	background: url(images/header_background.jpg) repeat-x left;
	padding: 0;
	margin: 0 300px 0 0;
	z-index: 1;
	min-width: 300px;
}
#header h1 {
	padding: 10px 100px 0 20px;
	margin: 0;
	font-size: 4em;
}
#header p {
	padding: 0 100px 0 20px;
	margin: 0;
	font-size: 1.1em;
}
#header h1 a:link, #header h1 a:visited, #header p {
	color: #fff;
	background-color: inherit;
}
#header h1 a:hover, #header h1 a:active {
	color: #000;
	background-color: #ffd700;
}
#page_navigation {
	position: absolute;
	top: 20px;
	right: 350px;
	width: 100px;
	overflow: auto;
	height: 160px;
	max-height: 160px;
}
#page_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#page_navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	text-align: right;
}
#page_navigation li.page_item a:link, #page_navigation li.page_item a:visited {
	color: #fff;
	background-color: inherit;
}
#page_navigation li.current_page_item a:link, #page_navigation li.current_page_item a:visited {
	color: #f99966;
	background-color: inherit;
}
#page_navigation li.page_item a:hover, #page_navigation li.page_item a:active, #page_navigation li.current_page_item a:hover, #page_navigation li.current_page_item a:active {
	color: #fff;
	background-color: #009;
}

/* Main Content Room */
#main, #content {
	margin-right: 300px !important;
	background-color: #f0f0f0;
	color: #000;
	min-width: 300px;
	z-index: 2;
}
.post {
	margin: 0 30px;
	padding: 10px 0;
}
.posthead {
	background-color: #f6f6f6;
	color: #1a1a1a;
	padding: 5px 10px;
	border-width: 3px 0 1px 0;
	border-color: #000;
	border-style: solid;
}
#main h2 a:link, #main h2 a:visited, #content h2 a:link, #content h2 a:visited {
	background-color: inherit;
	color: #00f;
}
#main h2 a:hover, #main h2 a:active, #content h2 a:hover, #content h2 a:active {
	background-color: inherit;
	color: #000;
}
.posthead p {
	font-size: 1em !important;
}
#main h2, #content h2, #main h3, #content h3 {
	font-size: 3em;
}
.postmetadata {
	background-color: #fff;
	color: #000;
	padding: 5px 20px;
	margin: 0 0 10px 0;
	border: 1px dotted #000;
}
.postmetadata p.postinfo {
	display: block;
	background: url(images/smalltag.png) no-repeat left;
	padding: 5px 10px 5px 30px !important;
	font-size: 1em !important;
}
.postmetadata p.postcomments {
	display: block;
	background: url(images/comment.png) no-repeat left;
	padding: 5px 10px 5px 30px !important;
	font-size: 1em !important;
}
.post p {
	padding: 8px 0 4px 0;
	font-size: 1.6em;
}
.post ul, .post ol {
	padding: 5px 15px;
	margin: 0 10px;
	list-style-position: outside;
}
.post ul {
	list-style-type: square;
}
.post ol {
	list-style-type: decimal;
}
.post ol li ol {
	list-style-type: lower-alpha;
}
.entry a:link, .entry a:visited {
	color: #33f;
	background-color: inherit;
}
.entry a:hover, .entry a:active {
	color: #f33;
	background-color: #ff0;
}
.entry img {
	border: 1px solid #ffd700;
	margin: 5px;
	padding: 5px;
}
.entry a:hover img {
	background-color: transparent !important;
}
.entry img.wp-smiley {
	border: 0 !important;
	padding: 0 2px !important;
	vertical-align: baseline !important;
}
pre {
   white-space: pre-wrap; /* css-3 */
   white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
   white-space: -pre-wrap; /* Opera 4-6 */
   white-space: -o-pre-wrap; /* Opera 7 */
   word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/* Sidebar */
#sidebar {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 230px;
	padding: 0 10px;
	margin: 0;
	background-color: #1a1a1a;
	color: #fff;
	z-index: 99;
}
#sidebar ul, sidebar li {
	list-style: none;
}
#sidebar h2 {
	font-size: 1.6em;
	padding: 30px 10px 0 10px;
	margin: 0;
	border: 0;
	color: #ff0;
	background-color: transparent;
	text-align: left;
}
#sidebar ul li h2 {
	height: 50px;
	width: 200px;
	background: url(images/widgettitle.png) left no-repeat;
}
.widgettitle img {
	display: none;
}
#sidebar a:link, #sidebar a:visited {
	color: #0000ff;
	background-color: #1a1a1a;
}
#sidebar a:hover, #sidebar a:active {
	color: #000;
	background-color: #ff0;
}
#sidebar .widgettitle a:link, #sidebar .widgettitle a:visited {
	color: #ff0 !important;
	background-color: transparent !important;
}
.widget ul, .linkcat ul, .widget div {
	margin: auto 0 auto 20px;
}
#sidebar form {
	margin: 0;
	padding: 0;
	width: 200px;
}
#sidebar form input {
	background-color: #000;
	color: #fff;
	border: 2px solid #fff;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	width: 80px;
	text-align: center;
}
#sidebar form input#s {
	background-color: #fff;
	color: #000;
	border: 1px solid #ffd700;
	padding: 5px;
	width: 160px;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	cursor: text;
	text-align: left;
}
/* Footer */
#footer {
	/*width: 700px;*/
	width: auto;
	margin-right: 300px;
	z-index: 2;
	background-color: #969696;
	color: #000;
	padding: 10px 0;
	text-align: center;
}

/* Comments */
#commentform {
	margin: 0 10px 10px 10px;
	padding: 10px 20px 20px 20px;
}
#commentform textarea {
	margin: 10px auto;
	width: 80%;
	border: 2px solid #ffd700;
}
#commentform #submit {
	width: 150px;
	height: 53px;
	background: url(images/submit_btn.png) no-repeat center;
	color: #ff8;
	font-size: 1.5em;
	cursor: pointer;
}
#commentform #author, #commentform #email, #commentform #url {
	background-color: #fff;
	color: #000;
	margin: 5px 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 5px;
	cursor: text;
	border: 1px solid #1a1a1a;
}
h3#respond, h3#comments {
	margin: 10px 0 0 20px;
	font-size: 2.5em !important;
}
.commentlist {
	margin: 5px 30px;
	padding: 5px 20px;
	list-style: none;
}
.commentlist li {
	color: #1a1a1a;
	background-color: #f0f0f0;
	border: 1px solid #fff;
	margin: 5px 0;
	padding: 5px 20px;
	font-size: 1.45em;
}
.commentlist li .commentmetadata {
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
	font-weight: bold;
	background-color: #EFEFEF;
	color: #000;
	font-style: italic;
}
.commentlist li p {
	padding: 0 10px 7px 20px;
}
.commentlist blockquote {
	padding: 10px 30px;
	background-color: #fff;
	color: #333;
	font-family: "MS Serif", "New York", serif;
}
/* Classes for post styling */
.rightfloat {
	float: right;
	margin-left: 15px !important;
}
.leftfloat {
	float: left;
	margin-right: 15px !important;
}
.center {
	text-align: center;
	display: block;
}
.information, .alert, .news {
	display: block;
	background-position: 10px;
	background-repeat: no-repeat;
	margin: 5px 0;
	padding: 6px 20px 6px 50px !important;
	font-size: 1.45em !important;
}
.information {
	border-top: 2px solid #00f;
	border-bottom: 2px solid #00f;
	background-color: #33c;
	color: #fff;
	background-image: url(images/information.png);
}
.information a {
	color: #FF0 !important;
	background-color: #33c !important;
}
.alert {
	border-top: 2px solid #f00;
	border-bottom: 2px solid #f00;
	background-color: #c33;
	color: #fff;
	background-image: url(images/exclamation.png);
}
.alert a {
	color: #000 !important;
	background-color: #c33 !important;
}
.news {
	border-top: 2px solid #0c0;
	border-bottom: 2px solid #0c0;
	background-color: #393;
	color: #fff;
	background-image: url(images/news_icon.png);
}
.news a {
	color: #000 !important;
	background-color: #393 !important;
}