/*  
Theme Name: Go For Change 1.0
Theme URI: http://www.goforchange.com
Author: Michael D. Pollock
Author URI: http://www.solostream.com/
Description: This WordPress theme was designed and built by Michael D. Pollock of Solostream Web Studio. The CSS, XHTML and design is copyright of Julie Gabrielli.
*/



/* -------------------[ Main Page Elements ]------------------- */

body {
	font-size: 9pt;
	font-family: arial,lucinda,verdana,geneva,sans-serif;
	color: #000;
	background:#D1D3BF;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	}

#header {
	padding:0;
	clear: both;
	width: 1024px;
	height:164px;
	margin: 0 auto;
	background: url(images/head1.gif) top left no-repeat;
	}

#header #logo {
	width:384px;
	height:164px;
	float:left;
	margin:0;
	padding:0;
	background: url(images/logo11.jpg) top left no-repeat;
	}

#header #right {
	width:630px;
	height:164px;
	float:right;
	margin:0;
	padding:0;
	}

#header #right #quote {
	width:350px;
	text-align:right;
	height:65px;
	margin:0;
	padding:55px 65px 0 0;
	float:right;
	clear:both;
	color:#8C3C55;
	font-weight:bold;
	font-size:8pt;
	line-height: 1.3em;
	}

#header #right #topnav {
	width:600px;
	margin:0;
	padding:0 0 0 30px;
	float:none;
	clear:both;
	font-size:11pt;
	font-weight:bold;
	text-transform: uppercase;
	}

#wrap {
	padding:0 42px 20px;
	clear: both;
	width: 940px;
	margin: 0 auto;
	background: #fff url(images/page1.gif) top left repeat-y;
	min-height:600px;
	height:auto !important;
	height:600px;
	}


#nav {
	height:30px;
	line-height:30px; 
	margin: 0 auto;
	padding:1px;
	border:1px solid #ddd;
	}

#page {
	clear: both;
	margin: 0 auto;
	padding: 25px 0;
	}  

#contentleft {
	overflow:hidden;
	width: 710px;
	float:left;
	padding: 0;	
	margin: 0;
	}

#leftcontent {
	float:left;
	width:130px;
	margin: 0 0 30px;
	padding:10px 0 0;
	} 

#content {
	width: 560px;
	overflow:hidden;
	float:right;
	margin: 0 0 30px;
	padding: 0;
	}

#contentright {
	overflow:hidden;
	width: 190px;	
	float:right;	
	padding:10px 0 0;
	margin: 0;
	} 

#sidebar {
	width: 100%;
	}

#footer {
	clear: both;
	margin: 0px auto;
	padding: 0;	
	margin: 0 auto;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7, .divh2 {
	line-height: 1.2em;
	letter-spacing:-1px;
	margin: 0;
	padding: 0;
	text-align: left;
	}

h1 {
	font-size: 18pt;
	margin: 0;
	}

h2,
.divh2 {
	font-size: 16pt;
	font-weight: bold;
	}

h3 {
	font-size: 14pt;
	}

h4,h5,h6,h7 {
	font-size: 12pt;
	}

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
	}

#subhead h3 {
	margin: 0;
	padding: 0;
	}

#subhead h1 {
	margin: 0;
	padding: 0;
	}

h3#comments, h3#respond  {
	margin: 0 !important;
	padding: 10px;
	background:#ddd;
	border:1px solid #fff;
	border-left:0;
	border-right:0;
        }

h1.pagetitle {

	}

/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	color:#808285;
	text-decoration:none;
	}

a:hover, a:active {
	color:#000;
	text-decoration:none;
	}

#sidebar a {

	}

.post h1 a, .post h2 a, .featurepost h2 a, .featurepost h1 a {
	}

a.more-link {
        background: url(images/arrow-rt.gif) 100% 70% no-repeat;
        padding-right:14px; 
        }

a.more-link:hover, a.more-link:active {
	background: url(images/arrow-rt.gif) 100% 70% no-repeat;
	}

.entry a, .entry a:link, .entry a:visited {
	text-decoration:underline;
	color:#84864B;
	}

.entry a, .entry a:hover, .entry a:active {
	background:transparent;
	color:#931A3B;
	}

/* -------------------[ Comments ]------------------- */

.commentlist {
	list-style-type:none;
	padding:0;
	margin: 0;
	padding: 0;
	}
	
.commentlist li {
	clear:both;
	margin: 0;
	padding: 10px 10px 1px;
	background:#fff;
	}

.commentlist li.alt {
	margin: 0;
	padding: 10px 10px 1px;
	background:#eee;
	}

.commentmetadata {
	display: block;
	margin-bottom:5px;
	}

.commentlist cite {
	font: 9pt arial;
	font-weight:bold;
	}

#commentform {
	background:#eee;
	padding:10px;
	margin:0 0 15px;
	}

#commentform textarea {
	width:90%;
	padding:5px;
	}

/* -------------------[ Misc Tags and Classes ]------------------- */

.post ul { }

.post ul li { }

.post ul ul { }

.post ol li { }

