/*
Theme Name: NASW
Theme URI: http://50ways.socialworkblog.org/
Description: NASW Theme
Version: 1.0
Author: Joe Fino
Author URI: http://crosbymarketing.com/
*/

/*****************************************************
   * Reset default browser CSS
*****************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 10px;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}

strong, b {
	font-weight:bold;
	font-size: inherit;
}
em, i {
	font-style:italic;
	font-size: inherit;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* -------------------------------------------------------------- 
   * Images
-------------------------------------------------------------- */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
div.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/*****************************************************
BODY STYLES
*****************************************************/

html, body {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

/*****************************************************
POSITIONING FOR THE BG IMAGE
*****************************************************/

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	position:relative;
	z-index:2;
	min-width:960px;
	padding-bottom:70px;
}

.footer, .push {
	height: 70px; /* .push must be the same height as .footer */
}


#supersize {
	position:fixed;
	z-index:1;
	height:100%;
	width:100%;	
}

#supersize img {
	height:100%;
	width:100%;
	position:absolute;
}

/*****************************************************
HEADER
*****************************************************/

#topRow {
	height:100px;
	margin:0 auto 25px auto;
	width:960px;
}

ul#utilityNav {
	float:right;
	margin:10px 0 0 0;
	text-align:right;
	height:15px;
	list-style-type: none;
}
ul#utilityNav li {
	list-style-type: none;
	float:left;
	clear:none;
	margin:0;
	padding:3px;
}
ul#utilityNav li a {
	color:#fff;
	font-size:1.2em;
	line-height:normal;
	font-family:Arial,Helvetica,sans-serif;
}
ul.dropdown  {
	background:none repeat scroll 0 0 #000;
	border:5px solid #E0E0E0;
	display:none;
	float:left;
	list-style:none outside none;
	margin:-1px 0 0 -105px;
	padding:7px;
	position:absolute;
	text-align:left;
	z-index:999;
	width:300px;
}
ul.dropdown li {
	clear:left;
	display:inline;
	float:left;
	margin:0;
	padding:3px 0 4px 0;
	width:300px;
}
.downArrow {
	margin:0 8px 0 8px;
}

#bringMeHere {
	float:right;
	clear:right;
	margin:20px 20px 0 0;
}

#inThisSection {
	float:left;
	width:450px;
	color:#fff;
	margin:18px 0 0 50px;
}

#inThisSection h1 {
	text-transform:uppercase;
	font-size:1.2em;
	margin:0;
}

#inThisSection p {
	margin:0 0 0 25px;
	font-size:1.2em;
}

/*****************************************************
MAIN CONTENT STRUCTURE
*****************************************************/

#mainContent {
	clear:both;
	margin:0 auto;
	width:960px;
}

#mainContent_socialWorkAndYou {
	width:960px;
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
}

#mainContentRealStories {
	width:960px;
	overflow:hidden;
	margin:60px auto 0 auto;
	clear:both;
}

p {
	color:#fff;
	font-size:1.2em;
}
#leftColumn {
	width:45%;
	margin:0 0 0 30px;
	float:left;
}

#rightColumn {
	width:45%;
	margin:0 0 0 30px;
	float:left;
}

#leftColumnDiscover {
	width:270px;
	margin:0;
	float:left;
}

#rightColumnDiscover {
	width:615px;
	margin:0 0 0 30px;
	float:left;
}

#leftColumnSocialWorkAndYou {
	width:620px;
	/*margin:0 0 0 30px;*/
	float:left;
}

#rightColumnSocialWorkAndYou {
	width:300px;
	margin:0 0 0 30px;
	float:left;
}

.leftColumnRealStories {
	width:410px;
	/*margin:0 0 0 30px;*/
	float:left;
}
#stories {
	display:inline;
	float:left;
	clear:none;
	height:410px;
	overflow:hidden;
	position:relative;
	width:960px;
	margin:0;
	padding:0;
}
#stories .section {
	width:10000px;
	position:relative;
	margin:0;
	padding:0;
}
#stories .sub  {
	float:left;
	width:960px;
	height:410px;
	margin:0;
	padding:0;
	position:relative;
}
.rightColumnRealStories {
	width:460px;
	margin:0 0 0 30px;
	float:left;
}
.rightColumnRealStories em {
	color:#fff;
}
.rightColumnRealStories img.title {
	margin:0 0 5px -15px;
	padding:0;
}
.pros {
	margin:0;
	padding:0;
	width:270px;
	float:left;
	display:inline;
}
img.proThumb {
	margin:0 10px 0 0;
	padding:2px 10px 10px 2px;
	background: transparent url(images/thumbnail_bg.png) no-repeat scroll 0 0;
}
img.communityThumbnail {
	margin:0 15px 15px 0;
	padding:2px 10px 10px 2px;
	background: transparent url(images/thumbnail_bg.png) no-repeat scroll 0 0;
	float:left;
}
.entry img.title {
	margin:0;
	padding:0;
	position:absolute;
	top:-20px;
	z-index:999;
}
.entry img.profile {
	margin:0 15px 15px 0;
	padding:0;
	float:left;
	clear:none;
}

