/* general  */

body {
	background-image: url('../layout/mt30-bg.png'), url('../layout/mt30-contentbg.png');
	background-repeat: repeat-y, repeat;
	background-color: #d8ecd4;
	text-align: left;
	font: 12px "Courier New", Courier, monospace;
	color:#000000;
	margin: 0 0 0 0;
	padding:  0 0 0 0;
}

img {
	border: 0;
}

strong {
	color: #710f0f;
}

em {
	color: #97b31b;
}

h1 {
	color: #b9d169;
	font: 28px Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #a85640;
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	text-align: left;
	text-indent: 8px;
	border-bottom: 1px solid #cde5c8;
	padding-bottom: 0;
	margin-bottom: 0;
}

h3 {
	padding: 0;
	margin: 0;
	color: #a85640;
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	letter-spacing: 1px;
}

h4 {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-align: right;
	font-variant:small-caps;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/* layout */

#layout {
	margin: 0 0 0 0;
	padding:  0 0 0 0;
	position: absolute;
	z-index: 1;
}


/* navigation */

#navigation {
	margin: 510px 0 0 70px;
	padding:  0 0 0 0;
	position: absolute;
	z-index: 2;
	text-align: right;
	list-style-type: none;
	font: 13px "Courier New", Courier, monospace;
}

#navigation a:link, 
#navigation a:visited,
#navigation  a:active {
	margin: 0 0 7px 0;
	display: block;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 1px;
}

#navigation a#current {
	color: #a85640;
}

#navigation a:hover#current,
#navigation a:hover {
	color: #b9d169;
	text-decoration: overline;
}

#submenu {
}

#subnavigation {
	margin: 0 0 40px 0;
	padding: 5px 8px 5px 8px;
	list-style-type: none;
	text-align: right;
	background-color:#cde5c8;
}

#submenu li a:link, 
#submenu li a:visited,
#submenu li a:active {
	text-decoration: none;
	color: #a85640;
}


#subnavigation li a#current2 {
	color: #ffffff;
}

#subnavigation li a:hover#current2,
#subnavigation li a:hover {
	color: #97b31b;
	text-decoration: overline;
}


/* content */

#content {
	margin: 50px 100px 0 425px;
	padding:  0 0 25px 0;
	position:absolute;
	z-index:3;
	background: url(../layout/mt30-contentbg.png) repeat;
}

#content a:link, 
#content a:visited, 
#content a:active {
	color: #a85640;
	text-decoration: none;
}

#content a:hover {
	color: #97b31b;
}

#updates {
	padding: 0 0 60px 0;
	margin: 0;
}

.paragraph {
	padding: 15px 15px 15px 15px;
}

.paragraph2 {
	padding: 15px 15px 25px 15px;
}

.paragraph3 {
	padding: 15px 15px 25px 15px;
	text-align: center;
}

.tag {
	text-align: right;
	padding :0;
	margin: 0 80px 0 0;
}

blockquote {
	padding: 5px 15px 5px 15px;
	margin-right: 50px;
	border-left: 20px solid #cde5c8;
}

.writing {
	padding: 30px 25px 35px 0;
}

.storyinfo {
	padding: 0 0 15px 0;
	line-height: 13px;
}

.sequel {
	padding: 20px 0 30px 0;
	text-align: center;
	font-style: italic;
}

div.gradients {
	padding: 0 15px 10px 15px;
}

div.float {
	float: left;
	padding: 20px;
	text-align: center;
	font: 9px Georgia, "Times New Roman", serif;
}
  
div.spacer {
	clear: both;
}

.contactform  {
	padding: 25px 15px 25px 15px;

}

.contactform input, textarea, select, option {
	border: 0;
	border-bottom: 1px solid #b9d169;
}

.contactform input, textarea, select {
	padding: 4px;
	margin: 3px;
}

.contactform select {
	width: 327px;
}

.contactform textarea {
	height: 80px;
	width: 319px;
}





/* gallery */

.recentart {
	margin: 15px 15px 25px 15px;
}

.recentart img {
	border: 3px solid #97b31b;
}

.recentart img:hover {
	border: 3px solid #a85640;
}

.artwork {
	clear: both;
	padding: 25px 15px 5px 15px;
}

div.artfloat {
	float: left;
	padding: 0 5px 15px 5px;
	text-align: center;
	margin-bottom: 10px;
	font: 9px Georgia, "Times New Roman", serif;
}

div.artfloat img {
	margin-bottom: 3px;
	border: 3px solid #97b31b;
}

div.artfloat img:hover {
	border: 3px solid #a85640;
}






/* footer */

#footer {
	clear: both;
	font-size: 11px;
	margin: 50px 0 0 0;

}

.footerinfo, 
.footercredit,
.footermedia {
	width: 28%;
	float: left;
	padding: 20px 20px 20px 20px;
	margin: 0 2px 0 0;
	background-color:#cde5c8;
	height: 100px;
}

#footer p#center {
	text-align: center;
	padding: 0;
}