/*
Theme Name: TheSafeSpace.org
Theme URI: http://www.thesafespace.org/
Description: Custom theme for TheSafeSpace.org by Hip Web Design.
Author: Rob Rex
Author URI: http://www.makeyouhip.com/
Tags: hip, safe, space
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial,'Lucida Grande', Verdana, Sans-Serif;
	background: #c9da2b url('images/bground.jpg');
	background-attachment: fixed;
	color: #fff;
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {
	background: url('images/header.jpg') no-repeat;
	}

#content {
	font-size: 1.2em
	}

.maincolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .maincolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}
	
#side-box-content {
	line-height: 1.3em;
	}
	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: url('images/.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	font-style: italic;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 30px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 24px;
	}	
	
h4 {
	font-size: 18px;
	}	
	
h5 {
	font-size: 14px;
	font-weight:normal;
	font-style: italic;
	}	

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color: #de6a26;
	}
	
h5 {
	color: #ea8e3e;
	}	

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #40bbea;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.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;
	}
	
#spotlight #more-more a {
	color: #000;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #fff;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover {
	color: #40bbea;
	text-decoration: none;
	}

h3 a:hover {
	color: #078dc0;
	text-decoration: none;
	}	

a:hover {
	color: #40bbea;
	text-decoration: underline;
	}
	
#footer a:link, #footer a:visited {
	color: #ffffff;
	}
	
#footer a:hover {
	color: #c9da2b;
	text-decoration: underline;
	}
	
#footer .escape a:link, #footer .escape a:visited {
	color: #e73232;
	}
	
#footer .escape a:hover {
	color: #e73232;
	text-decoration: underline;
	}		

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#attention {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	}	
	
#crisis a:link, #crisis a:visited {
	color: #c9da2b;
	}		
	
#small-links {
	font-size: 12px;
	color: #ffffff;
	margin-top: 5px;
	}
	
#spotlight-entry a {
	color: #000000;
	}		
	
#copyright a:link, #copyright a:visited {
	color: #272727;
	}
	
#copyright a:hover {
	text-decoration: underline;
	}
	
hr {
	margin-top: 15px;
	}	
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	position: relative;
	margin: 20px auto;
	padding: 0;
	width: 932px;
	}

#header {
	position: relative;
	margin: 0 0 0 0px;
	padding: 13px 0px 0px 0px;
	height: 112px;
	width: 932px;
	}
	
#logo {
	position: absolute;
	width: 238px;
	height: 68px;
	background: url('images/safe-space-logo.jpg') no-repeat;
	left: 25px;
	top: 22px;
	cursor: pointer;
	}	
	
#tag-line {
	position: absolute;
	width: 456px;
	height: 42px;
	top: 30px;
	left: 305px;
	z-index: 5;
	cursor: pointer;
	}		
	
#content-slide {
	position: relative;
	width: 811px;
	height: 313px;
	background: url('images/content-slide-holder.jpg') no-repeat;
	float: right;
	}
	
#featured-content {
	position: relative;
	margin-top: 13px;
	left: 12px;
	height: 313px;
	overflow: hidden;
	}	
	
#box-holder {
	position: relative;
	top: 10px;
	float: right;
	}
	
*html #box-holder {
	width: 818px;
	top: 0px;
	}	
	
#article-box {
	position: relative;
	width: 195px;
	float: right;
	margin-right: 6px;
	}
	
*html #article-box {
	margin-right: 2px;
	}
	
#article {
	position: relative;
	margin-top: 0px;
	background: url('images/article-box-mid.jpg') repeat-y;
	}	
	
*html #article {
	height: 490px;
	}
	
#article-entry {
	position: relative;
	padding: 1px 20px 1px 11px;
	font-size: 12px;
	line-height: 18px;
	max-height: 430px;
	min-height: 430px;
	}
	
*html #article-entry {
	width: 152px;
	}	
	
#article-entry img {
	max-width: 162px;
	}
	
#poll-results {
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 230px;
	}	
	
*html #poll-results {
	height: 270px;
	}
	
#spotlight-entry {
	position: relative;
	padding: 1px 20px 1px 11px;
	font-size: 12px;
	line-height: 18px;
	max-height: 430px;
	min-height: 430px;
	color: #000000;
	}
	
.articleImage {
	border: 2px #bcbcbc solid;
	margin-top: -10px;
	}	
	
.articleImage:hover {
	border: 2px #fff solid;
	}
	
.home-box-image {
	border: 2px #bcbcbc solid;
	margin-top: -10px;
	width: 162px;
	height: 116px;
	}
	
#spotlight-box .home-box-image {
	border: 2px #bcbcbc solid;
	margin-top: -10px;
	width: 377px;
	height: 116px;
}

.facebook {
	margin-bottom: 8px;
	}
	
.myspace {
	margin-top: 0px;
	}
	
.home-box-image:hover {
	border: 2px #fff solid;
	}			
	
#spotlight-box {
	position: relative;
	width: 410px;
	float: right;
	}
	
#spotlight {
	position: relative;
	background: url('images/spotlight-box-mid.jpg') repeat-y;
	}
	
*html #spotlight {
	height: 490px;
	}	
	
.narrowcolumn {
	position: relative;
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.maincolumn {
	position: relative;
	margin-top: 2px;
	margin-bottom: 15px;
	width: 811px;
	float: right;
	min-height: 739px;
	}
	
*html #the-content {
	position: relative;
	left: 20px;
	top: 5px;
	z-index:99;
	}	
	
#page-content-holder {
	position: relative;
	background: url('images/main-holder-mid.jpg') repeat-y;
	margin: 0px;
	z-index:5;
	}	
	
#page-content {
	position: relative;
	padding: 10px 30px 20px 20px;
	min-height: 739px;
	z-index:99;
	}
	
#entry-holder {
	position:relative;
	float: left;
	}		
	
.entry {
	width: 580px;
	z-index: 5;
	margin-bottom: 20px;
	}
	
.entry-polls {
	position: relative;
	width: 550px;
	z-index: 5;
	margin-bottom: 20px;
	border: 1px #444444 dashed;
	padding: 0px 15px 5px 15px;
	}
	
#side {
	position: relative;
	float: right;
	margin-top: 15px;
	width: 160px;
	z-index: 4;
	}

#side-box {
	position: relative;
	margin-bottom: 10px;
	}	
	
#side-nav {
	position: relative;
	margin-bottom: 10px;
	}	
	
#side-box-content-holder {
	position: relative;
	background: url('images/side-box-mid.jpg') repeat-y;
	}	
	
#side-nav-top {
	position: relative;
	background: url('images/side-box-mid.jpg') repeat-y;
	}		

#side-box-content {
	position: relative;
	padding: 15px 15px 0px 15px;
	font-size: 12px;
	}	
	
#side-nav-content {
	position: relative;
	padding: 0px 15px 0px 0px;
	}	
	
#side-pdf-content {
	position: relative;
	padding: 15px 15px 0px 15px;
	}		
	
.post {
	position: relative;
	margin: 0 0 0px;
	text-align: justify;
	}
	
#breadcrumbs {
	position: relative;
	margin-bottom: 10px;
	float: right;
	width: 45%;
	text-align: right;
	}
	
*html #breadcrumbs {
	margin-bottom: 0px;
	}	
	
#citation {
	position: relative;
	bottom: 0px;
	padding-bottom: 20px;
	font-size: 11px;
	color: #c2c2c2;
	font-style: italic;
	padding-right: 20px;
	z-index: 9;
	}	

.post hr {
	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;
}

#escape-btn {
	position: absolute;
	right: 35px;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	position: relative;
	background: url('images/footer.jpg') no-repeat;
	padding: 12px 0px 0px;
	margin: 0 auto;
	width: 932px;
	height: 94px;
	clear: both;
	}
	
	#footer-content {
		position: relative;
		width: 910px;
		margin: 0 auto;
		}
	
#copyright {
	color: #272727;
	}	
	
#contact-box {
	position: relative;
	border: 2px #fff solid;
	background: #76277b;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	}	
	
#quiz-box {
	position: relative;
	border: thin #303030 dashed;
	background: #585858;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	}
	
#quiz-holder {
	position: relative;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px -20px 0px;
	}		

#ask-anything-contact {
	position: relative;
	padding: 15px 0px 0px 0px;
	}	
	
#contact-box:hover {
	background: #c46dce;
	}	
	
#quiz-box:hover {
	border: thin #fff dashed;
	background: #b15abb;
	}	
	
#page-title {
	position: relative;
	margin-bottom: 10px;
	width: 55%;
	}			
	
#page-title img {
	margin-right: 10px;
	}
	
#more-more {
	position: absolute;
	bottom: 0px;
	right: 20px;
	font-size: 12px;
	}
	
.chat {
	width: 101px;
	height: 22px;
	padding-top: 10px;
	}	
	
#handout-box {
	float:left;
	margin-right: 10px;
	width: 225px;
	}
	
#anmap-cover {
	position: absolute;
	height: 26px;
	width: 300px;
	background: #272526 url('images/key.jpg') top left no-repeat;
	}
	
/* End Structure */


