/*
Theme Name: EVA Dimensions Updated
Theme URI: http://evadimensions.com
Description: custom WP theme for EVA Dimensions
Version: 1.0
Author: Gene Ehrbar
Author URI: http://geneehrbar.com
Tags: 
*/


/* General/type styles */

a, a:active, a:visited { text-decoration: none; color: #a00000; }
a:hover { text-decoration: underline; color: #000000 }
a.underline { text-decoration: underline; }

body, p, #maincontent, .newscontent, .pullquote{
	color: #000;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
}

#footer a, #footer a:hover, #footer a:active, #footer a:visited{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 8.5px;
}

#pitch a, #pitch a:hover, #pitch a:active, #pitch a:visited{
	color: #fff;
	font-size: 12px;
}

/* #main-nav a{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 3px;
	line-height: 37px; 

} */

/* #main-nav a:before {content: ">>"}; */


#maincontent h2, #newscolumn h2, .newscontent h3, #rightcolumn h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:0;
	padding-right:0;
	margin:0;
}

#newscolumn h2, #rightcolumn h2{
	color: #000;
	padding-top:0;
}

#maincontent h2{
	text-align: left;
	font-size: 14px;
	color: #a00000;
	padding-top:0;
	padding-bottom: 15px;
}

/* #maincontent h2:before {content: ">>"} */

#newscolumn h2, #rightcolumn h2{
	text-align: left;
	background: #ddd;
	width: 190px;
 	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}

div.newsfeature{
	padding: 3px;
	font-size: 1.1em;
	margin: 0px 0px 20px 0px;
}

.newscontent h3 {
	padding-bottom: 0px;
	padding-top: 0px;
}

#maincontent h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	padding-left:0;
	padding-right:0;
	margin:0;
*/
	font-size: 13px;
	color: #666;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#maincontent h4{
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#maincontent p{
	padding:0px;
	margin-top:0px;
	margin-bottom: 10px;
}

.newscontent h3{
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.navigation{
	position: relative;
	float: right;
	width: auto;
	height: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #ccc;
}

.pullquote{
    width: 408px;
	min-height: 125px;
	margin-top: 10px;
	margin-bottom: 10px;
    background-color: #ccc;
    padding: 10px 15px 5px 15px;
	text-align: left;
}

.pullquote p{
	font-style: italic;
	font-size: 10px;
}

.dateline{
	font-weight: bold;
}

.byline{
	font-style: italic;
}

.newscontent p{
	margin-top: 4px;
	margin-bottom: 15px;
}

/* end general / type styles */


/*layout*/
html,
body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
  border:0;    /* This removes the border around the viewport in old versions of IE */
  background:#fff;
  min-width:900px;    /* Minimum width of layout - remove line if not required */
              /* The min-width property does not work in old versions of Internet Explorer */
  font-size:90%;
}

#container {
   min-height:100%;
   position:relative;
}

#container {
	height:100%;
}


#header {
	position: relative;
	z-index: 199;
	background: #ccc;
	border-bottom:15px solid #fff;
/*	position:relative;
	z-index:100; */
}

#headertopstripe{
	position: relative;
	z-index: 199;
	text-align:center;
/*	background: #fff url('/images/top-bg.png') repeat top left; */
	background: #fff url('/images/top-bg-new.png') repeat-x top left;
	height: 139px;
	width: 100%;
/*	border: 1px solid #f00;
*//*	position:relative;
	z-index:100; */

}

#headernavstripe{
	position: relative;
	z-index: 199;
	background: #ccc;
	height: 45px;
	width: 100%;
	border-bottom:3px solid #ccc;
/*	position:relative;
	z-index:100; */
}

#headerimgspace {
	text-align: left;
	margin: 0px auto;
	width: 900px;
/*	border: 1px solid #f00;
*/}


#headerimg   {
	float: left;
	height: 46px;
	width: 206px;
	height: 139px;
	width: 500px;
/*	position:relative;
	z-index:104; */
}