p {
	margin-top: 0px;
	margin-bottom: 15px;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding-left: 10px;
	border-left: 5px solid #ccc;
        color: #999;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

.post {
	margin: 0 0 10px;
	padding: 0;
	}

.entry {
	padding: 0;
	margin: 0;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

hr {
        display: block;
        clear:both;
        }

.navigation {
	margin: 0 auto 30px;
	clear:both;
	padding: 5px 0 0;
	text-align:left;
	border-top:1px dotted #ccc;
	_border-top:1px solid #ddd;
	}

.navigation .alignright {
	float: right;
	}
	
.navigation .alignleft {
	float: left;
	}

.postinfo {
        clear: both;
	margin: 0 0 10px;
	padding: 0;
	}

.postinfo .date {
	float:left;
	font-weight:bold;
	color:#B02E24;
	}

.postinfo .author {
	float:right;
	color:#000;
	}

.postinfo a {
	color:#000;
	text-decoration:none;
	}

/* -------------------[ Top Navigation ]------------------- */

#topnav ul {
	height:30px;
	line-height:30px; 
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#topnav li { 
	float: left;
	margin: 0;
	padding:0;
	}

#topnav li li { 
	float: none;
	margin: 0;
	padding:0;
	}

#topnav li ul {
	display:none;
	position: absolute;
	left: -999em;
	padding:0; 
	}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul { 
	display:block;
	left: auto;
	}

#topnav a, #topnav a:visited, #topnav a:link {
	color:#84864B;
	display: block;
	text-decoration:none;
        padding:0 15px;
        margin:0;
	}

#topnav a:hover, #topnav a:active {
	background:transparent;
	color:#931A3B;
	}

#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background:#f5f5f5;
	}

#topnav li li a:hover, #topnav li li a:active {

	}

#topnav li li li a {

	}

/* ---------------[ Tables ]--------------- */

table {
	margin-bottom:15px;
	}

tr, td, th {
	margin:auto; 
	}

td, th {
	padding:8px;
	vertical-align:top;
	}

th {
	font-weight:bold;
	background:#ddd;
	}

td {
	border:1px solid #ddd;
	}

/* -------------------[ Site Guide ]------------------- */

#searchform {
	margin: 0;
	padding: 0; 
        }

#searchform #s {
        width: 128px;
        height:19px;
        padding:5px;
        background: url(images/search-bg.gif) top left no-repeat;
	margin-right: 5px;
	border:0;
	float:left;
	clear:left;
	}

#searchform #submit {
	float:left;
	clear:right;
	width:42px;
	height:27px;
	background:url(images/search-button.gif) bottom left no-repeat;
	border:0;
	padding:0;
	margin:2px 0 0 0;
	}

/* -------------------[ Sub-Head ]------------------- */

#subhead {
	margin: 0 0 15px;
	padding: 0;
	}

#subhead p {
	margin:0;
	}

/* -------------------[ Sidebar ]------------------- */

#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#sidebar ul ul {
        margin: 0;
        padding: 0;
        }

#sidebar li {
	padding:0;
	margin: 0 0 30px;
	}

#sidebar li h2,
#sidebar li .divh2 {
	text-transform: uppercase;
	background:#84864B;
	font-size:10pt;
	letter-spacing:0px;
	padding:6px;
	margin:0 0 8px;
	color:#fff;
	}
#sidebar li .divh2 a,
#sidebar li .divh2 a:link {
	color:#fff;
	}

#sidebar li li {
	margin:0;
	padding:0;
	}

#sidebar p {
	padding: 0;
	}


/* -------------------[ Left Content ]------------------- */

#leftcontent ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#leftcontent ul ul {
        margin: 0;
        padding: 0;
        }

#leftcontent li {
	padding:0;
	margin: 0 0 10px;
	}

#leftcontent li h2 {
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #ddd;
	border-top:2px solid #ddd;
	padding:4px 2px;
	margin:0 0 3px;
	color:#000;
	}

#leftcontent li li {
	margin:0;
	padding:0;
	}

#leftcontent li#leftnav li {
	font-weight:bold;
	margin:0 0 20px;
	padding:0;
	}

#leftcontent p {
	padding: 0;
	}

#leftcontent a, #leftcontent a:link, #leftcontent a:visited {
	color:#828282;
	font-size:9pt;
	text-transform:uppercase;
	}

#leftcontent a:hover, #leftcontent a:active {
	color:#931A3B;
	}

.recentcomments { 
	margin: 0 0 15px;
	padding:0;
	}

.recentcomments h3, .recentposts h3 { 
	margin: 0 0 5px;
	padding:0;
	font-weight:bold;
	letter-spacing:0px;
	font-size:10pt;
	}

.recentposts { 
	margin: 0 0 15px;
	padding:0;
	}

.recentcomments ul, .recentposts ul {
	list-style-type:square !important;
	margin: 0 0 0 15px !important;
	padding:0 !important;
	}

.recentcomments li, .recentposts li {
	list-style-type:square !important;
	margin: 0 0 3px 0 !important;
	padding:0 !important;
	}

