/*   
Theme Name: GBcharts
Theme URI: http://greenbuildingcharts.com
Description: Custom theme
Author: Amanda Ferri
Author URI: http://awesomesaucecreative.com
*/

/* ---------- TYPE AND COLORS ---------- */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%; /* 1em = 12px */
        line-height: 150%;
	color: #000;
        background-color: #003562;
	background-image: url('images/bg-gradient.png');
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0072bc;
	text-decoration: none;
}
a:visited {
        color: #0072bc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
input, select {
	font-size:.83em /* displayed at 10px */
}
h1 {
	font-size: 1.67em; /* displayed at 20px */
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
        line-height: 1.42em;
	color: #944414;
}  
h2 {
	font-size: 1.3em; /* displayed at 16px */
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
        line-height: 1.42em;
	color: #003562;
}  
h3 {
	font-size: 1.25em; /* displayed at 15px */
}  
h4 {
	font-size: 1em; /* displayed at 12px */
}  
.smalltext_black {
	font-size: 10px;
}
.smalltext_white {
	font-size: 10px;
        line-height: 14px;
	color: #fff;
}
.solid_line {
	width: 100%;
	border-top: 1px solid #0072bc;
	margin-top: 20px;
	magin-bottom: 20px;
}

/* ---------- HEADER ---------- */

#header {
	height: 305px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/header-image.png');
	background-repeat: no-repeat;
}
#chart_list {
	width: 210px;
	height: 220px;
	float: left;
	margin-top: 25px;
	margin-left: 665px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
        font-size: 12px;
	line-height: 18px;
}
#chart_list a {
	color: #FFF;
}
#chart_list a:hover {
	text-decoration: underline;
}

/* ---------- NAVIGATION MENU ---------- */

#nav {
	height: 25px;
	width: 850px;
	margin-top: 25px;
	padding: 10px 25px 0px 25px;
	background-color: #0072bc;
	font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
	font-weight: bold;
	color: #fff;
	float: left;
}
ul.nav {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
ul.nav li {
	display: inline;
}
ul.nav a {
	color: #FFF;
	padding: 0 10px 0 10px;
}
ul.nav a:hover {
	text-decoration: underline;
	padding: 0 10px 0 10px;
}


/* ---------- PAGE ---------- */

#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: url('images/sidebar-wrapper.gif');
	background-repeat: repeat-y;
	background-position: right top;
}

/* ---------- MAIN CONTENT ---------- */

#main_content {
	width: 600px;
	background-color: #fff;
	padding: 25px;
	float: left;
}

/* ---------- SIDEBAR ---------- */

#sidebar  {
	width: 220px;
	background-color: #fdf5d2;
	padding: 15px;
	float: left;
}

#quotesarea {
	border-bottom:1px solid #0072BC;
	border-top:1px solid #0072BC;
	color:#0072BC;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	margin:25px 0;
	padding:0;
	width:220px;
}

/* ---------- FOOTER ---------- */

#footer {
	height: 80px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0072bc;
	padding: 10px 25px 10px 25px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size: .92em;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_links {
	font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
	font-weight: bold;
	color: #fff;
}
ul.footer_links {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
ul.footer_links li {
	display: inline;
}
ul.footer_links a {
	color: #FFF;
	padding-right: 10px;
}
ul.footer_links a:hover {
	text-decoration: underline;
	padding-right: 10px;
}
#credit {
	height: 10px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size: 10px;
}
#credit a {
	color: #fff;
}
#credit a:hover {
	text-decoration: underline;
}

/* ---------- IMAGES ---------- */

a img {
	border: none;
}
.thumb {
    float:left;
    margin-right: 3px;
    border: 1px solid black;
}