/*/*
 Theme Name:   Authoritier
 Theme URI:    http://authorsalliance.org/
 Description:  Twenty Twelve Child Theme
 Author:       John Doe
 Author URI:   http://authorsalliance.org/
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

@import url("../twentytwelve/style.css");

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

a {
	outline: none;
	color: #2DCC70;
}
a:hover {
	color: #BC7063;
}

#frontbox
{width: 1024px; background: white;}

.frontbox {padding: 40px;}

/* ===[ Footer Widget Areas ]=== */
 
.site-info { clear: both; left: 0; }
#footer-widgets {
    width: 100%;
    border-top: none; border-bottom: none;
   
}
#footer-widgets .widget li { list-style-type: none; }
 
.template-front-page #footer-widgets { padding-top: 0; }
 
@media screen and (min-width: 600px) { 
#footer-widgets.three .widget + .widget + .widget {
    margin-right: 1.71429rem;
}
 
#footer-widgets.three .widget {
    clear: none;
    float: left;
    margin-right: 1.71429rem;
    max-width: 30.85%;
    width: 30.85%;
    }
}

/* for IE8 and IE7 */
.ie #footer-widgets.three .widget {
    float: left;
    margin-right: 3.1%;
    width: 29.85%;
    clear: none;
}
.ie #footer-widgets.three .widget + .widget + .widget { margin-right: 3.1%; }


/* ===[ IE Homepage Template Widget fix ]=== */
.ie .template-front-page .first.front-widgets,
.ie .template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    margin-bottom: 24px;
    width: 51.875% ;
}
.ie .template-front-page .second.front-widgets { clear: right; }
.ie .template-front-page .first.front-widgets,
.ie .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
    float: right;
    margin: 0 0 24px;
    width: 39.0625% ;
}
.ie .template-front-page.two-sidebars .widget,
.ie .template-front-page.two-sidebars .widget:nth-child(even) { float: none; }
.ie .template-front-page .widget-area { clear: both; }
 
.ie .template-front-page .widget {
    width: 100% !important;
    border: none;
}
.ie .template-front-page .first.front-widgets { 
    width: 51.875%;
    float: left ;
}
.ie  .template-front-page .second.front-widgets {
    width: 39.0625%;
    float: right ;
}

/* Hide footer widgets Homepage Template */
.template-front-page #footer-widgets { display: none; }

#footer-bottom {background: #222421;}

.site-info {background: white; width: 100%; border-top: solid 1px #000; padding: 0 20px; position: fixed; bottom: 0; z-index: 9999;}
#lowerfooter {width: auto;}


 
.entry-content ol li {border-left: black 1px solid; 
margin-bottom: 30px;
padding-top: 0;
padding-left: 60px;
}

.entry-content ol li span.list {
font-family: 'Open Sans', sans-serif;
}


.entry-content ol li:before {
}


#masthead img {float: left;
    border-radius: none !important;
    box-shadow: none !important;
}

#site-navigation { background-color: transparent; margin-top: 15px;}
a#wp-stripe-modal-button.thickbox {margin-top: 30px;}

#site-navigation h3.menu-toggle
{margin-left: 187px;
position: relative; top: -30px;
}


#site-navigation img {float: left;}
.main-navigation {margin-top: 0;}

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: none;
		border-top: none;
		float: right;
		width: auto;
		background-color: transparent!important;
		padding: 0 15px;
	}

.entry-header {margin-top: 25px;}
article.sticky .featured-post {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;}
	
	
	
	.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: none !important;
    box-shadow: none !important;
}

.widget-area .widget {border-left: 1px solid #000000; padding-left: 40px; 
}

.template-front-page #secondary.widget-area .first.front-widgets .widget {padding-left: 0; border-left: none; padding-top: 10px;}

body .site {box-shadow: none; background: transparent;
	padding-top: 0; 
	margin-top: 0;
}

#lowerfooter {margin: 0 auto; }
	.sub-navigation ul.nav-menu,
	.sub-navigation div.nav-menu > ul {
		border: none;
		display: inline-block !important;
		text-align: left;
		width: 200px;
		background: red;
	}
	.sub-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.sub-navigation li a,
	.sub-navigation li {
		display: inline-block;
		text-decoration: none;
	
	}
	.sub-navigation li a {
		border-bottom: 0;
		color: #FFFFFF;
		line-height: 3.692307692;
		text-transform: none;
		white-space: nowrap;
	}
	.sub-navigation li a:hover {
		color: #FFFFFF; text-decoration: underline;
	}
	.sub-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.sub-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.sub-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	

