/*
Theme Name: Nexcare GIVE
Theme URI: http://www.thorncreative.com/
Description: WP theme created for Nexcare GIVE.
Version: 1.0
Author: Evan Heisler
Author URI: http://www.thorncreative.com/
*/



/* Begin Structure */
body {
	background: #fff url('images/bg.gif') left top repeat-x;
	color: #8e8e8e;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	text-align: center;
	margin: 0 0 0px 0;
	padding: 0;
	}
	body#home {background: #fff url('images/bgHome.gif') left top repeat-x;}

#page {
	margin: 0 auto 20px;
	padding: 0;
	text-align: left;
	width: 935px;
	}

#header {
	margin: 0;
	padding: 0;
	height: 88px;
	width: 100%;
	}
	body#home #header {
	margin: 0 0 354px;
	}
	
#mainSWF {
	background: transparent url(images/headerBandage.png) no-repeat center top !important;
	background: transparent url(images/headerBandage.gif) no-repeat center top;
	height: 373px;
	width: 100%;
	position: absolute;
	top: 87px;
	left: 0;
	}
	
#secondary {
	height: 480px;
	margin: 0 auto;
	width: 935px;
	}
	
#homeCTA {
	background: url(images/bgHomeCTA.gif) center bottom no-repeat;
	height: 96px;
	margin: 0 auto 20px;
	padding: 30px 0 0;
	width: 934px;
	}
	
	#homeCTA #tickerBlock {
	background: url(images/bgTicker.gif) left top no-repeat;
	display: block;
	float: left;
	height: 95px;
	width: 340px;
	}
	
.cell {
	display: block;
	float: left;
	}
.cell#text {margin: 10px 20px 0px 10px; width: 351px;}
#bannerMeta .cell#text {margin: 5px 0 0; width: 100%;}
.cell#shareBlock {margin: 10px 0 0; width: 200px;}
#bannerMeta .cell#shareBlock {margin: 0; float: right;}
	
#bannerMeta {
	background: url(images/headerBandage.png) left top no-repeat;
	color: #7b7b7b;
	font-size: 1.4em;
	height: 250px;
	margin: 10px 0 0;
	padding: 0 0 0 530px;
	}
	
	#bannerMeta #tickerBlock {
	background: url(images/bgHeaderTicker.gif) left center no-repeat;
	display: block;
	height: 95px;
	width: 340px;
	padding: 0 50px 0 0;
	float: left;
	text-align: left;
	}
	
.columnl {
	float: left;
	width: 315px;
	}
	.columnl#flair {
	background: url(images/bgFlairNoFacebook.gif) left top no-repeat;
	height: 133px;
	padding: 0 0 0 121px;
	position: relative;
	width: 153px;
	}
	#sidebar .columnl#flair {
	background: url(images/bgFlairNoFacebookOnWhite.gif) left top no-repeat;
	float: none;
	margin: 25px 0 0;
	}
	
.columnr {
	margin: 0 0 0 315px;
	}
	.columnr#sample {
	background: url(images/bgsmall.png) left top no-repeat;
	height: 133px;
	margin: 0 0 0 255px;
	padding: 0 0 0 171px;
	}
	#sidebar .columnr#sample {
	background: url(images/bgSampleSmall.gif) left top no-repeat;
	margin: 25px 0 0;
	padding: 0 0 0 120px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 20px 0 0;
	width: 600px;
	}

/*
.widecolumn {
	border: 1px solid red;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
*/

/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 620px;
	width: 305px;
	}

#sidebar form {
	margin: 0;
	}
	
#signUp {
	background: url(images/bgSignUpHome2.png) left top no-repeat;
	color: #1269ad;
	height: 238px;
	padding: 30px;
	width: 250px;
	}

/* End Sidebar */

.post {
	margin: 40px 0 20px;
	}

.post hr {
	border: none;
	border-top: 1px solid #666;
	display: block;
	}

/*
.widecolumn .post {
	margin: 0;
	}
*/

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

/*
.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
*/

.postmetadata {
	clear: both;
}

#footer {
	background: url('images/bgFooter.gif') left bottom repeat-x;
	border: none;
	padding: 0;
	height: 110px;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}
	#footer.home {
	background: url(images/bgFooterHome.gif) left bottom repeat-x;
	height: 100%;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/* Begin Typography & Colors */

/* mainNav */

ul#mainNav {
	font-size:1.4em;
	font-weight:bold;
	height: 63px;
	list-style-type: none;
	margin:0;
	padding:0;
	text-transform:lowercase;
	}
	
