/*
Company:	Stand for Marriage Maine
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.jpg) no-repeat 50% 0 #6ba53a;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 989px;
	height: 204px;
	background: url(../images/hd-bkg.png) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 989px;
	background: url(../images/bd-mid.png) repeat-y 0 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
div#bd-fade {
	overflow: hidden;
	background: url(../images/bd-blue-fade.png) no-repeat 9px 0;
	width: 989px;
	padding-bottom: 10px;
}
div#bd-top {
	width: 989px;
	height: 14px;
	background: url(../images/bd-top.png) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
div#bd-btm {
	width: 989px;
	height: 30px;
	background: url(../images/bd-btm-expanded.png) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
body.home div#bd-btm {
	width: 989px;
	height: 23px;
	background: url(../images/bd-btm.png) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/* Footer */
div#ft {
	width: 989px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px 0 0 0;
	background: url(../images/ft-logo.png) no-repeat 846px 50%;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 350px;
	height: 100px;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Main */
div.main {
	width: 622px;
	float: left;
	display: inline;
}

/* Side */
div.side {
	width: 326px;
	margin: 0 30px 0 0;
	float: right;
	display: inline;
}

/* Home Feature */
div.home-feature {
	background-color: transparent;
	width: 596px;
	margin-left: 23px;
	margin-bottom: 10px;
}
div.home-feature div.feature {
	display: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 240px;
	height: 194px;
	padding: 40px 30px 0 326px;
	overflow: auto;
}
div.home-feature h1 {
	color: #3a3a3a;
	font-size: 139%;
	margin: 0;
	font-weight: normal;
}
div.home-feature p {
	color: #3a3a3a;
	font-size: 100%;
	margin: 0 0 10px 0;
}
div.home-feature p.learn-more {
	font-size: 93%;
	text-align: right;
	padding: 8px 0 0 0;
}
div.home-feature p.learn-more a {
	padding: 5px 10px;
	border: 1px solid #fff;
	background-color: #6fa232;
}
div.home-feature p.learn-more a:link, div.home-feature p.learn-more a:visited {
	color: #fff;
	text-decoration: none;
}

div.home-feature a.more-link {
	padding: 5px 10px;
	border: 1px solid #fff;
	background-color: #6fa232;
	font-size: 93%;
	float: right;
	display: inline;
}
div.home-feature a.more-link:link, div.home-feature a.more-link:visited {
	color: #fff;
	text-decoration: none;
}

/* Home Feature Thumbs */
div.home-feature-thumbs-wrap {
	width: 588px;
	margin-left: 30px;
	overflow: hidden;
	margin-bottom: 15px;
}
div.home-feature-thumbs {
	width: 2000px;
}
div.home-feature-thumbs div.thumb {
	width: 141px;
	margin: 0 6px 0 0;
	text-align: center;
	float: left;
	display: inline;
}
div.home-feature-thumbs {
	color: #3a3a3a;
}
div.home-feature-thumbs h2 {
	font-size: 108%;
	margin: 0;
	font-weight: normal;
	padding: 3px 0 0 0;
}
div.home-feature-thumbs a:link, div.home-feature-thumbs a:visited {
	color: #3a3a3a;
	text-decoration: none;
}
div.home-feature-thumbs a:hover {
	color: #6BA53A;
	text-decoration: underline;
}

/* News Feed */
div.news-boxes {
	width: 588px;
	margin-left: 20px;
}
div.news-feed {
	width: 284px;
	margin-left: 10px;
	float: left;
	display: inline;
}
div.news-feed h3 {
	color: #535c64;
	font-size: 161%;
	width: 264px;
	padding: 0 10px;
	height: 49px;
	line-height: 39px;
	background: url(../images/news-feed-hd.gif) no-repeat 0 0;
	font-weight: normal;
	margin: 0 0 5px 0;
}	
div.news-feed p {
	padding: 0 0 0 13px;
	margin: 0 0 10px 0;
}
div.news-feed p a:link, div.news-feed p a:visited {
	color: #3a3a3a;
	font-size: 108%;
	text-decoration: none;
}
div.news-feed p a:hover {
	color: #6fa232;
	text-decoration: underline;
}

/* Active List (Green Version)*/
h2.hd-twitter {
	background: url(../images/hd-green-twitter.gif) no-repeat 0 0;
	margin: 0;
	height: 38px;
	text-indent: -9000px;
}
h2.hd-news {
	background: url(../images/hd-green-news.gif) no-repeat 0 0;
	margin: 0;
	height: 38px;
	text-indent: -9000px;
	
}

