/*  
Theme Name: Richard
Theme URI: http://www.richardlord.net/
Description: Richard's new theme.
Version: 0.1
Author: Richard Lord
Author URI: http://www.richardlord.net/

Core colours -
 dark #392A15
 light #ad7f40
 pale #f6f0e8
 link #EB7500
 visited #FF9900
*/


/* Main Layout Sections */
body, .addcomment {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, Sans-Serif;
}

body {
	font-size: 13px;
	background-color: #FFFFFF;
	color: #392A15;
	margin: 0;
	padding: 0;
	padding: 0;
	text-align: left;
}

#header {
	background: url("./images/header.jpg") repeat-x top left;
	background-color: #392A15;
	margin: 0;
	padding: 0;
	border-width: 0;
	height: 110px; 
}

#footer {
	background-color: #392A15;
	height: 16px;
	padding: 2px 7% 0 7%;
	margin: 0;
	clear: both;
	
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: right;
}

#content {
	margin:0 190px 0 0;
	padding: 2px 21% 30px 7%;
	line-height:1.6em;
}

#contentfront {
	margin:0 380px 0 0;
	padding: 2px 28% 30px 7%;
	line-height:1.6em;
}

#content.full {
	float:none;
	width:auto;
	margin: 0;
	padding: 2px 7% 30px 7%;
	border: 0;
	line-height: 1.6em;
}

#sidebar {
	width:190px;
	margin: 0;
	padding: 41px 7% 30px 7%;
	border-left: 1px dashed #ad7f40;
	font-size:0.9em;
	line-height:1.5em;
	float:right;
}

#sidebar1 {
	width:190px;
	margin: 0;
	padding: 41px 7% 30px 0;
	font-size:0.9em;
	line-height:1.5em;
	float:right;
}

#sidebar2 {
	width:190px;
	margin: 0;
	padding: 41px 7% 30px 7%;
	border-left: 1px dashed #ad7f40;
	font-size:0.9em;
	line-height:1.5em;
	float:right;
}

#homelists {
	font-size:0.9em;
	line-height:1.5em;
	margin: 2em 7% 2em 7%;
	text-align:center;
}

/* Subsections */

.singlesub, .postinfo {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #ad7f40;
	margin: 1em 0 0 0;
}

.postinfo, .download, .right {
	text-align: right;
}

.filedunder {
	line-height: 1.5em;
	float: right;
}

.commentfoot {
	margin: 1em 2em 0 0;
	padding: 0 10px;
}

.pale, .commentfoot {
	font-size: 0.9em;
	background-color: #f6f0e8;
	padding: 0 10px;
}

.addcomment {
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 5px;
}

/* Core text styles */

.navleft { float: left; }
.navright { float: right; }

h1, h2, h3 {
	font-family: Georgia, Garamond, 'New York', Serif;
	font-weight: normal;
	color: #ad7f40;
}

h1 {
	padding: 0;
	margin: 1.4em 0 0 0;
	font-size: 1.8em;
}

h2 {
	padding: 0;
	margin: 1.4em 0 0 0;
	font-size: 1.5em;
}

h3 {
	padding: 0;
	margin: 1em 0 0 0;
	font-size: 1.2em;
}

h4 {
	padding: 0;
	margin: 1.5em 0 0 0;
	font-size: 1em;
}

/* Link styles */

h1, h1 a, h1 a:link, h1 a:visited,
h2, h2 a, h2 a:link, h2 a:visited,
h3, h3 a, h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #ad7f40;
}
h1 a:active, h1 a:hover,
h2 a:active, h2 a:hover,
h3 a:active, h3 a:hover {
	text-decoration: underline;
	color: #EB7500;
}

a, a:link, a.addcomment, a.addcomment:link {
	text-decoration: none;
	color: #EB7500;
}
a:visited, a.addcomment:visited {
	text-decoration: none;
	color: #FF9900;
}
a:active, a:hover, a.addcomment:active, a.addcomment:hover {
	text-decoration: underline;
	color: #EB7500;
}

small {
	font-size: 0.9em;
	line-height: 1.4em;
}

p, .spaced {
	margin: 1.4em 0 0 0;
}

ul {
	margin-top: 1.4em;
}

dd { margin-bottom: 1.4em; }

p.social { font-size: 0.9em; }
p.social a { margin: 0 0.3em; }

/* para classes etc. */
.productimage {
	float: right;
	margin: 10px 0 10px 30px;
	border: 0;
}

.code {
	font-family: "Andale Mono", "monaco", "courier new", courier;
	font-size: 0.95em;
	line-height: 1.4em;
	padding: 1em;
	white-space: pre;
	background-color:#f6f0e8;
	border: 1px solid #ad7f40;
}
code {
	font-family: "Andale Mono", "monaco", "courier new", courier;
	font-size: 0.95em;
}
.indent {
	padding-left: 3em;
}
.infobox {
	font-style: italic;
	line-height: 1.4em;
	padding: 1em;
	background-color:#f6f0e8;
	border: 1px solid #ad7f40;
}

/* Lists */
ul.imagelist { border: 0; list-style-type: none; padding: 0; }

