/*
Theme Name: Evans and Associates Site Theme
Theme URI: http://ctlobbyist.com/
Description: Theme designed for the Evans and Associates web site.
Author: Andrew Stephens
Version: 1.0
*/

body {
	/*background-color:#e0e0e0;*/
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	/*background: -webkit-gradient(linear, 0 0, 0 200, from(#726b48), to(#968f6f));*/
	background-color: #204164;
	background-image:url(page_bg.gif);
	background-repeat:repeat-x;
	/*background: -webkit-gradient(linear, 0 300, 0 0, from(#204164), to(#4d7aa8));*/
}

p { line-height: 1.2em; font-size:0.9em; }
img { border:0px; }
.clearfloat { clear:both; }

a:link, a:visited {
	text-decoration: none;
	color: #7abcff;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}



#wrapper {
	margin: 0 auto;
	width:900px;
	min-height:600px;
	background-color:#d8d8d8;
	overflow:hidden;
}

#header {
	height:350px;
	overflow:hidden;
	border:5px solid black;
	background-color:black;
}

#logo_header {
/*	background: -webkit-gradient(linear, 0 0, 0 100%, from(#c0c0c0), to(#808080));*/
/*	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(192,192,192,0.7)), to(rgba(128,128,128,0.7)));*/
/*	background: rgba(192,192,192,0.8);*/
/*	background: url(logo_bg.png) repeat-x #808080;*/
	height: 62px;
	background:url(logo_header_bg.png) repeat-x;
	overflow:hidden;
/*	border-bottom:5px solid black;*/
border-bottom:1px solid black;
	text-align:center;
	position:absolute;
	width:890px;
}

#navbar {
	height:2em;
	border-bottom: 1px solid black;
	padding-bottom:5px;
/*background: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#202020));*/
	background-color:black;
	background-image:url(nav_bg.gif);
	background-repeat:repeat-x;
/*	background: -webkit-gradient(linear, 0 0, 0 100%, from(#484329), to(#686247));*/
}

#navbar li {
	float:left;
	position:relative;
	padding-left:5px;
}

#navbar a:link, #navbar a:visited {
	width:144px;
	display:block;
	text-align:center;
	padding:0.5em 0em;
	color:white;
}

#navbar a:hover {
	text-decoration:none;
/*background: -webkit-gradient(linear, 0 0, 0 100%, from(#606060), to(#404040));*/
	background-color: #404040;
	background-image:url(navli_bg.gif);
	background-repeat: repeat-x;
}


#navbar li ul {
	display:none;
	position:absolute;
	top:100%;
	left:4px;
	border-top:1px solid black;
	z-index:230;
}

#navbar li ul, #navbar li ul a {
	float:none;
	margin:0px;
}

#navbar ul li:hover ul, .navli_over ul {
	display:block;
}

#navbar li li {
	display:inline;
	margin:0px;
	float:none;
	height:2em;
	padding:0px;
	z-index:240;
}

#navbar li li a:link, #navbar li li a:visited {
	margin:0px;
	width:144px;
	text-align:center;
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	background-color:#202020;
}

#navbar li li a:hover {
	background-color: #404040;
	background-image:url(navli_bg.gif);
	background-repeat: repeat-x;
}

#navbar ul ul ul {
	margin-left:141px;
	margin-top:-34px;
}

#navbar ul li:hover ul ul {
	display:none;
}

#navbar ul ul li:hover ul {
	display:block;
}


#content {
	position:relative;
	/*background: -webkit-gradient(linear, 0 0, 0 100%, from(#484329), to(#686247));*/
	/*background: -webkit-gradient(linear, 0 0, 0 200, from(#726b48), to(#968f6f));*/
	padding-top: 20px;
	padding-bottom: 20px;
	/*background: -webkit-gradient(linear, 0 0, 0 200, from(#a0a0a0), to(#d0d0d0));*/
/*	background-color:#d0d0d0;
	background-image:url(content_bg.gif);
	background-repeat:repeat-x;*/
/*	background: -webkit-gradient(linear, 0 100%, 0 0, from(#404040), to(#202020));*/
	color:#e0e0e0;
	background:url(content_bg.png) repeat-x #404040;
}

#footer {
	background-color:#101010;
	color:#c0c0c0;
	/*background-color: #c0c0c0;*/
	border-top:1px solid #606060;
	border-bottom:1px solid #404040;
/*background: -webkit-gradient(linear, 0 0, 0 200, from(#909090), to(#c0c0c0));*/
	/*background-image:url(footer_bg.gif);
	background-repeat:repeat-x;*/
	/*background: -webkit-gradient(linear, 0 0, 0 200, from(#726b48), to(#968f6f));*/
	/*background: -webkit-gradient(linear, 0 0, 0 100, from(#202020), to(#000000));*/
