/*
Theme Name: Alden Place
Theme URI: http://www.aldenplace.com
Description: Alden Place and Billy
Version: 1.234
Author: Pavone
Author URI: http://pavone.net
Tags:
*/


/****** RESET ******/

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    outline: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

#sidebar a img:hover {
	text-decoration: none;
	border:none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/****** RESET ******/


body {
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1;
    background: #FFF repeat-x top center url('images/header_bg.jpg');
	color: #2F7037;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}

strong {
	font-weight: bold;
}

.entry p a:link, .entry li a:link {
	color: #d08329;
/* 	border-bottom: #785625 solid 1px; */
	text-decoration: underline;
}

.entry p a:visited, .entry li a:visited {
	color: #d08329;
/* 	border-bottom: #785625 solid 1px; */
	text-decoration: underline;
}

.entry p a:hover, .entry li a:hover {
	color: #785625;
/* 	border-bottom: #785625 solid 1px; */
	text-decoration: underline;
}

.entry p a:active, .entry li a:active {
	color: #d08329;
/* 	border-bottom: #785625 solid 1px; */
	text-decoration: underline;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#header {
	height: 200px;
	margin: 0 auto;
	text-align: center;
	background: url(images/header_bg2.jpg) top center no-repeat;
}

/* homepage styling - start */

#homepage_template, body.home, body.page-id-742, body.page-id-855 {
    background: #FFF no-repeat top center url('images/homepage_header_bg3.jpg');
}

#homepage_template #wrapper #header, body.home #wrapper #header, body.page-id-742 #wrapper #header, body.page-id-855 #wrapper #header {
	height: 600px;
	padding-bottom: 0px;
}

#homepage_template #wrapper #header #navwrapper, body.home #wrapper #header #navwrapper, body.page-id-742 #wrapper #header #navwrapper, body.page-id-855 #wrapper #header #navwrapper {
	background: #EAECD1;
	height: 40px;
	clear: both;
	position: absolute;
	top: 495px;
	width: auto;
	margin: 0 auto;
	width: 960px;
	padding-top: 10px;
	text-align: center;
}

#wrapper .entry h2 {
	line-height: 1.2;
	padding-bottom: 10px;
}

#homepageflash {
	top: 80px;
	position: relative;
}

#headerlogo {
	float: right;
	border: none;
	margin: 8px 100px 0 0;
}

#header_homepage {
	height: 599px;
}

/* homepage styling - end */

/* Formatting for fontsize changer - start */

#fontsize {
	float: left;
	padding: 10px;
	background: url('images/fontsize_bg.png');
	width: 190px;
}

/* Formatting for fontsize changer - end */

.entry {
	width: 680px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.3;
	min-height: 400px;
}

.entry h2 {
	font-size: 28px;
	line-height: 1;
}

.entry p {
	padding-bottom: 10px;
}

.entry ol, .entry ul {
	padding-bottom: 10px;
}

.entry ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 25px;
}

.entry ol li {
	list-style-position: outside;
	list-style-type: decimal;
}

#footer {
	background: url('images/footer_bg.jpg') bottom center repeat-x;
	min-height: 170px;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	clear: both;
}

ul#navfooter {
	display:block;
	margin:0;
	padding:80px 0 0 0;
	list-style:none;
}

ul#navfooter li {
	display:inline;
	margin:0;
	padding:0.5em;
}

ul#navfooter li a {
	text-decoration: none;
	color: #918f34;
}

#footer p {
	font-size: 12px;
	color: #918f34;
	clear: both;
	padding-top: 5px;
}

/* Begin Images */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
	text-decoration: none;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	clear: right;
	border: none;
	text-decoration: none;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	clear: left;
	border: none;
	text-decoration: none;
}

.alignright {
	float: right;
	clear: right;
	border: none;
	text-decoration: none;
}

.alignleft {
	float: left;
	clear: left;
	border: none;
	text-decoration: none;
}

.entry p a .alignnone {
	border: none;
	text-decoration: none;
}

.homelist {
	margin-bottom: 20px;
	border: none;
	text-decoration: none;
/*
	float: left;
	clear:right;
*/
}

/* End Images */

/* NAVIGATION BAR Start - http://ryanhellyer.net/dropdowns/ */

#navwrapper {
	background: #EAECD1;
	height: 40px;
	clear: both;
	position: absolute;
	top: 117px;
	width: auto;
	margin: 0 auto;
	width: 960px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: center;
	
}

#nav_position {
	margin-left: 70px;
}