/* Begin Sidebar */

#sidebar {
	position: relative;
	background: url('images/nav-bar-1.jpg');
	background-repeat:no-repeat;
	padding: 6px 0px 0px 7px;
	float: left;
	width: 107px;
	height: 768px;
	}

/* End Sidebar */


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 20px 0px 5px 0px;
	line-height:normal;
	}
	
h4 {
	padding: 0;
	margin: 10px 0px 5px 0px;
	line-height:normal;
	}
	
h4.spotlight-title {
	font-size: 16px;
	padding: 0;
	margin: 10px 0px 5px 0px;
	line-height:normal;
	}
	
h3.column {
	margin: 20px 0px 0px 0px;
	}	

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* Begin Images */
.give-border {
	padding: 5px 5px 5px 5px;
	margin: 3px 7px 7px 7px;
	background: #fff;
	}
	
.entry img:hover {
	background: #d5d5d5;
	}	
	
.no-border img {
	padding: 0;
	}
	
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 10px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
#side-box-content li {
	margin: 0 0 0 20px;
	}		
	
#column-categories ul {
	list-style-type:none;
	white-space: no-wrap;
	}	
	
#column-categories li {
	margin: 10px 0 0 30px;
	float: left;
	position: relative;
	white-space: no-wrap;
	width: 125px;
	}	
	