/*	background-color:#000000;
	background-image:url(footer_bg.gif);
	background-repeat:repeat-x;*/
	background:url(pictures/ea_footer.jpg);
}

#footer_form {
	float:left;
	width:300px;
	margin-left:10px;
}

#footer_form label {
	display:block;
	margin-bottom: 3px;
}

#footer a {
	color: #c0c0c0;
}

#footer h3 {
	font-size:1.8em;
	/*color: #0033ff;*/
	/*color: #1e4164;*/
	/*color: #0078db;*/
	color: #2663a0;
	margin-top:0px;
}

#footer_form input, #footer_form textarea {
	border:0px;
	width:240px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	padding:5px;
	margin-bottom: 10px;
	background-color: #606060;
/*background: -webkit-gradient(linear, 0 0, 0 100%, from(#a0a0a0), to(#c0c0c0));*/
/*	background: -webkit-gradient(linear, 0 0, 0 100%, from(#606060), to(#808080));*/
background: #606060; /* Old browsers */
background: -moz-linear-gradient(top, #606060 0%, #808080 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606060), color-stop(100%,#808080)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #606060 0%,#808080 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #606060 0%,#808080 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #606060 0%,#808080 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#808080',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #606060 0%,#808080 100%); /* W3C */
	/*background: -webkit-gradient(linear, 0 0, 0 100%, from(#6d6650), to(#7f775e));*/
	color:white;
}

#footer_form .submit {
	width:100px;
	cursor:pointer;
}

#footer_info {
	float:right;
	margin-right:10px;
	line-height:1.5em;
	text-align:right;
	width:200px;
	padding-left:0px;
}

#footer_map {
	width:200px;
	padding-left:0px;
}

#footer_map ul ul {
	margin-left:15px;
}

#copyright {
	background-color:#000000;
	padding:20px;
	color:#808080;
	font-size:0.8em;
	text-align:center;
}

#copyright a {
	color:#c0c0c0;
	font-weight:normal;
}

h1 {
	color: #599adb;
	font-size:1.8em;
	font-weight:bold;
}

h2 {
	color: #599adb;
	font-size:1.5em;
	font-weight:bold;
}

h3 {
	color: #599adb;
	font-size:1.3em;
	font-weight:bold;
}

#content ul {
	margin-left:30px;
	list-style-type: square;
}

h1, h2, h3, p, #content li {
	margin-top:10px;
	margin-bottom:15px;
}

#viewvids {
	background-color:black;
	color:white;
	padding:5px;
	width:200px;
	margin: 0 auto;
	margin-top:10px;
	text-align: center;
	display: block;
}

#column_container {
	position:absolute;
	top:0px;
	left:0px;
}

#vidlist {
	position:absolute;
	left:500px;
	top:50px;
	width:400px;
}







.column2 {
	width: 399px;
	float:left;
	height:425px;
	padding:0px 25px;
	margin-top:20px;
}

.column2 h2 {
	text-align:center;
}

.column3 {
	width:290px;
	float:left;
	padding:25px;
}

.columnleft {
	border-right: 1px solid #599ADB;
}

.columnright {
	
}

#ytvideo_container {
	padding-top:30px;
}

.contentbox { /* Homepage */
	margin-left:100px;
	width:700px;
	margin-top:20px;
	text-align: center;
	margin-top:450px;
}

.not-home #content {
	padding-left: 20px;
	padding-right:20px;
}

.page-about-us .column2 {
	min-height:700px;
	margin-top:0px;
	padding-top:0px;
}

.edit-link {
	position:absolute;
	right:10px;
	bottom:10px;
}

.column2 a {
	font-weight:normal;
}

.column2 a.playing {
	font-weight:bold;
}

#playlist {
	text-align:center;
}

.entry-content-thin {
	width: 400px;
}



#gallery {
	height:160px;
	margin-top:20px;
	padding-bottom:20px;
	width:100%;
	text-align:center;
	clear:both;
	position:relative;
}

#gallery h3 {
	font-size:1.8em;
	margin-bottom:0px;
}

#gallery img {
	padding:3px;
	overflow: visible;
	display: block;
}

.gallery_images {
	margin:0px;
}

.gallery_images li {
	float:left;
	margin:0px;
	list-style-type:none;
}

#gallery_row1, #gallery_row2 {
	position:absolute;
	top:20px;
	left:0px;
}

#gallery_row2 li {
	opacity:0;
	filter: alpha(opacity=0);
}

#wpstats {
	height:0px;
	overflow:hidden;
}

.parent-services #content {
	min-height:350px;
}