#secondmenu {background: #59595b; margin-top: 18px; padding: 4px; width: 100%; float: right; line-height: 2;
}
	.second-navigation ul.nav-menu,
	.second-navigation div.nav-menu > ul {
		border: none;
		text-align: right;
		padding: 0;
		float: right;
	}
	.second-navigation ul {
		margin: 0;
		text-indent: 0;
		float: right;
	}
	.second-navigation li a,
	.second-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.second-navigation li a {
		border-bottom: 0;
		color: #FFFFFF;
		line-height: 2;
		text-transform: none;
		white-space: nowrap;
	}
	.second-navigation li a:hover {
		color: #FFFFFF; text-decoration: underline;
	}
	.second-navigation li {
		margin: 0 0 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.second-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.second-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	
/* FONTS  */

body {
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
	color: #000000;
}
body.custom-font-enabled {
	font-family: 'Open Sans', sans-serif;
}	

#content h1, h2, h3, h4, h5 {font-family: 'Titillium Web', sans-serif; font-weight: bold; font-weight: 200;}

.entry-content h5 {text-align: center; color: #303030; text-transform: uppercase; margin: 0;} 
#content h6 {font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 32px; font-weight: normal; padding-top: 20px; color: #59595b;}

.entry-content h6 img {margin-top: -5px;}


.bigtext p {font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 32px; font-weight: normal; color: #59595b;}

.entry-title a {color: #000000;}

.main-navigation li a {
		color: #000000; text-transform: none;
		font-size: 14px;
		line-height: 1;
	}
	

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
		color: #000000; font-weight: normal;
	}
	
	.main-navigation li ul li a {border: none; background: #000; line-height: .5;}
	.main-navigation li ul li a:hover {border: none; background: #000; color: #FFFFFF;}
	
body.page-id-40 .main-navigation li a {
		color: #e7e8ea; text-transform: none;
		font-size: 14px; background: transparent;
	}
	 
body.page-id-437 #logo_section_full,
body.page-id-437 #menu {
   display: none;
}

		body.page-id-40 .main-navigation ul.nav-menu,
	body.page-id-40 .main-navigation div.nav-menu > ul {
		background-color: transparent!important;
}			}

body.page-id-40 #site-navigation {background: transparent!important; 
	
}

body.page-id-40 .main-navigation .current-menu-item > a, 
body.page-id-40 .main-navigation .current-menu-ancestor > a, 
body.page-id-40 .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
		color: #e7e8ea; font-weight: normal; background: transparent;
	}


footer.entry-meta {margin: 0;}

.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
font-weight: normal;
font-weight: 200;
 color: #000000;}

.entry-header .entry-title {font-weight: normal; font-weight: 200;}

/* Other bits */
hr {
  border: 0;
  width: 100%;
  padding: 0; margin: 50px 0; color: #59595b; background-color: #59595b;
}




.topblock {min-height: 300px; max-width: 960px; padding-top: 0px; margin-bottom: 40px; }
.topblock h4 {color: white!important; font-size: 62px; line-height: 68px; padding: 20px; margin-top: 0; }

.topblock h6 {color: white!important;  background-color: #59595b; padding: 20px;}

.entry-content h2 {line-height: 16px;}
.entry-content h1 {font-family: 'Titillium Web', sans-serif;
font-weight: normal;
font-weight: 200;}

.frontblock { padding: 20px; min-height: 100px; height: auto; padding-top: 20px; margin-bottom: 40px; background-color: transparent;}
.frontblock h4 {font-size: 62px; line-height: 68px; padding: 20px 0; margin-top: 20px; color: #FFFFFF;  background: transparent;}
@media only screen and (max-width: 955px) 
  {
    .frontblock  h4  {font-size: 42px; width: 65%; margin: 0 auto; line-height: 48px;}
  }
body.page-id-40 .frontblock h4 {text-align: center;}
body.page-id-40 .frontblock img {text-align: center; margin-left: auto; margin-right: auto;}

body.page-id-40 .frontblock  {padding-top: 0; margin-bottom: 0; height: 260px;}
}


body.page-id-40 .frontblock a:hover img {
}
body.page-id-40 .entry-header {display: none;}






.site-content article {
	word-wrap: normal;
-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.widget-area .widget
{
  word-wrap: normal;
-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

.entry-content blockquote, .comment-content blockquote {padding: 0; margin: 0;}

/*.entry-content blockquote p,*/.comment-content blockquote p { font-size: 32px; line-height: 36px; font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200; font-style: normal; padding-top: 15px; padding-bottom: 10px;}


body.page-id-72 #content {}

#frontwhitebox {background: #FFFFFF; background-image: url("images/whitecenterbg.jpg"); padding: 0; width: 960px; margin-top: 100px;}
#frontwhitebox .column {width: 250px; margin: 10px; padding: 0 20px;}
#frontwhitebox div.column-group.columns-3 {width: 960px; margin-left: 15px;}
#frontwhitebox img {margin: 0; padding: 0 5px 0 0; margin-top: -7px;}
#frontwhitebox h2 {font-size: 24px;}
#frontwhitebox a {color: #CCCCCC;}

#frontblackbox {margin-top: 125px; background: #222421; color: #999999; width: 100%; position: absolute; left: 0; margin-bottom: 0;}
#frontblackbox img {margin: 0; padding: 0 5px 0 0; margin-top: -4px; margin-left: -3px;}
#frontblackbox .column {padding: 0 40px; width: 275px;}
#frontblackbox div.column-group.columns-2 {width: 960px; margin-left: auto; margin-right: auto; padding-bottom: 80px;}
#frontblackbox p {font-size: 12px; line-height: 16px;}


#lowerfooter img {margin: 4px 0 0 0; padding: 0;}

#colophon {border: none;}

article#post-40.post-40.page.type-page.status-publish.hentry {border-bottom: none!important; margin-bottom: 10px!important;}

div#secondary {margin-top: 26px;}
div#secondary.widget-area .widget {padding-bottom: 25px; border-bottom: 1px solid #000000; border-left: none; padding-left: 5px; margin-bottom: 25px;}

.article.sticky .featured-post {border: none;}

.archive-title {margin-top: 105px;}
.archive-header, .page-header  {border: none; margin-bottom: 10px	; padding-bottom: 10px;}


#bloggery {height: 105px;}

.blogtop {margin-top: 147px; border: none; margin-bottom: 50px;}
article.blogtop {border: none; margin-top: 147px; margin-bottom: 50px;}
.blogtop h1  {font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200; font-size: px;}
.blogtop h6 {font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 32px; font-weight: normal; padding-top: 20px; color: #59595b; margin-bottom: 50px;}
.blogtop h4 {font-size: 62px; line-height: 68px; padding: 20px 0;}
.blogtop h4 a:link {color: #59595b;}

.site-header h1 a,
.site-header h2 a {
	color: #59595b;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #59595b;
}

article.sticky .featured-post {border: none;}

.blogtop span.morebutton {font-family: 'Open Sans', sans-serif; font-size: 22px; background-color: #59595b; width: auto; padding: 3px; color: #FFFFFF; line-height: 22px; color: #FFFFFF; padding: 10px; line-height: 22px; margin-bottom: 50px;}

#lowerfooter li.menu-header-search, #menu-top li.menu-header-search {
     display: none;
}

.error404 #primary, .search #primary, .search #secondary, .error404 #secondary {margin-top: 100px;}
body.page-id-40 #site-navigation {background-color: transparent!important;}
body.page-id-40 .main-navigation {}
body.page-id-40 h3.menu-toggle {display:none;}
body.page-id-40 div.menu-top-container {}
body.page-id-40 #colophon, body.page-id-40 #footer .entry-meta, body.page-id-40 #comments {display: none;}
body.page-id-40 .site-content, body.page-id-40 .site, body.page-id-40 #main .wrapper, body.page-id-40 #page {margin-bottom: 0; padding-bottom: 0;}


div#main.wrapper {}
div#secondary.widget-area .widget {}

.template-front-page #secondary.widget-area .first.front-widgets .widget {padding-top: 0;}

.number h1 {font-size: 72px;}
div.number {width: auto; float: left; clear: both; margin-left: 0px; border-right: 1px solid black; padding-right: 40px;}
div.item {float: left; width: 600px; padding-left: 40px;}
#content .item h6 {padding-top: 0; margin-top: 0;}
 .item h6 {padding-top: 0; margin-top: 0;}



/* New look */
/* border-bottom: 1px solid #e0e0e0!important;  */

body {color: #000000;}
.entry-content p {font-size: 16px; line-height: 25px; color: #000000; font-weight: normal; font-weight: 200;}
.site-info {color: #FFFFFF; background: #000000;}
.site-content {width: 100%; margin: 0 auto;}
body.parent-pageid-384 .site-content {width: 65.104166667%;}
body.parent-pageid-2282 .site-content {width: 65.104166667%;}
body.single .site-content, body.blog .site-content  {width: 68%;}
.frontblock {text-align: center; margin: 0 auto; padding: 0 20%; background: transparent; margin-top: 100px;}
body.blog .frontblock {margin-top: 0; padding: 0;}
body.category-blog .frontblock {margin-top: 0; padding: 0;}
body.page.page-id-488 .frontblock {margin-top: 0; padding: 0;} 
body.page.page-id-336 .frontblock {margin-top: 0; padding: 0 100px;} 
body.page.page-id-338 .frontblock {margin-top: 0; padding: 0 0;} 
/*body.category-blog .frontblock  h4,*/ 
body.page.page-id-338 .frontblock  h4  {font-size: 42px; width: 65%; margin: 0 auto; line-height: 48px;}
@media only screen and (max-width: 900px) 
  {
 body.page.page-id-338 .frontblock  h4  {font-size: 30px; width: 65%; margin: 0 auto; line-height: 36px;}
  }
@media only screen and (max-width: 800px) 
  {
 body.page.page-id-338 .frontblock  h4  {font-size: 20px; width: 65%; margin: 0 auto; line-height: 26px;}
  }
@media only screen and (max-width: 500px) 
  {
 body.page.page-id-338 .frontblock  h4  {font-size: 10px; width: 65%; margin: 0 auto; line-height: 16px;}
  }  
.frontblock h5 {color: #FFFFFF; font-size: 1.5em; line-height: 1.35em; width: 75%; margin: 0 auto;}
img.alignleft {clear: left; margin: 0px; padding: 0px;}
.entry-content h2 {font-size: 28px; line-height: 28px; text-transform: uppercase;}
body.category-blog .frontblock  h4 {padding-top: 50px;}

.site-content article {border-bottom: none!important; margin-bottom: 40px; padding-bottom: 40px;}
body.blog .site-content article {border-bottom: 1px solid #e0e0e0!important; margin-bottom: 40px; padding-bottom: 40px;}
body.blog .site-content article .entry-header .entry-title {font-weight: normal; font-weight: 200; font-size: 2em;}
.greenery {color: #2dcc70;}
body.parent-pageid-384 .entry-title {text-transform: capitalize;}

hr {color: #e0e0e0; background-color: #e0e0e0;}
strong {text-transform: uppercase;}
#credits {float: right; line-height: 3.692307692;}
#credits img {float: left; padding-right: 20px;}
#lowerfooter {text-transform: uppercase;}
#lowerfooter a {text-transform: uppercase;}
.entry-title, .widget-title {font-family: 'Titillium Web', sans-serif!important; font-size: 22px; text-transform: uppercase; font-weight: normal; font-weight: 200; line-height: 26px;}
div#secondary.widget-area .widget {border-bottom: #e0e0e0 solid 1px;}
.site-header {padding: 20px 0;}
.header-image {margin-top: 0;}

/* issues */
#issues {width: 85%; margin: 0 auto;}
#issues h4 {color: #2dcc70; font-size: 2em; margin-bottom: 20px;}
#issues .black {color: #000000;}
#issues p {font-weight: normal; font-weight: 200; font-size: 1.25em; line-height: 1.5em;}
#issues #blogread {margin-top: 20px;}
div#issue-sidebar, div#main-sidebar {padding-bottom: 40px; margin-top: 25px;}
div#issue-sidebar h4 {text-transform: uppercase;}
div#resources-sidebar {padding-bottom: 40px;}
div#resources-sidebar .widget-title {font-size: 18px;}
div#resources-sidebar h4 {text-transform: uppercase;}
.widget-area {margin-top: 5px;}
div#secondary {margin-top: 0;}
#issues-footer {}


/* Front page */

#frontispiecebelow a:visited, #frontispiecebelow a:link {color: #000000;}
#frontispiecebelow h2 {text-align: center; margin: 0;}
#frontispiecebelow h2 img {margin-right: 15px;}
#frontispiecebelow {text-align: center;}
#frontispiecebelow img.size-full.wp-image-567 {position: relative; top: 2px;}
#frontispiecebelow p {margin-top: -10px;}

#frontispiecebelow input {color: #333333;  border: solid 1px #000000; border-radius: 0; background: transparent;
font-size: 18px;
font-weight: normal;
height: 40px;
line-height: 40px;
margin: 10px 0 0 0;
padding: 0 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;  font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;}

#frontispiecebelow .mc4wp-form input[type="submit"] {
	border: solid 2px #2dcc70; 
	border-radius: 0; 
	background: transparent;
	color: #000000;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Titillium Web', sans-serif; 
	font-weight: normal; font-weight: 200;
	text-align: center;
}

div#rotatingtweets_4000_scrollUp_536197bb0a5ff.rotatingtweets.rotatingtweets_format_0 {height: 105px;}
#content .rotatingtweets, #content .norotatingtweets
{margin-bottom: 0; border: none;}

/* Header Backgrounds & settings*/


.main-navigation li {margin: 0 1.5rem 0 0;}
.main-navigation li a {color: #FFFFFF; text-transform: uppercase; font-size: 17px; font-weight: bold;}
.main-navigation li a:hover, .main-navigation li a:active {text-decoration: underline; color: #FFFFFF;}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {color: #FFFFFF; font-weight: bold; text-decoration: underline;}


#masthead {width: 100%;
	 background: url("images/bgabout.jpg")!important; 
	 background-color: #000000!important; 
	 background-attachment: fixed!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	padding-bottom: 40px;
	height: 340px;
	
}



body.page-id-336 #masthead {
	 background: url("images/bgabout.jpg")!important; 
	 background-color: #000000!important; 
	 background-attachment: fixed!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	}
body.page-id-338 #masthead {
	background: url("images/bghome.jpg")!important;
	 background-color: #000000!important; 
	 background-attachment: fixed!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	}





/* Join & Read More buttons */
#button {margin-left: auto; margin-right: auto; text-align: center;}
	
.button {
	border: solid 2px #2dcc70; 
	border-radius: 0; 
	background: transparent;
	padding: 5px 15px;
	color: #000000;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 56px;
	font-family: 'Titillium Web', sans-serif; 
	font-weight: normal; font-weight: 200;
	text-align: center;
}

#join {margin-left: auto; margin-right: auto; text-align: center;}

#join .button{	font-size: 32px;
	line-height: 62px;
	color: #FFFFFF;
	}
	@media only screen and (max-width: 900px) 
  {
 #join .button{font-size: 20px;
	line-height: 45px;
	color: #FFFFFF;}
  }

#blogread {margin-left: auto; margin-right: auto; text-align: center;}

body.blog .button {font-size: 32px;
	line-height: 62px;
	color: #FFFFFF;
	}
.frontblock #blogread { margin-top: 10px;}

 
.frontblock .button {color: #FFFFFF;}
body.blog .entry-content .button {font-size: 32px;
	line-height: 62px;
	color: #000000;
	}
	

#joinbottom button {margin-left: auto; margin-right: auto; text-align: center;}
	
#joinbottom button {
	border: solid 2px #2dcc70; 
	border-radius: 0; 
	background: transparent;
	padding: 0 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 40px;
	font-family: 'Titillium Web', sans-serif; 
	font-weight: normal; font-weight: 200;
	text-align: center;
}




/* Content Nav (anchor links inside page) */

ul.contentnav {text-align: center;}
ul.contentnav li {list-style: none; display: inline; text-align: center; margin: 0; text-transform: uppercase;}
ul.contentnav li a:link, ul.contentnav li a:visited {color: #000000; border-bottom: solid 1px #e0e0e0; 
	padding: 0 13px 10px 13px; margin: 0 0 15px 0;}
ul.contentnav li a:hover, ul.contentnav li a:active  {color: #2dcc70; border-bottom: solid 1px #2dcc70; 
	padding: 0 13px 10px 13px; margin: 0 0 15px 0;}


ul.contentnav li#mission a:link, ul.contentnav li#mission a:visited {color: #2dcc70; border-bottom: solid 1px #2dcc70; 
	padding: 0 13px 10px 13px; margin: 0 0 15px 0;}

ul.contentnav li a.active, ul.contentnav li a.active:hover, ul.contentnav li a.active:active{
	color: #2dcc70; border-bottom: solid 1px #2dcc70; 
	padding: 0 13px 10px 13px; margin: 0 0 15px 0;
}




/* front page slider */
.smooth_slider {margin: 0 auto!important;}
.smooth_slider h2 {margin: 0 auto!important; width: 500px!important; padding-top: 0px; text-align: center!important; position: relative!important; left: -30px!important; font-family: 'Titillium Web', sans-serif!important; font-weight: normal!important; font-weight: 200!important; text-transform: none!important; font-size: 24px!important;}
.smooth_slider_thumbnail, .sldr_title {display: none!important;}
.smooth_slider .smooth_prev {background-image: url('http://authorsalliance.org/left.png'); width: 44px!important; height: 44px!important; top: 10%!important;}
.smooth_slider .smooth_next {z-index: 20!important; background-image: url('http://authorsalliance.org/right.png'); width: 44px!important; height: 44px!important; top: 10%!important;}


/* Blog & Resources*/
.entry-meta {text-transform: uppercase;}
body.category .site-content {width: 65.104166667%;}
body.category .archive-header {display: none;}
body.category ul.contentnav {margin: 30px;}
body.category .site-content article {border-bottom: 1px solid #e0e0e0!important;}
body.category .site-content article .entry-header .entry-title a:link, body.category .site-content article .entry-header .entry-title a:visited {color: #2dcc70;}
body.category .site-content article .entry-header .entry-title a:hover, body.category .site-content article .entry-header .entry-title a:active {color: #2dcc70; text-decoration: underline;}
body.category .site-content article .entry-meta a:link, body.category .site-content article .entry-meta a:visited {color: #2dcc70;}
body.category .site-content article .entry-meta a:hover, body.category .site-content article .entry-meta a:active {color: #2dcc70; text-decoration: underline;}

#blog-search {margin-top: 20px; margin-bottom: 10px; display: block; margin-left: auto; margin-right: auto; width: 650px; }
#blog-search input#s {width: 480px;}

#blog-search input#searchsubmit, #blog-search input#s {
	border: solid 2px #000000; 
	border-radius: 0; 
	background: transparent;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 56px;
	font-family: 'Titillium Web', sans-serif; 
	font-weight: normal; font-weight: 200;
	text-align: center;
}
#blog-search input#s {	border: solid 2px #2dcc70;  color: #000; 
}

#issues-search {}

#issues-search input#searchsubmit, #issues-search input#s {
	border: solid 2px #2dcc70; 
	border-radius: 0; 
	background: transparent;
	padding: 6px 2px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Titillium Web', sans-serif; 
	font-weight: normal; font-weight: 200;
	text-align: center;
}
#issues-search input#s {	border: solid 2px #000000;  color: #000; padding: 5px 2px 4px 2px;
}

.search #primary {margin-top: 0;}
.search h1.page-title {text-align: center;}

/* Stripe styling */

#wp-stripe-types {display: none!important;}
#hiddenstripe {display: none!important;}
.site-info .donateli {display: none!important;}
a#wp-stripe-modal-button.thickbox {margin-top: 0;}
#wp-stripe-modal-button {
margin: 0!important;
padding: 0!important;
min-width: 0!important;
display: inline-block;
text-align: center;
font-weight: bold;
font-size: 17px!important;
border: none!important;
color: white;
text-decoration: none;
text-shadow: 0!important;
background: none!important;
background-image: none!important;
-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
box-shadow: none!important;
-o-border-radius: 0!important;
-moz-border-radius: 0!important;
-webkit-border-radius: 0!important;
border-radius: 0!important;
cursor: pointer;
cursor: hand;
}

a:hover#wp-stripe-modal-button.thickbox {text-decoration: underline!important;}


/* Issues & Resources Sidebar */

#issue-sidebar .widget-title {margin-bottom: 10px;}
#issue-sidebar a {line-height: 1.5em;}
.issues-widget {margin-bottom: 10px;}
body.category-25 #issue-sidebar, body.category-27 #issue-sidebar {display: none;} 
#issues-search {margin-top: 15px;}

.iw2 ul {list-style: disc outside none;}

#resources-sidebar .widget-title {margin-bottom: 10px;}
#resources-sidebar a {line-height: 1.5em;}



/* Join page Donate area */
#joinbottom, #joinlistbottom {width: 100%;
	 background: url("images/bghomeshelf.jpg")!important; 
	 background-color: #000000!important; 
	 background-attachment: fixed!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	padding-bottom: 40px;
	min-height: 100px;
}

.bottomblock { padding: 20px 0; min-height: 100px; height: auto; width: 100%; padding-top: 20px; margin-bottom: 40px; background-color: transparent;}
.bottomblock h4 {font-size: 40px; line-height: 48px; padding: 20px; margin-top: 20px; color: #FFFFFF;  background: transparent; text-align: center; padding-bottom: 20px;}
.bottomblockcell {margin: 0 auto; display: block; width: 900px;}
.fullstripe-form-title {display: none;}

#joinbottom #payment-form.form-horizontal .control-group {margin-bottom: 8px;}
#payment-form.form-horizontal .controls {margin-left: 0!important;}

#joinbottom input {color: #FFFFFF;  border: solid 2px #FFFFFF; border-radius: 0; background: transparent;
color: #FFFFFF;
font-size: 20px;
font-weight: normal;
height: 36px;
line-height: 36px;
margin: 0 0 0 0;
padding: 0 20px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;  font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;}

label.control-label.fullstripe-form-label {text-align: left;}
input#fullstripe_custom_amount.fullstripe-form-input {width: 110px!important;}
#payment-form .input-xlarge {width: 330px!important;}



.extra-info-block{
	margin-top:20px;
}



 #joinbottom label {color: #FFFFFF; background: transparent;
color: #FFFFFF;
font-size: 17px;
text-transform: uppercase;
font-weight: normal;
height: 40px;
line-height: 40px;
text-decoration: none;
vertical-align: top;
white-space: nowrap;  font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;}

#payment-form.form-horizontal .control-label {width: 300px!important; padding-right: 10px; text-align: left!important;}


#joinbottom input[type="radio"] {
	height: 32px;
line-height: 32px;
}

#joinbottom .controls label.radio-label{
	margin-right:10px;
	height: 32px;
line-height: 32px;
	vertical-align: middle;
}
#joinbottom input[type="radio"]{
	margin-right:10px;
	margin-left:10px;
	vertical-align: middle;
}


#joinbottom form-divider{
	vertical-align: baseline;
}

#joinbottom input.aastripe-form-exp-input{
	vertical-align: baseline;
}

#joinbottom .controls label.radio-label.aastripe-label-other{
	margin:0 2px 0 5px;
}

