/*
Theme Name: SSTI Project
Theme URI: http://www.pjdsoftware.com/
Description: Template designed specifically for the Optony and SSTI Project
Author: Peter Deppe
Author URI: http://pjdsoftware.com
Version: 1.0
.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('https://solarroadmap.com/wpsite/wp-content/themes/SSTI-Project/styles/reset.css');

/* Rebuild default browser styles */
@import url('https://solarroadmap.com/wpsite/wp-content/themes/SSTI-Project/styles/rebuild.css');

/* Basic WordPress Styles */
@import url('https://solarroadmap.com/wpsite/wp-content/themes/SSTI-Project/styles/wp.css');

/* Two Column Left */
@import url('https://solarroadmap.com/wpsite/wp-content/themes/SSTI-Project/styles/2c-l.css');

body 
{
    font: "Lucida Grande", "Lucida Sans Unicode", verdana, 12px;
    color: #666;
    margin: 10px 0;
	background-color: #fff;
	background-image: url('https://solarroadmap.com/wpsite/wp-content/themes/SSTI-Project/images/bg.jpg');
	background-repeat: repeat-x;
}

* 
{
    margin: 0;
    padding: 0;
}

/* core styles */
p
{
	font-size: 13px;
}

p.psum
{
	margin: 0;
	padding: 0 0 4px 0;
}

p.psum span, div.psum2 span {
	font-weight: bold;
}

div.psum2 {
	padding: solid 1px #ccc;
	padding: 6px;
}

/* Titles */
.entry-title
{
	margin: 0 0 10px 0;
	padding: 0;
}

h1, h2, h3, h4, h5
{
	margin-top: 12px;
	padding: 0;
	letter-spacing: -1px;
	color: #567688;
	font-weight: normal;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
}

h1 { font-size: 34px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }

#ajax-loader
{
	text-align: center;
}

/* hide navigation above any signle element */
.single #nav-above
{
    display:none;
}

.content-box
{
    border: 1px solid #bbb; 
	background-color: #fff;
	/*margin-bottom: 10px;*/
	box-shadow: 0 0 2px rgba(192, 192, 192, 1);
	margin: 0 0 6px 0;
	min-height: 20px;
}

.logo { padding: 0; margin: 0; height: 79px; }

.margin
{
    padding: 10px 10px 20px 10px;
	margin: 0;
}

#sidebar 
{
	width: 240px;
}

#sidebar .margin
{
	padding: 8px;
}


/* hero-block (for home page) */
#hero-block
{
	margin-bottom: 10px;
}

/* footer */
#footer
{
	clear: both;
	margin: 10px 0 10px 0;
	border-top: solid 2px #ccc;
}

#footer .center-panel
{
	text-align: center;
}

#footer a
{
	color: #666;
}

#foot-content
{
	padding: 16px;
	font-size: 11px;
}

/* constrain the width of the site to 960px */
#wrapper {
  margin: 0 auto;
  width: 960px;
}

/* Setup the Toolbar Settings */
#access {
    margin: 1px 0 0 0;
    overflow: auto;
}
.skip-link {
    position:absolute;
        left:-9000px;
}

.menu-container
{
	/* border-bottom: 1px solid #99CCFF; */
	height: 31px;
	padding: 0;
	margin: 0 0 3px 0;
	/*margin-top: 8px;*/
}

.menu ul {
    list-style: none;
    margin: 0;
	padding: 0;
}
.menu ul ul {
    display: none;
}
.menu li {
    display: inline;
}
.menu a, .menu a:hover {
    display: block;
    float: left;
    padding: 4px 12px 5px 12px;
	/*border: 1px solid #ccc;*/
	margin-right: 10px;
	/*background-color: #99CCFF;*/
	/*background-color: #C0D7E0;*/
	/*background-color: #B4BDBA;*/
	/*background-color: #567688;*/
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

.menu a:hover, .menu .current_page_item a
{
	/*background-color: #FFCC00; */
	background-color: #ccc; 
	color: #333;
}

/* Sub Menu */
ul.sub-menu
{
	list-style: none;
	margin: 10px 0 0 8px;
}

ul.sub-menu li
{
	list-style-image: none;
	padding: 6px 0 6px 0;
	border-bottom: 1px dotted #FFCC00;
}

ul.sub-menu li a
{
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}

ul.sub-menu li a
{
	font-size: 17px;
	font-style: normal;
	text-decoration: none;
	color: #666;
	/*color: #0066CC;*/
}

ul.sub-menu li a:hover
{
	color: #0066CC;
}

ul.sub-menu li.selected a
{
    font-weight: bold;
    color: #567688;
    font-style: italic;
}

.page
{
	border-left: 1px dotted #FFCC00;
	padding-left: 20px;
}

#no-menu .page
{
	border-left: none;
	padding-left: 0px;
}

#map-canvas
{
	width: 100%;
	height: 500px;
}

table.home-page-grid
{
	width: 100%;
	border: none;
}
table.home-page-grid td
{
	width: 50%;
	border: none;
}

#search-box {
	margin-left: 350px;
	width: 300px;
	float: left;
}

.wpcf7-form p {
	font-weight: bold;
}

.wpcf7-text {
	padding: 2px 4px 2px 4px;
}

.wpcf7-textarea {
	padding: 2px 4px 2px 4px;
	height: 60px;
	width: 300px;
}

.wpcf7-submit {
	padding: 3px 8px 3px 8px;
}

.ticker-div { width: 900px; margin: 0 auto 0 auto; }

td { padding: 2px; margin: 0; }
td p { padding: 0; margin: 0; }
