/*  
Theme Name: Perot Charts (Derived from Acid Green Pro)
Theme URI: http://www.linkrain.com/articles
Description: Acid Green Pro is a professional 3 columns Wordpress theme. Very light and stylish widget ready theme with big web 2.0 feed button and foliage.
Version: 1.0
Author: Linkrain
Author URI: http://www.linkrain.com/


	The CSS, XHTML and design is released under Creative Commons license:
	http://creativecommons.org/licenses/by-nc-sa/2.0/

*/

/* Images required:
images/masthead1.jpg
images/header_bar.gif
images/menubg3.gif
images/side_banner.gif
images/bottomrightbg.gif
images/search_btn.gif
images/headerbg.gif
*/

/** These lines are for IE6 only **/

* html #content, * html .entry_firstpost, * html .entry {
	position: relative;

}

ul.readmore {
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear:both;
	color: #fff;
}

/** Removes any image borders **/
img {
	border: none 0px;
}

.main {
	border: none 0px;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.main img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.main p {}
img.center {display: block; margin: 10px auto;}
img.left {display: inline; margin: 0 10px 5px 0;}
img.right {display: inline; margin: 0 0 5px 10px;}
p {margin: 3px 0 15px 0; padding: 0;}


.navigation {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
           margin-right: 0px;
}

.navigation a {
	font-weight: bold;
    margin: 10px 10px;
 	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.entry2 {
}

.entry {
	background-color: white;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.entry h2 {
           font-size:1.2em;
           font-weight: bold;
}

.latest {
	background-color: white;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px dashed;
}

.latest h2 {
           font-size:1.2em;
           font-weight: bold;
}

.entry_firstpost{
	background-color: white;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.latest_firstpost {
	background-color: white;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

.latest_firstpost h2 {
           font-size:1.2em;
           font-weight: bold;
}

h1 a img {
	border: none 0px;
	text-decoration: none;
	}


/** END ADDED **/


/* 1) -=-=-=- General selectors -=-=-=- */

html {
	background: #666;
}

body {
	background-color: gray;
/*	background: url(images/stripe.png) repeat; */
	margin: 0px;
	padding: 0px;
	font: 76%/2.0em verdana, tahoma, arial,  sans-serif; 
	color: black;
	text-align: center;
}

#header {
	position: relative;
	float:left;
	margin: 0px auto;
	font-size: .9em;
	z-index:2;
	height: 215px;
	width: 990px;
	background: black url(images/masthead1.jpg) repeat-x;
	}
	
#menu { 
    position:relative;
	float:left;
	margin: 0px auto;
	padding: 0;
	font-size: 14px;
    line-height: 18px;
    font-family: verdana, arial, helvetica, sans-serif;
	z-index:3;
	height:41px;
	width: 990px;
	background: transparent url(images/header_bar.gif) repeat-x;
}

#header h1 {
	position: absolute;
	top: 20px;
	left: 10px;
	font-size: 1.5em;
	color: black;
	margin: 0px;
	padding: 0px;
    display:none;
}

#header h1 a {
	font-size: 1.5em;
	text-decoration: none;
	color: black;
	margin: 0px;
	padding: 0px;
}

#header h4 {
	position: absolute;
	top: 60px;
	left: 13px;
	font-size: 1em;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0;
	border: none 0px;
	color: black;
}

h2 {
	
	color: black;
	font-weight: normal;
	font-size: 1.4em;
	line-height:normal;
	margin: 0px;
	padding: 0px;
	}

.main h2 {
	color: black;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px;
	background: none;
	padding: 0px;
}

h4 {
	color: black;
	font-weight: bold;
	font-size: 1.0em;
	margin: 0px;
	background: none;
	padding: 0px;
}

h5 {
	color: black;
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	background: none;
	padding: 0px;
}

.links h2 {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	color: #fff;
	list-style: none;
/*	background: url(images/menubg3.gif) repeat-x;*/
}

h2.pagetitle {
	font-size: 1.4em;
	margin: 0px;
	padding: 10px 15px 0px 15px;
	color: black;
	list-style: none;
	border-bottom: 3px solid black;
	background: none;
}