#payment-form input.other-amount-text{
	width:80px;
	vertical-align: middle;
	height:30px;
	line-height: 30px; 
}







#joinbottom div.controls {color: #FFFFFF;}

body.page-id-488 .frontblock, body.page-id-510 .frontblock  {}
body.page-id-488 #colophon {display: none;}

#joinbottom p.payment-errors{
	padding:3px 0 10px 0;
}


#joinbottom p, #joinlistbottom p {text-align: center; color: #FFFFFF;}
#joinbottom a, #joinlistbottom a {text-align: center; color: rgba(197,197,197,1);}
#joinbottom a.memberlink, #joinlistbottom a.memberlink {text-align: center; color: #2DCC70;}
#joinbottom p.payment-errors.alert.alert-error {font-size:17px; color: #2dcc70!important;}
#joinbottom p.payment-errors.alert.alert-success  {font-size:17px; color: #2dcc70!important;}
.alert-error {color: #2dcc70!important; font-size:17px;}
.alert-success  {color: #2dcc70!important; font-size:17px;}



#joinbottom .fieldsetRow fieldset.fieldsetColumn{
	width:50%;
	float: left;
	margin:0;
	padding:0;
}


#joinbottom .fieldsetRow fieldset.fieldsetColumn:last-child{
	width:45%;
	margin-left:5%;
}