.entry {
	margin:0;
	padding:0;
}
.rightColumnRealStories ul.more {
	margin:25px 0 0 0;
	padding:0;
	width:190px;
	float:left;
	clear:none;
	display:inline;
}
.pros h3 {
	color:#fff;
	margin:0 0 10px 0;
	padding:0;
	text-transform:uppercase;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:normal;
}
.arrows {
	float:left;
	clear:none;
	display:inline;
	margin:190px 0 0 0;
	padding:0;
	width:20px;
}
img.next, img.prev {
	cursor:pointer;
	margin:0;
}
/*****************************************************
FOOTER
*****************************************************/

	/*
	display:block;
	left:170px;
	width:960px;
	position:fixed;
	border:1px solid #888;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background:url(grid2.gif);
	top: 200px;
	*/

.footer {
	
	position:fixed;
	bottom:0;
	z-index:20;
	min-width:100%;
	display:block;
}
* html #footer {
position:absolute;
}

#footerLeft{
	float:left;
	width:400px;
}
#footerRight{
	float:right;
	width:400px;
}

#footerNav {
	background-color:#FFF;
	height:40px;
}

#footerNav ul {
	list-style-type:none;
	float:left;
	margin:13px 0 0 20px;
	padding:0;
}

#footerNav li {
	display:inline;
}

#footerNav ul a {
	color:#ff2500;
	text-decoration:none;
	font-size:1.1em;
	border-right:solid 1px #ff2500;
	padding:0 4px 0 0px;
	margin:0 0 0 2px;
}

#footerNav a:hover {
	color:#000;
}

#footerNav a.noLine {
	border-right:none;
}

#icon_facebook {
	float:right;
	margin:9px 10px 0 0;
}

#icon_NASW {
	float:right;
	margin:4px 15px 0 0;
}

#icon_twitter {
	float:right;
	margin:9px 20px 0 0;
}


/*****************************************************
SUB NAV (numbers)
*****************************************************/

#subNavArea {
	background-image:url(images/subNavArea_bg.png);
	background-repeat:repeat-x;
	height:29px;
	width:550px;
	float:left;
	margin:0 0 0 0px;
}

#mainNav ul#subNav {
	float:left;
	list-style-type:none;
	padding:0;
	width:188px;
	height:25px;
	background-color:#000;
	margin-left:180px;
}

#mainNav ul#subNav li {
	display:inline;
	float:left;
	padding:5px 0 0 10px;
	font-size:1.2em;
	background-color:#000;
}

#subNavArea h1 {
	text-transform:uppercase;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	margin:8px 0 0 10px;
	float:left;
}

#subNavArea a {
	color:#fff;
	text-decoration:none;
}

#subNavArea a:hover {
	color:#ffff00;
}

/*****************************************************
MAIN NAV
*****************************************************/

#footerShadow {
	height:30px;
	background-image:url(images/bottomShadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

#mainNav {
	width:555px;
	float:left;
	clear:right;
	color:#fff;
	margin:15px 0 0 20px;
	padding:0;
}

ul#navigation {
	list-style-type:none;
	padding:0;
	width:555px;
}

ul#navigation li {
	display:inline;
	float:left;
}

a#nav_1 {
	height:50px;
	width:118px;
	background-image:url(images/mainNav_discover.png);
	display:block;
}

a#nav_1_on {
	height:50px;
	width:118px;
	background-image:url(images/mainNav_discover.png);
	display:block;
	background-position: 0 -50px;
}

a#nav_2 {
	height:50px;
	width:110px;
	background-image:url(images/mainNav_SocialWorkAndYou.png);
	display:block;
}


a#nav_2_on {
	height:50px;
	width:110px;
	background-image:url(images/mainNav_SocialWorkAndYou.png);
	display:block;
	background-position: 0 -50px;
}

a#nav_3 {
	height:50px;
	width:77px;
	background-image:url(images/mainNav_realStories.png);
	display:block;
}

a#nav_3_on {
	height:50px;
	width:77px;
	background-image:url(images/mainNav_realStories.png);
	display:block;
	background-position: 0 -50px;
}

a#nav_4 {
	height:50px;
	width:128px;
	background-image:url(images/mainNav_connect.png);
	display:block;
}