h2 a:link, h2 a:visited {
	color: black;
	font-weight: normal;
	text-decoration: none;
	background: none;
	}

h2 a:hover, h2 a:active {
	color: darkblue;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.main h3 {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: black;
	background: none;
}

h3 {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: black;
	background: none;
}

.links h3 {
	font-size: 1.4em;
	line-height: 31px;
	height: 41px;
	margin: 0px;
	padding-left: 10px;
	font-weight: bold;
	color: black;
}

a, a:link {
	color: blue;
	text-decoration: none;
	}

a:visited {
	color: #990099;
	}

a:hover, a:active {
	background: inherit;
	color: slategray;
	text-decoration: underline;
	}

.latestChartLink, .latestChartLink:hover, .latestChartLink:active {
         text-decoration:none;
         border:0;
}

blockquote {
	border-left: 4px solid #eeeeee;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
}

/* 2)-=-=-=- Structure -=-=-=- */

#container {
	margin: 0px auto;
	padding: 0 0 0 0;
	width: 990px;
	text-align: left;
	background: #000;
}

#grandwrapper {
	margin: 0px auto;
	padding: 0px;
	background:#000 url(images/side_banner.gif) repeat-y scroll right top; 
}

#wrapper {
	margin: 0px auto;
	background:#000 url(images/side_banner.gif) repeat-y scroll right top; 
}
	
#wrapper_bottom {
	clear: both;
	background: inherit;
}

div#content {
	z-index:1;
	float:left;
	width: 720px;
	margin: 0;
	background: white;
    padding-right:0px;
    padding-bottom:0px;
	padding-top:20px;
	padding-left:10px;
    min-height:600px;
}

div#fullcontent {
	z-index:1;
	float:left;
	width: 950px;
	padding: 20px;
	background: white;
}

#navibar {
	float: right;
	width: 240px;
	margin: 0px 0;
	padding: 5px 0 0 5px;
    background: inherit;
}

#navibar form {
	margin: 0 0 0 13px;
}

#navibar input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#navibar ul {
	font-weight: bold;
	color: #ccc;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
/*	text-transform: lowercase; */
}

#navibar ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	color: #ccc;
	letter-spacing: 0.1em;
    font-weight: bold;
	margin-top: 10px;
	padding-bottom: 4px;
}

#navibar ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	color: #ccc;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#navibar ul ul li {
	border: 0;
	color: #ccc;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
    line-height: 1.75;
	padding-left: 12px;
}

#navibar ul ul li a {
	color: #ccc;
	text-decoration: none;
}

#navibar ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#navibar * a {
	color: #ccc;
	text-decoration: none;
}

#navibar * a:hover {
	border-bottom: 1px solid #809080;
}


#navibar ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#navibar ul li .cat-item {
    padding: 10;
}

#navibar ul ul li .cat-item {
    padding: 10;
}

#right {
	float: right;
	width: 300px;
	margin: 0px 0;
	padding: 20px 0 0;
	background: none;
}

.links {
	margin: 0px auto;
	padding: 0px 10px;
	background: none;
}

#footer {
	margin: 0px auto;
	background: silver;
    border-top:1px solid black;
	padding: 0px;
	width: 990px;
	clear: both;
	text-align: center;
	height:41px;
	background: transparent url(images/header_bar.gif) repeat-x;
}

#footer p.left {
	color: black;
	margin: 0px;
	padding: 0px 10px;
	font-size: .8em;
	float: left;
	text-align: left;
}

#footer p.right {
	color: black;
	margin: 0px;
	padding: 0px 10px;
	font-size: .8em;
	float: right;
	text-align: right;
}

#footer p a, #footer p a:link {
	color: black;
	text-decoration: none;
}

#footer p a:hover {
	color: black;
	text-decoration: none;
}

/* 3)-=-=-=- Left selectors -=-=-=- */	

.meta {
	/* height:28px; */
	font-size: .9em;
           line-height: 1.5em;
	padding: 0px;
	margin: 0 0 5px 0;
	
}

.highlight {
	background: goldenrod;
	}
	
.comments-nice-bg {
	background-color: lightsteelblue;
}

.comments-nice {
	padding-left: 10px;
	padding-bottom: 10px;
	background: lightsteelblue;
	border: 0;
}