#headerimg h1
{
	margin: 0;
	padding: 0;
/*	background: transparent url('/images/evadimensions_logo.png') no-repeat 4px 0px; */
	background: transparent url('/images/header-logo.png') no-repeat top left;
	height: 139px;
	width: 500px;
	margin-top: 16px;
/*	position:relative;
	z-index:101; */
}

#headerimg h1 a
{
	display: block;
	text-indent: -1000em;
/*	width: 178px;
	height: 30px;*/
	margin: 0;
	padding: 0;
/*	background: transparent url('/images/evadimensions_logo.png') no-repeat 4px 0px;*/
	background: transparent url('/images/header-logo.png') no-repeat top left;
	overflow: hidden;
	height: 139px;
	width: 500px;
/*	position:relative;
	z-index:101; */
}


#navbox{
	position: relative;
	z-index: 199;
	width: 900px;
	height: 47px;
	margin: 0px auto;
}

#main-nav {
	position: relative;
	z-index: 199;
	float: left;
	text-align: left;
	width: 605px;
	height: 37px;
	padding-left: 4px;
	padding-top: 10px;
}

#searchbox{
	position: relative;
	color: #ab0000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
	float: right;
	text-align: left;
	margin: 5px;
	padding-top: 10px;
	width: 240px;
	height: 28px;
}


#body {
	position: relative;
	z-index: 100;
	text-align: center;
/*	padding:10px; */
	padding-bottom:60px;   /* Height of the footer */
/*	border: 1px solid #000; */

}

#page{
	position: relative;
	z-index: 100;
	margin: 0px auto;
	padding: 0;
	width: 895px;
  background:#ccc;

}

#content{
	position: relative;
	z-index: 100;
	margin:0;
	padding:0;
	width: 895px;
/*	border-right: 1px solid #ccc;	*/
/*	border-left: 1px solid #ccc; */
	border-bottom: 1px solid #ccc;
}

#feature{
	position: relative;
	margin:0;
	padding:0;
	width: 893px;
	border-top: 2px solid #ccc;
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	border-bottom: 5px solid #ddd;
/*	background: #871c26; */
		background: #fff;
	overflow: hidden;
	z-index: 10;
}


#newscolumn{
	background: #fff;
	position: relative;
	float: left;
	width: 200px;
	min-height:350px;
}

.newscontent{
	text-align:left;
	padding: 10px;
}

#maincolumn{
	background: #fff;
	position: relative;
	float: left;
	width: 893px;
	min-height:350px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.narrow{
	width: 441px;
}

.wide{
	width: 841px;
}


#maincontent {
	min-height:600px;
	float: left;
	text-align:left;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 30px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff url('/images/evatmbg.png') no-repeat top right;
}

#evatm{
	position: relative;
	float: left;
	text-align: right;
	z-index: 90;
	width: 441px;
	height: 20px;
}

#evatmspan{
	background-color: #871c26;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

#rightcolumn{
	background: #fff;
	position: relative;
	float: right;
	width: 200px;
	min-height:350px;
}

#footer {
	background-color: #eee;
	border-top:3px solid #ccc;
	clear:both;
	float:left;
	width:100%;
	height:60px;   /* Height of the footer */
	margin-top:15px;
	text-align: center;
}

#footer p {
  padding:10px;
  margin:0;
}

/* end layout */


/* presentation */

#pitchintro{
	position: relative;
	height: 178px;
	width: 890px;
	background: #871c26;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 120px;
	color: #fff;
	z-index: 20;
}

#pitch{
	position: relative;
	height: 178px;
	width: 890px;
	z-index:12;
}


#pitchphoto{
	position: absolute;
/*	height: 130px;
	width: 130px;*/
}

.pitchintrotitle{
	font-size: 11px;
	line-height: 14px;
	color: #fff;
}

.pitchslidetitle, .pitchcontent{
	font-size: 16px;
	line-height: 16px;
}

.pitchslidetitle{
	color: #fff;
}