#site-map {
	margin-bottom: 20px;
	}	
	
#site-map ul {
	white-space: no-wrap;
	}	
	
#site-map li {
	margin: 10px 0 0 20px;
	position: relative;
	white-space: no-wrap;
	font-size: 14px;
	font-weight: bold;
	}	
	
#site-map li li {
	margin: 10px 0 0 0px;
	position: relative;
	white-space: no-wrap;
	font-size: 12px;
	font-weight: normal;
	}
	
#side-nav-content ul {
	margin: 0 0 0 0;
	padding: 0px 10px 0 10px;
	list-style: none;
	}		
	
#side-nav-content li {
	margin: 0 0 0 10px;
	padding: 10px 0 0 0px;
	}
	
#side-nav-content li li {
	list-style-image: url('images/plus_bullet.jpg');
	list-style-position: outside;	
	padding: 10px 0 0 0;
	}
	
#side-nav-content ul ul.plus {
	list-style-image: url('images/plus_bullet.jpg');
	list-style-position: outside;	
	padding: 0px 0 0 0;
	margin: 0 0 0 20px;
	}	
	
#side-nav-content #no-children li {
	list-style-image: url('images/plus_bullet.jpg');
	list-style-position: outside;	
	padding: 10px 0 0 0;
	margin: 0 0 0 30px;
	}	
	
#side-nav-content #no-children-top li {
	list-style-position: outside;
	list-style: none;	
	padding: 10px 0 0 0;
	margin: 0 0 0 20px;
	}		
	
#side-nav-content .current_page_item a {	
	color: #fff;
	}
	
#side-nav-content .current_page_item a {	
	color: #fff;
	}	
	
#side-nav-content #list-categories li {
	list-style-image: url('images/plus_bullet.jpg');
	list-style-position: outside;	
	padding: 10px 0 0 0;
	margin: 0 0 0 30px;
	}
	
#side-nav-content #column-category-nav li {
	list-style-image: url('images/plus_bullet.jpg');
	list-style-position: outside;	
	padding: 10px 0 0 0;
	margin: 0 0 0 30px;
	}
	
