/*
Theme Name: Skeleton Plus
Theme URI: http://codedesign.elkind.net/themes/skeletonplus/
Description: Advanced and powerful version of the Skeleton theme featuring 10 widget-ready areas
Author: Jeny Elkind
Author URI: http://elkind.net/
Version: 1.3
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style

License: GNU General Public License
License URI: license.txt
*/

/* ----Here we go!---- */

/* =Reset CSS by Eric Meyer
-------------------------------------------------------------- */
@import url('reset.css');

/* =google fonts
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans+Bold|PT+Sans+Caption);

@font-face {
    font-family: 'BebasRegular';
    src: url('fonts/BEBAS___-webfont.eot');
    src: url('fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BEBAS___-webfont.woff') format('woff'),
         url('fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
text-transform:uppercase;

}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

p a {
font-family:arial, helvetica, sans-serif ;
text-transform:none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -290px 0 0;
	width: 100%;
}
#content {
	margin: 0 300px 0 35px;
}
#primary, #secondary {
    float: right;
    overflow: hidden;
    width: 286px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */


body,
input,
textarea,
.page-title span,
.pingback a.url,
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
		font-family:arial, helvetica ,sans-serif;
	/*font-family:'LeagueGothicRegular','BebasRegular','Arial Narrow','Nimbus Sans L',sans-serif;*/

}
input[type=submit]{
		font-family:'LeagueGothicRegular','BebasRegular','Arial Narrow','Nimbus Sans L',sans-serif;

}
pre {
	font-family: Courier;
}
code {
	font-family: monospace;
}
a{
	font-family:'LeagueGothicRegular','BebasRegular','Arial Narrow','Nimbus Sans L',sans-serif;
	text-transform: uppercase;
	text-decoration: none !important;
}
p{
		/*font-family:'Arial Narrow','Nimbus Sans L',sans-serif !important;*/

}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	margin-top: 20px;
	padding: 0 20px;
}



/* Structure the header area */
#header-widget-area {
	overflow: hidden;
	/*border-bottom:1px dotted #ccc;*/
	padding-bottom:5px;
	margin-bottom:0px;
	margin-left:26px;

}
#header-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 292px;
	text-align: center;
	margin-left: 5px;
	min-height:300px;
	border-right: 1px solid #ECE9E7;
	padding-top: 20px;
	color:#422C17;
}
#header-widget-area .wp-cpl-widget{
	padding-bottom: 20px !important;
}

#header-widget-area .widget-area h3 a {
    color: #422C17;
    font-size: 40px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase !important;
}
#header-widget-area .widget-area a {
    color: #422C17;
    font-family: "LeagueGothicRegular",arial,helvetica,sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 109%;
    text-transform: uppercase;
}
#header-widget-area .widget-area .wp-cpl-read-more{
	background: url("images/readmoreBG.png") repeat-x;
	width:265px;
	height:34px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center !important;	
	-webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.75);
	-moz-box-shadow:    0px 0px 10px rgba(51, 51, 51, 0.75);
	box-shadow:         0px 0px 10px rgba(51, 51, 51, 0.75);
	line-height: 30px;
}
#header-widget-area .widget-area .wp-cpl-read-more a, #header-widget-area .widget-area .wp-cpl-read-more a:hover, #header-widget-area .widget-area .wp-cpl-read-more a:visited {
    color: #422C17 !important;
    font-size: 23px;
    font-style: normal;
    font-weight: normal !important;
    text-decoration: none;
    text-shadow: 0 -1px 0 #CCCCCC;
    text-transform: uppercase !important;
}
#header-widget-area #third {
	margin-right: 0;
	border:none;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 300px;
}
#footer-widget-area .widget-title{
	display: none;
}
#footer-widget-area ul li{
	padding-left: 50px;
	list-style: none;
}
#footer-widget-area #first{
	background: url("images/members.jpg") no-repeat;
	min-height: 200px;	
}

#footer-widget-area #second {
		background: url("images/instagram.png") no-repeat 0px 22px;
		min-height: 200px;
		padding-left: 60px;
		width: 240px;
}
#footer-widget-area #third {
	margin-right: 0;
	background: url("images/twitter.jpg") no-repeat;
}
#footer-widget-area #third ul li ul li {
    padding-bottom: 10px;
    padding-left: 10px;
}
.follow-button {
    margin-left: 56px;
    padding-top: 20px;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}
#site-generator {
	float: right;
	width: 220px;
}