.newsindexheader {
	font-weight: bold;
	font-size:16px;
	font-family:Arial,Helvetica,sans-serif;
	color:  #3A3A3A;
}

div.get-side-green {
	width: 317px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background: url(../images/list-btm-green-fade.gif) repeat-x 0 100% #97cc64;
	padding: 0 0 0px 0;
}
div.get-side-greem-top {
	margin: 0;
	padding: 0 0 0px 0;
	background: url(../images/list-top-green-fade.gif) repeat-x 0 0;
}
div.get-side-greem-btm {
	bottom: 0;
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../images/list-btm-green-fade.gif) repeat-x 0 0;
}
.get-side-table {

}


/* Active List */
h2.hd-get-active {
	background: url(../images/hd-get-active-marriage.gif) no-repeat 0 0;
	margin: 0;
	height: 38px;
	text-indent: -9000px;
}
div.get-active {
	width: 317px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background: url(../images/list-btm-fade.gif) repeat-x 0 100% #52a1e4;
	padding: 0 0 15px 0;
}
div.get-active ul {
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../images/list-top-fade.gif) repeat-x 0 0;
}
div.get-active ul li {
	list-style: none;
	border-bottom: 2px solid #fff;
}
div.get-active ul li a {
	display: block;
	width: 247px;
	padding: 13px 10px 13px 60px;
	font-size: 146.5%;
}
div.get-active li.ga-recruit a {
	background: url(../images/list-icon-recruit.gif) no-repeat 10px 50%;
}
div.get-active li.ga-spread a {
	background: url(../images/list-icon-spread.gif) no-repeat 10px 50%;
}
div.get-active li.ga-house a {
	background: url(../images/list-icon-house.gif) no-repeat 10px 50%;
}
div.get-active li.ga-write a {
	background: url(../images/list-icon-write.gif) no-repeat 10px 50%;
}
div.get-active li.ga-call a {
	background: url(../images/list-icon-call.gif) no-repeat 10px 50%;
}

div.get-active li.ga-tweet a {
	background: url(../images/list-icon-twitter.png) no-repeat 10px 50%;
}

div.get-active li.ga-facebook a {
	background: url(../images/list-icon-facebook.png) no-repeat 10px 50%;
}





div.get-active li.ga-talk a {
	background: url(../images/list-icon-talk.gif) no-repeat 10px 50%;
	border: none;
}

