/*
Theme Name:     Fractal Domains
Description:    Child theme of the Graphene theme 
Author:         Dennis C. De Mars
Author URI:     http: //www.fractaldomains.com
Template:       graphene
*/


@import url("../graphene/style.css");

/* Styles specific to Fractal Domains site */

div.legacy-version-history 
div.blog-entry 
div.blog-entry-title {font-weight:bold;}

div.legacy-version-history 
div.blog-entry 
div.blog-entry-date {font-style:italic;}

div.legacy-version-history 
div.blog-entry 
div.blog-entry-body {margin-top:10px; margin-bottom:20px;}

div.gallery-first-page-table {width: 320px; float: left; text-align: center; border-bottom: 4px solid white; margin: 10px 50px;}

div.gallery-first-page-descr {text-align: left; padding-left: 9px;}

div.center-link   {width:auto; text-align:center; margin: 12px; font-size: 200%;}

img.tutorial-image-left {
	float:left;
	margin: 0 3px 3px 0;
}

img.tutorial-image-right{
	margin: 0 0 3px 3px;
	float:right;
}

img.tutorial-image-center {
	display:block;
	margin:0px auto;
}

div.download-latest-fd {width:100%;}

div.download-latest-fd p {width:100%;}

div.download-latest-fd p a {margin-left:auto; margin-right:auto; text-align:center; font-size:200%;}

div.download-latest-fd p a img {border:0; float:left;}


.original-date {
	font: italic 14px arial;
	padding-bottom: 5px;
}

div.system-note {
	font-style: italic;
	background-color: yellow;
	border: 2px solid blue;
	padding: 2px;
}

div.fotw-title {
	font-weight: bold;
	font-size: 200%;
	line-height: 200%;
	font-family: sans-serif;
}

div.fotw-date {
	font-style: italic;
	font-size: 150%;
	line-height: 150%
	font-family: sans-serif;
}

div.fotw-thumb-title {
	font-weight: bold;
}

div.fotw-thumb-date {
	font-style: italic;
}

div.gallery-click-image-blurb {
	font-style: italic;
	font-size: 80%;
	font-family: sans-serif;
}

div.fd-gallery-index-entry {
	vertical-align: bottom;
}

table.fd-gallery-index-table tbody tr td {
	vertical-align: bottom;
}

img.fd-formula {
	border: 0px solid;
}

table.fd-nav {
	width:100%;
	font: 12px tahoma;
	text-decoration: none;
	border-width: 0px;
	background-color: #E3E3E3;
}

table.fd-nav tbody tr {
	border-width: 0px;
}

td.fd-nav-back,
td.fd-nav-back a,
td.fd-nav-back a:visited {
	width: 40%;
	text-align: center;
	border-width: 0px;
	background-color: #E3E3E3;
}

td.fd-nav-previous,
td.fd-nav-previous a,
td.fd-nav-previous a:visited {
	width: 30%;
	text-align: left;
	border-width: 0px;
	background-color: #E3E3E3;
}

td.fd-nav-next,
td.fd-nav-next a,
td.fd-nav-next a:visited {
	width: 30%;
	text-align: right;
	border-width: 0px;
	background-color: #E3E3E3;
}

div.post-nav p#previous {display:none;}

div.post-nav p#next-post {display:none;}

#fd-previous,
#fd-previous a,
#fd-previous a:visited,
#fd-next-post,
#fd-next-post a,
#fd-next-post a:visited {
	color: #929292;
	font: 12px tahoma;
	text-decoration: none;
}
#fd-previous {
	float: left;
	margin-left: 8px;
}
#fd-next-post {
	float: right;
	margin-right: 8px;
	text-align: right;
}