p.footer-credits {
	font-size:8pt;
	clear:both;
	margin: 0 auto 10px;
	border-top:1px dotted #ccc;
	_border-top:1px solid #ddd;
	padding: 5px 0 0;
	}

.sitemap h3 {
	font-size:10pt;
	letter-spacing:0px;
	margin: 0 0 5px;
	}

.sitemap ul, .sitemap ol {
	margin:0 0 20px 0 !important;
	padding-left:18px !important
	}

.sitemap ul ul { margin-bottom: 0 !important; }

ul.linkspage {
	margin-left:0 !important;
	padding-left:0;
	}

ul.linkspage ul {
	margin:0 0 15px !important;
	}

.linkspage h2 {
	font-size:10pt;
	letter-spacing:0px;
	margin: 0 0 5px;
	}

/* -------------------[ Images Captions ]------------------- */

#imagecaptioneasy_right {
	padding: 0px 0px 10px;
	margin: 0 0 15px 5px;
	text-align: right; 
	float: right;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 1.15em;
	text-align: right;
	font-style: italic;
	}

#imagecaptioneasy_right img { 
	border: 0px solid #fff; 
	margin-bottom:5px; 
	}

#imagecaptioneasy_right span { 
	text-align: right; 
	}

#imagecaptioneasy_left {
	padding: 0px 0px 10px;
	margin: 0px 5px 15px 0; 
	float: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 1.15em;
	text-align: right;
	font-style: italic;
	}

#imagecaptioneasy_left img { 
	border: 0px solid #fff; 
	margin-bottom:5px; 
	}

#imagecaptioneasy_left span { 
	text-align: right; 
	}

#imagecaptioneasy_top_right {
	padding: 0px 0px 10px;
	margin: 0 0 15px 5px;
	text-align: right; 
	float: right;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 1.15em;
	text-align: right;
	font-style: italic;
	}
#imagecaptioneasy_top_right img { 
	border: 0px solid #fff; 
	margin-bottom:5px; 
	}

#imagecaptioneasy_top_right span { 
	text-align: right;
	}

#imagecaptioneasy_top_left {
	padding: 0px 0px 10px;
	margin: 0 5px 15px 0;
	text-align: right; 
	float: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 1.15em;
	text-align: right;
	font-style: italic;
	}

#imagecaptioneasy_top_left img { 
	border: 0px solid #fff; 
	margin-bottom:5px; 
	}

#imagecaptioneasy_top_left span { 
	text-align: right; 
	}

#imagecaptioneasy_top_top {
	padding: 0px 0px 10px;
	margin: 0 5px 15px 0;
	text-align: right; 
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 1.15em;
	text-align: right;
	font-style: italic;
	}

#imagecaptioneasy_top_top img { 
	border: 0px solid #fff; 
	margin-bottom:5px; 
	}

#imagecaptioneasy_top_top span { 
	text-align: right; 
	}

/* -------------------[ Images ]------------------- */

img.alignright {
        float: right !important;
        clear: right !important;
        margin: 0 0 5px 10px !important;
        }

img.alignleft {
        float: left !important;
        clear: left !important;
        margin: 0 10px 5px 0px !important;
        }

img.centered { 
        display: block !important; 
        margin: 0 auto 20px auto !important;  
        float: none !important; 
        clear: both !important;
        }
		
		

.GoNetwork1	{
	padding: 5px 0 18px 0;
	}
.off	{
	position: absolute;
	left: -9999px;
	top: -9999px;
	}
.on	{
	position: absolute;
	left: auto;
	top: auto;
	}
#tip1	{
	background: url(images/quote1.gif) 0 0 no-repeat;
	width: 210px;
	height: 221px;
	margin: -100px 0 0 82px;
	}
#tipText1	{
	padding: 10px;
	text-align: center;
	}
	
#leftcontent #tipText1 a	{
	text-decoration:underline;
	color:#84864b;
	}
	
#leftcontent #tipText1 a:hover	{
	text-decoration:underline;
	color:#931a3b;
	}

table.type11	{
    
	border-collapse: collapse;
	margin-bottom: 0;
	width: auto;
	position: relative;
	top: -6px;
	}
table.type11 td,
table.type11 th	{
    font-size: .95em;
	padding: 0;
	vertical-align: middle;
	border: none;
	height: 210px;
	width: 210px;
	text-align: center;
	}
	
	
#banner {
width:972px;
height:114px;
margin:0 auto;
padding:0;
}
#banner ul,
#banner li	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.btn1	{
	margin-bottom: 5px;
	}
	
.bookmark1	{
	margin: 0 0 11px 0;
	}
.bookmark1 a	{
	margin: 0 5px 0 0;
	}
	
ul.social-list1,
ul.social-list1 li	{
	margin: 0;
	padding: 0;
	background: none;
	list-style-type: none;
	}
ul.social-list1 li	{
	margin-right: 11px;
	float: left;
	}
	
.signup11	{
	font-size: 11px;
	line-height: 1.25;
	}
.text1	{
	padding: 0 7px;
	}