#joinbottom .fieldsetRow{
	overflow: auto;
	width: 95%;
	margin:0 0 0 5%;
}


#joinbottom .fieldsetRow label{
	white-space: normal;
}


#joinbottom .fieldsetRow button {
	display:block;
	width:200px;
}



@media (max-width: 899px) {
  
  
  #joinbottom .fieldsetRow fieldset.fieldsetColumn{
	width:100%;
	float: none;
	clear:both;
	margin:0;
	padding:0;
}

  
}





/* Splash Page */
body.page-id-510 input {width: 80%;}
body.page-id-510 #mc_embed_signup .mc-field-group.halfsies {width: 45%!important; margin-right: 4%; float: left!important; clear: none!important;} 

body.page-id-510 #mc_embed_signup .mc-field-group {width: 94%!important;}

body.page-id-510 .required {color: #FFFFFF!important; }
#mc_embed_signup .mc-field-group input {color: #FFFFFF;  border: solid 2px #FFFFFF; border-radius: 0; background: transparent;
color: #FFFFFF;
font-size: 32px;
font-weight: normal;
height: 62px;
line-height: 62px;
margin: 0 0 0 0;
padding: 0 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;  font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;}
body.page-id-510 #mc_embed_signup .mc-field-group input {height: auto;}
body.page-id-510 input#mce-group[11109]-11109-0 {margin-right: 10px;}