.flickrpress-container .flickr_item_view_squares img{
	height: 50px !important;
	width: 50px !important;
}
.ngg-widget img{
	height: 45px !important;
	width:45px !important;
}
#twitter-2{
	color: #FFF !important;
}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
    background: url("images/sfrising-org-BG.png") no-repeat scroll center top #D78D17;
    background-color: #D78D17;
    background-image: url("images/sfrising-org-BG.png");
    background-position: center 100px;
}
body,
input,
textarea {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #ccc;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
	color:#422C17;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}




input[type="text"], textarea {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
        	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    color: #422C17 !important;
    font-family: 'LeagueGothicRegular','BebasRegular','Arial Narrow','Nimbus Sans L',sans-serif;
    font-size: 20px;
    height: 30px;
    padding: 2px 0 0 12px;
}


a:link {
	color: #D28501;
}
a:visited {
	color: #000;
}
a:active,
a:hover {
	color: #D28501;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
.topBorder{
	background-color: #422C17;
	height:40px;
	margin-top: 0;
	width:100%;
	padding-top: 10px;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0 0 0 0;
}
#site-title {
	float: left;
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 40px;
	margin: 0 0 45px 0;
}
#site-title a {
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	font-size: 12px;	
	line-height: 14px;
	float: left;
	margin: 18px 0 10px 20px;
	padding:0 0 0 10px;
	color:#999;
	border-left:1px solid #ccc;
}
/* The top right links (facebook, twitter, etc)*/
#topLinks{
	color:#FFF;
	font-family:'LeagueGothicRegular','BebasRegular','Arial Narrow','Nimbus Sans L',sans-serif;
	font-weight: bold;
	width: 960px;
	position: relative;
	margin: 0 auto;

}
#topLinks ul{
    list-style:none;   
    right:0px;  
    position: absolute;
    /*width:725px;*/
}
#topLinks ul li{
    float:left;
    margin-right: 10px;
}
#topLinks .facebook{
	height:25px;
	width:25px;
}
#topLinks  .fb-like{
	position: relative;
	z-index: 9999;
	//height:100%;
}
#topLinks .mail{
	/*background: url("images/mail.png") no-repeat ;*/
	height:25px;
	width:25px;

}
#topLinks .rss{
	height:25px;
		width:25px;

}
#topLinks .twitter{
	height:25px;
	width:25px;

}
#topLinks .contacTop, #topLinks .ally-orgs{
	background-color: #D28501;
	line-height:1.5em;
	font-size: 1.2em;
	padding: 5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	position: relative;
	z-index: 2;	
	font-weight: normal;
}

/*facebook like*/
.fb_edge_widget_with_comment{
	width: 298px !important;
	z-index: 1;
}
/* This is the custom header image */
#branding img {
    clear: both;
    display: block;
    margin-top: 28px;
}

 #branding .logo img {
	 -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
	 -moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.75);
	 box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.75);    
	 margin-top: -38px;
    position: relative;
    z-index: 999;
}
 /* = widgets top right
---------------------------------------------------------------- */
#top-right-widgets {
	position: relative;
	z-index:1;
}
/* = Intro text 
---------------------------------------------------------------- */
#intro-text-widget{
    width:320px;
    margin-left:20px;
    position:absolute;
    left:240px;
    color:#FFF;
    font-size:26px;
    line-height:1.1em;
    text-transform: uppercase;
    font-family:'LeagueGothicRegular','BebasRegular','Arial Narrow','Nimbus Sans L',sans-serif;
    //top:0px;

}
#header-right-widgets{
	
}
#header-right-widgets #donate{
	position:absolute;
	right:234px;
	background: url("images/buttonBG.png") repeat-x;
	padding-top:9px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width:120px;
	height:28px;
	text-align: center;
	-webkit-box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.75);
	 -moz-box-shadow:    1px 1px 5px rgba(51, 51, 51, 0.75);
	 box-shadow:         1px 1px 5px rgba(51, 51, 51, 0.75);
}
#header-right-widgets #donate a {
    color: #422C17 !important;
    font-size: 27px;
    text-decoration: none;
}
#header-right-widgets #searchform{
	position: absolute;
	right:0;
	top:0;
}
#searchform #searchsubmit{
   text-indent:-999px;
    width:35px;
    height:37px;
    padding-top:1px;
    background:url("images/blackarrow.png") no-repeat center center #E7B400;
}
#searchform #s {
    float: left;
    margin: 0;
    padding: 3px 3px 1px 12px;
    width: 170px;
}
#nletter{
    position:absolute;
    top:50px;
    right:0;
}	
.container-inline{
    width:356px;
}
 #nletter, #header-right-widgets .sendpress-signup-form{
	position: absolute;
	right:0px;
	top:45px;
}
#nletter input[type=text], .sendpress-signup-form input[type=text]{
    width:198px;
    margin-right:10px;
    float:left;
    
}
#nletter input[type="submit"], .sendpress-signup-form #nletter input[type="submit"]{
	width:134px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.75);
	 -moz-box-shadow:    1px 1px 5px rgba(51, 51, 51, 0.75);
	 box-shadow:         1px 1px 5px rgba(51, 51, 51, 0.75);
	 float:left;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	margin: 0;
	position: absolute;
	z-index: 99;
	top:18.8em;
	height:60px;
	width:960px;
	background-color: #422C17;
	-webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.75);
	-moz-box-shadow:    0px 0px 10px rgba(51, 51, 51, 0.75);
	box-shadow:         0px 0px 10px rgba(51, 51, 51, 0.75);
	
	}