ul#mainNav li {
	display:block;
	float:left;
	}
	
ul#mainNav li a {
	color:#286CB5;
	display:block;
	line-height:63px;
	padding:0 15px;
	}
	
ul#mainNav li.current_page_item {
	background: url(images/bgNavActive.gif) left bottom repeat-x;
	}
	ul#mainNav li.current_page_item a {
	color: #328bea;
	}

/* end mainNav */

/* subNav */

ul#secondaryNav {
	font-size:1.2em;
	font-weight:bold;
	height: 23px;
	list-style-type: none;
	margin:0;
	padding:0;
	}
	
ul#secondaryNav li {
	display:block;
	float:left;
	}
	
ul#secondaryNav li a {
	color:#b9babc;
	display:block;
	line-height:23px;
	padding:0 15px;
	}
ul#secondaryNav img {
	padding:0 -5px;
	padding-top: 5px;
	margin-left: -20px;
	}

/* end subNav */

#content {
	font-size: 1.4em
	}
	
.indexContent {
	margin: 0 0 0 190px;
	}

/*
.widecolumn .entry p {
	font-size: 1.05em;
	}
*/

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

/*
.widecolumn {
	line-height: 1.6em;
	}
*/

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h2.submitAuthor {
	color: #296db5;
	font-size: 1.6em;
	}
	.single h2.submitAuthor {
	padding: 60px 0 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
	
#secondary h2 {
	color: #296db5;
	font-size: 2em;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	}

#secondary h3, #sidebar h3 {
	color: #175599;
	font-size: 1.5em;
	padding: 0;
	margin: 10px 0 0;
	text-align: left;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 2.2em;
	}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}
	
/*
h2#imguploadh2 {
	background: green url(/wp-content/themes/give/images/photo_loading.gif) top left no-repeat;
	height: 100px;
	width: 120px;
	}
*/

h3 {
	font-size: 1.3em;
	}
	
h3.posttitle {
	color: #62adfe;
	font-size: 1.2em;
	font-weight: bold;
	margin: 14px 0 5px 190px;
	}
	
h3#comments {
	color: #62adfe;
	border-bottom: 1px solid #d6d6d6; 
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #296db5;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #296db5;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
#signUp h4 {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	}

/* End Headers */

#homeCTA p {
	color: #7b7b7b;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 0 0 20px;
	text-align: left;
	}
	
	#bannerMeta p {
	margin: 10px 0 0;
	}
	
	#homeCTA p a, #bannerMeta p a {
	color: #286cb5;
	float: left;
	font-size: .9em;
	}
	#homeCTA p a#calendar, #bannerMeta p a#calendar {
	background: url(images/iconCal.gif) left center no-repeat;
	line-height: 35px;
	height: 30px;
	padding: 0 30px;
	}
	#bannerMeta p a#calendar {background: url(images/iconCal.png) left center no-repeat; margin: 0 0 10px;}
	/*
#homeCTA p#remind, #bannerMeta p#remind {
	background: url(images/iconShare.gif) left center no-repeat;
	line-height: 35px;
	height: 30px;
	padding: 0 20px;
	}
*/
	p#remind {
	margin: 8px 0 0 !important;
	margin: 0;
	}
	p#remind img {
	margin: 4px 0 0;
	}
	/* Needs to be fixed */ * html #homeCTA p a#calendar, * html #bannerMeta p a#calendar, * html #homeCTA p#remind {padding: 5px 25px 0;}
	#secondary #homeCTA p.btn a, #bannerMeta p.btn a {
	background: url(images/btnShareStory.png) center center no-repeat;
	display: block;
	font-size: 1.3em;
	height: 50px;
	line-height: 50px;
	padding: 0 0px;
	text-align: center;
	text-decoration: none;
	width: 184px;
	}
	#homeCTA p.btn a:hover, #bannerMeta p.btn a:hover {color: #fff;}
	#homeCTA .cell#shareBlock p a, #bannerMeta .cell#shareBlock p a {padding: 0 0px; text-align: center; width: 184px;}
	/* Needs to be fixed */ * html #homeCTA .cell#shareBlock p#share a, * html #bannerMeta .cell#shareBlock p#share a {padding: 10px 0 0;}

#homeCTA p strong, #bannerMeta p strong {
	color: #286cb5;
	font-size: 1.8em;
	}

