/*
Theme Name: Keith Haring Site
Theme URI: http://haring.com/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: Daniel Wiener
Version: 1
Template: twentyten
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/
/*brown - #A43329  */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -300px 0 0;  
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 260px;
}
#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 { /*old font font-family: Georgia, "Bitstream Charter", serif*/
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#access-secondary .menu,
#access-secondary 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,
.multi-tax-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
/*	background: #fff;*/
/*	margin: 0;*/
	padding 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}

.column {
width: 175px;
float:left;
 /*border: 1px solid black;*/ 
padding: 0 0 0 5px;	
}  

.column li {
	font-size: 12px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: none;
	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: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-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);
	padding: 2px;
}
a:link {
	color: #f00; 
	text-decoration: none;
}
a:visited {
	color: #f00;
	text-decoration: none;
}
a:active,
a:hover {
	color: #666;
	text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px 0 6px 0;
}
#site-title {
	float: left;
	font-size: 20px;
/*	line-height: 36px;*/
	margin: 17px 0 0 0;
	/*width: 700px;*/
/*	border: 1px solid #999;*/
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	display: block;
	float: left;
}

#branding {
	float:left;
	height: 40px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: red;
	display: block;
	float: left;
	margin: 0 auto;
	/*width: 700px;*/
	width: 650px; /*DW changed for front page with Foundation*/
	margin-top: 11px; 
	margin-bottom: 2px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

#menu-genre {
	padding-left: 100px; /*I should be able to center this but can't. */
	display: block;

}

#primary ul.sub-menu  {
	/*border: 1px solid #999 !important;*/
	padding: 0 0 0 10px !important;
}
#primary ul.sub-menu li:before {
	content: '-';
	color: red;
	
}
#access a {
	color: #ddd;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	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: 28px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
} 

#access ul a {
	background: red;
	line-height: 1em;
	height: auto; 
	padding: 10px 10px 5px 10px;
}

#access ul ul a {
	background: #999;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	color: #333;
}

#access ul ul :hover > a {
	background: #333;
	color: #fff;
} 

#access li:hover > a {
	 color: #fff;
	text-decoration: underline;
}

#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* 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,
* html #access ul li a:hover {
	color: #fff;
}

/*Year Genre Menu*/
/* The main theme structure */
#access-secondary .menu-header
 {
	margin: 0 auto;
	width: 880px;
}

#access-secondary {
	background: #444;
	display: block;
	float: left;
	margin: 0 auto;
	width: 880px;
	margin-top: -1px;
	padding: 0 0 5px 60px; 
	margin-bottom: 0px;
	
}
#access-secondary .menu-header,
#access-secondary div.menu {
	font-size: 19px;
	/*margin-left: 50px;*/
/*	width: 928px;*/
}
#access-secondary .menu-header ul,
#access-secondary div.menu ul {
	list-style: none;
	margin: 0;
}
#access-secondary .menu-header li,
#access-secondary div.menu li {
	float: left;
	position: relative;
}
#access-secondary a {
	color: #ddd !important;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access-secondary 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: 28px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access-secondary ul ul li {
	min-width: 180px;
}
#access-secondary ul ul ul {
	left: 100%;
	top: 0;
} 

#access-secondary ul a {
	/*background: red;*/
	line-height: 1em;
	height: auto; 
	padding: 10px 10px 5px 10px;
}

#access-secondary ul ul a {
	background: #999;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	color: #333;
}

#access-secondary ul ul :hover > a {
	background: #333;
	color: #fff;
} 

#access-secondary li:hover > a {
	 color: #fff;
	text-decoration: underline;
}

#access-secondary ul li:hover > ul {
	display: block;
}
#access-secondary ul li.current_page_item > a,
#access-secondary ul li.current-menu-ancestor > a,
#access-secondary ul li.current-menu-item > a,
#access-secondary ul li.current-menu-parent > a {
	color: #fff;
}
* html #access-secondary ul li.current_page_item a,
* html #access-secondary ul li.current-menu-ancestor a,
* html #access-secondary ul li.current-menu-item a,
* html #access-secondary ul li.current-menu-parent a,
* html #access-secondary ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
	background-color: #fcfcfc;
	box-shadow: 1px 1px 9px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 9px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 9px rgba(0,0,0,0.1);
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#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: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#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 25px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title, .art-page-title {
	color: #666 !important;
	font-size: 30px;
	font-weight: bold;
}  
h1.page-title {
	margin: 0 0 10px -20px !important;
	padding: 0 0 0 20px;  
	color: #666;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
	}
	
h1.art-page-title {
		margin: 0 0 10px -20px !important;
		padding: 0 0 5px 20px;
		width: 920px;  
		color: #666;
		border-bottom: 1px solid #ddd;
		background-color: #eee;
		font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
		}

h1.art-page-title img {
	margin: 0 10px 0 0;
}

h1.multi-tax-title {
		font-size: 20px !important;
		margin: 0 0 10px -20px !important;
		padding: 0 0 0 20px;  
		color: #666 !important;
		border-bottom: 1px solid #ddd;
		background-color: #eee;
		}

.archive-meta p{
	margin: 0;
	padding: 0; 
	border: 1px solid #999;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited,
.art-page-title a:link,
.art-page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover
.art-page-title a:active,
.art-page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
/*	color: #A43329;*/
    color: red;
	font-size: 26px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	/*color: #A43329;*/
	color: red;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	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 {
	clear: both;
	padding: 12px 0 0 0;
	min-height: 130px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}  

#content .entry-summary {
	margin-top: 10px;
	margin-left: 20px;
	padding: 12px 10px 12px 10px;
	background-color: #fffefe;  
	border-left: 1px solid #eee;
	border-right: 1px solid #ddd;  
}
.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: 16px;
}
.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: #ff4b33;
}
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 {
	clear: both;
	color: #888;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	padding: 0 0 0 25px;
	margin-top: 5px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

#content .print_this {
	float: right;
	} 
	 
#content .print_this a {
	background: #fcfcfc url('images/printer.gif') no-repeat 0 -1px; 
	padding: 0 0 0 18px; 
    }