a#nav_4_on {
	height:50px;
	width:128px;
	background-image:url(images/mainNav_connect.png);
	display:block;
	background-position: 0 -50px;
}

a#nav_5 {
	height:50px;
	width:122px;
	background-image:url(images/mainNav_community.png);
	display:block;
}

a#nav_5_on {
	height:50px;
	width:122px;
	background-image:url(images/mainNav_community.png);
	display:block;
	background-position: 0 -50px;
}

a#nav_1:hover, a#nav_2:hover, a#nav_3:hover, a#nav_4:hover, a#nav_5:hover  {
	background-position: 0 -50px;
}

a#nav_1 span, a#nav_1_on span, a#nav_2 span, a#nav_2_on span, a#nav_3 span, a#nav_3_on span, a#nav_4 span, a#nav_4_on span, a#nav_5 span, a#nav_5_on span {
	display:none;
}




/*****************************************************
IMAGE STYLES
*****************************************************/



#pageTitle_community, #pageTitle_socialWorkAndYou, #pageTitle_realStories {
	margin:10px 0 0 15px;
	float:left;
}

#sectionTitle_createProfile, #sectionTitle_blog, #sectionTitle_messageBoard, #sectionTitle_featuredProfile, #sectionTitle_exploreMore, #sectionTitle_didYouKnow, #sectionTitle_howMuch, #sectionTitle_whatType, #sectionTitle_socialWorkChat, #sectionTitle_latestTweets, #sectionTitle_facebook, #sectionTitle_adCampaign, #sectionTitle_educationlMaterials, #sectionTitle_orderYourOwn, #sectionTitle_howTo, #sectionTitle_facebookBadge {
	margin:0 0 10px 0;
	float:left;
}

.discoverImage {

}

/*****************************************************
TEXT STYLES
*****************************************************/

a {
	color:#ffff00;
	text-transform:uppercase;
	font-size:inherit;
}

a:hover {
	color:#000000;
}

.rightColumnRealStories h1 {
	color:#fff;
	font-size:2.0em;
	font-weight:normal;
	margin:0 0 15px 0;
}

.rightColumnRealStories p {
	color:#000;
	font-size:1.4em;
	margin:0 5px 15px 0;
}
h1.title {
	text-transform:uppercase;
	color:#fff;
	margin:0 0 10px 0;
	padding:0;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:2.4em;
	line-height:normal;
}
h3 {
	text-transform:uppercase;
	color:#fff;
	margin:0 0 10px 0;
	padding:0;
}

/*****************************************************
MODULE DIVs
*****************************************************/

/* CREATE YOUR PROFILE */
#module_createYourProfile {
	margin:0 0 25px 0;

}

#module_createYourProfile p {
	clear:left;
}



/* FEATURED PROFILE */
#module_featuredProfile {
padding-bottom:70px
}

#module_featuredProfile h1 {
	color:#fff;
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:bold;
}

#module_featuredProfile p {
	font-size:16px;
	margin:0px 0;
	clear:left;
}

.state {
	color:#fff;
	font-size:1.2em;
	text-transform:none;
	font-weight:normal;
}

.question {
	color:#000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	text-transform:none;
	display:inline;
}

.answer {
	color:#fff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	text-transform:none;
}

#module_featuredProfile h2 {
font-size:1.2em;
	color:#fff;
}

#module_featuredProfile h3 {
font-size:1.2em;
	color:#fff;
}

.thumbnail {
	float:left;
	margin:0 15px 0 0;
}

/* BLOG */
#module_blog {
	margin:0 0 50px 0;
}

#module_blog p.blogEntry {
	clear:left;
	margin:10px 0;
	font-size:1.4em;
}

#module_blog p.blogEntryInfo {
	margin:10px 0;
	font-size:1.2em;
	color:#000;
}

.yellowButtons {
	float:left;
	margin:9px 0 0 10px;

}

/* LATEST TWEETS */
#module_latestTweets {
	margin:0 0 50px 0;
}

#module_latestTweets p {
clear:left;
	margin:0 0 5px 0;
	font-size:1.4em;
}



/* MESSAGE BOARD */
#module_messageBaord {

}


#module_messageBaord p.boardEntry {
	margin:10px 0;
	font-size:1.6em;
	clear:left;
}

#module_messageBaord p.boardEntryInfo {
	margin:10px 0;
	font-size:1.2em;
	color:#000;
}

#module_discoverHome p {
	color:#000;
	font-size:1.6em;
	margin:0 0 15px 0;
}

/* DID YOU KNOW */
#module_didYouKnow {
	margin:20px 0 0 0;
	width:280px;
	float:left;
}

