/*
-----------------------------------------------
Screen Stylesheet for KathleenBatesDesigns.com

Site: http://www.for What2SayOnADate.com
Author:   John Holleman  www.InnovativeInSite.com

----------------------------------------------- */

body, html {
	padding: 0;
	margin: 0;
	font-family: Georgia;	
	background: url(../images/bg.jpg) repeat;
	color: #cfcfcf;
	font-size: 14px;
}

ul, h1, h2, h3, h4, h5, h6, input, form, p, dt, dd, dl {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* ----- Positioning ----- */

.container {
	width: 100%;
	height: 100%;
	clear: both;
}

.header {
	background: url(../images/headerbg2.jpg) repeat-x;
	height: 128px;
	width: 100%;
	margin-top: 20px;
}

.headerinner {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

.body {
	
}

.bodyinner {
	padding-top: 20px;
	width: 900px;
	margin: 0 auto;
}

.nav {
	height: 55px;
	text-align: center;
}

.nav a {
	color: #fff697;
/*	color: #f5b799;*/
	text-decoration: none;
	font-size: 14px;
}

.nav a:hover {
	text-decoration: underline;
}

td.col1 {
	width: 590px;
	vertical-align: top;
	color: #345078;
}

td.portfolioleft {
	width: 325px;
	padding-left: 15px;
	vertical-align: top;
}

td.spacer {
	width: 15px;
}

td.portfolioright {
	width: 325px;
	padding-right: 15px;
	vertical-align: top;
}

td.buffer {
	width: 2px;
	border: 1px;
	background: url(../images/buffer.jpg) repeat-y;
	vertical-align: top;
}

td.col2 {
	width: 279px;
	vertical-align: top;
	color: #345078;
	padding-left: 20px;
}

td.picture {
	width: 300px;
	vertical-align: top;
}

td.text {
	width: 598px;
	vertical-align: top;
	padding-left: 20px;
}

.footer {
	
}

.footerinner {
	width: 900px;
	margin: 0 auto;
	padding-top: 40px;
	margin-bottom: 50px;
}

.footerright {
	float: right;
	padding-right: 10px;
	color: #345078;
}

.footerleft {
	float: left;
	padding-left: 10px;
	color: #345078;
}

.footerinner a{
	color: #345078;
}

.footerinner a:hover {
	text-decoration: none;
}

.buyoptions {
	padding: 7px;
	background: #132039;
}

a {
	text-decoration: none;
	color: #cfcfcf;
}

a:hover {
	color: #fff697;
	text-decoration: underline;
}

a img {
	border: 6px solid #000;
}

.floatright {
	float: right;
}

.floatright a img {
	border: none;
}

.click {
	font-size: 16px;
	font-weight: normal;
	float: right;
}

/* ----- Text Formatting ----- */

h1 {
	font-size: 30px;
	font-variant: small-caps;
	letter-spacing: 3px;
	font-weight: normal;
}

h2 {
	color: #fff697;
	font-size: 18px;
	letter-spacing: 5px;
	font-variant: small-caps;
	font-weight: normal;
}

h3 {
	color: #f5b799;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
}

h4 {
	color: #345078;
	font-size: 16px;
	letter-spacing: 5px;
	font-variant: small-caps;
	font-weight: normal;
}

h5 {
	color: #cfcfcf;
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: normal;
	text-align: center;
	width: 680px;
	margin: 0 auto;
}

p {
	color: #cfcfcf; 
	line-height: 1.4em;
}


input, textarea {
	border-top: #132039;
	border-bottom: #132039;
	background: #345078;
	color: white;
	border: 0px;
	padding: 5px;
	margin: 3px;
	font-style: italic;
	font-family: georgia;
	font-size: 14px;
	width: 200px;
}

#submit {
} 