#access .menu-header, div.menu {
    font-size: 11px;
    font-weight: 700;
    margin: 18px 0 0 12px;
}
#access .menu-header{
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	margin-left:5px;
	z-index: 9999;
}
#access a {
    color: #FFFFFF;
    display: block;
    font-size: 36px;
    font-weight: normal;
    line-height: 25px;
    padding: 0 15px 20px 15px;
    text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
	margin: 1px; 
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	color: #fff;	
	/*text-shadow:#333 0 -1px 0px;*/
}
#access li:hover > a{
}
#access ul ul :hover > a{
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a, #access ul li.current_page_ancestor > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
    color: #F5C715;
    text-shadow: 0 -1px 0 #336699;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
{
	color: #fff;
	background: #D28501;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 22px 0 0 0;
	background-color: #FFF;
    -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.75);
    -moz-box-shadow:    0px 0px 10px rgba(51, 51, 51, 0.75);
    box-shadow:         0px 0px 10px rgba(51, 51, 51, 0.75);
}
#content {
	margin-bottom: 36px;
}
#content, #content input, #content textarea {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    padding-top: 12px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    color: #422C17;
    line-height: 115%;
    margin: 0 0 20px;
}

#content h2,
{
	color: #000;
	line-height: 120%;
	margin: 0 0 20px 0;
	font-size:30px;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 30px 0;
}
.home .sticky {
	background: #eee;
	color:#000;
	border-bottom: 3px solid #ddd;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
    color: #422C17 !important;
    font-family: 'LeagueGothicRegular','BebasRegular','Arial Narrow','Nimbus Sans L',sans-serif !important;
    font-size: 53px !important;
    font-weight: normal !important;
    text-transform: uppercase;
	line-height: 1.3em;
	margin-bottom: 0;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #789;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #789;
}
.entry-meta {
color:#422C17 !important;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #789;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	color: #422C17 !important;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a, .entry-utility a {
    color: #D28501;
    font-family: arial,helvetica,sans-serif;
    text-transform: none;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #789;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #422C17;
	font-size: 17px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #D28501;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #D28501;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
    border-bottom: 1px solid #E1E1E1;
    display: block;
}
#nav-below {
    border-top: 1px solid #E1E1E1;
    margin: -18px 0 0;
    padding: 30px 0 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #789;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #789;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
    background: url("images/buttonBG.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    color: #422C17;
    font-size: 27px;
    height: 35px;
    padding: 0;
    text-transform: uppercase;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #789;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
    list-style: square outside none;
    margin-left: 4em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
    color: #222222;
    font-size: 35px;
    font-weight: normal;
    padding: 17px 0 6px 6px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color:#422C17;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color:#fff;
}

li.widget_twitter .widget-area a:link, li#widget_twitter .widget-area a:visited {
	text-decoration: none !important;
	color:#fff !important;
	font-family: arial, helvetica, sans-serif !important;
	text-transform: none !important;
}


li#twitter-2 {
padding-left:0px !important;
}


li.widget_twitter .entry-content a {
	text-decoration: none !important;
	color:#fff !important;
	font-family: arial, helvetica, sans-serif !important;
	text-transform: none !important;
}

li.widget_twitter .intent-meta a {
	text-decoration: none !important;
	color:#fff !important;
	font-family: arial, helvetica, sans-serif !important;
	text-transform: none !important;
	padding: 0 5px 0 0;
}



li.widget_twitter .entry-meta {
color:#fff !important;
}