#module_didYouKnow p {
	clear:left;
	color:#fff;
	font-size:1.4em;
	margin:0 0 15px 0;
}

/* EXPLORE MORE */
#module_exploreMore {
	width:300px;
	float:left;
	margin:20px 0 0 35px;
}

#module_exploreMore ul, .rightColumnRealStories ul {
	clear:left;
	list-style-type:none;
	margin:13px 0 0 0px;
	padding:0;
}

#module_exploreMore li, .rightColumnRealStories li {
	margin:0 0 12px 0;
	display:block;
	font-size:1.2em;
}

#module_exploreMore a {
}

/* DEGREE MAP */
#module_map {
	width:620px;
	float:left;
	margin:20px 0 0 0px;
	outline-style:none;
	outline-width:0;
}

/* CALCULATOR */
#module_calculator {
	width:300px;
	float:left;
	margin:20px 0 0 0px;
}

#module_calculator p {
	clear:none;
	float:left;
	display:inline;
	color:#fff;
	font-size:1.4em;
	margin:0 0 15px 0;
}
#module_calculator p img {
	float:left;
	display:inline;
	margin:0 5px 0 0;
	padding:0;
}

/* WHAT TYPE OF SOCIAL WORKER QUIZ */
#module_whatTypeOfSocialWorker {
	width:300px;
	float:left;
	margin:20px 0 0 0px;
}

#module_whatTypeOfSocialWorker p {
	clear:left;
	color:#fff;
	font-size:1.4em;
	margin:0 0 15px 0;
}

/*****************************************************
FORMS
*****************************************************/

label {
	color:#000;
	margin: 0;
	padding: 0px;
	float: left;
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	line-height:1.4em;
	font-weight: normal;
	white-space:nowrap;
	font-size: 1.1em;
}

input {
	float: left;
	background:transparent url(images/inputFieldBg.png) no-repeat scroll 0 0;
	border-style:hidden;
	border-width:0;
	color:#000000;
	font-family:inherit;
	font-size:11px;
	height:27px;
	width:122px;
	margin:5px 0 0 0;
	padding:0 0 0 5px;
	vertical-align:baseline;
}
#contactForm label {
	color:#000;
	margin:0 15px 15px 0;
	padding: 0px;
	float: left;
	font-family:Arial,Helvetica,sans-serif;
	line-height:14px;
	font-weight: normal;
	white-space:nowrap;
	font-size: 12px;
}
#contactForm input {
	float: left;
	background:#FFFFFF;
	color:#000000;
	font-family:inherit;
	font-size: 11px;
	height:27px;
	width:270px;
	margin:5px 0 0 0;
	padding:1px;
	vertical-align:baseline;
	border: 1px solid #DFDFDF;
}
#contactForm textarea {
	float: left;
	background:#FFFFFF;
	color:#000000;
	font-family:inherit;
	font-size: 12px;
	height:130px;
	width:600px;
	margin:5px 0 0 0;
	padding:0px;
	vertical-align:baseline;
	border: 1px solid #DFDFDF;
}
#contactForm label.error {
	color:#ED1C24;
	float:left;
	clear:left;
	font-weight:bold;
}
#getResults {
	background:url("images/btn_results.png") no-repeat scroll 0 0 transparent;
	border:0 none;
	cursor:pointer;
	height:18px;
	margin:0 5px 0 0;
	padding:0;
	position:relative;
	text-indent:-1000em;
	vertical-align:baseline;
	width:95px;
}
/*****************************************************
DISCOVER
*****************************************************/

#explore-content h1 {
	color:#000;
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:2.4em;
	line-height:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
#explore-content h3 {
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	line-height:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
#explore-content p {
	color:#666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	margin:0 0 15px 0;
	padding:0;
}
#explore-content p strong {
	color:#000;
}
#explore-content a {
	color:#469cb5;
}
/*****************************************************
TOOLKIT
*****************************************************/

#module_adCampaign, #module_educationalMaterials, #module_facebookBadgeArea, #module_orderYourOwn, #module_howTo, .toolkit {
	margin:0 0 25px 0;
	float:left;
	clear:none;
	display:inline;
	padding:0;
}
.adCampaignText, .column {
	float:left;
	clear:none;
	display:inline;
	margin:0;
	padding:0;
}
#leftColumn-kit, #rightColumn-kit  {
	float:left;
	display:inline;
	margin:0 0 0 30px;
	padding:0;
	width:450px;
}
.column p { 
	width:380px;
}
.column p strong { 
	color:#000;
}
.column img {
	margin:0 5px 0 0;
	padding:0;
}
.toolkit ul {
	list-style:none;
}
.toolkit li {
	float:left;
	clear:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#fff;
}
.toolkit li a {
}