/*stylesheet rowley genelaogy site - gold by Irowley */

body {
	font-family: Times, serif;
	font-size: 14px;
	background-color: #000;
	margin: 0px 10px;
}


#map {
           width: 100%;
           height: 350px;
           background-color: white;
      }

#Container {
	width: 950px; /*770+150+30 for wiggle room = 950 */
	margin: 0px auto;
	padding: 0px;
	line-height: 1.5em;
	background-image: url(art/tile-brown683full.jpg);
	background-repeat: repeat-y; 
	background-position: 0px 0px; 
}
#Container.plain {
	background-image: none;
	background-color:#FEF6DF;
}

#Banner1 {
	width:768px;
	min-height:60px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 175px;
	margin-left: 0;
	background-color: #fffeeb;
}

#Banner2 {
	display: block;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #fffeeb; */
}

#Heading {
	float:left;
	width: 708px; /*710+44+14+150+2=920 */
	height:100px;
	color: #ffffcc;
	text-align: right;
	margin: 0 auto;
	padding-top: 20px;
	padding-right: 44px;
	padding-bottom: 0px;
	padding-left: 14px;
	background-image: url(art/rowleytales-top-bg.jpg);
	background-repeat: no-repeat;
}

#Heading .rowleytales {
	background-image: url(art/rowleytales-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #ffffcc;
}

#Heading .moi {
	background-image: url(art/goldenrowley-topmoi-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #ffffcc;
}

#Heading .toi {
	background-image: url(art/goldenrowley-toptoi-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #ffffcc;
}

#Heading .rt {
	margin-top: 0px;
	margin-left: 390px;
	padding: 4px;
}



#Heading h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}


#Navigation {
	float:left;
	width: 770px; /*768+150+2=920 */
	margin: 0 auto;
	clear: left; /*force a break so it will appear under header */
	border-width: thin;
	border-style: none;
	border-color: #FFFFFF;
}

#Navigation table th, #Navigation table td {
	margin: 0px;
	padding: 0px 3px;
}

#Navigation a {
	text-decoration:none;
}

#MainContent {
	float:left;
	width: 510px; /*720-200-10 = 510 */
	color: #000;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-color: #fff6de; /*color to blend into that of background image  */
	min-height:600px;
	margin-right: 0px;
}


#MainContent.cwide  {
	width: 700px; /*768-40 for padding = 728.works when no left column. */
	background-image: none;
	padding: 0px 32px;
}

#MainContent_1column {
	float:left;
	width: 590px; /*770-150-30 = 590 */
	color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #ffffcc;
	line-height: 1.5em;
}

#Sidebar {
	float: left; /* For left sidebars. */	
	background-image: url(art/tile-brown683full.jpg);
	background-repeat: repeat-y;
	width: 180px; /* plus padding  */
	text-align: center;
	color: #FC9;
	text-indent: 0;
	font-weight: bold;
	clear:left; /*force a break so it will appear under nav */
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 18px;
	padding-right: 4px;
	padding-left: 4px;

}
#Sidebar h3  {
	color: #FC6;
	padding: 0px;
	margin: 0px;
}

#Sidebar ul {
	margin-left:0px;
	padding:0px;
	color: #663332;
	margin-top: 4px;
	}

#Sidebar ul li  {
	color: #930;
}

#Sidebar-R {
	float: right; /*  For Right-most sidebar.for wide browsers puts right of main contents  */
	width: 168px; 
	padding: 4px;
	text-align: center;
	color: #333;
	text-indent: 0;
	background-color:#EDD;
	min-height:500px;
}

#Sidebar-R div {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}

#searchbox form{
}

#searchbox form input{
	color: #303;
	background-color: #FDF1D5;
	font-size: 14px;
	padding:2px;
}

.blue-back {
	background-color:#ddbbff;
	}
	
.purple-back {
	background-color:#66bbff;
}

th {
	border-width: thin;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
}

#Sidebar li  {
	background-color: #FC6;
	border-width: thin;
	border-style: solid;
	border-top-color: #FC9;
	border-right-color: #633;
	border-bottom-color: #633;
	border-left-color: #FC9;
	padding: 2px 4px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	text-indent: 0;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #633;
}

#Sidebar li a {
	text-decoration:none;
	color: #633;
}