div.get-active ul a:link, div.get-active ul a:visited {
	color: #fff;
	text-decoration: none;
}
div.get-active ul a:hover {
	text-decoration: underline;
}
div.get-active ul li div.info {
	position: relative;
	top: -3px;
}
div.get-active ul li div.status {
	color: white;
	margin: 0px 0 0px 25px;
	font-weight: 900;
	padding-right: 5px;
}
div.get-active ul li div.greybar {
	background: url(http://dashboard.standformarriagemaine.com/Content/images/front/greybar.png) no-repeat;
	width: 297px;
	height: 18px;
	position: relative;
	margin: 0 0 0 10px;
}
div.get-active ul li div.greybar span.num {
	color: #444;
	font-size: .9em;
	top: 2px;
	position: absolute;
}
div.get-active ul li div.greybar div.line {
	position: absolute;
	top: 2px;
	width: 2px;
	height: 15px;
	background: url(http://dashboard.standformarriagemaine.com/Content/images/front/statusline.gif) no-repeat;
	border-right: solid 1px #aaa;
}
div.get-active ul li div.greybar div.greenbar {
	background: url(http://dashboard.standformarriagemaine.com/Content/images/front/greenbar.png) no-repeat;
	width: 297px;
	height: 18px;
	position: absolute;
	top: 0px;
	left: 0px;
}
p.donate-btn {
	font-size: 146.5%;
	width: 287px;
	text-align: center;
	background: url(../images/btn-donate.gif) no-repeat 0 0;
	margin: 0 auto;
}
p.donate-btn a {
	display: block;
	width: 287px;
	height: 35px;
	line-height: 32px;
}
p.donate-btn a:link, p.donate-btn a:visited {
	color: #163a03;
	text-decoration: none;
}
p.donate-btn a:hover {
	text-decoration: none;
}

/* Social Links */
div.social-links {
	text-align: center;
}
div.social-links h2 {
	color: #1773c4;
	font-size: 146.5%;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
}
div.social-links p a {
	margin: 0 5px;
}

/* Email Signup */
div.email-signup {
	padding: 10px 0 0 0;
	width: 360px;
	float: left;
	display: inline;
}
div.email-signup label {
	font-size: 116%;
	color: #0d77cf;
	vertical-align: middle;
}
div.email-signup input.email {
	width: 100px;
	border: 1px solid #2081d2;
	padding: 4px;
	color: #a5a5a5;
	font-size: 116%;
	vertical-align: middle;
}
div.email-signup input.zip {
	width: 40px;
	border: 1px solid #2081d2;
	padding: 4px;
	color: #a5a5a5;
	font-size: 116%;
	vertical-align: middle;
}
div.email-signup input.btn {
	vertical-align: middle;
}

/* Util Nav */
p.util-nav {
	color: #257ecb;
	font-size: 123%;
	width: 150px;
	padding: 13px 0 0 0;
	margin: 0;
	float: right;
	display: inline;
}
p.util-nav a:link, p.util-nav a:visited {
	color: #257ecb;
	text-decoration: none;
}
p.util-nav a:hover {
	text-decoration: underline;
	color: #6fa232;
}

/* Tell Others */	
div.tell-others p {margin: 0;}
div.tell-others {
	color: #ffffff;
	font-size: 177%;
	clear: both;
	margin: 0;
	padding: 30px 0 0 70px;
	font-style: italic;
	width: 900px;
}
div.tell-others a {
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	border: 1px solid #fff;
	background-color: #6fa232;
	padding: 5px 10px;
	vertical-align: middle;
}
div.tell-others a:link, div.tell-others a:visited {
	color: #fff;
	text-decoration: none;
}
div.tell-others a:hover {
	
}

/* Head Right */
div#hd-right {
	width: 530px;
	float: right;
	display: inline;
}

/* Footer Links */
p.copyright {
	color: #fff;
	font-size: 100%;
	margin: 0 0 10px 0;
}
p.copyright span {
	padding: 0 6px;
}
p.copyright a:link, p.copyright a:visited {
	color: #fff;
	text-decoration: none;
}
p.copyright a:hover {
	text-decoration: underline;
}

/* Footer Tagline */
p.ft-tagline {
	color: #ffffff;
	font-size: 131%;
}

/* Expanded Footer */
div.expanded-footer {
	width: 989px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/expanded-ft-bkg.png) repeat-y 0 0;
	overflow: hidden;
	color: #fff;
}
div.expanded-footer-btm {
	width: 989px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/expanded-ft-btm.png) repeat-y 0 0;
	overflow: hidden;
}
body.home div.expanded-footer, body.home div.expanded-footer-btm {
	display: none;
}
div.expanded-footer div.col1 {
	width: 170px;
	margin: 0 0 0 60px;
	float: left;
	display: inline;
}
div.expanded-footer div.col2 {
	width: 185px;
	margin: 0 0 0 40px;
	float: left;
	display: inline;
}
div.expanded-footer div.ft-email-signup {
	width: 185px;
	margin: 0 0 0 40px;
	float: left;
	display: inline;
}
div.expanded-footer div.col4 {
	width: 225px;
	margin: 0 0 0 40px;
	float: left;
	display: inline;
}
div.expanded-footer div.col4 img {
	margin: 0 3px 0 0;
}

div.expanded-footer h4 {
	color: #fff;
	font-weight: normal;
	font-size: 123.1%;
	margin: 0 0 10px 0;
}
div.expanded-footer h4.spacey {
	margin-bottom: 20px;
}
div.expanded-footer ul {
	margin: 0;
	padding: 0;
}
div.expanded-footer ul li {
	list-style: none;
	color: #fff;
	font-size: 116%;
	padding: 0 0 3px 0;
}

div.ft-email-signup label {
	font-size: 116%;
	display: block;
	margin: 0 0 6px 0;
}
div.ft-email-signup input.email {
	padding: 5px;
	width: 170px;
	border: none;
	margin: 0 0 4px 0;
	font-size: 93%;
}
div.ft-email-signup input.zip {
	padding: 5px;
	width: 58px;
	border: none;
	margin: 0 0 4px 0;
	font-size: 93%;
}
div.ft-email-signup input.btn {
	border: 1px solid #fff;
	background-color: #6fa232;
	color: #fff;
	padding: 5px 11px;
	text-transform: uppercase;
	font-size: 93%;
}