.imagelist li { display: block; float:left; margin:10px 20px; width:160px; padding: 0;
	text-align: center; font-size: 12px; line-height: 1.4em; height:160px; }

.imagelist a { text-decoration: none;  }


/* icons */
.comments li {
	list-style-image: url("./images/comments_dark.gif");
}

a.commentlink {
	padding-left: 14px;
	background: url("./images/comments.gif") no-repeat left center;
}

a.more, a.addcomment {
	padding-right:18px;
	background: url("./images/more.gif") no-repeat right center;
}

.navleft {
	padding-left: 14px;
	background: url("./images/leftarrow.gif") no-repeat left center;
}

.navright {
	padding-right: 14px;
	background: url("./images/rightarrow.gif") no-repeat right center;
}

.singlesub {
	padding-left: 14px;
	background: url("./images/post.gif") no-repeat left center;
}

.filedunder {
	padding-left: 16px;
	background: url("./images/folder.gif") no-repeat left center;
}

img.icon { border-width:0; vertical-align: middle; }

/* form */
#commentform {
	background-color:#f6f0e8;
	margin: 1em 0 0 0;
	padding:20px 0 10px 0;
}

fieldset {
	border: 0;
}

#commentform label, #commentform .label {
	margin:0 15px 0 15px;
	display:block;
	float:left;
	width:60px;
	text-align: right;
}

#commentform label.wide {
	margin:0 15px 0 15px;
	display:block;
	float:left;
	width:150px;
	text-align: right;
}

label.error {
	color: #FF0000;
	font-weight: bold;
}

form em {
  margin-left:5px;
  font-size:0.9em;
}

form .inputtext {
  padding:1px;
  width:200px;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, Sans-Serif;
  font-size:0.9em;
}

form textarea {overflow:auto;}

#commentform textarea {width:325px;}

.button, .widebutton {
	color: #FFFFFF;
	background-color: #ad7f40;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, Sans-Serif;
	cursor:pointer;
}

.button {
	width:90px !important;
}

.widebutton {
	width:130px !important;
}

#commentform .submitbtn {text-align:center;}

form .hiddenfield {display:none;}

/* header */
#menu {
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	margin: 0;
	padding: 89px 7% 0 7%;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.1em;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 50px 0 0;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:active, #menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#photo {
	position:absolute;
	top: 0;
	right: 7%;
	background: url( "./images/richard.png" ) no-repeat top left;
	width: 170px;
	height: 151px;
}

#searchform {
	margin:0;
	padding:0;
	border:0;
}

#searchform #s {
  padding:1px;
  width:120px;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, Sans-Serif;
}

#searchform #s2 {
  padding:1px;
  width:220px;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, Sans-Serif;
}

#searchform #searchsubmit {
	color: #FFFFFF;
	background-color: #ad7f40;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, Sans-Serif;
	cursor:pointer;
	text-align:center;
}

/* Tables */
table {
	border-collapse: collapse;
	margin: 1em 0 0 0;
}

td {
	vertical-align: top;
	padding: 5px 10px;
	border: 1px solid #92BFE0;
	margin: 0;
}

table.layout {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

table.layout td {
	vertical-align: top;
	margin: 0;
	border-width: 0;
	padding: 0;
}

#homelists table.layout td {
	width: 190px;
}

#homelists table.layout td.spacer {
	width: auto;
}

table.filelist td {
	border-width: 1px 0;
}

table.filelist th {
	vertical-align: top;
	padding: 5px 10px;
	margin: 0;
	border-top: 20px solid #ffffff;
	font-weight: bold;
	background-color: #f6f0e8;
	text-align: left;
}

/* sidebar */

.sidesplitter {
	border: 0;
	margin: 0;
	padding: 0;
	height: 25px;
	background-color: #FFFFFF;	
}

.bgwhite {
	background-color: #FFFFFF;
	padding: 0 1px;	
}
	
.sideblock, .sideblockimg {
	border: 0;
	margin: 0;
	padding: 0;
	background: url("./images/sideblock_mid.gif") repeat-y top center;
	text-align: left;
}

.sidetop {
	border: 0;
	background: url("./images/sideblock_top.gif") no-repeat top center;
	padding: 0;
	margin: 0;
}

.sidebot {
	border: 0;
	background: url("./images/sideblock_bot.gif") no-repeat bottom center;
	padding: 7px 10px 10px 10px;
	margin: 0;
}

.sideblock h5, .sideblockimg h5 {
	font-size: 1em;
	font-weight: normal;
	margin: -16px 0 0 0;
	padding: 0 0 3px 0;
}

.sideblock ul, .sideblockimg ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sideblock li {
	margin: 0;
	padding: 0 0 0 40px;
	text-indent: -30px;
}

#twitter_update_list {
	margin: 10px 0 5px 0;
	text-indent: 0px;
}

#twitter_update_list li {
	margin: 5px 5px 15px -10px;
	text-indent: 0px;
}

#twitter_update_list .postinfo {
	margin: 5px 0 0 0;
}

.sideblockimg li {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

.sidegames {
	text-align: center;
}

.sidelist h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 3px 0;
}

/* footer */

#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:active, #footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer img { padding: 1px 0; }

.end { clear: both; }
