/*css for id*/
#container {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	margin-left: auto;
	margin-right: auto;
    width: 1020px;
	background-color:#FFF;
}

#header {
	background-image: url(images/UrbanVillageFarmersMarketBackgroundHeader.jpg);
	background-repeat: no-repeat;
	height: 242px;
	width: 1020px;
	position:relative;
}

#subscription {
	position: absolute;
	left: 624px;
	top: 78px;
}

#logo {
	position: absolute;
	left: 15px;
	top: 106px;
}

#content {
	width: 820px;
	float: left; /*has to be set to float even on content to work and have nothing to left*/
	padding-left: 20px;
}

#sidebar {
	width: 140px;
	background-color: #FFF;
	float: right;
	padding-right: 10px;
}

#sidebar img {
	margin-bottom: 10px;
}
/*---------------------------------*/

/*css for tags*/
body {
	background-color: #CC982B;  /*need to have to see color when bigger screen*/
	margin:0px;
	padding:0px;
}

h2 {
	color:#C52127;
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;	
}
th {
	font-size:14px;
	background-color: #4A2A12;
	color:#FFF;
	border: thin none #999;
}

td {
	font-size:14px;
}

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

/*css for class*/
.column-directions {
	width: 250px;
	float: left;
	text-align:center;
	padding-top: 70px;
	padding-right: 40px;
	padding-left: 40px;
}

/*two column variations*/
.twocolumn {
	float: left;
}

.homepage { /*use this in addition to twocolumn to give different width and height */
	width: 245px;
	height: 245px;
} 

.restpages { /*use this in addition to twocolumn to give different width and height */
	width: 320px;
	float: left;
	height: 180px;
}

.farmpicts { /*use this in addition to twocolumn to give different width and height */
	width: 320px;
	margin-left: 40px;
}

.farmtext { /*use this in addition to twocolumn to give different width and height */
	width: 520px;
	height: 220px;
	padding: 20px;
}

.addressblock { /*use this in addition to twocolumn to give different width and height */
	width: 315px;
	height: 250px;
	margin-right: 14px;
	text-align:center;
}

.recipepicts { /*use this in addition to twocolumn to give different width and height */
	width: 445px;
	margin-left: 40px;
}

.recipetext { /*use this in addition to twocolumn to give different width and height */
	width: 350px;
	padding: 20px;
	height: 335px;
	margin-left: 60px;
	padding-top: 0px;
}

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

/*horizontal bar variations*/
.horizontalBar {
	background-color:#C52127;
	/*don't add height so text can center*/
	font-family: 'Gloria Hallelujah', cursive;
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
	font-size: 18px;
	color: #FFF;
	background-position: 20px;
	text-indent: 80px;
	clear:both;
	margin-top: 15px;
	margin-bottom: 15px;
}

.homebar { /*use this with horizontalBar to give another width to horizontal bar*/
	width: 840px;
}

.otherbars { /*use this with horizontalBar to give another width to horizontal bar*/
	width: 980px;
}
/*---------------------------------*/

.locationColumn-left {
	width: 286px;
	float:left;
}

.locationColumn-right {
	width: 520px;
	text-align:left;
	float:left;
}

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

/*navigation menu*/
#menu {
	position:absolute;
	color: #FFF;
	font-family: 'Gloria Hallelujah', cursive;
	left: 371px;
	top: 205px;
	height: 40px;
	width: 630px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	line-height: 40px;
	display: inline-block;
	float: left;
	height: 40px;
	list-style-type: none;
	font-size: 18px;
}

#menu ul li a:link, #menu ul li a:visited {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	display: block;
	color: #FFF;	
}

#menu ul li a:hover {
	color: #CC982B;	
}

.column-directions a:hover, p a:hover {
	color: #CC982B;
	text-decoration: none;
}

.column-directions a, p a {
	color:#5bbb48;
	text-decoration: none;
}

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

/*footer menu*/
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	clear:both;
	height: 80px;
	position:relative;
}

#footermenucolumn {
	position:absolute;
	color: #FFF;
	font-family: 'Gloria Hallelujah', cursive;
	left: 541px;
	top: 6px;
	width: 458px;
}

#footermenucolumn ul {
	margin: 0px;
	padding: 0px;
}

#footermenucolumn ul li {
	line-height: 40px;
	display: inline-block;
	float: left;
	height: 40px;
	list-style-type: none;
	font-size:14px;
}

#footermenucolumn ul li a:link, #footermenucolumn ul li a:visited {
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	line-height: 40px;
	display: block;
	color: #FFF;	
}

#footermenucolumn ul li a:hover {
	color: #CC982B;	
}

#footer p {
	line-height: 100px;
	text-align: right;
	padding-right: 60px;
	}

.socialcolumn {
	width: 165px;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
}