.comments {
	font-size: 1.1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px;
	border: 0;
           clear:both;
}

.comments a:link {
	color: darkslategray;
	font-weight: bold;
	text-decoration: none;
}

.comments a:visited {
	color: lightslategray;
	font-weight: bold;
	text-decoration: none;
}

.comments a:hover, .comments a:active {
	color: darkblue;
	text-decoration: none;
}	

.alt {
	background: aliceblue !important; 
	border: 1px solid #E1EBD3 !important;
	padding: 10px 10px 0 10px !important;
}

.alt:hover {
	border: 1px solid #C0D6A3 !important;
	}

.commentlist li {
	list-style: none;
    background: #EEEEEE;
	padding: 10px 10px 0 10px;
	border: 1px solid #E1EBD3 !important;
	margin: 10px;
	color: black;
	}
	
.commentlist li:hover {
	border: 1px solid #C0D6A3 !important;
	}

.commentlist {
	padding: 0;
	margin: 3px;
	}
	
.comment-number {
	font-style: italic;
	font-weight: bold;
	}



p.metadate {
	font-size: .8em;
	margin: 0;
	padding: 0px;
	text-transform: uppercase;
	}

p.comment_meta {
	margin: 0 0 10px 10px;
	font-size: .9em;
	}

.comment_author a:visited {
	font-weight: bold;
	text-decoration: none;
	}

.reply {
	font-weight: normal;
	font-size: 1.2em;
	margin: 10px 0 0 10px;
}
	
.comments-nice .reply {
	color: black;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0px 0 0 0px;
	}

.warning p { /* Used on the search page (image will appear if no result is found) */
	background: white;
	height: 160px;
	padding: 20px 0 0 90px;
	font-size: 1.5em;
	margin: 0px;
	border: 1px solid #efefef;
}

.postinput {
	margin: 0;
	}

/* 4)-=-=-=- Right selectors -=-=-=- */	

#author li {
	list-style: none;
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: .9em;
	line-height: 1.4;
	}

#author ul {
	padding: 20px 0 0 0;
	margin: 0;
	}

.links ul li {
	list-style: none;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}

.links ul li ul li {
	line-height: 21px;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style: outside square;
	color: #CFCFCF;
}

.links li li li {
	padding: 0px;
	margin: 0px;
}

.links ul {
	padding: 0px;
	margin: 0px;
}

.links ul ul {
	padding: 0px;
	margin: 0px;
	
}

.links ul ul ul {
	padding: 0px;
	margin: 0px;
	}

.links a, .links a:link, .links a:visited {
	font-size: 1em;
	text-decoration: none;
	color: #CFCFCF;
	font-weight: normal;
}

.links a:hover, .links a:active {
	background: none;
	color: #888;
	}

#search {
	margin: 0px;
	padding: 0px;
	width: 270px;
}

li.search_li {
color:#222;
font-weight:bold;
padding-left:35px !important;
}

li.search_li span {padding-right:5px;}

#searchform {
	margin: 5px 0 0 0;
	padding: 0;
display:inline;
}

.searchfield {
	vertical-align: middle;
	padding: 0px;
	margin: 0px 10px 0px 0;
	background: #ffffff;
	border: 1px solid #999;
	color: #000;
	width: 145px;
	height: 17px;
}

.searchfield:hover {
	background: #ffffff;
	border: 1px solid #60D9F8;
	}
	
.searchsubmit {
	vertical-align:middle;
	padding: 0px;
	margin: 0 0 0;
	background: url(images/search_btn.gif) top left no-repeat;
	height:23px;
         width:62px;
}

.searchsubmit:hover {
	/*background: #ffffff;
	border: 1px solid #444;
	color: red;*/
         cursor:pointer;
	}


/* 6)-=-=-=- Forms -=-=-=- */

textarea {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.1em;
	border: 1px solid #A4B7BB;
	padding: 2px 5px 1px 5px;
	width: 90% !important;
	width: 250px;
           background: #f5f5f5;
	min-width: 100px !important;
	max-width: 450px !important;
	height: 100px;
	}
	/*
textarea:hover {
	background: #f5f5f5;
	border: 1px solid #60D9F8;
	color: #000;
	}*/
	
