/*
1.GLOBAL
2.TEXT
3.IMAGES
4.LISTS
5.TABLES
6.LINKS
7.PAGES/SECTIONS
*/

/* -- 1.GLOBAL -- */
body {
	font: 80%/1.4 Arial, Helvetica, sans-serif;
}
dl, ol, p, blockquote, table, ul {
	margin: 0 0 1.5em 0;
}

/* -- 2.TEXT -- */
blockquote {
	font-style: italic;
	padding-left: 4em;
}
code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
h1 {
	color: #84298a;
	font-size: 2em;
	line-height: 1.1;
	margin: 0 0 0.5em 0;
}
h2 {
	color: #0f569d;
	font-size: 1.5em;
	line-height: 1.1;
	margin: 0 0 0.5em 0;
}
h3 {
	color: #aa2d13;
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0 0 0.5em 0;
}
h4 {
	color: #108101;
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
h5 {
	color: #84298a;
	font-size: 1.1em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #84298a;
	font-size: 1em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
p {
	padding: 0;
}
pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* -- 3.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
img.bordered {
	border: 1px #ccc solid;
}
img.centered {
	display: block;
	margin: 10px auto;
}
/* -- 4.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 5.TABLES -- */
table {
	border-collapse: collapse;
	border-spacing: 5px;
	border: 1px solid #ccc;
}

caption {
	text-align: left;
	font-weight: bold;
}
th, td {
	border-bottom: 1px #ccc solid;
	padding: .5em;
}
th {
	background-color: #dadada;
	font-weight: bold;
}
tr {
	background-color: #fff;
}
tr.even {
	background-color: #f9f9f9;
}

/* -- 6.LINKS -- */
a {
	color: #2A4A83;
	text-decoration: underline;
}

a:hover, a:focus {		
	color: #FF9900;
	text-decoration: underline;
}

/* -- 7.PAGES/SECTIONS -- */
/* - 7.1. footer - */
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer p, #footer ul {
	margin: 0 0 10px 0;
}
#footer ul {
	list-style: none;
	margin: 0 0 .5em 0;
	padding: 0;
	text-align: center;
}
#footer ul li {
	display: inline;
	margin: 0 0 0 3px;
	padding: 0;
}
#footer ul#footer-nav li {
	margin: 0 8px;
}

#footer ul li:first-child {
	margin: 0;
}

/* - 7.2. content blocks - */
.content-block {
	margin-bottom: 2em;
}
.content-block h2 a {
	color: #0F569D;
	text-decoration: none;
}
.content-block h2 a:hover,
.content-block h2 a:focus {
	color: #FF9900;
}
.content-block p {
	margin: 0 0 1em 0;
}
.content-block p.byline,
.content-block p.date,
.entry p.byline,
.entry p.date {
	font-size: 90%;
	font-style: italic;
}
p.view-all,
p.pagination {
	border-top: 1px solid #cfcfcf;
	padding: 1em 0 0 0;
}
p.pagination a {
	background-color: #3B90E8;
	border: 1px solid #fff;
	padding: 2px 8px;
	color: #fff;
	text-decoration: none;
}
p.pagination strong {
	padding: 0 5px;
}
p.pagination a:hover,
p.pagination a:focus {
	background-color: #84298a;
}

/* - 7.3. store locator - */
table.store-locator-results td span {
	/*display: block;*/
}
table.store-locator-results td {
	vertical-align: top;
}
table.store-locator-results th {
	text-align: left;
}

/* - 7.4. news - */
body#news .content-block h2 {
	margin: 0;
}

/* - 7.5 blog - */
p.tags {
	padding-bottom: 1.5em;
	border-bottom: 1px dashed #dfdfdf;
}
body#blog #sidebar #sidebar-module-tag-cloud.sidebar-module .sidebar-module-content {
	padding-bottom: 30px;
}
#sideTagsDescriptionModal {
	padding: 0 10px;
}

/* - Comments - */
#comments-container {
	padding: 1em; 
}
div.reply-block {
	margin: 1em 0;
	padding: .75em;
	background-color: #dfdfdf;
}
div.reply-block.first {
	border-top: none;
}
div.reply-block p {
	font-size: .95em;
}
div.reply-block p.reply-by-profile {
	font-weight: bold;
	margin: 0 0 .5em 0;
}
p#write-comment.admin-button a {
	width: 134px;
	height: 28px;
	display: block;
	text-indent: -9999em;
	background: transparent url(/images/buttons/comment-btn.gif) no-repeat;
}

/* - 7.6 Document Library - */
.nowrap {
	white-space: nowrap;
}
form#filter-category {
	margin-bottom: 2em;
}
td.resource-download p {
	text-align: right;
	margin-top: 5px;
    padding-right:8px;
}
td.resource-download p {
    cursor:pointer;
}
a.resource-file {
	text-decoration: none;
}
td.resource-download em {
	color: #666;
	font-size: .8em;
	text-transform: uppercase;
}

/* - 7.7 Resource Center - */
body#resource-center table td span {
	display: block;
}

.category-filter-select {
	padding: 5px;
}	

/* - 7.8 Member directory - */
body#member-directory p.pagination {
	border-top: none;
}

/* 7.9 Preferred Vendors */
span.product-listing {
	display: block;
}

/* 7.10 Discussion Forum */
p.excerpt {
	clear: both;
}
body#discussion-forum #filter-options form#filter-category,
body#discussion-forum #filter-options a#add-topic {
	float: left;
}
body#discussion-forum a#add-topic {
	display: block;
	width: 134px;
	height: 28px;
	text-indent: -9999em;
	background: transparent url("/images/buttons/add-topic-btn.gif") no-repeat;
	margin-bottom: 1em;
}
body#discussion-forum #filter-options a#add-topic {
	margin-left: 2em;
}
#discussion-forum #discussion-file, #discussion-forum #comment-uploads {
	border: 1px #999 solid;
	background-color:#FFC;
	margin-bottom: 1.5em;
	padding: .5em;
}
#discussion-forum #discussion-file p, #discussion-forum #comment-uploads p {
	margin: 0;
}
a#report-inappropriate-content {
	background: transparent url("/images/buttons/orange-button.png") no-repeat;
	width: 238px;
	height: 36px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 12px 0 0 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

/* Thickbox Modal Windows */
div.modal {
	display: none;
}

/* Search Marker */
.marker {
	background-color: #ff0;
}
