/*
	Sun City Texas Styles
	All urls need to be root relative from
	/system/modules/org.opencms.frontend.templateone/resources/
*/

/* Modified by Larry Douglas on 04/07/2011 to remove hardcoded "suncity" reference(s) */

/* importing basic typography & tools */
	@import url("layout.css");
	@import url("typo.css");
	@import url("tools.css");

/* ----- HOME PAGE Specific Styles ----- */

/* global body settings */
	body.home { }

/* Header */
	table.header {
		width:100%;
		background: #24513C url(/system/modules/org.opencms.frontend.templateone/resources/images/head-bg5.jpg) repeat-x top;
	}

/* Content */
/* removed left/right padding so picture can be flush with columns */
	td.content {
		vertical-align: top;
		width: auto;
		padding-top: 0;
		padding-bottom: 1em;
		padding-left: 0;
		padding-right: 0;
		color: #000000;
		background: #FEFCF3 url(/system/modules/org.opencms.frontend.templateone/resources/images/homephoto-bg.jpg) repeat-x top;
	}

/* a single new content element */
/*	brought back padding left & right so td.content could be 0. */
	div.element {
		padding: 2px;
		padding-left: 16px;
		padding-right: 16px;
		clear: both;
		}

/* Homepage Headline Area */
	.homeHeadline {}
	
	body.home h1 {
		background:#FBF8E5 url(/system/modules/org.opencms.frontend.templateone/resources/images/headline-bg.gif) repeat-x bottom;
		color: #3E3216;
		font: normal 1.25em/1 Georgia, "Times New Roman", Times, serif;
		margin: 0px;
		padding: 4px 4px 4px 16px;
		border-bottom: 1px solid #76705E;
		text-align: center;
		}
	.homePhoto {
		margin:0;
		padding:0;
		text-align: center;
		background: url(/images/home-photo/home-wide1.jpg) no-repeat;
		width: 100%;
		height: 200px;
		border-bottom: 1px solid #0E1F66;
		}
/*	.homePhoto img {
		background: #FFFFFF;
		border-right: 1px solid #76705E;
		border-bottom: 1px solid #0E1F66;
		border-left: 1px solid #76705E;
		}
*/