body.page-id-510 #mce-EMAIL {width: 55%; border: solid 2px #FFFFFF; border-radius: 0; background: transparent;
color: #FFFFFF;
font-size: 32px;
font-weight: normal;
height: 62px;
line-height: 62px;
margin: 0 0 0 0;
padding: 0 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;  font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;}


body.page-id-510 #mc_embed_signup .button {border: solid 2px #2dcc70; border-radius: 0; background: transparent;
color: #FFFFFF;
font-size: 32px;
font-weight: normal;
height: 66px;
line-height: 62px;
margin: 0 0 10px 0;
padding: 0 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
width: 25%; margin-left: 35%; font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;
}

footer.entry-meta {display: none;}
.site-content article {padding-bottom: 10px;}


/* Splash Page */
#frontimg {padding-top: 40px;}
body.page-id-323 .frontblock {padding-top: 0; padding-bottom: 0;}
body.page-id-323 .menu-bottom-container, body.page-id-323 footer.entry-meta, body.page-id-323 #site-navigation, body.page-id-323 .assistive-text, body.page-id-323 .menu-top-container, body.page-id-323 #lowerfooter img, body.page-id-323 #masthead img {}
body.page-id-323 #masthead {}
body.page-id-323 div.menu-new-top-container {display: none;}
body.page-id-323 .site-info {background-color: #000000; color: #FFFFFF; font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200; padding: 20px; text-align: right;}
body.page-id-323 .site-content article {border-bottom: none!important; margin-bottom: 0; padding-bottom: none;}
body.page-id-323 .frontblock {margin-bottom: 0;}
body.page-id-323 .frontblock h4 {text-align: center;}
body.page-id-323 {
 background: url("images/aabg99.jpg")!important; background-color: #000000!important; background-attachment: fixed!important;
 -webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
body.page-id-323 #site-navigation a#wp-stripe-modal-button.thickbox {display: none!important;}


body.page-id-323 input {width: 80%;}
body.page-id-323 #mc_embed_signup .mc-field-group.halfsies {width: 45%!important; margin-right: 4%; float: left!important; clear: none!important;} 

body.page-id-323 #mc_embed_signup .mc-field-group {width: 94%!important;}

body.page-id-323 .required {color: #FFFFFF!important; }
#mc_embed_signup .mc-field-group input {color: #FFFFFF;  border: solid 2px #FFFFFF; border-radius: 0; background: transparent;
color: #FFFFFF;
font-size: 32px;
font-weight: normal;
height: 62px;
line-height: 62px;
margin: 0 0 0 0;
padding: 0 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;  font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;}
body.page-id-323 #mc_embed_signup .mc-field-group input {height: auto;}
body.page-id-323 input#mce-group[11109]-11109-0 {margin-right: 10px;}

body.page-id-323 #mce-EMAIL {width: 55%; border: solid 2px #FFFFFF; border-radius: 0; background: transparent;
color: #FFFFFF;
font-size: 32px;
font-weight: normal;
height: 62px;
line-height: 62px;
margin: 0 0 0 0;
padding: 0 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;  font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;}


body.page-id-323 #mc_embed_signup .button {border: solid 2px #2dcc70; border-radius: 0; background: transparent;
color: #FFFFFF;
font-size: 32px;
font-weight: normal;
height: 66px;
line-height: 62px;
margin: 0 0 10px 0;
padding: 0 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
width: 45%; margin-left: 25%; font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;
}
body.page-id-323 #masthead {width: 100%;
	 background: none! important;
}
body.page-id-323 .site-content {width: 100%; margin: 0 auto;}