.pitchcontent, .pitchbigtext{
	color: #222;
}

.pitchslidetitle, .pitchcontent{
	font-weight: bold;
}

.pitchbigtext{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

#bottomleftcontentalt ul {
	text-align: left;
	font-size: 12px;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 20px; 
/*	padding: 0px;*/
}

#bottomleftcontentalt ul li{
	text-align: left;
	padding: 0px 0px 4px 0px;
	font-size: 12px;
}

#bottomleftcontentalt a:link, #bottomleftcontentalt a:hover, #bottomleftcontentalt a:active, #bottomleftcontentalt a:visited{
	color: #871c26;
	font-size: 12px;
}

.attrib{
	font-size: 12px;
	line-height: 15px;
	float: right;
	text-align: right;
	font-style: italic;
}

img.pitchslide{
	position: absolute;
	display: none;
}

#feature a{
	text-decoration: underline;
}

#pitchslidenavs a, #pitchhiders a{
	font-size: 11px;
}

.pitchyear{
	padding-left: 15px;
	padding-right: 155px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: bold;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
}

.pitchpost{
	position: absolute;
	width: 1px;
	height: 130px;
	border-left: 1px dotted #666;	
	z-index:104;
}

.pitchthumb{
	position: absolute;
	width: 49px;
	height: 49px;
	border: 2px solid #000;
	z-index:105;
}


/* end presentation */


/* blog elements */

.post {
  margin: 0 0 40px;
  text-align: justify;
}

.post hr {
  display: block;
}

.widecolumn .post {
  margin: 0;
}

.narrowcolumn .postmetadata {
  padding-top: 5px;
}

.widecolumn .postmetadata {
  margin: 30px 0;
}

.widecolumn .smallattachment {
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
  text-align: center;
  margin: 5px 0px;
}

.postmetadata {
  clear: left;
}

.clear {
  clear: both;
}

/* end blog items */

/* Begin Lists

  Special stylized non-IE bullets
  Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px;
}

html>body .entry li {
  margin: 7px 0 8px 10px;
}

.entry ul li:before, .col2 ul ul li:before {
  content: "\00BB \0020";
}

.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
}

.entry ol li {
  margin: 0;
  padding: 0;
}

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

/* End Entry Lists */


/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
}

select {
  width: 130px;
}

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
}

#commentform textarea {
  width: 90%;
  padding: 2px;
}

#commentform #submit {
  margin: 0;
  float: right;
}
  /* End Form Elements */


/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
}

/*  Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}
/* End Images */



/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
  color: #666;
}

.commentlist {
  padding: 0;
  text-align: justify;
}

.commentlist li {
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
  list-style: none;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}

#commentform p {
  margin: 5px 0;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  margin: 0;
  display: block;
}
/* End Comments */


/* menus */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:600px; height:32px; font-size:0.85em; position:relative; z-index:200;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:600px; w\idth:600px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:140px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:148px;position:relative;border-left:1px solid #fff;border-bottom:1px solid #fff;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; width:138px; height:30px; background:#cccccc; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:140px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ccc;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#999;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:140px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:140px; top:10px; width:140px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-140px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#ccc; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:140px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#999;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#999;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;z-index:202;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: #a00000;
/*  background: white; */
}

.menu .current_page_item a {
  color: #a00000;
  font-weight: bold;
/*  background: white; */
}

.menu ul .current_page_item ul a {
/*  color: white; */
  font-weight: normal;
}

.menu ul .current_page_item ul a:hover {
/*  background: gray; */
}

.menu .current_page_item a:hover {
/*  background: white; */
}

/* end menus */

/*contact form stuff added by gene */

.required{
	color: #ff0000;
}

select {
	width: 100px;
	}

.smtextinput{
	width: 45px;
}

.medtextinput{
	width: 90px;
}

.lgtextinput{
	width: 190px;
}

.medtextarea{
	width: 220px;
	height: 100px;
}

.contactformselect{
	width: 220px;
	
}

/* end added stuff */