﻿/* 
  ----------------------------------------------------------------
  Annenberg Community Beach House Style (Default 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: #C3CD23;
	font-weight: bold;
	text-transform: uppercase;
}

h2 { 
	font-size: 1.17em;
	font-weight: bold;
	border-bottom: 1px solid #C3CD23;
	padding: 10px 0px 5px 0px;
	margin-bottom: 5px;
}

h3 { 
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #C3CD23;
	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.gif) repeat-x;
}

div.search {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: right;
	width: 300px; 
	font-size: 0.67em;
	z-index: 100;
}

div.search a {
	color: #666666;
}

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: #666666;
}

/* subnav */
div.subnav ul li a {
	color: #666666;
}


/*
  -------------- 
  Content Styles 
  --------------
*/

div.content img.border-left {
	padding-left: 5px;
	border-left: 5px solid #C3CD23;
	margin: 0px;
}