﻿/*  
Theme Name: glendipdx
Theme URI: http://www.glendipdx.com
Description: This is the custom glendipdx theme.
Version: 1.0
Author: Cory Morgan
Author URI: http://integrit-e.com/

Colors: #00B3ED (blue), 9E6927 (orange), 666666 (gray)
*/

@import "reset.css";


body 
{
	margin:0 auto;
	background: #00B3ED url('images/header_background.jpg') no-repeat top center;
	font-family: Trebuchet MS;
	font-size:13px;
	line-height:1.4;
}

p { margin-top:5px;
	margin-bottom:10px; }

a, a:visited 
{
	color:#9E6927;
	text-decoration:none;
}
a:hover { text-decoration:underline; }

.clear { clear:both };

li
{
	padding-left:20px;	
	margin-left:15px;
	margin-top:3px;
	background:url('images/bullet2.png') no-repeat;
}
#main
{
	position:relative;
	margin:0 auto;
	width:1020px;
	top:-93px;
}

#logo {
	position:relative;
	top:80px;
	left:387px;
	z-index:99;
	background:url('images/glendi-logo.png') no-repeat;
	height:236px;
	width:236px;
	border:none;
}

#black-bar { 
	position:relative;
	top:183px;
	background-color:black; 
	height:40px; }

#header {
	margin:0 auto;
}

.banner {
	background-color:black;
	color:white;
	font-size:20px;
	width:100%;
	padding:6px 0 6px 0;
	height:28px;
}

.banner .left {
	width:400px;
	text-align:center;
	position:relative;
	float:left;
}

.banner .right  { 
	width:400px;
	text-align:center;
	position:relative;
	float:left;
	margin-left:210px;
}

h2
{
	color:#0399ca;
	font-size:19px;
	margin-top:5px;
	margin-bottom:0px;
}
h3
{
	color:#333333;
	font-size:17px;
	font-weight:bold;
}

h4
{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	margin-bottom:-5px;
}

#nav {
	 color:black;
	 height:34px;
	 padding:10px 5px 0px 5px;
	 background-color:#00B3ED;
}

.menu
{
	color:#000000;
	list-style-type:none;
	font-size:14px;
	display:inline;
}

.menu li { 
	display:inline; 
	padding-left:0;	
	margin-left:0;
	margin-top:0;
	background:none;
}

.menu li a
{
	padding:5px 14px 10px 14px;
	color:#000;
	text-decoration:none;
	float:left;
}

.menu li a:hover
{
	text-decoration:underline;
}
.menu li.active a:hover {
	text-decoration:none;
}

.menu li.active a
{
	color:#0399ca;
	font-weight:bold;
	padding:5px 14px 10px 14px;
	background-color:white;
	/*background:url('images/content-background.png');*/

}

#content {
	/*background:url('images/content-background.png');*/
	background-color:white;
	min-height:550px;
}

#content-inner {
	padding: 20px 20px 20px 20px;
}

#col1
{
	float:left;
	width:490px;
	padding: 0 20px 0 0;
}
#col1 a:hover { text-decoration:underline; }
#col2
{
	float:left;
	width:460px;
}
#col2 a:hover { text-decoration:underline; }
#footer
{
	font-size:12px;
	padding-top:10px;
}

#footer .copywright 
{
	font-size:11px;
	float:right;
}

#footer .add-this 
{
	font-size:11px;
	float:left;
}
#footer .add-this a, #footer .copywright a { color:white }
#map
{
	background:url('images/map-parking.jpg') no-repeat top;
	width:404px;
	height:300px;
	border:solid 1px black;
	text-align:center;
}

.promo-slideshow {
	position:relative;
	float:left;
	width:315px;
	margin-left:14px;
}

.promo-slideshow .first { margin-left:0px; }

.promo-container {
	height:100px;
	width:980px;
}

#promo1 { 
	text-align:center;
	width:315px;
	height:100px;
	border:#000000 solid 1px;
}

#promo2 {
	line-height:1.2;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	width:315px;
	height:100px;
	border:#000000 solid 1px;
}
#promo2 a{
	color:#000;
	text-decoration:none;
}

#promo3 { 
	width:315px;
	height:100px;
	border:#000000 solid 1px;
}