﻿/* 
  ----------------------------------------------------------------
  Annenberg Community Beach House Style (Sunset Theme) - 03.01.09
  ----------------------------------------------------------------

  ---------------
  Univeral Styles
  ---------------
*/
h1, h2, h3, h4, div, ul, li, form, select { 
	margin: 0em; padding: 0em; 
}

h1 { 
	font-family: Georgia, serif;
	font-size: 1.5em; 
	color: #F57D32;
	font-weight: bold;
	text-transform: uppercase;
}

h2 { 
	font-size: 1.17em;
	font-weight: bold;
	border-bottom: 1px solid #F57D32;
	padding: 10px 0px 5px 0px;
	margin-bottom: 5px;
}

h3 { 
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #F57D32;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 9px; 
}

h4 { 
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
}



/*
  ------------- 
  Header Styles 
  -------------
*/
div.header {
	width: 100%;
	padding-top: 15px;
	background: url(../images/header-tile-sunset.gif) repeat-x;
}

div.search {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: right;
	width: 300px; 
	font-size: 0.67em;
	z-index: 100;
	color: #ffffff;
}

div.search a {
	color: #ffffff;
}

div.search a:hover {
	color: #73C8B9;
}

a.btn {
	padding-left: 5px;
	text-transform: uppercase;
}

a.btn:hover {
	color: #73C8B9;
}

div.search div.tertiarynav {
	padding-top: 7px;
}


/*
  ----------------- 
  Navigation Styles 
  -----------------
*/

/* primary nav */
div.nav ul li a {
	color: #ffffff;
}

/* subnav */
div.subnav ul li a {
	color: #ffffff;
}



/*
  -------------- 
  Content Styles 
  --------------
*/

div.content img.border-left {
	padding-left: 5px;
	border-left: 5px solid #F57D32;
	margin: 0px;
}