/* =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
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.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;
}
.page-template-lesson_plan-php #nav-above,
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments - taken as a whole from the twentyeleven beta. plus a few changes by DW
----------------------------------------------- */ 
#comments {
	border-top: 1px dotted #999;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;  
/*	padding: 0 0 2.6em; */
	text-transform: uppercase;
} 

h3#comments-title {
	font-size: 25px; 
}  

#comments a:link, #comments a:visited {
	color:  #A43329;
}
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
.commentlist .pingback {
	margin: 0 auto 1.625em;
	padding: 0 1.625em;
	width: 68.9%;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	font-size: 12px;
	font-weight: bold;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
.rtl #respond .comment-form-author label,
.rtl #respond .comment-form-email label,
.rtl #respond .comment-form-url label,
.rtl #respond .comment-form-comment label {
	-webkit-box-shadow: -1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: -1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: -1px 2px 2px rgba(204,204,204,0.8);
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	left: 30px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1b8be0;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0; 
	font-size: 12px;
	line-height: 20px;
}  
.widget-area ul li{
	margin-left: 5px;
	} 
.widget-area ul ul {
	list-style: none;
	margin-left: 0;
}
.widget-area select {
	max-width: 100%;
}
.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: #666;
	font-weight: bold;
	font-size: 18px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

a.taxonomy-drilldown-reset {
	font-size: 16px;
	line-height: 30px;
}
.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: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 0;
}
#primary {
}
#secondary {
}

.textwidget {
	padding-left: 5px;
}

/* Footer widget areas */
#footer-widget-area {
}



/* =Gravity Form Table for completed grant applications for signed-in board members ------------------------------------------------------*/

#content table.entry-detail-view {
	margin-bottom:16px;
	}

#content table.entry-detail-view thead {
	background-color: #C3AF9B;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #000;
	}
	
#content table.entry-detail-view th#details {
	font-size: 25px;
	line-height: 50px;
	color: #663300;
	}
table.entry-detail-view td.lastrow {border-bottom:none!important}

#content .grant td.entry-view-section-break {
	font-size: 30px;
/*	font-weight:bold;
	font-style: italic;*/
	background-color:#FBFAF9;
/*	border-bottom:1px solid #663300;
	border-top:1px solid #663300;*/
	padding: 20px 0 20px 60px;
	color: red; 
	letter-spacing: .08em;
    }  

#content .grant td.entry-view-section-break:before {
/*	content:"{";*/
	font-size: 40px;
} 

#content .grant td.entry-view-section-break:after {
/*	content:"}"; */
	font-size: 40px; 
}

/*#content .grant tr {
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	} */

#content .grant td.entry-view-field-name {
	color: #663300;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;    
	font-weight:bold;
	background-color:#E1D6CD;
	border-bottom:1px solid #B89C9B;
	border-right:1px solid #CCCCCC; 
	line-height:150%;
	padding: 5px 12px;
	}

#content .grant td.entry-view-field-value { 
	font-size: 14px;
	color: #363636;
	background-color:#EFEAE5;
	border-bottom:1px solid #DBCDCC;
	border-right:1px solid #E1D6CD; 
	line-height:150%;
	padding: 7px 7px 12px 40px;
	}
.grant td.entry-view-field-value p {text-align:left}
.grant td.entry-view-field-value ul.bulleted {margin-left:12px}
.grant td.entry-view-field-value ul.bulleted li {list-style-type:disc}
div.note-avatar {width:48px; height:48px; float:left; margin-right:6px}
h6.note-author {font-weight:bold; font-size:13px; margin:0; padding:0}
div.detail-note-content {margin:10px 0 10px 54px; line-height:150%}
div.detail-note-content p {line-height:150%}    
	
/* Styles for GF Table for authentication. ------------------------------------------------------*/ 

.gfield_html_formatted #terms_conditions {
	 height: 250px;
	 overflow: auto;
     font-size: 11px;
	 font-family: Arial, "MS Trebuchet", sans-serif; 
	display: block;
	border: 1px solid #999; 
	padding: 10px;
	}      
	
.gform_wrapper .gfield_description {
	/*border: 1px solid #999;*/
	margin: 0 0 28px 0; 
	}
 
/* =Gravity Form - Grant Application Form
 ------------------------------------------------------*/   

#content .gform_wrapper .gform_body .gform_fields .gsection {
	background-color: #efefef;
	background:-moz-linear-gradient(left,#efefef,#fcfcfc);
	background:-webkit-gradient(linear,left left,left right,from(#efefef),to(#fcfcfc));
	padding-top: 9px;
	border-top:1px dotted #ccc!important;
}

#content .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {
	color: #f00;
	font-size: 20px; 
	padding-left: 10px !important;
}

#content .gform_wrapper .gform_body .gform_fields .gsection .gsection_description {
	padding-left: 18px !important;
	font-size: 13px;
	color: #666; 
}

/*#content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {border:1px solid red}*/ 
/*#content .gform_wrapper .gform_body .gform_fields .gfield {border:1px solid red}*/   

#content .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	color:#A43329;
	font-size: 15px;
	} 

#content .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
	color:red;
	font-size: 15px;
	} 
	
#content .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
/*	border:1px solid red; */
	margin: 0 0 0 0 !important;}

#content .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex .ginput_full label, #content .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex .ginput_left label, #content .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex .ginput_right label 			{
/*	color:green;*/
/*	border: 1px solid #999;*/
	padding: 0 0 10px 0 !important;
	margin: 0 0 0 0 !important;
	line-height: 16px !important;
	} 
	
#content .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
	padding: 6px 0 15px 0 !important;
	margin: 0 0 0 0 !important;
	line-height: 16px !important;
	font-size: 11px;
	color: #666;
/*	border: 1px solid #999;*/
	}

#content .gform_wrapper .gform_footer input[type=submit] {
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
		padding:3px 10px;
		font-size:14px;
		-moz-border-radius:0px;
		-khtml-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
		cursor:pointer;
		text-decoration:none;
		margin-top:-3px;
	    border-bottom: 1px solid #F3C1BF !important; 
		border-right: 1px solid #B89C9B !important; 
		 background: red;
				background:-moz-linear-gradient(bottom,#FF0000,#F00000);
				background:-webkit-gradient(linear,left bottom,left top,from(#FF0000),to(#F00000));
	       /* border: #f24643;*/
			color: #F3C1BF;
	}

#container #content .page .entry-content #gforms_confirmation_message {
	background-color: #fff !important;
	border: 1px solid red;
	}  
body #gforms_confirmation_message table{
		background-color: #fff !important;

		}