/* NAVIGATION BAR End */


/* Start Form Formatting */

.wpcf7 {
	margin-top: 10px;
}

.entry #wpcf7-f4-p37-o1 .wpcf7-form table#contact_table tr {
	border-top: solid 5px #eaecd1;
	border-bottom: solid 5px #eaecd1;
	background: #eaecd1;
}

.entry table#contact_table tbody tr td {
	border-right: none;
}

.contactustext {
	width: 260px;
}

.contactusbutton {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 7px;
	font-size: 20px;
	border: 1px #2F7037 solid;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #2F7037;
    background: white;
}

.entry table tbody tr td {
	border-right: white solid 10px;
}
.entry table tbody tr {
	border-top: white solid 10px;
	border-bottom: white solid 40px;
}


#homepageemail {
	width:306px;
	height: 130px;
	background: #edebc5 url('images/email_form_bg.jpg') no-repeat top center;
	padding: 0 9px 15px 15px;
	margin: 0 0 2px 7px;
	display: inline;
	clear: right;
	float: right;
	/* display: none; */
}

#homepageemail_ie8 {
	display: none;
}

#homepageemail #formBuilderCSSIDCollect_Email_Form {
	margin-top: 90px;
}

.formBuilderSubmit {
	float: right;
	margin-right: 10px;
}

.formBuilderInput {
	float: left;
}

.formBuilderFailure {
	display: none;
}

.formBuilderLabelRequired {
	display: none;
}

#fieldformBuilderFieldName {
	width: 200px;
}

/* End Form Formatting */

.linklove, .emailreqtxt, li#li--1 label span {
	display: none!important;
}

form #cformsform, #cformsform {
	width:330px!important;
	background: url(http://www.aldenplace.com/wp-content/themes/aldenplaceV2/images/email_form_bg.jpg) top center no-repeat;
	padding: 0!important;
	margin: 0!important;
	min-height: 150px;
	float: right!important;
	clear: both!important;
	display: block;
}

.cf-ol {
	float: right!important;
	clear: both!important;
}

ol .cf-ol, ol .cf-ol li, .cf-ol li label, .cf-ol li label span {
	padding: 0!important;
	margin: 0!important;
	list-style: none!important;
}

#cf2_field_14, #cf3_field_14, #cf3_field_13 {
	margin-left: 10px;
}

#cf_field_1 { 
	width: 300px;
	height: 20px;
	font-size: 12px;
	line-height: 1;
	padding: 2px;
	margin: 90px 0 0 10px!important;
	float: left;
	margin-top: 12px;
}

#sendbutton, .cf-sb {
	margin: 5px 13px 10px 0;
}

.wpcf7-list-item-label {
	display:none;
}

.checkbox-776 {
	float: left;
}

#homepageLeftColum {
	float: right;
	width: 340px;
	clear: both;
	display: block;
}

#hana_flv_flow_1 {
	float: right;
	margin: 0 5px 0 0;
}

#cf_field_1{
	margin: 0 20px 0 0;
}

.page.page-id-12.page-child.parent-pageid-8.page-template.page-template-default.logged-in #wrapper .entry div #hana_flv_flow_1 {
	margin: 0 auto;
	text-align: center;
	float: none;
}

.fright {
 float: right;
}

.center {
 text-align: center;
}

#golf_bubble {
 /*border: 1px solid #999;*/
 text-align: center;
 margin-left: 8px;
 margin-bottom: 8px;
 padding-bottom: 5px;
}

.bump_up_golf {
 margin-top: -30px;
 margin-bottom: 10px;
}

/*#postcard_stamp {
 background-image: url(../../../postcard/stamp2.gif);
 height: 115px;
 position: absolute;
 left: -190px;
 top: -565px;
 width: 220px;
 z-index: 602;
}*/

#postcard_stamp {
 background-image: url(../../../postcard/stamp2.png);
 height: 130px;
 position: absolute;
 left: -170px;
 top: -545px;
 width: 249px;
 z-index: 602;
}

#postcard_stamp img:focus, #postcard_stamp a:focus, #postcard_stamp div:focus, object:focus {
 border: none;
 outline: none;
} 

#nav:focus, #nav ul:focus, #nav ul li:focus, #nav a:focus, object:focus {
 outline: none;
}

#postcard_stamp a span {
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 position: absolute;
 
 z-index: 603;
}

.entry {
 position: relative;
}

/*.page-item-1676 a:link {
 font-family: Stencil, Arial, sans-serif;
 color: black;
}*/

