﻿body
{
	background-color: White;
	height:	100%;
	background-image: url(/themes/Dracorat/background.png); 
	repeat-y: none; 
	repeat-x: none;
	background-repeat:	no-repeat;
	background-position: center 20px; 
}

body *
{
	font-family: Verdana, Sans-Serif; 
	font-size: 10pt; 
}
	
a			{text-decoration: none;}
a:hover		{text-decoration: underline;}
a:link		{color: Navy; }
a:visited	{color: Maroon; }


/* Alignment */
.AlignRight	{text-align: right; }

/* Custom DIVs etc */
.MainBackground	{

	height:	946px;
	z-index: 0;
	}
.Header		{width: 100%; height: 90px; background-color: transparent; background-image: url(/themes/Dracorat/header.png); text-align: right; color: White; font-size: 16pt;}
.Header A	{color: White; font-size: 24pt; display: none;}
.Header P	{margin: 0 10px 0 10px; padding: 0 0 0 0; display: none;}

.HeaderReserve /*Reserves space for the header elements so that page flow isn't broken when the headings are positioned to fixed*/
{
	height: 40px;
}

.HeaderStatic
{
	position: static;
	width: 450px;
	z-index: 10;
}

.HeaderFixed
{
	position: fixed;
	width: 450px;
	top: 0px;
	z-index: 10;
}

.SearchBox	{background-color: White; border: 1px solid gray; font-family: Consolas, Lucida Console, monospace; font-size: 10pt;}
.SearchButton	{width: 80px; height: 20px; font-size: 10pt; border: 1px solid gray; background-color: White; font-family: Verdana, Sans-Serif; color: gray; font-weight: bold; cursor: pointer;}
.SearchButton:hover	{border: 1px outset navy; background-color: rgb(128, 128, 160); color: White;}

ul#HeaderNav	{list-style: none; padding: 0; margin: 0 0 5px 0; }
ul#HeaderNav li	{float: left; margin: 0 5px; height: 20px; width: 80px; border: 1px solid gray; text-align: center;}
ul#HeaderNav li	a {height: 20px; width: 80px; text-align: center; text-decoration: none; display: inline-block; background-color: White;}
ul#HeaderNav li	a:hover {background-color: rgb(200, 200, 200); }

/* Post Containers */
.PostBody	{padding: 2px 2px 2px 2px;}
.PostShort	{Height: 200px; overflow: hidden; margin-bottom: 20px; background-image: url(/themes/Dracorat/1pxwhite.png);}
.PostShort *	{font-size: 8pt; }
.PostFull	{margin-bottom: 20px; background-image: url(/themes/Dracorat/1pxwhite.png);}
.PostFull *	{font-size: 8pt; }
.PostLong	{Height: 200px; overflow: hidden; margin-bottom: 20px; background-image: url(/themes/Dracorat/1pxwhite.png);}

/* Links to other posts */
#relatedPosts	
{
	clear:both; 
	margin-bottom: 20px; 
	background-image: url(/themes/Dracorat/1pxwhite.png);
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
#relatedPosts *	{font-size: 8pt; }
#relatedPosts * a {display: block; margin-top: 3mm;}

/* Back and Forward Links */
#postnavigation, #postPaging
{
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Drop down for admins to add widgets */
#widgetselector
{
	display: block;
	clear: both;
}

/* Widgets themselves */
.widget *.delete
{
	float: right;
	border: 1px solid gray;
	background-color: rgb(240, 240, 240);
	width: 20px;
	text-align: center;
	margin-left: 3px;
}

.widget *.edit
{
	float: right;
}

.widget h4
{
	width: 230px;
	display: inline;
}

.widget		
{
	width: 293px; 
	float: left; 
	height: 200px;
	overflow: hidden;
	background-image: url(/themes/Dracorat/1pxwhite.png);
	margin: 0 10px 10px 0;
	border: 2px solid rgb(210, 210, 210);
}
.widget *
{
	font-size: 8pt;
}

.tagcloud * 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.tagcloud * ul
{
	float: left;
	display: block;
	margin: 0 0 0 0;
}

.tagcloud * ul li
{
	text-decoration: none;
	list-style-image: none;
	float: left;
	display: block;
	margin: 2px 5px 2px 5px;
}

.tagcloud * ul li a.small
{
	color: rgb(210, 210, 210);
	font-size: 6pt;
}
.tagcloud * ul li a.medium
{
	color: black;
	font-size: 8pt;
}
.tagcloud * ul li a.big
{
	color: rgb(0, 0, 119);
	font-size: 10pt;
}

.tagcloud * ul li a.biggest
{
	color: navy;
	font-size: 12pt;
}

/*This overrides the floating IFrame window*/
.ChromeMessage
{
	width: 760px;
	background-image: url(/themes/Dracorat/1pxwhite.png); 
	font-family: Arial Black;
	font-size: 8pt;
	cursor: pointer;
	text-decoration: none;
	color: Navy;
	margin-left: 100px;
	margin-bottom: 2px;
}
.ChromeMessage:hover
{
	text-decoration: underline;
}

.positionChromeFrame
{
	width: 100%;
	text-align: center;
}

.positionChromeFrame *
{
	position: absolute;
	margin-top: 0px;
	left: 10%;
	z-index: 100;
	width: 800px;
	height: 600px;
}

/* Hide the throbber */
#commentPreview{ 
    display:none; 
    clear:both; 
} 


/*----------------------------
					Comments
----------------------------*/

.comment {
	border: 1px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

#addcomment, #comment
{
	font-size: 15px;
	letter-spacing:1px;
	font-weight: bold;
}

.self {
	background: #E0EAEF;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
	border: 1px solid silver;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 90px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid silver;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}
