﻿/* Main enjoyedByAll style sheet 
Version: 0.3 (16/05/2007)
*/

/* **** **** HTML elements **** **** */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	min-width: 800px;
	font-family: Arial, Helvetica, sans-serif;
}
p, ul, ol, table, legend, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
}
blockquote {
	margin: 0 0 0 2em;
}
img {
	border: 0;
}
li {
	margin: 0 0 0.5em 1em;
}

/* **** **** Main content area styles **** **** */

div#content table{
	border-collapse: collapse;
}
div#content caption{
	margin-bottom: 0.5em;
	font-style: italic;
}
div#content td, div#content th{
	padding: 2px;
}
div#content thead{
	border-bottom: 2px solid #000;
}
div#content th{
	border: 0;
	text-align: left;
}
/* **** Header styles **** */
div#header {
	color: #fff;
	background-color: #333;
}

div#header a {
	color: #fff;
}

div#banner {
	background-image: url(/Content/images/header-cup-rings.jpg);
	background-position: 623px 0px;
	border-bottom: 2px solid #000;
	height: 150px;
}

div#banner a img {
	margin: 0 10px;
	vertical-align: top;
}

ul.menu {
	float: right;
	list-style: none;
	margin: 0;
}

ul.menu li {
	display: inline;
}

/* **** Content Styles **** ****/
div#main {
clear: both;
}

div#content {
	margin: 0px 200px 0px 200px;
	padding: 1em;
	border-left: 2px dashed #000;
}

.code {
	font-family: "Courier New", Courier, monospace;
}

.small {
	font-size: 0.7em;
}

/* **** Left hand panel styles **** */
div#panel_1 {
	width: 200px;
	position: absolute;
}

ul#main-menu {
	list-style: none;
	margin: 1em 0.5em 1em 0;
	color: #894c47;
	font-size: 1.1em;
	font-weight: bold;
}

/* **** Right hand panel styles **** */
div#panel_2 {
	width: 210px;
	float: right;
	padding: 10px;
}

/* **** Footer styles **** */
div#footer {
	clear:both;
	border-top: 2px dashed #000;
	margin-left: 200px;
}

/* **** **** Form styles **** **** */

legend {
    font-weight: bold;
    font-size: 1.1em;
}

input.lineUp, select.lineUp, input.lineUpError, select.lineUpError {
	position: absolute;
	margin-left: 200px;
	left: 12em;
}
select.lineUp {
	margin-left: 226px;
}
input.lineUpError, select.lineUpError, textarea.lineUpError
{
	background-color: #ffffcc;
}
form span.error, form span.ok {
	position: absolute;
	margin-left: 200px;
	width: 20%;
	left: 20em;
}
form span.error {
	color: #f00;
}
textarea {
	width: 25em;
}
input.text {
    width: 25em;
}

/* **** **** Comment styles **** **** */
ul.comments {
	list-style: none;
}
ul.comments li.comment {
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
	background-color: #fff;
}

div#comments img.gravatar {
    float: left;
    padding-right: 10px;
}

div#comments textarea 
{
    width: 100%;
}

div#comments div.submit 
{
    float: right;
    margin: 1em 0;
}
li.comment div.flags {
    width: 20px;
    float: right;
    margin-right: 7px;
}

li.comment div.text {
    clear: both;
}

.commentform 
{
    margin-top: 1.5em;
}

div.commentform

/* Blog enjoyedByAll style sheet 
Version: 0.2 (21/05/2007)
*/

/* **** **** Admin styles **** **** */

div.manage {
	float: left;
	margin-right: 0.5em;
}

/* **** Content Styles **** ****/

div.content {
	margin: 0 0 1em 0;
}

div.credit {
	text-align: right;
}
div#content div.credit img{
	float: none;
}

div.content img, div#content img, div.pContent img, div.pContent object, div.pContent embed {
	float: left;
	margin: 0 1em 1em 0;
}
div.pContent img.ownLine,
	div.pContent object.ownLine,
	div.pContent embed.ownLine {
	float: none;
	margin: 1em;
}
div.pFoot {
	clear: left;
	margin: 0 0 3em 0;
}

div.pictureBox {
	width: 320px;
	float: left;
}

/* **** Left hand panel styles **** */
div#tagCloud, div#popular {
	margin: 3em 0.5em 0.5em 0.5em;
	padding: 0.5em;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}

div#tagCloud h2, div#popular h2 {
	font-size: 1.1em;
	
}

/* **** Right hand panel styles **** */
div#blurb {
	border: 1px solid #342;
	padding: 10px 10px 0 10px;
	margin-bottom: 1em;
	font-size: 0.9em;
}

p.rss {
	font-weight: bold;
	border-top: 1px solid #d95a28;
	padding-top: 2px;
}

p.rss a {
	text-decoration: none;
	color: #d95a28;
}
p.rss a:hover {
	text-decoration: underline;
}

p.rss img {
	margin: 2px 5px 1.5em 0;
	float: left;
}

div.weather {
	border: 1px solid #342;
	margin-bottom: 1em;
}
div.weather h3 {
	margin: 0.2em;
}
div.weather p {
	padding: 0 10px;
}

/* **** Footer styles **** */


/* **** **** Form styles **** **** */
textarea, input {
    border: 1px solid #333;
    padding: 5px;
}
textarea#pContent {
	width: 60em;

/* **** **** Comment styles **** **** */