p.btn a {
	background: url(images/btnGet.gif) center center no-repeat;
	color: #286cb5;
	display: block;
	float: none;
	font-size: 1em;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 144px;
	}
	.entry p.btn a:visited {color: #286cb5;}
	/* Needs to be fixed */ * html p.btn a {height: 32px; padding: 10px 0 0;}
	#secondary p.btn a {
	background: url(images/btnGetHome.gif) center center no-repeat;
	}
	.single p.btn a {
	background: url(images/btnSkinny.gif) center center no-repeat;
	float: left;
	font-size: .85em;
	height: 34px;
	line-height: 31px;
	padding: 0px 0 0;
	width: 161px;
	}
	* html .single p.btn a {padding: 10px 0 0;}
	p.btn a:hover {color: #fff;}
	
p.date {
	color: #62adfe;
	font-size: .9em;
	font-weight: bold;
	}
	.single p.date {
	margin: 0;
	}
	
#secondary {
	color: #fff;
	}
	
#sidebar p, #secondary p {
	font-size: 1.4em;
	padding: 0;
	text-align: left;	
	}
	#sidebar p {margin: 5px 0 0;}
	
#signUp p {
	font-size: 1.1em;
	margin: 50px 0 28px !important;
	margin: 70px 0 28px;
	}
	
	#signUp p a {color: #1269ad; text-decoration: underline;}

#altContent p {
	color: #fff;
	font-size: 1.1em;
	margin: 10px 90px 0 30px;
	}
	
.entry p {
	margin: 0 0 12px;
	}

.entry p a:visited {
	color: #0066CC;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
.getFlash p {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-top: 5px;
	padding: 18px 0 0 113px;
	}
	.getFlash p a {color: #31bb38;}
	.getFlash p span {font-size: 2em; font-weight: bold;}
	
/* Footer */

ul#microNav {
	background: url(images/bgBandageSmall.png) right top no-repeat !important;
	background: url(images/bgBandageSmall.gif) right top no-repeat;
	color: #fff;
	font-size:1.1em;
	height: 46px;
	list-style-type: none;
	margin: 0 auto;
	padding: 60px 0 0;
	width: 935px;
	}
	
ul#microNav li {
	display:block;
	float:left;
	line-height: 30px;
	}
	
ul#microNav li img {
/* 	vertical-align: middle; */
	}
	
ul#microNav li a {
	color:#fff;
	display:block;
	padding:0 8px;
	}

/* end footer */

/* Submit a Story Form */

form#story_poster {
	text-align: left;
	}
	
form#story_poster .columnl {
	width: 200px;
	}
	
form#story_poster .columnr {
	margin: 0 0 0 230px;
	}
	
form#story_poster input {
	width: 170px;
	}
	form#story_poster input#accept {
	width: 15px;
	margin: 0 5px 0 0;
	}

form#story_poster select {
	width: 200px;
	}
	
p#accept_p {
	float: right;
	margin: 0 30px 0 0;
	}

/* End Submit Form */

/* End Typography & Colors */



/* Begin Images */

img.logo {
	float: left;
	height: 63px;
	display: block;
	width: 136px;
	}
	
img.bandage {
	margin: 22px 0 0;
	}
	
.pictureColumn {
	float: left;
	width: 190px;
	}

.bgIndexThumb {
	background: url(images/bgIndexThumbBottom.gif) left bottom no-repeat;
	padding: 0 0 16px;
	width: 174px;
	}
	
img.indexThumb {
	background: url(images/bgIndexThumb.gif) left top no-repeat;
	padding: 14px 12px 0;
	width: 150px;
	}

.bgUserSubmitted {
	background: url(images/bgStoryImageBottom.gif) left bottom no-repeat;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 26px;
	width: 350px;
	}
	
img.userSubmitted {
	background: url(images/bgStoryImage.gif) left top no-repeat;
	margin: 0;
	padding: 22px 12px 0;
	width: 325px;
	}
	
img.facebookLogo {
	left: 12px;
	position: absolute;
	top: 88px;
	}

p img {
	padding: 0;
	}

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
*/

.entry ol, .entry ul {
	padding: 0 0 0 35px;
	margin: 0;
	}
	
.entry ul li {
	margin: 5px 0 0;
	}

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* Sidebar */

ul li#categories-414677431 {
	background: url('images/bgCategoryHeader.gif') center top no-repeat;
	}

ul li#categories-414677431 h2 {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	padding: 31px 0 18px 30px;
	}

