/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/thesonofastitch.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 7805 $
$LastChangedDate: 2011-10-31 15:39:31 -0400 (Mon, 31 Oct 2011) $
*/

@import url(general.css);

@import url(fontface/stylesheet.css);

/* GLOBAL. */

*
{
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html,
body
{
    height: 100%;
}

html
{

    margin: 0;
    padding: 0;
}

body
{
    margin: 0;
    padding: 0;
	background: #E7DFD1 url(../images/grass.jpg) top center repeat-x;
}

img.image
{
	outline: 1px solid #DBDBD9;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.image.right
{
	margin: 0px 0 20px 20px;
}

.image.left
{
	margin: 0px 20px 20px 0;
}

.border
{
	outline: 1px solid #DBDBD9;
}

textarea, input
{
	background: #fff;
	border: 1px solid #DADAD8;
	padding: 3px 4px;
}

select, text
{
	background: #fff;
	border: 1px solid #DADAD8;
	padding: 3px 4px;
}

select:focus, text:focus, textarea:focus, input:focus
{
	border: 1px solid #9B0B0B;
	background: #fff;
}

input[type="image"]
{
	padding: 0px;
	border: 0px;
	margin-top: 10px;
}

input[type="submit"],
input[type="button"]
{
	margin: 15px 0 0 0;
	cursor: pointer;
	background: #76A0CF;
	border: 1px solid #DADAD8;
	color: #fff;
	padding: 6px 9px;
	text-transform: uppercase;
}

input[type="submit"]:hover,
input[type="button"]:hover
{
	background: #A2BFDE;
	border: 1px solid #fff;
}

b, strong
{
	font-weight: bold;
}

i, em
{
	font-style: italic;
}

.clear
{
	clear: both;
}

.noStyles
{
	display: none;
}

.noMargin
{
	margin: 0px !important;
}

.noBorder
{
	border: 0px !important;
}

.noBorderLeft
{
	border-left: 0px !important;
}

.noBorderRight
{
	border-right: 0px !important;
}

.noBackground
{
	background: none !important;
}

.preload
{
	display: none;
}

.small
{
	font-size: 75%;
}

.large
{
	font-size: 115%;
}

ul.inlineList
{
	list-style-type: none
}

ul.inlineList li
{
	display: inline;
}

.table
{
	display: table;
}

.table-row
{
	display: table-row;
}

.table-cell
{
	display: table-cell;
}

/* HEADERS */

h1, h2, h3, h4
{
	font-family: 'Anton', Impact, Charcoal, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

h1
{
	margin-bottom: 20px;
	color: #52565F;
	font-size: 2em;
}

h2
{
	display: inline-block;
	padding: 0 1px;
	font-size: 1.6em;
	margin-bottom: 10px;
	color: #fff;
	background: #9B0B0B;
	*width: auto;
}

h3
{
	font-family: QikkiRegRegular, 'Comic Sans MS', Comic Sans, Chalkboard, cursive;
	font-size: 1.25em;
	margin-bottom: 10px;
	color: #C90C38;
	text-transform: none;
}

h4
{
	font-family: QikkiRegRegular, 'Comic Sans MS', Comic Sans, Chalkboard, cursive;
	font-size: 1.1em;
	margin-bottom: 5px;
	color: #585858;
	text-transform: none;
}

/* COLORS */

.gray
{
	color: #52565F;
}

.white
{
	color: #fff;
}

.black
{
	color: #000;
}

.blue
{
	color: #3E8E63;
}

.red
{
	color: #9B0B0B;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
    position: relative;
    min-height: 100%;
	color: #52565F;
	font-family: QikkiRegRegular, 'Comic Sans MS', Comic Sans, Chalkboard, cursive;
	font-size: 0.9em;
	line-height: 1.5em;
	background: url(../images/booth_both.png) top center no-repeat;
}

#booth
{
    margin: 0 auto;
	width: 884px;
	padding: 30px 28px 0 28px;
}

/* Page top. */

#pageTop
{
	position: relative;
	z-index: 5;
}

#pageTop #logoLink
{
	float: left;
	display: block;
	height: 100px;
	width: 220px;
}

#pageTop a.facebook
{
	position: absolute;
	top: 30px;
	left: 245px;
}

#pageTop a.shipping
{
	display: block;
	width: 242px;
	height: 48px;
	float: right;
	position: relative;
	top: 40px;
	right: 5px;
}

#pageTop #auxLinks
{
	float: right;
	display: block;
	height: 100px;
	width: 300px;
	padding-right: 18px;
}

#pageTop #auxLinks p.phone
{
	font-family: 'Anton', Impact, Charcoal, sans-serif;
	text-transform: uppercase;
	color: #989191;
	font-size: 1.45em;
	float: right;
	position: relative;
	top: -2px;
}

#pageTop #auxLinks p.phone span.light
{
	color: #C3C3C3;
}

#pageTop #auxLinks ul
{
	text-align: right;
	clear: both;
	font-size: 0.75em;
	text-transform: lowercase;
	width: 300px;
	margin: 2px 0 8px 0;
}

#pageTop #auxLinks ul li
{
	margin-left: 15px;
}

#pageTop #auxLinks ul li.first
{
	margin: 0px;
}

#pageTop #auxLinks a
{
	font-weight: bold;
	color: #76A0CF;
	text-decoration: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
#pageTop #auxLinks a { font-weight: normal; font-size: 1.1em; }
}

#pageTop #auxLinks a:hover
{
	color: #fff;
	background: #9B0B0B;
	text-decoration: none;
}

#pageTop #auxLinks input
{
	font-size: 0.75em;
	text-transform: lowercase;
	padding: 3px 4px;
	margin: 0px;
}

#pageTop #auxLinks input#searchBox
{
	width: 238px;
	padding: 4px;
	margin-right: -7px;
}

#pageTop #auxLinks input.button
{
	width: 50px;
}

#pageTop img.instructions
{
	margin: 1px auto;
	display: block;
	position: relative;
	left: -34px;
}

/* Page bottom. */

#pageBottom
{
	background: #86ABD4;
    clear: both;
	position: relative;
	z-index: 1;
	top: -30px;
	border-top: 1px solid #BDBDBD;
	padding-top: 70px;
	*top: -60px;
}

#pageBottom #footer
{
	font-size: 0.8em;
	width: 860px;
	margin: 0 auto;
	color: #fff;
	padding-bottom: 5px;
	line-height: 1.5em;
}

#pageBottom #footer p
{
	margin-bottom: 10px;
}

#pageBottom #footer .columnLeft
{
	float: left;
	width: 260px;
	margin-right: 40px;
}

#pageBottom #footer h3
{
	font-size: 1.8em;
	color: #fff;
	font-family: 'Anton', Impact, Charcoal, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

#pageBottom #footer a
{
	color: #fff;
	text-decoration: none;
}

#pageBottom #footer a:hover
{
	background: #9B0B0B;
}

#pageBottom #footer .branding,
#pageBottom #footer .inlineList
{
	text-align: center;
	font-size: 0.9em;
}

#pageBottom #footer .inlineList li
{
	margin: 0 10px;
}

#pageBottom #footer .branding a,
#pageBottom #footer .branding
{
	color: #C7D4E3;
}

#pageBottom #footer .branding a:hover
{
	color: #fff;
}

#pageBottom #footer .hr
{
	border-top: 1px solid #688FBA;
	border-bottom: 1px solid #AEC8E4;
	display: block;
	margin: 20px 0 15px 0;
	clear: both;
}

#pageBottom #footer ul.categoryList
{
	float: left;
	width: 186px;
	margin: 0px;
	list-style-type: none;
}

/* Page content. */

#pageContent
{
	margin-top: 20px;
	position: relative;
	z-index: 2;
}

#pageContent .content
{
	background: #fff;
	border: 1px solid #BDBDBD;
	padding: 20px;
}

#pageContent #leftContent
{
	float: left;
	margin-bottom: -10px;
}

#pageContent #leftContent a
{
	text-decoration: none;
}

#pageContent #leftContent p
{
	margin-bottom: 10px;
}

#pageContent #leftContent .leftBox
{
	background: url(../images/leftbox.png) top center no-repeat;
	width: 260px;
	padding: 0 12px;
	margin-bottom: 20px;
}

#pageContent #leftContent .leftBox.last
{
	margin-bottom: 0px;
}

#pageContent #leftContent .leftBox .content
{
	background: #F6F2EA;
}

#pageContent #leftContent .leftBox .content input
{
	font-size: 0.7em;
}

#pageContent #leftContent .leftBox .content #sign_up_email_address
{
	width: 210px;
	padding: 3px;
	margin: 0px;
}

#pageContent #leftContent .leftBox .content #sign_up_button
{
	float: right;
	margin: 5px 0 0 0;
	width: 70px;
	padding: 3px;
	text-align: center;
}

#pageContent #leftContent .leftBox .content p.privacy
{
	background: url(../images/arrow.gif) top right no-repeat;
	float: left;
	width: 130px;
	font-size: 0.75em;
	padding-left: 5px;
}

#pageContent #rightContent
{
	background: url(../images/rightbox.png) top center no-repeat;
	width: 560px;
	float: right;
	padding: 0 12px;
}

#pageContent #rightContent .content
{
	min-height: 443px;
	*min-height: 446px;
	_height: 443px;
}

#pageContent a
{
	color: #76A0CF;
	text-decoration: underline;
}

#pageContent a:hover
{
	color: #fff;
	background: #9B0B0B;
	text-decoration: none;
}

#pageContent p,
#pageContent ul,
#pageContent ol
{
	margin-bottom: 20px;
}

#pageContent ul,
#pageContent ol
{
	margin-left: 35px;
}

#pageContent ul
{
	list-style-type: square;
}

#pageContent h1.pageTitle
{
    margin-top: 0;
}

/* COMPONENTS. */

/* Forms. */

form table.section
{
    border-collapse: collapse;
}

form tr.group {}

form td.caption
{
    width: 125px;
    height: 1.75em;
    vertical-align: top;
    padding-top: 7px;
}

form td.field
{
    padding: 3px 0;
}

form td.field ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

form ul.errors
{
    color: #CE0000;
    background-color: #FFCFCE;
    list-style: none;
    padding: 4px;
    margin-top: 0;
}

form ul.errors li
{
    padding-top: 0.25em;
}

form ul.errors li:first-child
{
    padding-top: 0;
}

form .buttons {}

/* Site navigator. */

#pageContent .siteNavigator
{
    margin: -10px 0 20px 0;
    padding: 0 0 15px 0;
	font-size: 0.75em;
	border-bottom: 1px solid #DADAD8;
}

#pageContent .siteNavigator a
{
	text-decoration: none;
}

#pageContent .siteNavigator li
{
    display: inline;
    background-image: url(../images/site_navigator_separator.gif);
    background-position: 0 40%;
    background-repeat: no-repeat;
    padding: 0 3px 0 10px;
}

#pageContent .siteNavigator li.first
{
    background-image: none;
    padding: 0 6px 0 0;
}

/* Page navigator. */

.pageNavigator
{
    margin: 20px 0;
}

.pageNavigator .label
{
	background: #BDBDBD;
	border: 1px solid #BDBDBD;
    padding: 5px 10px;
	margin-right: -1px;
	color: #fff;
}

.pageNavigator ul
{
    display: inline;
    margin: 0 !important;
    padding: 5px 10px;
	background: #F6F2EA;
	border: 1px solid #BDBDBD;
}

.pageNavigator ul li
{
    display: inline;
    margin-right: 10px;
    font-weight: bold;
}

.pageNavigator ul li.next {}
.pageNavigator ul li.previous {}

.pageNavigator ul li a
{
	padding: 0 1px;
}

.pageNavigator.bottom {}

/* Error pages. */

#pageContainer.httpError
{
    color: black;
}

/* Search */

#pageContainer #pageContent .propertySearch {}

#pageContainer #pageContent .propertySearch .features,
#pageContainer #pageContent .propertySearch .features td {}

#pageContainer #pageContent .propertySearch .features td.caption {}

#pageContainer #pageContent .propertySearch .towns,
#pageContainer #pageContent .propertySearch .amenities {}

/* INDIVIDUAL PAGES. */

.column
{

}

#pageContainer.sitemap .column
{

}

#pageContainer.sitemap #pageContent h2
{
	display: block;
	background: none;
	color: #9B0B0B;
}

#pageContainer.sitemap #pageContent h2 a
{
	color: #76A0CF;
}

#pageContainer.sitemap #pageContent h2 a:hover
{
	color: #fff;
}

/* SPAM PREVENTION */

#emailAddress1 // This is a 'honeypot' field to attact spammers. If this field is filled out, the only explanation is that a spambot saw it and filled it out.
{
    display: none;
}

