/*
Theme Name: AbundantDesigns
Theme URI: http://abundantdesigns.com/
Description: Custom designed theme for AbundantDesigns.com
Version: 0.1
Author: Robert Staddon
Author URI: http://abundantdesigns.com/

*/


body {
	margin: 0px;
	padding: 0px;
	font-size: 95%;
}

/* ------------------------------ Header ------------------------------ */
#header {
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: white url(images/logoBG.gif) center top repeat-y;
}
#logo {
	margin: 0px auto;
	height: 52px;
	width: 780px;
	position: relative;
	left: -100px; /* Because gradiant starts before the logo */
	background: url(images/logoGradiant.jpg) left no-repeat;
}
#logo img {
	position: absolute;
	top: 0px;
	left: 80px;
	color: #2E3192;
	font-size: 130%;
	font-weight: bold;
}
#panoramaWrap {
	width: 100%;
	min-width: 780px;
	border-top: 19px solid #2E3192;
	border-bottom: 19px solid #2E3192;
	background: #032A35 url(images/panoramaBG.gif) top repeat-x;
}
#panorama {
	margin: 0px auto;
	height: 124px;
	width: 100%;
	min-width: 780px;
	position: relative;
	background:url(images/panorama.jpg) center no-repeat;
}
#panorama img { /* Slogan */
	position: absolute;
	bottom: -19px;
	left: 50%;
	color: white;
}

/* ------------------------------ Page ------------------------------ */
#pageWrap {
	background: #FFE269 url(images/pageTile.gif) repeat;
}
#pageWrap2 {
	width: 100%;
	text-align: center;
	background: url(images/pageWrapShadow.gif) repeat-x;
}
#page {
	width: 778px; /* 2px border */
	clear: both;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: white;
	border-left: 1px solid #2E3192;
	border-right: 1px solid #2E3192;
	background: white url(images/pageShadow.gif) repeat-x;
}
#page:after { /* Clears #navigation without needing a clear div */
    content: "."; 
    display: block; 
    height: 1px; 
    clear: both; 
    visibility: hidden;
} /* Fix clearing bug for old IE */ * html #page { height: 1%; }
#content {
	display: block;
	margin: 0px;
	padding: 25px 40px;
}
#slogan2 {
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#colOne {
	float: left;
	width: 47%;
	padding: 20px 0px;
}
#colTwo {
	float: right;
	width: 47%;
	padding: 20px 0px;
}

/* ------------------------------ Basic Styles ------------------------------ */
h1, h2, h3, h4, h5, h6 {
	color: #032A35;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 110%;
}
p {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 1.6em;
	font-size: 90%;
}
a {
	color: #4E81FF;
}
a:visited {
	color: #6F60DF;
}
a:hover {
	color: #FFCC00;
}

/* Special Classes */
b.important {
	color: #990000;
}
#welcome {
	padding: 28px 30px;
	padding-top: 10px;
	border-bottom: 1px dotted #2E3192;
	color: #032A35;
}
#welcome p {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#welcome .dropcap {
	float:left;
	width: 1.4em;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: -5px;
	padding: 0px;
	line-height: 1em;
	font-size: 210%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

/* ------------------------------ Footer ------------------------------ */
#footer {
	clear: both;
	width: 100%;
	height: 60px;
	padding-top: 5px;
	border-top: 20px solid #2E3192;
	background: #032A35 url(images/footerShadow.gif) repeat-x;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
}

/* ------------------------------ Contact Form ------------------------------ */
#contactForm table {
	width: 325px;
	font-size: 90%;
}
#contactForm .labelCol {
	width: 100px;
}
#contactForm .inputCol {
	width: 225px;
}
#contactForm th, #contactForm td {
	text-align: right;
}
#contactForm input {
	width: 98%;
}
#contactForm textarea {
	width: 98%;
	height: 150px;
}
#contactForm input, #contactForm textarea {
	border: 1px solid #2E3192;
}
#contactForm input#submit {
	width: 5em;
}
#wait {
	visibility: hidden;
}

/* CForms Custom Style */

.cform { 
	width: 325px !important;
}
#usermessagea, #usermessageb {
	width: 325px !important;
}
.cform textarea,
.cform input {
	width: 190px !important;
}