li.widget_twitter .entry-meta .time-meta a{
color:#fff !important;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #789;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

.textwidget img {
	margin: 0 15px 1px 0;
	padding: 0;
	float: left;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
    padding: 25px 0 10px;
}


/* =Footer
-------------------------------------------------------------- */
#wrapper_footer{
	background:#D78D17;
	width: 100%;
}

#footer {
	margin: 0 auto 30px;
	width: 960px;
	background-color: #422C17;
    -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.75);
    -moz-box-shadow:    0px 0px 10px rgba(51, 51, 51, 0.75);
    box-shadow:         0px 0px 10px rgba(51, 51, 51, 0.75);
}

#colophon {
	margin-top: -4px;
	overflow: hidden;
	padding: 0px 0;
}
/* =Footer Menu
-------------------------------------------------------------- */
#footerMenu {
 	float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
.menu-footer{
	
}
.menu-footer ul{
	clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
 }
.menu-footer ul li{
display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   /*background:url("images/dividerFooter.png") right center no-repeat;*/

}
.menu-footer ul li a{
	display:block;
   margin:0 0 0 1px;
   padding:3px 0px 3px 5px;
   color: #663300;
   text-decoration:none;
   line-height:1.3em;
   font-size: 15px;

}
.menu-footer ul li a:hover{
	   color: #422C17;
}
#menu-footer .current-menu-item a{
	 color: #422C17;
}
.menu-footer #menu-item-128{
	background: none;
}
#site-info {
	font-weight: normal;
	font-size: 0.7em;
	color:#FFF;
}
#site-info a {
	color: #FFF;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
	display: none;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
/* Contact Form */
#contactsubmit{
	margin-right:20px;
		background: url("images/buttonBG.png") repeat-x !important;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
/*
-- Safari
-----------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
   #access {
   	top:236px;
   }
   #searchform #searchsubmit{
	   height:36px;
	   padding-top:7px;
   }
}

/* IE7 -IE8 fixes */
.ie7   #access{
	top:0;
	position: relative;
}
.ie7 input[type="submit"], .ie7 #access a {
	padding-top:3px;
}
.ie7 .radslide{
	margin-top:-30px;
}
.ie8 #access, .ie9 #access{
	top:236px;
}
.ie8 #searchform #s{	
	position:absolute;	
	top:0px;
	right:39px;
}

/* 
= Newsletter CSS

			
/* Copy this css into you're theme to style the SendPress sign up widget. */

/* container for the signup form */
.sendpress-signup-form{

	}
	/* element that surrounds each field and label */
	.sendpress-signup-form fieldset{
		margin-bottom:5px;
	}
	/* labels in the sing up form */
	.sendpress-signup-form label{
		display:block;
		word-wrap: none;
		padding:0 5px 0 0;
	}
	/* input fields in sign up form */
	.sendpress-signup-form input{
		max-width:80%;
	}
	/* submit button */
	.sendpress-signup-form .submit{
		max-width:80%;
	}
	/* element where error messages are displayed */
	.sendpress-signup-form #error{
		color:#8B0000;
		margin:10px 0px;
	}
	/* element where the thank you message shows upon successful submit */
	.sendpress-signup-form #thanks{
		margin:10px 0px;
	}		

.widget-area ul.menu {
list-style:none !important;
margin-top:20px;
margin-left:0 !important;
}

.widget-area ul.menu li a{
list-style:none !important;
font-size:40px;
color: #fff;
}

.widget-area ul.sub-menu {
list-style:none !important;
margin-top:10px;
}

.widget-area ul.sub-menu li {
list-style:none !important;
font-size:18px;
margin-bottom:10px !important;
color:#fff;
}

.widget-area ul.sub-menu li a{
list-style:none !important;
font-size:25px;
margin-bottom:20px !important;
color:#fff;
}

.widget-area .menu-about-container {
    background: none repeat scroll 0 0 #422C17;
    padding: 5px 0 20px 20px;
    margin-top:10px;
}

#primary li#wp_category_post_list_itg-5 {
    background: none repeat scroll 0 0 #F3DDB9;
    padding: 15px;
}
ul.wp-cpl-widget li.wp-cpl-odd {
background:none !important;
}

#primary li#wp_category_post_list_itg-5 .wp-cpl-read-more {
    background: none repeat scroll 0 0 #422C17;
    margin-top: 10px !important;
    padding: 13px !important;
    text-align: center !important;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
	
	#primary li#wp_category_post_list_itg-5 .wp-cpl-read-more:hover {
    background: none repeat scroll 0 0 #D78D17;
	}