#Sidebar li:hover {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #F96;
	border-left-color: #F96;
	background-color: #FC9;
	color: #963;
}
#Sidebar .small a {
	color: #FFFFB4;
}
#Sidebar .small {
	color: #FFFFB4;
}


#Footer {
	width: 950px; /*same as content */
	display: block;
	background-color:#000033;
	color: #36C;
	clear: left;
	text-align: center;
	padding:  3px 0px;
	margin: 0 auto;
}

h1   {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
} 

h2 {
	font-size: 15px;
	color: #669999;
	padding-top: 2px;
	padding-bottom: 0px;
	margin: 0px;
}

h3 {
	font-type:arial;
	font-size: 14px;
	color: #300;
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.textbox {
	background-color: #FFF8DF;
	width: 98%;
}

.atag {
	font-weight:normal;
	display:inline-block;
	width:100px;
	margin-right: 6px;
	font-size: .85em;
}

hr   { width: 75%; 
       color: #3333ff; background-color: transparent}
img {
	padding-right: 0px;
	padding-left: 0px;
	margin: 5px 0px;
}

table td th {
	border-style: none;
	line-height: 1.2em;
	margin: 3px;
	padding: 3px;
}

.white {color: white;}

.flake { font-size: 18px;
       font-weight: bold;
       text-indent: 50px;
       line-height:24px;
       background-color: transparent;
       background-repeat: no-repeat; 
       background-image: url(art/b47_flake2small.jpg);    
       padding-top: 10px;
       padding-bottom:10px;} 

.alphy {text-transform: capitalize;
        font-family: Arial, Helvetica,sans-serif;
        font-size: 17px;
        font-weight: bold;
        line-height: 190%;
        color: white; background-color: red;}

.box {padding: 1px, 1px, 1px, 5px;
      border-width: 1px;
      border-color: red;
      border-style: solid;}

.bold    { font-weight: bold}

.clearfloat {
	clear: both;
}
.floatleft {
	margin-right: 12px;
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.floatright {
	margin-right: 0px;
	float: right;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 12px;
}


.left {font-family: Times,serif; 
       color: white;
       margin: 10px 10px}
.middle {
	vertical-align: middle;
	margin-right: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
}

#searchbox {
	margin-right: 8px;
	margin-bottom: 8px;
}

.xlarge { font-size: 28px;
	padding:12px;
	}

.smaller { font-size: 10px }

.indent { margin-left: 132px;}

.inblue  { font-size: 24pt;
       font-weight: bold;
       color: white; background-color: #aaaaff; }

.inblue2  { font-size: 16px;
       font-weight: bold;
       color: white; background-color: #aaaaff; }

.inbluesub  { font-size: 24px;
       font-weight: bold;
       color: white; background-color: #66aaff; }          

.liteblue   {
	color: #AAF;
}

.blue   {color: blue; }

.black      { color: black;
                font-weight: bold;}

.small9     { font-size: 9pt;}

.smallblack { font-size: 9pt;
                color: black; }
				
.call-out {
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}

.table_blueinline {
	margin: 6px;
	background-color: #66aaff;
	border-style: none;
	font-size: 0.99em;
	vertical-align: top;
	padding: 3px;
}

a:link {
	color: #0000FF;
	background-color: transparent;
}
a:visited {
	color: #0000FF;
	background-color: transparent;
}
#Sidebar a {
	color: #FFC;
}
#Sidebar li a:hover {
	background-color: #FC9;
	color: #633;
}

a:hover {
	color: #939;
}

a:active {
	color: #FFFFFF;
	background-color: transparent;
}



.tab_on {
	background-color: #ddddff;
	border-width: thin;
	border-top: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}

.tab_off {
	background-color: #66aaff;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	border-width: thin;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #FFFFFF;
}

.tab_other {
	background-color: #9CC;
	border-width: thin;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}

.tab_off:hover {
	background-color: #C4C4FF;

}

#Sidebar ol {
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0;
}

table.contents {
	text-align: left;
	margin: 2px;
	padding: 1px;
	border-width: 0px;
	border-style: none;
}

.newsblurbs {
	font-style: italic;
	color: #F00;
	text-align: center;
}

.aligncenter {
	width:100%;
	text-align: center;
}

.indent {margin-left:50px;}

.indent a {
	text-decoration:none;
	color: #0000FF;
}

/*simple style, news and generated records */
#MainContent.news {
	width: 92%;
	padding-right: 4%;
	padding-left: 4%;
	margin-left: auto;
	margin-right: auto;
}

.news, .news p{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.6em;
}

.news h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:	18px;
	color: 	#330;
	margin: 0px;
	padding: 0px;
}

