/* Site rules */
body {
   background: #000 url('somebg.gif');
}

/* TinyMCE specific rules */
body.mceContentBody {
	font-size: 12px;
	background: #FFF;
	text-align: left;
}

/**.mceContentBody a {
	color: red !important; // FF requires a important here 
}
*/

/**************************************************
    Main colours & styles
***************************************************/

html, body {
	height: 100%;
}

body {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #cccccc;
	min-width: 550px;
	max-width: 1000px;
}

body, td, th, textarea, input, select, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

p, form, h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

a {
	color: #0baade;
	text-decoration: none;
	underline: 1px dotted #0b11de;
}

#footer a {
	color: #0b7a9e;
	text-decoration: none;
	underline: 1px dotted #0b11de;
}

#footer a:hover {
	color: #0bbade;
	text-decoration: none;
	underline: 1px dotted #0b11de;
}

a:hover {
	color: #0099ff;
}

/clear-fix {
	clear: both;
}

/**************************************************
    Overall look
***************************************************/

#wrapper {
	/**width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: white;
	min-height: 100%;
	background: purple;*/
}

#container {
	padding-left: 151px;
	padding-right: 151px;
	overflow:  hidden;
	position: relative;
	background: white;
	border-bottom: 1px solid #000;
	/*min-height: 100%;*/
}

#container .column {
	float: left;
	position: relative;
}

#header {
	/*width: 560px;*/
	height: 230px;
	padding-top: 20px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-bottom: 1px solid #666666;
}

#rss {
	float: right;
}

#main {
	/*width: 100%;*/
	padding: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: left;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	color: #371f21;
	background: #cccccc;
	clear: both;
	position: relative;
	bottom: 0px;
	text-align: center;
}

#pagination {
	width: 530px;
	margin-left: 20px;
	text-align: right;
}

#left {
	width: 150px;          /* LC width */
	right: 150px;          /* LC width */
	margin-left: -100%;
	text-align: center;
	padding-bottom: 20000px;
	margin-bottom: -20001px;
	border-right: 1px dotted #000;
}

#right {
	width: 150px;          /* RC width */
	margin-right: -151px;  /* RC width */
	text-align: center;
	padding-bottom: 20000px;
	margin-bottom: -20001px;
	border-left: 1px dotted #000;
}

/*** IE Fix ***/
* html #left {
	left: 150px;           /* RC fullwidth */
}

* html body {
	overflow: hidden;
}

* html #footer-wrapper {
	float: left;
	position: absolute;
	width: 100%;
	background: #ccc;         /* Same as body 
                               background */
}

#container .image1 {
	float: right;
	margin: 3px;
	border: double;
}

#container .image2 {
	float: left;
	margin: 3px;
	border: double;
}


/**************************************************
    heading & lists - colours & styles
***************************************************/

h1 {
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 100%;
	font-weight: lighter;
}

h1 a {
	color: #6a0201;
}

h2 {
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 100%;
	font-weight: lighter;
}

h3 {
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 100%;
	font-weight: lighter;
}

h4 {
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 100%;
	font-weight: lighter;
}

h5 {
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 100%;
	font-weight: lighter;
}

h6 {
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 100%;
	font-weight: lighter;
}

p {
	margin-bottom: 5px;
}

strong {
	color: #000000;
}

b {
	color: #000000;
}

ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ol {
	margin-left: 30px;
}

ul li {
	list-style: circle;
}



/**************************************************
    Post
***************************************************/

.date {
	color: #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	width: 560px;
	font-size: 22px;
	text-align: right;
	display: block;
	margin-bottom: 10px;
}

.title a {
	font-size: 24px;
	color: #6a0201;
	border-bottom: 1px dotted #666666;
}

.title a:hover {
	font-size: 24px;
	color: #000000;
	border-bottom: 1px dotted #000000;
}	

.body-txt {
	margin-top: 10px;
	font-size: 12px;
	margin-top: 5px;
	display: block;
}

.author {
	font-size: 12px;
	margin-top: 5px;
	display: block;
	margin-top: 5px;
	color: #cdcdcd;
}

.post {
	margin-bottom: 20px;
	margin-top; 20px;
}

#pagination a {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

#pagination a:hover {
	color: #666666;
}


/**************************************************
    Main Forms
***************************************************/

#main form {
	width: 560px;
}

#main form legend {
	font-weight: bold;
	padding: 6px 12px 2px 12px;
	position: relative;
	top: -9px;
	border-bottom: none;
}

#main form fieldset {
	border: none;
	margin-bottom: 20px;
}

#main form fieldset input {
	border: 1px solid #6a0201;
}

#main form div {
	margin-bottom: 10px;
	.margin-left: 10px; /* ie 7 */
	_margin-left: 10px; /* ie 6 */
}

#main form label {
	display: block;
	color: #6a0201;
	margin-bottom: 3px;
	clear: right;
	font-weight: bold;
}


#main form fieldset input {
	border: 1px solid #6a0201;
	width: 500px;
	padding: 3px;
}


#main form textarea {
	width: 500px;
	background: white;
}

#main form .button {
	padding: 2px, 6px;
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bold;
	background: white;
	color: #009966;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

#main form .hint {
	color: #009966;
	font-size: .8em;
}

/**************************************************
    Notice / warning messages
***************************************************/

.notice  {
	display: block;
	padding: 5px;
	color: #769b4e;
	border: 1px solid #769b4e;
}

.warning {
	display: block;
	padding: 5px;
	color: #9b444e;
	border: 1px solid #9b444e;
}