/* =Footer
-------------------------------------------------------------- */ 

#site-info {
/*	float: left;*/

}
#site-generator {
/*	float: right;
	width: 220px; */
}

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 1px dashed #666;
/*	margin-top: -4px; */
	overflow: hidden;
	padding: 5px 0;
}
#site-info {
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 5px 0;
/*	border: 1px solid #999;*/
}
#site-info a:link, #site-info a:visited {
	color: #000;
	text-decoration: none;
}  

#site-info a:hover, #site-info a:active {
	color: #f00;
	text-decoration: none;
}

#site-info img {
	vertical-align:bottom;
	padding: 3px 0 0 0;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	color: #666;
	display: inline-block;
	line-height: 16px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =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;
}

/* =pagination from Gravy by http://www.darrenhoyt.com
-------------------------------------------------------------- */

#archive_pagination {
	overflow: hidden; 
	padding: 20px;
	text-align: center;
	}

	.current-numeric-page, .page-numbers.current {
	padding: 5px 8px;
	}

#archive_pagination a, #archive_pagination a:visited {
	border:1px solid #CCC;
	padding: 5px 8px;
	text-decoration: none;
	color: #888;
	}

#archive_pagination a:hover {
	background: #f5f5f5 !important;
	}

#archive_pagination a:active {
	background:#e6e6e6;
	border-color:#bebebe;
	}

/* =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;
	}
}    


	             
 /* WordPress Logo */ 

/*  h1 a {
      background:url('images/haring_login_logo.gif') 0 0 no-repeat;
	  width:310px;
	  height:70px;
	  margin-left: 10px;
	  margin-bottom: 0px;
     padding-bottom: 0px;
	} */
	
 .message {
	    margin-bottom: 0px;
	} 
	
#loginform {  
		background:url('images/haring_login_logo.gif');
		margin: 10px 10px 5px 10px;
		padding:16px 16px 40px 16px;
		font-weight:normal;
		-moz-border-radius:11px;
		-khtml-border-radius:11px;
		-webkit-border-radius:11px;
		border-radius:11px;
		background:#fff;
		border:1px solid #e5e5e5;
		-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;
		-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;
		-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;
		box-shadow:rgba(200,200,200,1) 0 4px 18px;
		width: 300px;
		font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	}
	
#loginform p { 
  		margin: 0 0 0 0;
		padding: 0 0 0 0;
/*		border: 1px solid #999;*/
}


	
#loginform label{
		color:#777;
		font-size:16px;
/*		border: 1px solid red;*/
    }    

#rememberme{
		font-size: 11px;
		}
	
#loginform input{
		font-size:24px;
		width:97%;
		padding:3px;
		margin-top:2px;
		margin-right:6px;
		margin-bottom:10px;
		border:1px solid #e5e5e5;
		background:#fbfbfb;
    }

	input{
		color:#A43329;
    }
	
/* Login Button */ 
	.button-primary{
		font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
		padding:3px 10px;
		font-size:14px;
		-moz-border-radius:0px;
		-khtml-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
		cursor:pointer;
		text-decoration:none;
		margin-top:-3px;
	    border-bottom: 1px solid #F3C1BF !important; 
		border-right: 1px solid #B89C9B !important;
	}
	
	#wp-submit {
	    background: red;
			background:-moz-linear-gradient(bottom,#FF0000,#F00000);
			background:-webkit-gradient(linear,left bottom,left top,from(#FF0000),to(#F00000));
        border: #f24643;
		color: #F3C1BF;
	}   
	
	#wp-submit:hover { 
		color: #ffffff;
		background: red;
	}
	
	/* Lost Password Link */
	.login #nav a {
	 	color: #443030!important;
		text-decoration: none;
	} 
	
	.login #nav a:hover {
	 	color: red !important;
		text-decoration: none;
 
	}
#site-info	.social_icons a img{
		padding: 0px 10px 0 0;
		
	}
	
#site-info	p.social_icons {
	font-size: 20px;
	line-height: 32px;
	}
	
/* ========================= */
/* = Alerts from Bootstrap = */
/* ========================= */
	.alert {
	  padding: 8px 35px 8px 14px;
	  margin-bottom: 18px;
	  color: #c09853;
	  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	  background-color: #fcf8e3;
	  border: 1px solid #fbeed5;
	  -webkit-border-radius: 4px;
	     -moz-border-radius: 4px;
	          border-radius: 4px;
	}

	.alert-heading {
	  color: inherit;
	}

	.alert .close {
	  position: relative;
	  top: -2px;
	  right: -21px;
	  line-height: 18px;
	}

	.alert-success {
	  color: #468847;
	  background-color: #dff0d8;
	  border-color: #d6e9c6;
	}

	.alert-danger,
	.alert-error {
	  padding: 8px 35px 8px 14px;
	  margin-bottom: 18px;
	  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	  border: 1px solid #fbeed5;
	  -webkit-border-radius: 4px;
	     -moz-border-radius: 4px;
	          border-radius: 4px;
	  color: #b94a48;
	  background-color: #f2dede;
	  border-color: #eed3d7;
	}

	.alert-info {
	  color: #3a87ad;
	  background-color: #d9edf7;
	  border-color: #bce8f1;
	}

	.alert-block {
	  padding-top: 14px;
	  padding-bottom: 14px;
	}

	.alert-block > p,
	.alert-block > ul {
	  margin-bottom: 0;
	}

	.alert-block p + p {
	  margin-top: 5px;
	}
	