.news h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:	16px;
	color: #300;
}

.news h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

.news .small {
	font-size: .85em;
	line-height: 1.4em;
}

.news p .small {
	font-size: .85em;
	margin-top:0px;
	margin-bottom:0px;
	line-height: 1.1em;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990;
	padding-top: 4px;
	padding-bottom: 4px;
}
.setw {
	width: 370px;
}
#Sidebar-R .c140w_white {
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	width: 140px;
	text-align: center;
}
#Sidebar-R .c140w {
	margin-left:auto;
	margin-right:auto;
	width: 140px;
	text-align: center;
}
#Sidebar-R .c140w_green {
	margin-left:auto;
	margin-right:auto;
	background-color: #8DC145;
	width: 140px;
	text-align: center;
}

.entry .toggler {
	height: 0; 
	opacity:0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	}

.entry:hover .toggler, .entry:active .toggler { 
	height: auto; 
	opacity:1;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}


#Footer .inblue {
	background-color: #36C;
}

form.inlined {
	display: inline;
	padding:0px 18px;
}

<!--elements from admin style for public reports-->
@charset "utf-8";
/* CSS Document - applies to control pages ( admin section ) of my genealogy site - IRowley  */

h1 {
	font-size:1em;
	}

.help{
	float:right;
	background-color:#996;
	padding:1em;
	margin:1em;
	}

form input {
	background-color:#E0DFC7;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: .5em;
	}

.addforms {
	/*max-width:95%;*/
	background-color:#ECEBE6;
	padding:1em;
	margin:1em;
}

.addforms input {
	display:block;	
}

.enhanced input {
	display:inline;
}
	
.enhanced label {
	display: inline-block; 
	width: 9em; 
	text-align: right;
}

form textarea   {
	display:block;
	background-color:#E0DFC7;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 1em;
	}
	
form option   {
	background-color:#E0DFC7;
	margin-bottom: .5em;
	margin-left: 1em;
	width: 75%;
	}
		
.alert {
	color: #603;
	background-color: #FFC;
	}

/*for reference after excerpts*/
.specs {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #300;
	display: block;
	background-color: #D6D5B6;
	list-style-type: square;
	}
ul.specs{
	margin-left:12.5%;
	width:75%;
	}
div.col1 {
	width: 214px;
	padding:6px 0px 2px 0px;
	display:inline-block;
	vertical-align:top;
}
div.col1A {
	width: 140px;
	padding:6px 0px 2px 0px;
	display:inline-block;
	vertical-align:top;
}
div.col2 {
	width: 100px;
	padding:6px 2px 2px 2px;
	display:inline-block;
	vertical-align:top;
}
div.col3 {
	width: 100px;
	padding:6px 2px 2px 2px;
	display:inline-block;
	vertical-align:top;
}
div.col4 {
	width: 80px;
	padding:6px 0px 2px 0px;
	display:inline-block;
	font-family: Verdana, Geneva, sans-serif;
	color: #300;
	vertical-align:top;
}
div.col5 {
	width: 200px;
	display:inline-block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	vertical-align:top;
}

div.col6 {
	width: 300px;
	display:inline-block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	vertical-align:top;
}

div.coltiny {
	width: 39px;
	display:inline-block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	vertical-align:top;
}


.row, .row2 {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	clear:both;
	display: block;
	background-color: #E7FED8;
}

.row{
	border-top: 1px solid #633;
	max-width:920px;
}

.mini {font-size: 8.5px}

.row2 {
	 padding-left:3em;
	 margin-bottom:1em;
	 max-width:870px;
	 border-top: none;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990;
	padding-top: 4px;
	padding-bottom: 4px;
}
.setw {
	width: 370px;
}

form .labl {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #300;
	max-width: 300px;
	display:inline-block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

form .simple

.notations {
	color: #600;
	margin-left:30px;
}