div.expanded-footer a:link, div.expanded-footer a:visited {
	color: #fff;
	text-decoration: none;
}
div.expanded-footer a:hover {
	text-decoration: underline;
}

/* Content */
div#content {
	padding: 20px 40px;
	clear: both;
	width: 909px;
}
div#content.dotnet {
	padding: 20px;
	width: 949px;
}
div.post {
	margin-bottom: 25px;
}
/* @end */

/* @group Common Text Styles */
div#content {
	color: #3a3a3a;
}
div#content p {
	line-height: 150%;
}

/* @group LINKS */

hr {



height:.25px;border:1px thin #3A3A3A;noshade: true;

}


.maintext
{
line-height: 150% !important;
font-family:Arial,Helvetica,sans-serif !important;
font-size:13px !important;
color: #3A3A3A !important;
}


a:link.newslinks
{
	color: #3A3A3A;
	text-decoration: none;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: normal;
	font-size: 13px;
	font-smooth: always;
		line-height: 18px;
}

a:active.newslinks
{
	color: #3A3A3A;
	text-decoration: none;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: normal;
	font-size: 13px;
	font-smooth: always;
	line-height: 18px;
}

a:visited.newslinks
{
	color: #3A3A3A;
	text-decoration: none;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: normal;
	font-size: 13px;
	font-smooth: always;
		line-height: 18px;
}

a:hover.newslinks
{
	color: #6ba53a!important;
	text-decoration: underline;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: normal;
	font-size: 13px;
	font-smooth: always;
		line-height: 18px;
}


a:link.newblogreadmore
{
	color: #2b7dc2;
	text-decoration: none;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: normal;
	font-size: 13px;
	font-smooth: always;
		line-height: 18px;
}

a:active.newblogreadmore
{
	color: #2b7dc2;
	text-decoration: none;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: normal;
	font-size: 13px;
	font-smooth: always;
	line-height: 18px;
}

a:visited.newblogreadmore
{
	color: #2b7dc2;
	text-decoration: none;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: normal;
	font-size: 13px;
	font-smooth: always;
		line-height: 18px;
}

a:hover.newblogreadmore
{
	color: #6ba53a!important;
	text-decoration: underline;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: normal;
	font-size: 13px;
	font-smooth: always;
		line-height: 18px;
}




a:link.blogtitle
{
	color: #3A3A3A;
	text-decoration: none;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: bold;
	font-size: 16px;
	font-smooth: always;
		line-height: 18px;
}

a:active.blogtitle
{
	color: #3A3A3A;
	text-decoration: none;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: bold;
	font-size: 16px;
	font-smooth: always;
	line-height: 18px;
}

a:visited.blogtitle
{
	color: #3A3A3A;
	text-decoration: none;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: bold;
	font-size: 16px;
	font-smooth: always;
		line-height: 18px;
}

a:hover.blogtitle
{
	color: #6ba53a!important;
	text-decoration: underline;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: bold;
	font-size: 16px;
	font-smooth: always;
		line-height: 18px;
}
/* @end */


/* @end */

/* @group Default Headings */
div#content h1, div#content h2 {
	margin: 0 0 10px 0;
	font-weight:  bold;
}
div#content h3, div#content h4, div#content h5, div#content h6 {
	margin: 0 0 5px 0;
}
/* @end */

/* @group Default Lists */

/* @end */

/* @group Nav */
div#nav {
	clear: both;
	padding: 5px 0 0 0;
}
div#nav ul {
	margin: 0;
	padding: 0 0 15px 0;
	text-align: center;
}
div#nav ul li {
	list-style: none;
	display: inline;
}
div#nav ul li a {
	font-size: 131%;
	padding: 0 4px 5px 9px;
	background: url(../images/nav-div.gif) no-repeat 0 50%;
}
div#nav ul li a.first-child {
	background: none;
}
div#nav a:link, div#nav a:visited {
	text-decoration: none;
	color: #2b7dc2;
}
div#nav a.contribute:link, div#nav a.contribute:visited {
	color: #bb171e;
}
div#nav a:hover {
	text-decoration: none;
	color: #6ba53a!important;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #3a3a3a;
	text-decoration: none;
}
a:hover {
	color: #b82007;
	text-decoration: underline;
}
/* @end */


/* @group Internal Page Links - link visited hover active */
a:link.internal, a:visited.internal {
	color: #3a3a3a;
	text-decoration: underline;
}
a:hover.internal {
	color: #b82007;
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.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 */
/* @end */