#primary li#wp_category_post_list_itg-5 .wp-cpl-read-more a {
    color: #FFFFFF !important;
    font-size: 26px;
    font-style: normal !important;
    text-decoration: none !important;
}

#primary li#wp_category_post_list_itg-6 .wp-cpl-read-more {
    background: none repeat scroll 0 0 #422C17;
    margin-top: 10px !important;
    padding: 13px !important;
    text-align: center !important;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
	
	#primary li#wp_category_post_list_itg-6 .wp-cpl-read-more:hover {
    background: none repeat scroll 0 0 #D78D17;
	}

#primary li#wp_category_post_list_itg-6 .wp-cpl-read-more a {
    color: #FFFFFF !important;
    font-size: 26px;
    font-style: normal !important;
    text-decoration: none !important;
}

#primary li#wp_category_post_list_itg-6 {
    background: none repeat scroll 0 0 #F3DDB9;
    padding: 15px;
}

h1.entry-title {
    color: #422C17 !important;
    font-family: 'LeagueGothicRegular','BebasRegular','Arial Narrow','Nimbus Sans L',sans-serif !important;
    font-size: 53px !important;
    font-weight: normal !important;
    text-transform: uppercase;
}

h2.entry-title a {
    color: #422C17 !important;
    font-family: 'LeagueGothicRegular','BebasRegular','Arial Narrow','Nimbus Sans L',sans-serif !important;
    font-size: 50px !important;
    font-weight: normal !important;
    line-height: 1em;
}
h2.entry-title {
		font-family:'LeagueGothicRegular','BebasRegular','Arial Narrow','Nimbus Sans L',sans-serif !important;
font-weight:normal !important;
font-size:24px !important;
color:#422C17 !important;
}

h3.widget-title a {
color:#422C17 !important;
}

.wp-cpl-read-more a {
    color: #FFFFFF !important;
    font-family: 'LeagueGothicRegular';
    font-size: 27px;
    font-style: normal !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

.wp-cpl-widget li {
    background: none repeat scroll 0 0 transparent !important;
    float: none !important;
    margin: 11px 0 !important;
    overflow: hidden !important;
    padding: 13px 5px !important;
}

.jww-thumb img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left !important;
    margin: 15px !important;
    padding: 10px !important;
    width: 200px !important;
}
a.jww-thumb {
float:left !important;
}

#content .category-campaigns {
    background: none repeat scroll 0 0 #F3DDB9;
    border: 1px solid #CCCCCC;
    min-height: 190px;
    padding: 20px;
}


#content .category-news {
    background: none repeat scroll 0 0 #F3DDB9;
    border: 1px solid #CCCCCC;
    min-height: 190px;
    padding: 20px;
}


#content .category-reports, #content .category-resources, #content .category-allies, #content .category-maps {
    background: none repeat scroll 0 0 #F3DDB9 !important;
    border: 1px solid #CCCCCC !important;
    min-height: 190px !important;
    padding: 20px !important;
}

.single-post #content .category-reports, .single-post #content .category-resources, .single-post #content .category-allies, .single-post #content .category-maps {
    background: #fff !important;
    border: none !important;
    min-height: 190px !important;
    padding: 0px !important;
}



li#wp_category_post_list_itg-4 .thumb_lay img.wp-post-image {
   /* height: 100%; */
   /* width: 75px !important; */
}

li#wp_category_post_list_itg-2 .thumb_lay img.wp-post-image {
  /*  height: 100%; */
  /*  width: 75px !important; */
}

li#wp_category_post_list_itg-5 .thumb_lay img.wp-post-image {
   /* height: 100%; */
  /*  width: 75px !important; */
}

li#wp_category_post_list_itg-4, li#wp_category_post_list_itg-5 {
text-align:left;
}

li#wp_category_post_list_itg-4 {
text-align:left;
}

li#wp_category_post_list_itg-2 {
text-align:left;
}

body.single-post #content .category-campaigns {
background:none !important;
border:none !important;
padding:0 0 40px 0;
margin:0;
}


body.single-post #content .category-resources {
background:none !important;
border:none !important;
padding:0 0 40px 0;
margin:0;
}

body.single-post #content .category-news {
background:none !important;
border:none !important;
padding:0 0 40px 0;
margin:0;
}

#jww-post-image img{
float:left;
margin: 0 15px 5px 0;
padding:5px;
border:1px solid #e1e1e1;
background:#fff;
width:200px;
/* height:100%; */
}