input {
	background: #fff;
	border: 0;
	}
	
input:hover {
	border: 0;
	}
	
.input-submit {
    font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	height: 25px;
	width: 120px;
	text-align: center;
	background: #eee;
	color: #000;
	border: 1px solid #333333;
	}

.input-submit:hover {
	background: darkblue;
	color: white;
	border: 1px solid #000;
	}

.wbquizSubmit {
    font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	height: 25px;
	width: 120px;
	text-align: center;
	background: #eee;
	color: #000;
	border: 1px solid #333333;
	}

.wbquizSubmit:hover {
	background: darkblue;
	color: white;
	border: 1px solid #000;
	}

.wbQuestionNum {
    /*font-size:120%;*/
    font-weight:bold;
}

.wbQuestionText {
   /*font-size:120%;*/
}   

/* 7)-=-=-=- Accessibility -=-=-=- */

#skip {
	display: none;
	}

hr {
	display: none;
	}
	
	
ul#navlist {
	margin: 0;
	padding: 0 0 0 4px;and 
height:28px;
	white-space: nowrap;
}

ul#navlist ul {
	margin: 0;

	padding: 0;
	white-space: nowrap;
}

#navlist li.red_border {
border-right:1px solid red;
}

#navlist li.page_item {
	display: inline;
	list-style-type: none;
	padding: 0px 17px 0 12px;
	margin: 0px;
}

#navlist li.page_item ul {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navlist a,#navlist a:link, #navlist a:visited {
	margin: 0px;
	padding: 0px 10px 0 10px;
	font-weight: bold;
	color: #222;
	text-decoration: none;

}

#navlist a:hover {
	color: #ff0000;
}

.latestPostLink {
         padding-bottom:8px;
         padding-right:8px;
         font-height:8px;
         line-height:12px;
}

div#calendar_wrap {
	margin: -25px 0 0 0;
	text-align: left;
}
li#calendar h2.widgettitle {
	text-decoration: none;
}
li#calendar {
	text-align: left;
}
table#wp-calendar caption {
	text-align: left;
	color: #ff;
	font-size: 1.4em;
	margin: 0 auto;
}

table#wp-calendar tfoot {
	display: none;
}

table#wp-calendar th {
	background: #000;
	color: #FFF;
	text-align: center;
}

table#wp-calendar {
	background: #000;
	border-top: none;
	margin: 0 auto;
	width: 180px;
	text-align: center;
}

table#wp-calendar a, table#wp-calendar a:link, table#wp-calendar a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
table#wp-calendar a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

#feed {
	position:relative;
	float:right;
	width:150px;
	height:90px;
	background: url(images/headerbg.gif) repeat-x;
}

.tt-flickr{
float:left;
}

.faqterm {
   font-size: 120%;
   font-weight: bold;
}

#chartdropdown {
  font-size: 12px;
  border: #000000; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style:normal;
  font-weight:normal;
}

#mediadropdown {
  font-size: 12px;
  border: #000000; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style:normal;
  font-weight:normal;
}


div#gb_form_div {
  z-index: 2;
  float: left;
  width: 700px;
}

table.chartnav {
	margin: 	   0;
	padding:    0;
	border:     0;
}

img.chartnav:hover, img.chartnav:active, img.chartnav {
	margin: 	   0;
	padding:    0;
	border:     0;
}

.chartnav:hover, .chartnav:active, .chartnav {
	text-decoration: 	none;
}


#chart_navigator {
/*
    background: #444;
    border: 	ridge #ccc;
*/
    border:     0;
    width:      200px;
	height:	    440px; 
	overflow:   auto;
	margin: 	0;
	padding:    0;
}

#chart_navigator * img {
	margin: 	0;
	padding:    0;
	border:     0;
}

#chart_navigator a:hover {
    text-decoration:none;
	border:0;
}
	 
.chartnavleftcell {
	align:center;
	vertical-align:middle;
           padding:0;
	margin:0;
	border:0;
}

.chartnavrightcell {
	align:center;
	vertical-align:middle;
         padding:0;
	margin:0;
	border:0;
}

tr.bookrow {
     padding: 8px;
}

td.bookdesc {
     margin-right: 16px;
}