blockquote,	.well {
	  min-height: 20px;
		width: 80%;
		color: #666;
		font-size: 19px;
	  padding: 19px 19px 0px 19px;
	  margin-bottom: 20px;
	  background-color: #f5f5f5;
	  border: 1px solid #ddd;
	  border: 1px solid rgba(0, 0, 0, 0.15);
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}

	/* ========================= */
	/* = Buttons from Bootstrap = */
	/* ========================= */

	.btn {
	  display: inline-block;
	  *display: inline;
	  /* IE7 inline-block hack */

	  *zoom: 1;
	  padding: 4px 10px 4px;
	  margin-bottom: 0;
	  font-size: 13px;
	  line-height: 18px;
	  *line-height: 20px;
	  color: #333333;
	  text-align: center;
	  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	  vertical-align: middle;
	  cursor: pointer;
	  background-color: #f5f5f5;
	  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: linear-gradient(top, #ffffff, #e6e6e6);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  *background-color: #e6e6e6;
	  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	  border: 1px solid #cccccc;
	  *border: 0;
	  border-bottom-color: #b3b3b3;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  *margin-left: .3em;
	  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	}
	.btn:hover,
	.btn:active,
	.btn.active,
	.btn.disabled,
	.btn[disabled] {
	  background-color: #e6e6e6;
	  *background-color: #d9d9d9;
	}
	.btn:active,
	.btn.active {
	  background-color: #cccccc \9;
	}
	.btn:first-child {
	  *margin-left: 0;
	}
	.btn:hover {
	  color: #333333;
	  text-decoration: none;
	  background-color: #e6e6e6;
	  *background-color: #d9d9d9;
	  /* Buttons in IE7 don't get borders, so darken on hover */

	  background-position: 0 -15px;
	  -webkit-transition: background-position 0.1s linear;
	  -moz-transition: background-position 0.1s linear;
	  -ms-transition: background-position 0.1s linear;
	  -o-transition: background-position 0.1s linear;
	  transition: background-position 0.1s linear;
	}
	.btn:focus {
	  outline: thin dotted #333;
	  outline: 5px auto -webkit-focus-ring-color;
	  outline-offset: -2px;
	}
	.btn.active,
	.btn:active {
	  background-color: #e6e6e6;
	  background-color: #d9d9d9 \9;
	  background-image: none;
	  outline: 0;
	  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}
	.btn.disabled,
	.btn[disabled] {
	  cursor: default;
	  background-color: #e6e6e6;
	  background-image: none;
	  opacity: 0.65;
	  filter: alpha(opacity=65);
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	}
	.btn-large {
	  padding: 9px 14px;
	  font-size: 15px;
	  line-height: normal;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	}
	.btn-wide {
	  padding: 10px 40px;
	  font-size: 20px;
	  line-height: normal;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	margin-top: -4px;
	width: 260px;
	}
	
	.btn-wide [class^="icon-"] {
	  margin-top: 5px;
	}
	
	.btn-large [class^="icon-"] {
	  margin-top: 1px;
	}
	.btn-small {
	  padding: 5px 9px;
	  font-size: 11px;
	  line-height: 16px;
	}
	.btn-small [class^="icon-"] {
	  margin-top: -1px;
	}
	.btn-mini {
	  padding: 2px 6px;
	  font-size: 11px;
	  line-height: 14px;
	}
	.btn-primary,
	.btn-primary:hover,
	.btn-warning,
	.btn-warning:hover,
	.btn-danger,
	.btn-danger:hover,
	.btn-success,
	.btn-success:hover,
	.btn-info,
	.btn-info:hover,
	.btn-inverse,
	.btn-inverse:hover {
	  color: #ffffff;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	}
	.btn-primary.active,
	.btn-warning.active,
	.btn-danger.active,
	.btn-success.active,
	.btn-info.active,
	.btn-inverse.active {
	  color: rgba(255, 255, 255, 0.75);
	}
	.btn {
	  border-color: #ccc;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	}
	.btn-primary {
	  background-color: #9d331d;
	  background-image: -moz-linear-gradient(top, #9d261d, #9d461d);
	  background-image: -ms-linear-gradient(top, #9d261d, #9d461d);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9d261d), to(#9d461d));
	  background-image: -webkit-linear-gradient(top, #9d261d, #9d461d);
	  background-image: -o-linear-gradient(top, #9d261d, #9d461d);
	  background-image: linear-gradient(top, #9d261d, #9d461d);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d261d', endColorstr='#9d461d', GradientType=0);
	  border-color: #9d461d #9d461d #5c2911;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  *background-color: #9d461d;
	  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
	.btn-primary:hover,
	.btn-primary:active,
	.btn-primary.active,
	.btn-primary.disabled,
	.btn-primary[disabled] {
	  background-color: #9d461d;
	  *background-color: #873c19;
	}
	.btn-primary:active,
	.btn-primary.active {
	  background-color: #723315 \9;
	}
	.btn-warning {
	  background-color: #faa732;
	  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	  background-image: -o-linear-gradient(top, #fbb450, #f89406);
	  background-image: linear-gradient(top, #fbb450, #f89406);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
	  border-color: #f89406 #f89406 #ad6704;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  *background-color: #f89406;
	  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
	.btn-warning:hover,
	.btn-warning:active,
	.btn-warning.active,
	.btn-warning.disabled,
	.btn-warning[disabled] {
	  background-color: #f89406;
	  *background-color: #df8505;
	}
	.btn-warning:active,
	.btn-warning.active {
	  background-color: #c67605 \9;
	}
	.btn-danger {
	  background-color: #da4f49;
	  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	  background-image: linear-gradient(top, #ee5f5b, #bd362f);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	  border-color: #bd362f #bd362f #802420;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  *background-color: #bd362f;
	  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
	.btn-danger:hover,
	.btn-danger:active,
	.btn-danger.active,
	.btn-danger.disabled,
	.btn-danger[disabled] {
	  background-color: #bd362f;
	  *background-color: #a9302a;
	}
	.btn-danger:active,
	.btn-danger.active {
	  background-color: #942a25 \9;
	}
	.btn-success {
	  background-color: #5bb75b;
	  background-image: -moz-linear-gradient(top, #62c462, #51a351);
	  background-image: -ms-linear-gradient(top, #62c462, #51a351);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	  background-image: -o-linear-gradient(top, #62c462, #51a351);
	  background-image: linear-gradient(top, #62c462, #51a351);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	  border-color: #51a351 #51a351 #387038;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  *background-color: #51a351;
	  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
	.btn-success:hover,
	.btn-success:active,
	.btn-success.active,
	.btn-success.disabled,
	.btn-success[disabled] {
	  background-color: #51a351;
	  *background-color: #499249;
	}
	.btn-success:active,
	.btn-success.active {
	  background-color: #408140 \9;
	}
	.btn-info {
	  background-color: #49afcd;
	  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	  background-image: linear-gradient(top, #5bc0de, #2f96b4);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	  border-color: #2f96b4 #2f96b4 #1f6377;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  *background-color: #2f96b4;
	  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
	.btn-info:hover,
	.btn-info:active,
	.btn-info.active,
	.btn-info.disabled,
	.btn-info[disabled] {
	  background-color: #2f96b4;
	  *background-color: #2a85a0;
	}
	.btn-info:active,
	.btn-info.active {
	  background-color: #24748c \9;
	}
	.btn-inverse {
	  background-color: #414141;
	  background-image: -moz-linear-gradient(top, #555555, #222222);
	  background-image: -ms-linear-gradient(top, #555555, #222222);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
	  background-image: -webkit-linear-gradient(top, #555555, #222222);
	  background-image: -o-linear-gradient(top, #555555, #222222);
	  background-image: linear-gradient(top, #555555, #222222);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
	  border-color: #222222 #222222 #000000;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  *background-color: #222222;
	  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
/*	http://charliepark.org/bootstrap_buttons/*/
	.btn-red { 
		background-color: hsl(360, 100%, 40%) !important;
		background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1e1e", endColorstr="#cc0000"); 
		background-image: -khtml-gradient(linear, left top, left bottom, from(#ff1e1e), to(#cc0000)); 
		background-image: -moz-linear-gradient(top, #ff1e1e, #cc0000); 
		background-image: -ms-linear-gradient(top, #ff1e1e, #cc0000); 
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff1e1e), color-stop(100%, #cc0000)); 
		background-image: -webkit-linear-gradient(top, #ff1e1e, #cc0000); 
		background-image: -o-linear-gradient(top, #ff1e1e, #cc0000); 
		background-image: linear-gradient(#ff1e1e, #cc0000); 
		border-color: #cc0000 #cc0000 hsl(360, 100%, 36%); 
		color: #fff !important; 
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26); 
		-webkit-font-smoothing: antialiased; }
	
	.btn-inverse:hover,
	.btn-inverse:active,
	.btn-inverse.active,
	.btn-inverse.disabled,
	.btn-inverse[disabled] {
	  background-color: #222222;
	  *background-color: #151515;
	}
	.btn-inverse:active,
	.btn-inverse.active {
	  background-color: #080808 \9;
	}
	button.btn,
	input[type="submit"].btn {
	  *padding-top: 2px;
	  *padding-bottom: 2px;
	}
	button.btn::-moz-focus-inner,
	input[type="submit"].btn::-moz-focus-inner {
	  padding: 0;
	  border: 0;
	}
	button.btn.btn-large,
	input[type="submit"].btn.btn-large {
	  *padding-top: 7px;
	  *padding-bottom: 7px;
	}
	button.btn.btn-small,
	input[type="submit"].btn.btn-small {
	  *padding-top: 3px;
	  *padding-bottom: 3px;
	}
	button.btn.btn-mini,
	input[type="submit"].btn.btn-mini {
	  *padding-top: 1px;
	  *padding-bottom: 1px;
	}
	.btn-group {
	  position: relative;
	  *zoom: 1;
	  *margin-left: .3em;
	}
	.btn-group:before,
	.btn-group:after {
	  display: table;
	  content: "";
	}
	.btn-group:after {
	  clear: both;
	}
	.btn-group:first-child {
	  *margin-left: 0;
	}
	.btn-group + .btn-group {
	  margin-left: 5px;
	}
	.btn-toolbar {
	  margin-top: 9px;
	  margin-bottom: 9px;
	}
	.btn-toolbar .btn-group {
	  display: inline-block;
	  *display: inline;
	  /* IE7 inline-block hack */

	  *zoom: 1;
	}
	.btn-group > .btn {
	  position: relative;
	  float: left;
	  margin-left: -1px;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0;
	}
	.btn-group > .btn:first-child {
	  margin-left: 0;
	  -webkit-border-top-left-radius: 4px;
	  -moz-border-radius-topleft: 4px;
	  border-top-left-radius: 4px;
	  -webkit-border-bottom-left-radius: 4px;
	  -moz-border-radius-bottomleft: 4px;
	  border-bottom-left-radius: 4px;
	}
	.btn-group > .btn:last-child,
	.btn-group > .dropdown-toggle {
	  -webkit-border-top-right-radius: 4px;
	  -moz-border-radius-topright: 4px;
	  border-top-right-radius: 4px;
	  -webkit-border-bottom-right-radius: 4px;
	  -moz-border-radius-bottomright: 4px;
	  border-bottom-right-radius: 4px;
	}
	.btn-group > .btn.large:first-child {
	  margin-left: 0;
	  -webkit-border-top-left-radius: 6px;
	  -moz-border-radius-topleft: 6px;
	  border-top-left-radius: 6px;
	  -webkit-border-bottom-left-radius: 6px;
	  -moz-border-radius-bottomleft: 6px;
	  border-bottom-left-radius: 6px;
	}
	.btn-group > .btn.large:last-child,
	.btn-group > .large.dropdown-toggle {
	  -webkit-border-top-right-radius: 6px;
	  -moz-border-radius-topright: 6px;
	  border-top-right-radius: 6px;
	  -webkit-border-bottom-right-radius: 6px;
	  -moz-border-radius-bottomright: 6px;
	  border-bottom-right-radius: 6px;
	}
	.btn-group > .btn:hover,
	.btn-group > .btn:focus,
	.btn-group > .btn:active,
	.btn-group > .btn.active {
	  z-index: 2;
	}
	.btn-group .dropdown-toggle:active,
	.btn-group.open .dropdown-toggle {
	  outline: 0;
	}
	.btn-group > .dropdown-toggle {
	  padding-left: 8px;
	  padding-right: 8px;
	  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	  *padding-top: 4px;
	  *padding-bottom: 4px;
	}
	.btn-group > .btn-mini.dropdown-toggle {
	  padding-left: 5px;
	  padding-right: 5px;
	}
	.btn-group > .btn-small.dropdown-toggle {
	  *padding-top: 4px;
	  *padding-bottom: 4px;
	}
	.btn-group > .btn-large.dropdown-toggle {
	  padding-left: 12px;
	  padding-right: 12px;
	}
	.btn-group.open .dropdown-toggle {
	  background-image: none;
	  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}
	.btn-group.open .btn.dropdown-toggle {
	  background-color: #e6e6e6;
	}
	.btn-group.open .btn-primary.dropdown-toggle {
	  background-color: #9d461d;
	}
	.btn-group.open .btn-warning.dropdown-toggle {
	  background-color: #f89406;
	}
	.btn-group.open .btn-danger.dropdown-toggle {
	  background-color: #bd362f;
	}
	.btn-group.open .btn-success.dropdown-toggle {
	  background-color: #51a351;
	}
	.btn-group.open .btn-info.dropdown-toggle {
	  background-color: #2f96b4;
	}
	.btn-group.open .btn-inverse.dropdown-toggle {
	  background-color: #222222;
	}
	.btn .caret {
	  margin-top: 7px;
	  margin-left: 0;
	}
	.btn:hover .caret,
	.open.btn-group .caret {
	  opacity: 1;
	  filter: alpha(opacity=100);
	}
	.btn-mini .caret {
	  margin-top: 5px;
	}
	.btn-small .caret {
	  margin-top: 6px;
	}
	.btn-large .caret {
	  margin-top: 6px;
	  border-left-width: 5px;
	  border-right-width: 5px;
	  border-top-width: 5px;
	}
	.dropup .btn-large .caret {
	  border-bottom: 5px solid #000000;
	  border-top: 0;
	}
	.btn-primary .caret,
	.btn-warning .caret,
	.btn-danger .caret,
	.btn-info .caret,
	.btn-success .caret,
	.btn-inverse .caret {
	  border-top-color: #ffffff;
	  border-bottom-color: #ffffff;
	  opacity: 0.75;
	  filter: alpha(opacity=75);
	}
	

	input[type="checkbox"] {
	  width: auto;
	  height: auto;
	  padding: 0;
	  margin: 5px 0;
	  *margin-top: 0;
	  /* IE7 */

	  line-height: normal;
	  cursor: pointer;
	  background-color: transparent;
	  border: 0 \9;
	  /* IE9 and down */

	  -webkit-border-radius: 0;
	     -moz-border-radius: 0;
	          border-radius: 0;
	}
	

	.checkbox {
	  min-height: 18px;
	  padding-left: 18px;
		font-size: 36px;
	}
	
	.radio input[type="radio"],
	.checkbox input[type="checkbox"] {
	  float: left;
	  margin-left: -18px;
	}

	.controls > .radio:first-child,
	.controls > .checkbox:first-child {
	  padding-top: 5px;
	}

	.radio.inline,
	.checkbox.inline {
	  display: inline-block;
	  padding-top: 10px;
	  margin-bottom: 0;
	  /*vertical-align: middle;*/
	}

	.radio.inline + .radio.inline,
	.checkbox.inline + .checkbox.inline {
	  margin-left: 10px;
	}
	
	input[type="file"]:focus,
	input[type="radio"]:focus,
	input[type="checkbox"]:focus,
	select:focus {
	  outline: thin dotted #333;
	  outline: 5px auto -webkit-focus-ring-color;
	  outline-offset: -2px;
	  -webkit-box-shadow: none;
	     -moz-box-shadow: none;
	          box-shadow: none;
	}
/* ======================== */
/* = icons from bootstrap = */
/* ======================== */

	[class^="icon-"],
	[class*=" icon-"] {
	  display: inline-block;
	  width: 14px;
	  height: 14px;
	  *margin-right: .3em;
	  line-height: 14px;
	  vertical-align: text-top;
	  background-image: url("images/glyphicons-halflings.png");
	  background-position: 14px 14px;
	  background-repeat: no-repeat;
	}
	[class^="icon-"]:last-child,
	[class*=" icon-"]:last-child {
	  *margin-left: 0;
	}
	.icon-white {
	  background-image: url("images/glyphicons-halflings-white.png");
	}
	.icon-glass {
	  background-position: 0      0;
	}
	.icon-music {
	  background-position: -24px 0;
	}
	.icon-search {
	  background-position: -48px 0;
	}
	.icon-envelope {
	  background-position: -72px 0;
	}
	.icon-heart {
	  background-position: -96px 0;
	}
	.icon-star {
	  background-position: -120px 0;
	}
	.icon-star-empty {
	  background-position: -144px 0;
	}
	.icon-user {
	  background-position: -168px 0;
	}
	.icon-film {
	  background-position: -192px 0;
	}
	.icon-th-large {
	  background-position: -216px 0;
	}
	.icon-th {
	  background-position: -240px 0;
	}
	.icon-th-list {
	  background-position: -264px 0;
	}
	.icon-ok {
	  background-position: -288px 0;
	}
	.icon-remove {
	  background-position: -312px 0;
	}
	.icon-zoom-in {
	  background-position: -336px 0;
	}
	.icon-zoom-out {
	  background-position: -360px 0;
	}
	.icon-off {
	  background-position: -384px 0;
	}
	.icon-signal {
	  background-position: -408px 0;
	}
	.icon-cog {
	  background-position: -432px 0;
	}
	.icon-trash {
	  background-position: -456px 0;
	}
	.icon-home {
	  background-position: 0 -24px;
	}
	.icon-file {
	  background-position: -24px -24px;
	}
	.icon-time {
	  background-position: -48px -24px;
	}
	.icon-road {
	  background-position: -72px -24px;
	}
	.icon-download-alt {
	  background-position: -96px -24px;
	}
	.icon-download {
	  background-position: -120px -24px;
	}
	.icon-upload {
	  background-position: -144px -24px;
	}
	.icon-inbox {
	  background-position: -168px -24px;
	}
	.icon-play-circle {
	  background-position: -192px -24px;
	}
	.icon-repeat {
	  background-position: -216px -24px;
	}
	.icon-refresh {
	  background-position: -240px -24px;
	}
	.icon-list-alt {
	  background-position: -264px -24px;
	}
	.icon-lock {
	  background-position: -287px -24px;
	}
	.icon-flag {
	  background-position: -312px -24px;
	}
	.icon-headphones {
	  background-position: -336px -24px;
	}
	.icon-volume-off {
	  background-position: -360px -24px;
	}
	.icon-volume-down {
	  background-position: -384px -24px;
	}
	.icon-volume-up {
	  background-position: -408px -24px;
	}
	.icon-qrcode {
	  background-position: -432px -24px;
	}
	.icon-barcode {
	  background-position: -456px -24px;
	}
	.icon-tag {
	  background-position: 0 -48px;
	}
	.icon-tags {
	  background-position: -25px -48px;
	}
	.icon-book {
	  background-position: -48px -48px;
	}
	.icon-bookmark {
	  background-position: -72px -48px;
	}
	.icon-print {
	  background-position: -96px -48px;
	}
	.icon-camera {
	  background-position: -120px -48px;
	}
	.icon-font {
	  background-position: -144px -48px;
	}
	.icon-bold {
	  background-position: -167px -48px;
	}
	.icon-italic {
	  background-position: -192px -48px;
	}
	.icon-text-height {
	  background-position: -216px -48px;
	}
	.icon-text-width {
	  background-position: -240px -48px;
	}
	.icon-align-left {
	  background-position: -264px -48px;
	}
	.icon-align-center {
	  background-position: -288px -48px;
	}
	.icon-align-right {
	  background-position: -312px -48px;
	}
	.icon-align-justify {
	  background-position: -336px -48px;
	}
	.icon-list {
	  background-position: -360px -48px;
	}
	.icon-indent-left {
	  background-position: -384px -48px;
	}
	.icon-indent-right {
	  background-position: -408px -48px;
	}
	.icon-facetime-video {
	  background-position: -432px -48px;
	}
	.icon-picture {
	  background-position: -456px -48px;
	}
	.icon-pencil {
	  background-position: 0 -72px;
	}
	.icon-map-marker {
	  background-position: -24px -72px;
	}
	.icon-adjust {
	  background-position: -48px -72px;
	}
	.icon-tint {
	  background-position: -72px -72px;
	}
	.icon-edit {
	  background-position: -96px -72px;
	}
	.icon-share {
	  background-position: -120px -72px;
	}
	.icon-check {
	  background-position: -144px -72px;
	}
	.icon-move {
	  background-position: -168px -72px;
	}
	.icon-step-backward {
	  background-position: -192px -72px;
	}
	.icon-fast-backward {
	  background-position: -216px -72px;
	}
	.icon-backward {
	  background-position: -240px -72px;
	}
	.icon-play {
	  background-position: -264px -72px;
	}
	.icon-pause {
	  background-position: -288px -72px;
	}
	.icon-stop {
	  background-position: -312px -72px;
	}
	.icon-forward {
	  background-position: -336px -72px;
	}
	.icon-fast-forward {
	  background-position: -360px -72px;
	}
	.icon-step-forward {
	  background-position: -384px -72px;
	}
	.icon-eject {
	  background-position: -408px -72px;
	}
	.icon-chevron-left {
	  background-position: -432px -72px;
	}
	.icon-chevron-right {
	  background-position: -456px -72px;
	}
	.icon-plus-sign {
	  background-position: 0 -96px;
	}
	.icon-minus-sign {
	  background-position: -24px -96px;
	}
	.icon-remove-sign {
	  background-position: -48px -96px;
	}
	.icon-ok-sign {
	  background-position: -72px -96px;
	}
	.icon-question-sign {
	  background-position: -96px -96px;
	}
	.icon-info-sign {
	  background-position: -120px -96px;
	}
	.icon-screenshot {
	  background-position: -144px -96px;
	}
	.icon-remove-circle {
	  background-position: -168px -96px;
	}
	.icon-ok-circle {
	  background-position: -192px -96px;
	}
	.icon-ban-circle {
	  background-position: -216px -96px;
	}
	.icon-arrow-left {
	  background-position: -240px -96px;
	}
	.icon-arrow-right {
	  background-position: -264px -96px;
	}
	.icon-arrow-up {
	  background-position: -289px -96px;
	}
	.icon-arrow-down {
	  background-position: -312px -96px;
	}
	.icon-share-alt {
	  background-position: -336px -96px;
	}
	.icon-resize-full {
	  background-position: -360px -96px;
	}
	.icon-resize-small {
	  background-position: -384px -96px;
	}
	.icon-plus {
	  background-position: -408px -96px;
	}
	.icon-minus {
	  background-position: -433px -96px;
	}
	.icon-asterisk {
	  background-position: -456px -96px;
	}
	.icon-exclamation-sign {
	  background-position: 0 -120px;
	}
	.icon-gift {
	  background-position: -24px -120px;
	}
	.icon-leaf {
	  background-position: -48px -120px;
	}
	.icon-fire {
	  background-position: -72px -120px;
	}
	.icon-eye-open {
	  background-position: -96px -120px;
	}
	.icon-eye-close {
	  background-position: -120px -120px;
	}
	.icon-warning-sign {
	  background-position: -144px -120px;
	}
	.icon-plane {
	  background-position: -168px -120px;
	}
	.icon-calendar {
	  background-position: -192px -120px;
	}
	.icon-random {
	  background-position: -216px -120px;
	}
	.icon-comment {
	  background-position: -240px -120px;
	}
	.icon-magnet {
	  background-position: -264px -120px;
	}
	.icon-chevron-up {
	  background-position: -288px -120px;
	}
	.icon-chevron-down {
	  background-position: -313px -119px;
	}
	.icon-retweet {
	  background-position: -336px -120px;
	}
	.icon-shopping-cart {
	  background-position: -360px -120px;
	}
	.icon-folder-close {
	  background-position: -384px -120px;
	}
	.icon-folder-open {
	  background-position: -408px -120px;
	}
	.icon-resize-vertical {
	  background-position: -432px -119px;
	}
	.icon-resize-horizontal {
	  background-position: -456px -118px;
	}
	.icon-hdd {
	  background-position: 0 -144px;
	}
	.icon-bullhorn {
	  background-position: -24px -144px;
	}
	.icon-bell {
	  background-position: -48px -144px;
	}
	.icon-certificate {
	  background-position: -72px -144px;
	}
	.icon-thumbs-up {
	  background-position: -96px -144px;
	}
	.icon-thumbs-down {
	  background-position: -120px -144px;
	}
	.icon-hand-right {
	  background-position: -144px -144px;
	}
	.icon-hand-left {
	  background-position: -168px -144px;
	}
	.icon-hand-up {
	  background-position: -192px -144px;
	}
	.icon-hand-down {
	  background-position: -216px -144px;
	}
	.icon-circle-arrow-right {
	  background-position: -240px -144px;
	}
	.icon-circle-arrow-left {
	  background-position: -264px -144px;
	}
	.icon-circle-arrow-up {
	  background-position: -288px -144px;
	}
	.icon-circle-arrow-down {
	  background-position: -312px -144px;
	}
	.icon-globe {
	  background-position: -336px -144px;
	}
	.icon-wrench {
	  background-position: -360px -144px;
	}
	.icon-tasks {
	  background-position: -384px -144px;
	}
	.icon-filter {
	  background-position: -408px -144px;
	}
	.icon-briefcase {
	  background-position: -432px -144px;
	}
	.icon-fullscreen {
	  background-position: -456px -144px;
	}
/* ========================================= */
/* = columns for search page with keywords = */
/* ========================================= */	
.column_25 { 
	width: 22%;
	float:left;
	/*border: 1px solid #999;*/
	}
	
.column_5 { 
		width: 17.5%;
		float:left;
		border-left: 1px solid #ddd;*/
		}

.column_4 { 
		width: 22%;
		float:left;
		border-left: 1px solid #ddd;*/
		}		

.column_3 { 
		width: 31%;
		float:left;
		border-left: 1px solid #ddd;*/
		}
		
/* =========================== */
/* = extra stuff for forms,  = */
/* =========================== */

#dw_searchform input[type=text], #dw_advanced_searchform input[type=text] {
	margin: 15px 0 0 12px;
	width: 500px;
	height: 40px;
	padding-left: 10px;
	color: red;
}

#dw_searchform .thisthing {
	border: 1px solid red;
}

/* =============================== */
/* = for styles in Visual Editor = */
/* =============================== */
.small_and_gray {
	font-size: 11px;
	color: #666;
}

/* =============================== */
/* = stuff for Pop Shop = */
/* =============================== */
.page-template-page_popshop {
	background: #fff url(images/haring_slides_22.jpg) repeat fixed 0px 0px !important;
	/*background: #DDD url(images/faces02.jpg) no-repeat fixed 0px -150px;*/
	  -webkit-background-size: cover !important;
	  	  	  -moz-background-size: cover !important;
	  	  	  -o-background-size: cover !important;
	  	  	  background-size: cover !important;
	}
.page-template-page_popshop #header {
	background-color: red;
	display: block;
	height: 37px;
	border-bottom: 1px solid #000;
	padding-left: 5px;
}

p.popshop_one {
	display: block;
	background-color: #A0CF67;
	font-size: 3.4em;
	/*font-weight: bold;*/
	line-height: 1.2em;
	margin: 0 -20px 0 -20px;
	padding: 50px 50px 10px 50px;
	height: 370px;
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

p.popshop_two {
	display: block;
	background-color: #F78F1E;
	font-size: 3.5em;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0 -20px 0 -20px;
	padding: 50px 50px 10px 50px;
	height: 360px;
	font-family: "fira-sans-2",  "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: white;
}

p.popshop_three {
	display: block;
	background-color: #aaa;
	font-size: 2.2em;
	font-weight: 200;
	line-height: 1.5em;
	margin: 0 -20px 0 -20px;
	padding: 40px 50px 10px 50px;
	height: 340px;
	font-variant: italic;
	letter-spacing: .1em;
/*	*/
}


p.popshop_four {
	display: block;
	background-color: #000;
	color: #fff;
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 -20px 0 -20px;
	padding: 50px 50px 10px 50px;
	height: 200px;
	
}

p.popshop_five {
	display: block;
	background-color: #EA77B0;
	color: #fff;
	font-size: 1.9em;
	line-height: 1.4em;
	margin: 0 -20px 0 -20px;
	padding: 10px 50px 50px 50px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	letter-spacing: .05em;
}

.format01 {
	display: block;
	background-color: #EA77B0;
	color: #fff;
	font-size: 1.9em;
	line-height: 1.4em;
	margin: 0 -20px 0 -20px;
	padding: 10px 50px 50px 50px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	letter-spacing: .05em;
}

p.format02 {
	display: block;
	background-color: #F78F1E;
	font-size: 1.9em;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0 -20px 0 -20px;
	padding: 30px 50px 10px 50px;
/*	height: 360px;*/
	font-family: "fira-sans-2",  "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: white;
}

.format03 {
	display: block;
	background-color: #A0CF67;
	font-size: 3.3em;
	/*font-weight: bold;*/
	line-height: 1.2em;
	margin: 0 -20px 0 -20px;
	padding: 50px 50px 10px 50px;
	height: 370px;
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

p.format04 {
	display: block;
	background-color: #9DC6F1;
	font-size: 3em;
	/*font-weight: bold;*/
	line-height: 1.2em;
	margin: 0 -20px 0 -20px;
	padding: 30px 50px 30px 50px;
/*	height: 370px;*/
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.format05 {
	display: block;
	background-color: #aaa;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0 -20px 0 -20px;
	padding: 40px 50px 10px 50px;
	font-variant: italic;
	letter-spacing: .1em;
}

.format06 {
	display: block;
	background-color: #E66218;
	color: #000;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 -20px 0 -20px;
	padding: 10px 50px 50px 50px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	letter-spacing: .05em;
}

.format07 {
	display: block;
	background-color: #BC192E;
	color: #bbb;
	font-size: 2em;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0 -20px 0 -20px;
	padding: 10px 50px 50px 50px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	letter-spacing: .05em;
}



.page-template-page_popshop .wp-caption {
	margin-top: 20px;
	max-width: 920px !important;
	padding: 0 0 2px 0;
	background-color: #FFF !important;
 }

.page-template-page_popshop #footer {
	background-color: #000;
}

.page-template-page_popshop #site-info {
	padding-left: 20px;
}