/* Splash Page */
#frontimg {padding-top: 40px;}
body.page-id-323 .frontblock {padding-top: 0; padding-bottom: 0;}
body.page-id-323 .menu-bottom-container, body.page-id-323 footer.entry-meta, body.page-id-323 #site-navigation, body.page-id-323 .assistive-text, body.page-id-323 .menu-top-container, body.page-id-323 #lowerfooter img, body.page-id-323 #masthead img {}
body.page-id-323 #masthead {}
body.page-id-323 div.menu-new-top-container {display: none;}
body.page-id-323 .site-info {background-color: #000000; color: #FFFFFF; font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200; padding: 20px; text-align: right;}
body.page-id-323 .site-content article {border-bottom: none!important; margin-bottom: 0; padding-bottom: none;}
body.page-id-323 .frontblock {margin-bottom: 0;}
body.page-id-323 .frontblock h4 {text-align: center;}
body.page-id-323 {
 background: url("images/aabg99.jpg")!important; background-color: #000000!important; background-attachment: fixed!important;
 -webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
body.page-id-323 #site-navigation a#wp-stripe-modal-button.thickbox {display: none!important;}


body.page-id-323 input {width: 80%;}
body.page-id-323 #mc_embed_signup .mc-field-group.halfsies {width: 45%!important; margin-right: 4%; float: left!important; clear: none!important;} 

body.page-id-323 #mc_embed_signup .mc-field-group {width: 94%!important;}

body.page-id-323 .required {color: #FFFFFF!important; }
#mc_embed_signup .mc-field-group input {color: #FFFFFF;  border: solid 2px #FFFFFF; border-radius: 0; background: transparent;
color: #FFFFFF;
font-size: 32px;
font-weight: normal;
height: 62px;
line-height: 62px;
margin: 0 0 0 0;
padding: 0 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;  font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;}
body.page-id-323 #mc_embed_signup .mc-field-group input {height: auto;}
body.page-id-323 input#mce-group[11109]-11109-0 {margin-right: 10px;}

body.page-id-323 #mce-EMAIL {width: 55%; border: solid 2px #FFFFFF; border-radius: 0; background: transparent;
color: #FFFFFF;
font-size: 32px;
font-weight: normal;
height: 62px;
line-height: 62px;
margin: 0 0 0 0;
padding: 0 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;  font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;}


body.page-id-323 #mc_embed_signup .button {border: solid 2px #2dcc70; border-radius: 0; background: transparent;
color: #FFFFFF;
font-size: 32px;
font-weight: normal;
height: 66px;
line-height: 62px;
margin: 0 0 10px 0;
padding: 0 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
width: 45%; margin-left: 25%; font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;
}
body.page-id-323 #masthead {width: 100%;
	 background: none! important;
}
body.page-id-323 .site-content {width: 100%; margin: 0 auto;}
/* IMG.HoverBorder2 {border:0px solid #eee;}
IMG.HoverBorder2:hover {border:5px solid #555;} */ 
.hoverimage img:last-child{display:none}
.hoverimage:hover img:first-child{display:none}
.hoverimage:hover img:last-child{display:inline-block}


