/*
Theme Name: GMSA
Theme URI: http://www.wordpress.org
Author: Dan Wasserman / GMSA
Author URI: http://www.gmsavt.org
Description: The GMSA website theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gmsa

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
	margin: 0;
    background: #92bf7c;
	font-family: Arial, Helvetica, sans-serif;	 
}

img { 
	border: none; 
}

li {
	font-family:Arial, Helvetica, sans-serif;	
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;           
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #006633;
}

h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #006633;
	margin-bottom: 12px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #006633;
	margin-top: -5px;
}

div#container {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0;
	background: #FFF;
	position: relative;
}


div#header {
	background: url(/wp-content/themes/gmsa/bannerslice.jpg) repeat-x;
	height: 150px;
	width: 1100px;	
}

img#logo {
	float: right;
}

div#title {
	left: 5px;
	width: 1100px;
	height: 150px;
	z-index:1;
	position: absolute;
	margin-top:45px;
}

div#title a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:48px;
	color: white;
	text-decoration: none;
}

div#left {
	width: 275px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left:0px;
	float: left;
    position: relative;

}

div#left ul {
	list-style: none;
	margin-top:1px;
	margin-left:0;
	padding-left: 5px;
}


div#left li {
	list-style: none;
	margin-top:1px;
}

#wrapper { display: block; margin:0px auto; }
#content { width: 590px; float: left; }
#sidebar { width: 217px; float: right; }
#delimiter { clear: both; }

div#aboutbox {
	/*border: 1px solid #006633;*/
	/*background-color: #f2fff9;*/
	margin-top: 5px;
	padding: 0px;
}
div#title p {
	margin: 0px;
	width:800px;
	font-size: 16px;
	color: white;
}

div#sidebar {
	margin-right: 5px;
}

p.listenup {
	font-size: 14px;
}

div#content h1 a {
	color: #006633;
	text-decoration: underline;
}

div#footer {
	background: #232122;
	text-align: center;
	clear: both;
	font-size: 0.9em;
	height: 100px;
	padding: 5px;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer li {
    float: left;
    margin: 0;
    padding: 0;
	list-style: none;
	padding-left:130px;
}

ul.kebo-tweets {
    list-style: none;
    margin: 0;
    padding: 0;
	width: 200px;
}

li.ktweet {
	padding: 3px;
	font-size: 14px;
	border-bottom: 1px solid #006633;
}

a.kaccount {
	font-weight: bold;
	color: #006633;
	text-decoration: none;
}

a.kdate {
	float: right;
	padding-right: 3px;
	color: #006633;
	text-decoration: none;
}

p.ktext {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 12px;
}

p.ktext a {
	color: black;
}

div.rfbp-text p {
	font-size: 12px;
}

.rfbp-post {
	border-bottom: 1px solid #006633 !important;
}

.recent-facebook-posts {
	width: 200px;
}

div.rfbp-text a {
	color: black;
}
.wp-caption {
}
.wp-caption-text {
}
.sticky {
}
.screen-reader-text {
}
.gallery-caption {
}
.bypostauthor {
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}