ul li#categories-414677431 li, li#text-418881371 .textwidget {
	background: url('images/bgCategory.gif') repeat-x scroll left top;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #a6d0e7;
	border-right: 1px solid #a6d0e7;
	font-size: 1.4em;
	font-weight: bold;
	height:37px;
	margin:0 15px;
	padding:0 0 0 30px;
	width:242px;
	}
	
ul li#categories-414677431 li a, li#text-418881371 .textwidget a {
	color: #689ad0;
	display: block;
	line-height: 37px;
	height: 37px;
	}
	
li#search.widget {
	background: url('images/bgCatList.gif') left bottom no-repeat;
	font-size: 1.4em;
	font-weight: bold;
	height:37px;
	margin:0 15px;
	padding:0;
	width:274px;
	}


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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}
/*
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
*/

/* end sidebar */
	
/* End Entry Lists */



/* Begin Form Elements */
.searchWrapper {
	float: left;
	margin: 0;
	}
	#sidebar .searchWrapper {padding: 0 0 0 30px;}

.searchform {
	margin: 15px auto;
	padding: 5px 3px;
	}

#header .searchform {
	margin: 15px 0 0;
	}

.searchsubmit {
	background: url(images/btnSearchglass.gif) left center no-repeat;
	height: 22px;
	width: 30px;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	margin: 0;
	}
	
* html .searchsubmit {
	margin: 0 0 0 -3px;
	}

.searchform .s {
	background: url(images/bgSearchArea.gif) left top no-repeat;
	border: none;
	color: #999;
	float: left;
	height: 22px;
	width: 108px;
	padding: 4px 0 0 4px;
	margin: 0;
	}
	
/*
#sidebar .searchform:before {
	content: "Search by name:";
	}
*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
.getFlash {
	background: url('images/bgGetFlash.gif') top left no-repeat;
	height: 100px;
	margin: 230px auto 20px;
	width: 480px;
	}

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

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0;
	}
	.navigation .alignleft {
	background: url(images/bgPaginationInactive.gif) left top no-repeat;
	line-height: 32px;
	}
	.navigation .alignleft img {
	float: left;
	margin: 0 15px 0 10px;
	padding: 10px 0;
	}
	.navigation .alignright {
	background: url(images/bgPaginationInactive.gif) right top no-repeat;
	line-height: 32px;
	text-align: right;
	}
	.navigation .alignright img {
	float: right;
	margin: 0 10px 0 15px;
	padding: 10px 0;
	}

.clear {
	clear: both;
}

p.finePrint {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: .7em;
	line-height: 1.2em;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*---------------------------------------

     Styles for Thank You Overlay

---------------------------------------*/
	
#overlayDiv #sweepsThankYou {
	margin: 0 auto;
	padding: 0;
	width: 400px;
	}

#overlayDiv #sweepsThankYou h2 {
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 2.2em;
	text-align: center;
	margin: 0 0 10px;
	}
	
#overlayDiv #sweepsThankYou p {
	color: #689ad0;
	font-size: 1.6em;
	line-height: 1.4em;
	text-align: center;
	margin: 20px 0 0;
	}	

div.overlayClass { 
    background-image:url('images/bgOverlay.jpg'); 
    width:400px; 
    display:none; 
    padding: 27px 55px 32px; 
} 
 
div.overlayClass div.close { 
    background-image:url('images/closeOverlay.gif'); 
    position:absolute; 
    right:1px; 
    top:1px; 
    cursor:pointer; 
    height:36px; 
    width:36px; 
}

/* End Overlay */

/*---------------------------------------

Styles for the qform which lives at 3M

---------------------------------------*/

body#freeSampleForm {
	background: none;
	}
	
form {
	text-align: left;
	}

fieldset {
	border: none;
	}
	
#opt-in input {
	float: left;
	}
	
#freeSampleForm h3 {
	font-size: 1.6em;
	font-weight: bold;
	}
	
#freeSampleForm p {
	font-size: 1.4em;
	text-align: left;
	}
	
input#submit, input#sampleSubmit, input.submit, input#submitBtn {
	background: url(images/btnSubmit.gif) center center no-repeat;
	border: none;
	color: #2a6db5;
	cursor: pointer;
	height: 36px;
	text-align: center;
	width: 90px;
	}
	
#freeSampleForm p.finePrint {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 1em;
	}
	
/*---------------------------------------

IE6 PNG Fix

---------------------------------------*/

#signUp, #flair.columnl, p.btn a, p#share.btn a, #bannerMeta, #bannerMeta p a#calendar {behavior: url(/wp-content/themes/give/images/iepngfix.htc);}