/* DONATE SPLASH PAGE */
body.page-id-422 #site-navigation a#wp-stripe-modal-button.thickbox {display: none!important;}

body.page-id-422 .frontblock {padding-top: 0; padding-bottom: 0;}
body.page-id-422 .entry-content p {color: #FFFFFF; text-align: center;}
body.page-id-422 .menu-bottom-container, body.page-id-422 footer.entry-meta, body.page-id-422 #site-navigation, body.page-id-422 .assistive-text, body.page-id-422 .menu-top-container, body.page-id-422 #lowerfooter img, body.page-id-422 #masthead img {}
body.page-id-422 div.menu-new-top-container {display: none;}
body.page-id-422 .site-info {background-color: #000000; color: #FFFFFF; font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200; padding: 20px; text-align: right;}
body.page-id-422 .site-content article {border-bottom: none!important; margin-bottom: 0; padding-bottom: none;}
body.page-id-422 .frontblock {margin-bottom: 0;}
body.page-id-422 .frontblock h4 {text-align: center;}
body.page-id-422 {
 background: url("images/aabg99.jpg")!important; background-color: #000000!important; background-attachment: fixed!important;
 -webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
body.page-id-422 input {width: 80%;}
body.page-id-422 #masthead {}

body.page-id-422 #mc_embed_signup .mc-field-group.halfsies {width: 45%!important; margin-right: 4%; float: left!important; clear: none!important;} 

body.page-id-422 #mc_embed_signup .mc-field-group {width: 94%!important;}
body.page-id-422 #wp-stripe-types {display: none;}



body.page-id-422 .required {color: #FFFFFF!important; }
#mc_embed_signup .mc-field-group input {color: #FFFFFF;  border: solid 2px #FFFFFF; border-radius: 0; background: transparent;
color: #FFFFFF;
font-size: 32px;
font-weight: normal;
height: 62px;
line-height: 62px;
margin: 0 0 0 0;
padding: 0 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;  font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;}
body.page-id-422 #mc_embed_signup .mc-field-group input {height: auto;}
body.page-id-422 input#mce-group[11109]-11109-0 {margin-right: 10px;}

body.page-id-422 #mce-EMAIL {width: 55%; border: solid 2px #FFFFFF; border-radius: 0; background: transparent;
color: #FFFFFF;
font-size: 32px;
font-weight: normal;
height: 62px;
line-height: 62px;
margin: 0 0 0 0;
padding: 0 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;  font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;}


body.page-id-422 #mc_embed_signup .button {border: solid 2px #2dcc70; border-radius: 0; background: transparent;
color: #FFFFFF;
font-size: 32px;
font-weight: normal;
height: 66px;
line-height: 62px;
margin: 0 0 10px 0;
padding: 0 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
width: 94%; font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;
}
body.page-id-422 #masthead {width: 100%;
	 background: none! important;
}
body.page-id-422 .site-content {width: 100%; margin: 0 auto;}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {border-radius: 0;}


