/*
Theme Name: Morning Dew Digital Designs
Theme URI: http://www.morningdewdigitaldesigns.com
Description: This theme is created as a special request for a friend
Author: Kevin A. Lormand
Author URI: http://www.seaoftreasures.net
Version: 1.0

This theme is designed only to be used at http://www.morningdewdigitaldesigns.com as a one of a kind unique theme.
DO NOT use this theme without prior consent of the owner of MorningDewDigitalDesigns and the theme Author.

*/

body
{
	background-image: url('images/main_back.jpg');
	background-attachment: fixed;
	text-align: center;
}

#border1
{
	display: inline-block;
	background-image: url("images/border1.jpg");
	background-attachment: fixed;
	margin-top: 1em;
	padding: 0 5px;
	width: 1024px;
}

#border2
{
	background-image: url("images/border2.jpg");
	background-attachment: fixed;
	padding: 5px 0px;
}

#border3
{
	background-image: url("images/border3.jpg");
	background-attachment: fixed;
	padding: 15px;
}

#page
{
	background-image: url("images/back.jpg");
	border: 5px groove #F3E7AC;
	color: #F3E7AC;
	text-align: left;
}

/* Link Style Universal */

a:link
{
	color: #8F80A7;
	text-decoration: none;
}

a:visited
{
	color: #8F80A7;
	text-decoration: none;
}

a:hover
{
	color: #66CC33;
}

/* Header Specific */

#header
{
	border-bottom: medium groove #F3E7AC;
	text-align: center;	
}

#header h1
{
	font: italic normal normal 26pt serif;
}

/* Sidebar Specific */

#sidebar
{
	border-right: medium groove #F3E7AC;
	border-bottom: medium ridge #F3E7AC;
	float: left;
	padding: 10px;
	width: 170px;
}

#sidebar ul,li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li
{
	margin: .5em;
}

/* Container Specific */

#container
{
	color: #F3E7AC;
	margin-left: 200px;
	text-indent: 15px;
	width: 750px;
}

/* Footer Specific */

#footer
{
	clear: both;
	font-size: small;
	text-align: center;
}

/* Comment Specific */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
