/*  
Theme Name: Say it with pictures - Narrow 13-0208
Theme URI: http://www.commonsensejunction.com/xtras/
Description: Narrow header for xtras files
Author: Frank Laughter
Author URI: http://www.laughtergenealogy.com
Version: 1.0
Comment: Replace this with each update of style11.css - change #wrapper and #top-block from wide header to wrapper 720 and top-block 760.
.
Changelog:
2013/02/08: Set up new pages in xtras files
*/

/* --------------- Body and Page Layout ------------------ */

html {
	font-size: 1.5em;
	text-align: left;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #000000;
	margin: 20px 0;
	padding: 0;
	}

table tr td {
	text-align: left;
	}

a:link    { color:#0000ff; text-decoration: none; }
a:visited { color:#0563ff; text-decoration: none; }
a:hover   { color:#f8f8f8; background: #999999; text-decoration: none; }

#wrapper {
	width: 720px;
	padding: 10px 30px 5px 30px;
	margin: 0;
	}

#content {
	color: #ffffff;
	text-align: left;
	padding: 0;
	margin: 0;
	}

#top-block {
	width: 760px;
	background-color: #dfdfdf;
	margin: 10px 0;
	padding: 10px;
	border-bottom: 5px solid grey;
	border-right:  5px solid grey;
	}

#header { 
	text-align: left;
	border: 2px solid #f8f8f8;
	margin:  0;
	padding: 10px;
	}

#header a:link    { color:#0000ff; font-size: 90%; font-weight: 500; border:2px solid #f8f8f8; text-decoration: none;  }
#header a:visited { color:#0563ff; font-size: 90%; font-weight: 500; border:2px solid #f8f8f8; text-decoration: none; }
#header a:hover   { color:#f8f8f8; font-size: 90%; font-weight: 500; border:2px solid #f8f8f8; background: #999999; text-decoration: none; }

#cap p {
	width: 700px;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}

#bottom-links {
	text-align: center;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding: 5px 0px 5px 0px;
}


#footer {
	width: 760px;
	background-color: #dfdfdf;
	font-size: 60%;
	text-align: center;
	margin: 0;
	padding: 3px;
	}

#google {
	width: 728px;
	text-align: center;
	background-color: #000000;
	margin: 0;
	padding: 0;
	}

.border tr td {
	border: 1px solid #dfdfdf;
}