#mc_embed_signup .mc-field-group select {
height: 82px!important; 
background: transparent; 
padding: 0; 
width: 101%!important;
color: #FFFFFF!important;
font-size: 32px;
font-weight: normal;
height: 62px;
line-height: 62px;
margin: 0 0 0 0!important;
border-radius: 0!important;
text-decoration: none;
vertical-align: top;
white-space: nowrap;  
font-family: 'Titillium Web', sans-serif; 
font-weight: normal!important; font-weight: 200!important;
padding: 0 0 0 20px;
text-indent: 35%;
-webkit-appearance: none;
  -webkit-border-radius: 0px;
border: solid 2px #FFFFFF; 
}


@-moz-document url-prefix() { 
  #mc_embed_signup .mc-field-group select {
     text-indent:0;
     height: 70px!important;
     padding-left: 35%!important;
  }
}

body.page-id-422 #colophon, body.page-id-323 #colophon {margin-top: 100px;}

#mc_embed_signup .mc-field-group option {
background: transparent;
color: #FFFFFF;
font-size: 32px;
font-weight: normal;
height: 62px;
line-height: 62px;
margin: 0 0 0 0;
padding: 0 22px;
border-radius: none!important;
text-decoration: none;
vertical-align: top;
white-space: nowrap;  font-family: 'Titillium Web', sans-serif; font-weight: normal; font-weight: 200;
}


#page, #wrapper, #primary, #secondary {background: #FFFFFF!important;}

/*****************************
** ~~~~ Mike's Additions ~~~ *
******************************/

.issue_highlight h2 {font-size: 24px; font-weight: bold;}
.mike_link a:link { color: #FFF;}
.mike_link a:visited { color: #FFF;}
/*.mike_link a:hover { color: #BC7063;}*/
.mike_link a:active { color: #2dcc70;}


/*no green frontblock links*/

.frontblock a {color: #FFF;}

/* Outline boxes on hover */

.hoveroutline img:hover {
    outline: #000 solid 5px;
}

blockquote.normaquote {
	margin-bottom: 20px;
	margin-left: 50px;
	padding-left: 15px;
	border-left: 3px solid #ccc;
} 






/* Loading */
/*
(cs)spinner.css - http://jh3y.github.io/-cs-spinner
Licensed under the MIT license

Jhey Tompkins (c) 2014.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* (cs)spinner base styling */
.csspinner {
  position: relative;
}
.csspinner:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
  -webkit-transition: 1s opacity ease-in-out; 
  transition: 1s opacity ease-in-out;
  
  -webkit-animation: fadeItIn 1s; /* Chrome, Safari, Opera */
	animation: fadeItIn 1s;
  
}

/*
.csspinner.active:before {
  opacity: 0.6;
  background-color: #000000;
}
*/

@-webkit-keyframes fadeItIn
{
0%   {opacity: 0;}
100% {opacity: 0.6;}
}

/* Standard syntax */
@keyframes fadeItIn
{
0%   {opacity: 0;}
100% {opacity: 0.6;}
}




.csspinner:after {
  z-index: 2;
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  -webkit-transition: all .75s ease 0s;
  transition: all .75s ease 0s;
  border-radius: 100%;
  border-top: 4px solid #555555;
  -webkit-animation: standard .75s infinite linear;
  animation: standard .75s infinite linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.csspinner.no-overlay:before {
  content: none;
  display: none;
}
/* (cs)spinner standard rotation animation used for duo, double-up etc. */
@-webkit-keyframes standard {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes standard {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*(cs)spinner duo - a dual colored standard animated spinner*/
.csspinner.duo:after {
  border-right: 4px solid #333333;
  border-left: 4px solid #333333;
  border-top: 4px solid #2dcc70;
  border-bottom: 4px solid #2dcc70;
}


#joinbottom.bottomblock h4{
	padding-bottom:30px;
}

#joinbottom .bottomblockcell h1{
	color:white;
	text-align:center;
}

#joinbottom .bottomblockcell h1 a {
	color:#2dcc70;
}








h1.feature{
	text-transform:none;
	color:black;
	font-size:40px;
	padding-top:25px;
}








.frontblockcaption{
	position:absolute;
	z-index:10;
	color:#999999;
	font-size:9pt;
	bottom:5px;
	right:5px;
	display:block;
	font-style:italic;
}

.frontblockcaption em{
	color:#cccccc;
}
.frontblockcaption a{
	color:#cccccc;
}

header#masthead{
	display:block;
	position:relative;
}

body.page-id-336 .entry-header {display: none;}


body.page-id-336 .entry-content{
	position:relative;
}


body.page-id-336 .founding {
	display: block;
	margin:30px 0 0 0;
	padding:0px;
	position:absolute;
	width:960px;
	top:0;
	left:0;
	height:50px;
	background-color:white;
	z-index:12;
}


body.page-id-336 .stickyfounding {
  position: fixed;
  top: 0;
  margin:0 auto;
  width:100%;
  
}

body.page-id-336 .about-content{
	padding-top:90px;
	position:relative;
}

.text-centered{
	text-align:center
}

.aa-facebook{
	display:block;
	width:50px;
	height:30px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}

#sub-navigation{
	float:left;
}

.lowerfooter .menu-bottom-container{
 	width:auto;
 	display:inline;
}
.lowerfooter #menu-bottom{
 	width:auto;
 	display:inline;
}