.category-news #jww-post-image img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    float: left;
    /* height: 100%; */
    margin: 0 15px 5px 0;
    padding: 5px;
    width: 300px;
}

li#wp_category_post_list_itg-2 .thumb_lay img.wp-post-image {
   /* height: 100%; */
  /*  width: 75px !important; */
}

li#wp_category_post_list_itg-3 .thumb_lay img.wp-post-image {
   /* height: 100%; */
   /* width: 102px !important; */
}

li#wp_category_post_list_itg-6 .thumb_lay img.wp-post-image {
   /* height: 100%; */
   /*  width: 75px !important; */
}

li#wp_category_post_list_itg-2, li#wp_category_post_list_itg-4, li#wp_category_post_list_itg-5, li#wp_category_post_list_itg-3, li#wp_category_post_list_itg-6 {
text-align:left;
}

li#nav_menu-3 {
background:#422C17 !important;
    margin-top: 10px;
    padding: 5px 0 20px 20px;
}

ul#menu-main-menu li ul.sub-menu li a{
    color: #FFFFFF;
    height: auto;
    line-height: .8em;
    padding: 10px;
    width: 160px;
    font-size:24px !important;
} 

ul#menu-main-menu li ul.sub-menu {
background:#D78D17 !important;
    color: #FFFFFF;
    height: auto;
    padding: 10px;
    width: 160px;
margin-top:17px !important;
} 
#crm-container label {
    color: #3F2E1E;
    display: inline;
    font-family: arial,sans-serif;
    font-size: 16px;
    font-weight: bold !important;
    margin: 0 5px;
}

#crm-container .crm-section .content, .crm-section .content {
    margin-left: 17% !important;
}

.entry-content #crm-container input {
    margin: 0 0 0 0 !important;
}

.crm-button input.form-submit {
    font-size: 40px !important;
    height: 55px !important;
    padding-bottom: 10px;
}
#crm-container .crm-submit-buttons, #crm-container .action-link {
    height: 55px !important;
    margin: 4px 0 4px 2px;
}

.crm-button-type-cancel {
display:none !important;
}

#crm-container .help {
background:none !important;
border:none !important;
}

#crm-container .crm-section .label, .crm-section .label {
    float: left;
    height: 40px !important;
    text-align: right;
    width: 15%;
}

#editrow-custom_321 label {
    float: left;
    height: 98px !important;
}

#crm-container .crm-button {
    background: #3F2E1E !important;
}

#crm-container .crm-button:hover {
    background: #D78D17 !important;
}

.contactform input {
    font-family: arial,helvetica,sans-serif;
    font-size: 17px !important;
    font-weight: bold;
    margin: 0 0 -3px;
    width: 340px;
}

.contactform small {
    color: #422C17;
    font-size: 20px !important;
    margin: 0 0 0 5px !important;
}


.contactform small {
    color: #422C17;
    font-size: 20px !important;
    margin: 0 0 0 5px !important;
}

.contactform input#submit {
    background: none repeat scroll 0 0 #F3C015;
    color: #422C17;
    font-size: 30px;
    height: 50px;
    margin: 0;
    padding: 0;
}

p.contact_message textarea {
width:340px;
height:340px;
    font-family: arial,helvetica,sans-serif;
    font-size: 17px !important;
    margin: 0 0 -3px;
    width: 340px;
}

.wp-cpl-theme-0 li span.wp-thumb-overlay {
    background: #fff !important;
    border: 1px solid #868686 !important;
}

.wp-cpl-widget li span.wp-thumb-overlay {
    float: left !important;
    line-height: 0 !important;
    margin: 0 15px 5px 0 !important;
    padding: 4px !important;
}

h2.entry-title h2 {
    font-family: arial,helvetica,sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: none;
}

#nav-above a h2, #nav-below a h2 {
font-size:14px;
    font-family: arial,helvetica,sans-serif;
text-transform:none !important;
}

ul.wp-cpl-widget a h2 {
    font-family: arial,helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 130%;
    text-transform: none;
}

.ngg-widget img {
    border: 2px solid #A9A9A9 !important;
    margin: 0 4px 5px 0 !important;
    padding: 1px !important;
}

li.wp-cpl a {
color: #422C17 !important;
}

#crm-container input[type="text"], #crm-container input[type="password"] {
    border: 1px solid #999999;
    font-family: arial,helvetica,sans-serif !important;
    font-size: 14px !important;
    padding-bottom: 10px !important;
    padding-left: 1px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    vertical-align: middle;
}