#side-pdf-content li {
	list-style-image: url('images/pdf-icon.jpg');
	list-style-position: outside;	
	padding: 10px 0 0 0;
	margin: 0;
	}
	
#side-pdf-content ul {
	padding: 0;
	margin: 0 5px 0 20px;
	}	
	
#handout-box ul {
	margin: 0 0 25px 0;
	padding: 0px 10px 0 10px;
	list-style: none;
	}
	
#handout-box ul ul {
	list-style:circle;	
	padding: 0px 0 0 0;
	margin: 0 0 0 10px;
	}	
	
#handout-box li {
	margin: 0 0 5px 0;
	padding: 0px 0px 0 10px;
	list-style: none;
	}
	
#handout-box li li {
	list-style-image: url('images/pdf-icon.jpg');
	list-style-position: inside;	
	padding: 0px 0 0 0;
	margin: 0;
	}
	
.current-cat a {	
	color: #fff;
	}	
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sya_container ul {
	margin-bottom: 10px;
	}	

/* End Entry Lists */


/* Begin Form Elements */

.submit {
	background: url('images/submit-btn.jpg');
	width:127px;
	height:33px;
	border: none;
	}
	
#contact-box:hover .submit {
	background: url('images/submit-btn2.jpg');
	cursor: pointer;
	}	
	
.somete {
	background: url('images/somete-btn.jpg');
	width:127px;
	height:33px;
	border: none;
	}
	
#contact-box:hover .somete {
	background: url('images/somete-btn2.jpg');
	cursor: pointer;
	}		

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
#mailing-list-name {
	padding: 10px 0 0 0;
	}
	
#mailing-list-name input {
	margin: 5px 0 0 0;
	}	
	
#mailing-list-join input {
	margin: 10px 0 0 0;
	}	
	
form {
	margin: 0;
	padding: 0;
	}		
	
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 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 */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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-top: 10px;
	margin-bottom: 60px;
	}
	
#side-box-content sup {
	font-size: 6px;
	}
	
/* 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 */

/* Start min/max fix for IE */

*html .maincolumn { 
   height: expression( this.scrollHeight < 740 ? "739px" : "auto" ); /* sets min-height for IE */
   min-height: 739px; /* sets min-height value for all standards-compliant browsers */
	}	
	
* html div#page-content { 
   height: expression( this.scrollHeight < 740 ? "739px" : "auto" ); /* sets min-height for IE */
   min-height: 739px; /* sets min-height value for all standards-compliant browsers */
   z-index:5;
	}
	
*html #article-entry { 
   height: expression( this.scrollHeight < 431 ? "430px" : "auto" ); /* sets min-height for IE */
   min-height: 430px; /* sets min-height value for all standards-compliant browsers */
   height: expression( this.scrollHeight > 430 ? "431px" : "auto" ); /* sets min-height for IE */
   max-height: 431px;
	}	
	
*html #spotlight-entry { 
   height: expression( this.scrollHeight < 431 ? "430px" : "auto" ); /* sets min-height for IE */
   min-height: 430px; /* sets min-height value for all standards-compliant browsers */
   height: expression( this.scrollHeight > 430 ? "431px" : "auto" ); /* sets min-height for IE */
   max-height: 431px;
	}		
	
 #video-holder
{
position:relative;
float:left;
top:10px;
height:461px;
width:800px;
background: url('images/video-box-background.png') no-repeat;
padding:auto;
}

.entry form
{
text-align:left;
}
/* End min/max for IE */

h1 {
	font-size: 30px;
	padding-top:0px;
	color:#DE6A26;
	text-align:left;
	}
h2 {
	font-size: 24px;
	margin:20px 0px 5px 0;
	line-height:normal;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
h3 {
	font-size: 24px;
	}

.asidebar {
font-size:1.5em;
color:white;
}

#sidebarafterlir {
	position: relative;
	background: url('images/sidebar-after-lir.jpg');
	background-repeat:no-repeat;
	padding: 6px 0px 0px 7px;
	float: left;
	width: 107px;
	height: 350px;
        color: orange;
	}
#sidebarafterlir a{
color:#de6a26;
font-weight:bold;
}
#header
{
 display:none;
}
#footer
{
display:none;
}
#copyright
{
display:none;
}
