/***********************************************************
FONTS 
***********************************************************/

/* UNIVERS*/
@font-face {
	font-family: 'UniversLTStd59UltraCondensed';
	src: url('/fonts/universltstd-ultracn-webfont.eot');
	src: /*local('?'),*/ url('/fonts/universltstd-ultracn-webfont.woff') format('woff'), url('/fonts/universltstd-ultracn-webfont.ttf') format('truetype'), url('/fonts/universltstd-ultracn-webfont.svg#webfontGHdLggm2') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'UniversLTStd55Roman';
	src: url('/fonts/universltstd-webfont.eot');
	src: /*local('☺'),*/ url('/fonts/universltstd-webfont.woff') format('woff'), url('/fonts/universltstd-webfont.ttf') format('truetype'), url('/fonts/universltstd-webfont.svg#webfontEbLSnAii') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*WESTWARD*/

@font-face {
 font-family: "West";
 src: url("/fonts/WESTWA01.eot") 
}

@font-face {
font-family: "West";
src: url("/fonts/WestwardHo-BootCut.otf");
}

/***********************************************************
GLOBALS 
***********************************************************/
body {
	/* background-color: #f0e8d4; */
	background-color: #000;
	}

#essHome {
	background-color: #000;
}

#ws-wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#ws-container {
	margin-bottom:40px;
	zoom:1;
	display:inline-block;
}

.ajax-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/ajax-loader.gif') no-repeat center top;
	}

.hr-dotted {
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	margin: 10px 0;
	border-bottom: 2px dotted #000;
	}

.hr-dotted.grey {
	border-bottom-color: #666;
	}

a * {
	cursor: pointer;
	}

.caption {
	
		display: block;
		margin: 0 auto;
		z-index: 2;
		font-size: 0.9em;
        line-height:1.1em !important;
        font-family: Arial, sans-serif;
        text-transform:uppercase;
        color:#cc0000 !important;
        font-weight: bold;
    }

.caption a {
}
    
.occupation {
	text-transform:capitalize;
	font-family: Arial, sans-serif;
	font-size: .9em;
	color:#000 !important;
}

img.icon,
a.icon {
	display: inline-block;
	vertical-align: bottom;
	}

a.on-black{
	color:#cc0000;
	text-decoration: none;
}

a.on-black:hover{
	color:#fff !important;
}
/***********************************************************
GHETTO HACKS for the HEADER & FOOTER 
***********************************************************/

#subrosa {
	/* font-family: Georgia, Times New Roman, serif; */
	font-size:1.4em;
	color:#404040; 
	/*background:url(../images/site_bg.png) top center;*/
	/* background: #F1F6F2 url(../images/home_paper_bg.jpg) no-repeat center 71px; */
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

#subrosa p {
	font-size:12px;
	line-height: 16px/*1.8em*/;
}


#subrosa-footer-wrapper {
	/* width: 100%; */
	margin: 0 auto 20px auto;
	/* background: url(../images/footer_wrapper_bg.png) repeat-x center top; */
	border-top: 3px solid #818181;
	position:relative;
}

div#footerWrapper {
	top:0;

}


/***********************************************************
HEADER
***********************************************************/
#subrosa #ws-header {
	background-color: #f8f8f8;
	padding-bottom: 2px !important;
	padding-top: 14px !important;
	
	border-bottom: 1px solid #666666;
	width: 100%;
	position: relative;
	z-index: 2;
	/* CSS3 */
	/* box-shadow: 0px 1px 5px #000; */
	/* -webkit-box-shadow: 0px 1px 5px #000; */ /* safari-chrome */
	/* -moz-box-shadow: 0px 1px 5px #000; */ /* firefox */
	/* -o-box-shadow: 0px 1px 5px #000; */ /* firefox */
}

#subrosa #ws-masthead {
}

#subrosa #site-title {
}

#subrosa #site-title h2 {
	background-image: url(../images/ws-logo-ny.png) !important;
	width: 352px !important;
	height: 41px !important;
	display:block;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent:-9999px;
}

#subrosa #site-title span:hover{
	/*background-position-y: 2px;*/
}

#subrosa #page-header{
	width:100%;
	background-color: #000;
	height:40px;
	display: table;
	color: #fff;
}


/***********************************************************
GLOBAL WORKSHOPS LOGIN
***********************************************************/

#subrosa #ws-login {
	background-image: url(../images/ws-login-btn.png) !important;
	background-color: #000 !important;
	text-transform: uppercase !important;
	height: 23px !important;
	margin-top: 12px !important;
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: 180px;
	width: 74px;
}

#subrosa #ws-login p {
	font-family: "Helvetica", arial, sans-serif;
	font-size:.9em;
	line-height:1em;
	margin-bottom:2px;	
}

#subrosa #ws-login-no-bg p {
	font-family: "Helvetica", arial, sans-serif;
	font-size:.9em;
	line-height:1em;
	margin-bottom:2px;	
}

#subrosa #ws-login .red {
	color:#990000;
}

#subrosa #ws-login h3 {
	font-size: 14px !important;
	letter-spacing: 2px !important;
	margin-left: 11px !important;
	text-indent: -9999px !important;
	color: #fff;
	padding-top: 5px !important;
}

#subrosa #ws-login p.status, #ws-fb-connect p.status, #ws-login-no-bg p.status, #ws-fb-connect-loggedin p.status {
	font-family: "Helvetica", arial, sans-serif;
	text-transform:uppercase;
	color: #000;
	font-size:.7em;
	font-weight:bold;
	margin-bottom:2px;
}

#subrosa #ws-login-no-bg {
	text-align:right;
	margin-left: 0;
	border-right: 2px dotted #000;
}

#subrosa #ws-login-no-bg p {
	font-family: "Helvetica", arial, sans-serif;
	font-size:.9em;
	line-height:1em;
	margin-bottom:2px;
	padding-right: 20px;	
}

#subrosa #ws-login-no-bg .red {
	color:#990000;
}

#subrosa #ws-login-no-bg-fb-connect {
	text-align:right;
	margin-left: 115px;
	margin-top: 3px;
	border-right: 2px dotted #000;
}

#subrosa #ws-login-no-bg-fb-connect p {
	font-family: "Helvetica", arial, sans-serif;
	font-size:.9em;
	line-height:1em;
	margin-bottom:2px;
	padding-right: 20px;	
}

#subrosa #ws-login-no-bg-fb-connect p.status {
	font-family: "Helvetica", arial, sans-serif;
	text-transform:uppercase;
	color: #000;
	font-size:.7em;
	font-weight:bold;
	margin-bottom:2px;	
}

#subrosa #ws-login-no-bg-fb-connect .red {
	color:#990000;
}

#subrosa #ws-fb-connect {
	margin-top: 12px !important;
	width: 170px;
}

#subrosa #ws-fb-connect-loggedin {
}

#subrosa #ws-divide {
	margin-left: 12px !important;
	margin-top: 16px !important;
}

#subrosa #ws-divide h2 {
	font-size: 12px;
}

#subrosa #account ul li {
margin-left:0px !important;
}



#subrosa #account .visit_head{
	width:100%;
	background-color: #000;
	height:50px;
	padding-left:30px;
	display: table;
	color: #fff;
}



/***********************************************************
CONTENT
***********************************************************/

/* common to all content */

#subrosa #content {
	position: relative;
	width: 760px;
	margin: 0 10px 20px 10px;
	display: inline;
	float: left;
	overflow: hidden;
	}
/* targeting specific content */
#subrosa.snapshots #content,
#subrosa.collaborators #content, 
#subrosa.create #content,
#subrosa.visit #content
 {
	background: #FFF;
	padding-top: 40px;
	/* CSS3 */
	}

/***********************************************************
GLOBAL NEXT EVENT BAR
***********************************************************/
#subrosa #global-news-ticker {
	height: 2.5em;
	padding-top: .6em;
	padding-bottom: .3em;
	background: url(../images/ticker_bg.png) no-repeat -2px 0;
	position: absolute !important;
	top: 0px;
	left: 5px;
	width: 750px;
	}

#subrosa #global-news-ticker p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: .9em;
	padding: 0 10px 0 28px;
	margin: 0 0 10px 0;
	color: #000;
	}

#subrosa #global-news-ticker a {
	color: #000;
	}


#subrosa sup {
	vertical-align: super;
	font-size: .5em;
	}



/***********************************************************
GLOBAL LINK STYLES
***********************************************************/
#subrosa a {	color:#CC0000; text-decoration:none;	}
#subrosa a:hover, a:focus { text-decoration:none; color:#000;}
#subrosa a:active, a:visited {text-decoration:none;}

#subrosa a.gray {
	color:#444;
}


/***********************************************************
LEFT SIDEBAR STYLES
***********************************************************/
#ws-left {
	margin: 0 10px 16px;
	float: left;
	position: relative;
	width: 160px;
	}

/***********************************************************
NAV MENU STYLES
***********************************************************/
#ws-navigation {
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	/* CSS3 */
	/* box-shadow: 0px 1px 5px #000; */
	/* -webkit-box-shadow: 0px 1px 5px #000; */ /* safari-chrome */
	/* -moz-box-shadow: 0px 1px 5px #000; */ /* firefox */
	/* -o-box-shadow: 0px 1px 5px #000; */ /* firefox */
	}

	#ws-access {
		padding:0px 5px 5px 5px;
		/*margin-top:42px;*/
		}

	#ws-menu {
		height: 257px;
		/*border: 3px solid #777;*/
		position: relative;
		}

	#ws-menu h3 {}

/***********************************************************
NAV MENU GRAPHIC ROLLOVER SYSTEM
***********************************************************/

/* First Level of List */

#ws-menu p,
#ws-menu ul li {
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	}

#ws-menu p.address {
	margin: 9px auto 0 auto;
	width: 141px;
	height: 42px;
	background: url(../images/menu.png) no-repeat 0 0;
	font-family: Arial, sans-serif;
	text-align: justify;
	font-size: 9px;
	}




#ws-menu ul,
#ws-menu ul li {
	list-style: none;
	display: block;
	}

#ws-menu ul {
	position: relative;
	top: -42px;
	left: 1px;
	}

#ws-menu ul li {
	position: absolute;
	/* CSS3 */
	-webkit-transition: 0.1s ease-out; /* safari and chrome */
	-moz-transition: 0.1s ease-out; /* firefox */
	-o-transition: 0.1s ease-out; /* opera */
	}

#ws-menu ul li a {
	display: block;
	/*background: url(../images/menu.png) no-repeat 0 0;*/
	background: url(../images/LVS_NY_NAV-121710.png) no-repeat 0 0;
	}
	


#ws-menu ul li.visit {
left:0;
top:0px;
}
#ws-menu ul li.visit a {
background-position:0 0px;
height:110px;
width:141px;
}
#ws-menu ul li.visit a:hover, #ws-menu ul li.visit a.active {
background-position:-141px 0px;
}
#ws-menu ul li.about {
left:0;
top:125px;
}
#ws-menu ul li.about a {
background-position:0 -125px;
height:47px;
width:53px;
}
#ws-menu ul li.about a:hover, #ws-menu ul li.about a.active {
background-position:-141px -125px;
}
#ws-menu ul li.snapshots {
left:53px;
top:125px;
}
#ws-menu ul li.snapshots a {
background-position:-53px -125px;
height:47px;
width:88px;
}
#ws-menu ul li.snapshots a:hover, #ws-menu ul li.snapshots a.active {
background-position:-194px -125px;
}
#ws-menu ul li.calendar {
left:0;
top:128px;
}
#ws-menu ul li.calendar a {
background-position:0 -128px;
height:34px;
width:141px;
}
#ws-menu ul li.calendar a:hover, #ws-menu ul li.calendar a.active {
background-position:-141px -128px;
}
#ws-menu ul li.collaborators {
left:0;
top:171px;
}
#ws-menu ul li.collaborators a {
background-position:0 -171px;
height:28px;
width:141px;
}
#ws-menu ul li.collaborators a:hover, #ws-menu ul li.collaborators a.active {
background-position:-141px -171px;
}
#ws-menu ul li.live_direct {
left:0;
top:188px;
}
#ws-menu ul li.live_direct a {
background-position:0 -188px;
height:45px;
width:72px;
}
#ws-menu ul li.live_direct a:hover, #ws-menu ul li.live_direct a.active {
background-position:-141px -188px;
}
#ws-menu ul li.shop {
left:0px;
top:199px;
}
#ws-menu ul li.shop a {
background-position:-0px -199px;
height:50px;
width:77px;
}
#ws-menu ul li.shop a:hover, #ws-menu ul li.shop a.active {
background-position:-141px -199px;
}
#ws-menu ul li.blog {
left:77px;
top:199px;
}
#ws-menu ul li.blog a {
background-position: -77px -199px;
height:50px;
width:64px;
}
#ws-menu ul li.blog a:hover, #ws-menu ul li.blog a.active {
background-position:-218px -199px;
}







/***********************************************************
SEARCH FORM
***********************************************************/
#subrosa #ws-search-form {
	margin: 0px;
	padding: 17px 0 17px 12px;
	background: #000;
	position: relative;
	}

#subrosa.create #ws-search-form {
	background: #333;
	}

#subrosa #ws-search-form form fieldset {
	display: block;
	border: none;
	position: relative;
	margin: 0;
	padding: 0;
	/*background: url(../images/search_field.png) no-repeat 0 0;*/
	}

#subrosa #ws-search-form form input {
	outline: none;
	border: none;
	color: #777;
	}

#subrosa #ws-search-form form:focus input,
#subrosa #ws-search-form form input:focus,
#subrosa #ws-search-form form input:active {
	color: #000;
	}

#subrosa #ws-search-form form fieldset input[type="text"] {
	width: 96px;
	margin: 0 7px 0 0;
	border: none;
	background: #ffffff;
	font-weight: bold;
	display: block;
	height: 22px;
	float: left;
	padding-top: 4px;
	overflow: hidden;
	/* CSS3 */
	-webkit-transition: 0.3s ease-out; /* safari and chrome */
	-moz-transition: 0.3s ease-out; /* firefox */
	-o-transition: 0.3s ease-out; /* opera */
	}

#subrosa #ws-search-form form fieldset input.search_btn {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	overflow: hidden;
	width: 22px;
	height: 22px;
	text-indent: 19px;
	font-size: 0;
	line-height: 0;
	background: #000 url(../images/search_button.png) no-repeat 0 0;
	border: none;
	}

#subrosa #ws-search-form form fieldset input[type="button"]:hover {
	background-position: 0 -21px;			
	}

#subrosa #ws-search-form form fieldset input[type="button"]:active {
	background-position: 0 -42px;			
	}

/***********************************************************
BORDER AND PADDING PROTOTYPING CLASSES -- DO NOT USE FOR DEPLOYMENT
***********************************************************/
#subrosa .border {
	border:1px solid #000;
	
}

#subrosa .padding {
	padding:10px !important;
}

#subrosa .no-padding {
	padding:0px;
}

#subrosa .no-margin-left{
	margin-left:0px !important;
}

#subrosa .margin-bottom {
	margin-bottom:20px;
}

#subrosa .margin-top {
	margin-top:20px;
}

#subrosa .padding-top {
	padding-top:20px;
}

#subrosa .padding-bottom {
	padding-bottom:20px;
}

#subrosa .gray-bg {
	background-color:#ddd;
}

#subrosa .tan-bg {
	background-color:#ffffff;
}

#subrosa .white-bg{
	background-color:#ffffff;
}

#subrosa .black-bg{
	background-color: #000;
}

#subrosa .dotted-line {
	border-bottom: solid #000 2px;
	color: #000;
}

/*#subrosa h3.dotted-line {
	border: none !important;
	color: #000;
}*/

#subrosa .line-top-bottom {
	border-top: double #777 1px;
	border-bottom: double #777 1px;
}

#subrosa .negative-text {
	background-color: #000;
	color:#edeadb;
	padding:3% 5%;
	font-weight:normal;
	display: inline-block;
	width:90%;
	text-align: center;
}

#subrosa .shadow {
	/* CSS3 */
	box-shadow: 0px 1px 5px #000 ;
	-webkit-box-shadow: 0px 1px 5px #000; /* safari-chrome */
	-moz-box-shadow: 0px 1px 5px #000; /* firefox */
	-o-box-shadow: 0px 1px 5px #000; /* firefox */
}


/**** Button Prototypes ****/
#subrosa .button {
	display:inline-block;
	background-color: #000;
	color:white;
	padding:2px 20px;
	text-decoration:none;
	margin: 10px 0 10px 0;
}

#subrosa .button:hover {
	background-color:#777;
	text-decoration:none;
}

#subrosa .button a, 
#subrosa .button a:hover,
#subrosa .button a:focus,
#subrosa .button a:active {	color:white; text-decoration:none;	}


/***********************************************************
PAGINATION
***********************************************************/

/* STYLE ORIGINALLY ON STYLE CSS, SEEMS TO BE OUTDATED TO ONE MIGRATED FROM BLOG CSS
#subrosa .post-pagination {
	display:block;
	margin-bottom:20px;
	height:25px;
}
*/

/* STYLE BROUGHT OVER FROM BLOG CSS. */
#subrosa .post-pagination {
	display:block;
	margin-bottom:20px;
	height:27px;
	font-family:Arial,Sans-serif;
	text-align: center;
}

#subrosa .pages-previous {
	float:left;
	width:96px;
}

#subrosa .pages-next {
	
}

#subrosa .pages-numbers {
	display:inline-block;
	float:left;
	text-align:center;
	width:488px;
	/*position: absolute; 
	top:auto; 
	left:132px;*/
}

/* REDUNDANT WITH LINE 691

#subrosa.create .pages-numbers {
	display:inline-block;
	float:left;
	text-align:center;
	width:488px;
	position: absolute;
	top:auto; 
	left:132px;
} */


#subrosa .previous-post-link {
	height:25px;
	float:left;
	display:block;
	margin-bottom:20px;
	width:50%;
}

#subrosa .post-pagination a.previouspostslink {
	width: 96px;
	height: 27px;	
	background:url(../images/prev_post_link.png) top left no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	float: left;
	margin-top:-5px;

}
/* STYLES FROM BLOG CSS. POSSIBLY NEED TO MIX WITH ABOVE STYLES.
#subrosa .post-pagination a.previouspostslink {
	width: 96px;
	height: 27px;	
	background:url(../../images/prev_post_link.png) top left no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	MAY NEED TO ADD TO ABOVE STYLE
	display:inline-block;
	float: left;
	margin-top:-5px;
}

*/

#subrosa .next-post-link {
	height:27px;
	float:right;
	display:block;
	margin-bottom:20px;
	width:50%;
}

/* STYLES FROM BLOG CSS. POSSIBLY NEED TO MIX WITH ABOVE STYLES.
.next-post-link {
	height:27px;
	float:right;
	display:block;
	margin-bottom:20px;
	width:50%;
}
*/

#subrosa .post-pagination a.nextpostslink {
	width: 96px;
	height: 27px;	
	background:url(../images/next_post_link.png) top right no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	float:right;
	margin-top:-5px;	
}
/* STYLES FROM BLOG CSS. POSSIBLY NEED TO MIX WITH ABOVE STYLES.
#subrosa .post-pagination a.nextpostslink {
	width: 96px;
	height: 27px;	
	background:url(../../images/next_post_link.png) top right no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	MAY NEED TO ADD TO ABOVE STYLE	
	display:inline-block;
	float:right;
	margin-top:-5px;	
}
*/

#subrosa .post-pagination .pages-next a.nextpostslink {
	width: 96px;
	height: 27px;	
	background:url(../images/next_page_link.png) top right no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	float:right;
	margin-top:-5px;	
}

#subrosa .post-pagination .pages-previous a.previouspostslink {
	width: 96px;
	height: 27px;	
	background:url(../images/prev_page_link.png) top right no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	float:right;
	margin-top:-5px;	
}


#subrosa .pages-numbers a.page, .pages-numbers .current {
	margin: 0px 5px;
}
/* REDUNDANT - STYLES FROM BLOG CSS. POSSIBLY NEED TO MIX WITH ABOVE STYLES.
.pages-numbers a.page, .pages-numbers .current {
	margin: 0px 5px;
}
*/
	
#subrosa .previous-post-link {
	height:27px;
	float:left;
	display:block;
	margin-bottom:20px;
	width:50%;
}
/* REDUNTANT - STYLES FROM BLOG CSS. POSSIBLY NEED TO MIX WITH ABOVE STYLES.
.previous-post-link {
	height:27px;
	float:left;
	display:block;
	margin-bottom:20px;
	width:50%;
}
*/

#subrosa .previous-post-link a {
	width: 96px;
	height: 27px;
	float: left;	
	background:url(../images/prev_post_link.png) top left no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin-top:-5px;	
}
/* REDUNDANT - STYLES FROM BLOG CSS. POSSIBLY NEED TO MIX WITH ABOVE STYLES.
.previous-post-link a {
	width: 96px;
	height: 27px;	
	background:url(../../images/prev_post_link.png) top left no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;	
}
*/

#subrosa .next-post-link {
	height:27px;
	float:right;
	display:block;
	margin-bottom:20px;
	width:50%;
}

#subrosa .next-post-link a {
	width: 96px;
	height: 27px;	
	background:url(../images/next_post_link.png) top right no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:right;	
	margin-top:-5px;

}
/* STYLES FROM BLOG CSS. POSSIBLY NEED TO MIX WITH ABOVE STYLES.
.next-post-link a {
	width: 96px;
	height: 27px;	
	background:url(../../images/next_post_link.png) top right no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:right;	
}
*/













/***********************************************************
ASIDES & SIDEBARS
***********************************************************/
#subrosa #primary {
	background-color:#bdbbac;
	margin-bottom:20px;
	box-shadow: 0px 1px 5px #000;
		-webkit-box-shadow: 0px 1px 5px #000; /* safari-chrome */
		-moz-box-shadow: 0px 1px 5px #000; /* firefox */
		-o-box-shadow: 0px 1px 5px #000; /* firefox */
}

#subrosa #primary ul {
	/*border-bottom: 1px dotted #990000;*/
	background:url(../images/red_dotted_line_120.png) bottom center no-repeat white;
	padding-bottom:12px !important;
	
}

#subrosa #primary ul.tag-widget {
	/*tag widget style to prevent red dotted image at bottom*/
	background:white;
	padding-bottom:12px !important;
	
}

#subrosa #primary ul li {
	margin-left:5px;
	margin-bottom:2px;
	font-family: Arial, sans-serif;
}

#subrosa #primary ul ul {
	background:none;
	padding-bottom:0;
	padding-left:0px;
}

.aside {}

#subrosa .statement {

}

#subrosa #main{

}

#subrosa h2.widgettitle {
	font-size:1.4em;
}

/***********************************************************
HOMEPAGE SPECIFIC STYLING
***********************************************************/

#subrosa .home {}

#subrosa .alignleft {
	float: left;
	margin-right: 20px;
}

#subrosa .alignright {
	float: right;
	margin-left: 20px;
}

#subrosa .aligncenter {
	display: block;
	margin-left: 0 auto;
}

#subrosa .dailies_archive {
/*osition: relative;*/
float: left;
font-weight: bold;
margin-top:5px;
/*bottom: 14px;*/
}

/***********************************************************
HOMEPAGE FEATURE ROTATOR
***********************************************************/
#subrosa .home-feature {
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width:758px;
	height:471px;
	display:inline;
	float:left;
	margin-left:10px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	/* background-color:white; */
	/* background-image: url(../images/feature_module_bg.png);
	background-repeat: no-repeat; */
	line-height: 1.4em;
	/* background-position:0 17px; */
	/* CSS3 */
	/* box-shadow: 0px 1px 5px #000;
	-webkit-box-shadow: 0px 1px 5px #000;
	-moz-box-shadow: 0px 1px 5px #000;
	-o-box-shadow: 0px 1px 5px #000; */
}

#subrosa .home-feature p {
	line-height: 1.4em;
	font-size: 1.0em;
	color: #000;
	padding: 0 30px;
}

#subrosa #post_rotator-homepage-top {
	background-color: #000;
	border-bottom: 1px solid #fff;
	height: 50px;
}

#subrosa #post_rotator-homepage-top #label-top-left {
	color: #fff;
	float: left;
	font-size: 8px;
	margin-left: 6px;
	margin-top: 6px;
}

#subrosa #label-top-left {
	color:#FFFFFF;
	float:left;
	font-size:8px;
	margin-left:6px;
	margin-top:6px;
}

#subrosa  #label-top-right {
	color:#FFFFFF;
	float:right;
	font-size:8px;
	margin-right:16px;
	margin-top:6px;
}


#subrosa #label-top-left .label {
	color: #666 !important;
	float: left;
	letter-spacing: 2px;
	padding-left: 25px;
}

#subrosa #post_rotator-homepage-top #label-top-right {
	color: #fff;
	float: right;
	font-size: 8px;
	margin-right: 16px;
	margin-top: 6px;
}

#subrosa #label-top-right .label {
	color: #666 !important;
	float: left;
	letter-spacing: 2px;
	padding-right: 25px;
}

#subrosa #post_rotator-homepage-btm {
	background-color: #000;
	border-top: 1px solid #fff;
}

#subrosa #post_rotator-homepage-btm #single-arrow-btm {
	float: left;
	margin-left: 13px;
	margin-top: 13px;
	margin-bottom: 22px;
}

#subrosa #post_rotator-homepage-btm #double-arrow-btm {
	float: right;
	margin-right: 13px;
	margin-top: 13px;
	margin-bottom: 22px;
}

#subrosa #post_rotator-homepage-btm #homepage-rotator-nav {
	float: left;
	margin-top: 1px;
	width: 680px;
}

#subrosa #post_rotator-homepage-btm #homepage-rotator-nav .rotator_nav{
	margin-left: auto;
	margin-right: auto;
}

#subrosa #post_rotator-homepage {
	/* margin-top:30px; */
	overflow:hidden;
}

#subrosa #post_rotator-homepage h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold !important;
	border-bottom:medium none !important;
}

#subrosa .home-feature .post_rotator_styles ul li img {
	padding-right: 5px !important;
}

#subrosa .home-feature .post_rotator_styles {
	width:758px;
	height: 420px !important;
}

#subrosa .home-feature .post_rotator_styles .rotator_nav ul {
	background-image:url(../images/pagination-post-rotator-homepage-bg.png) !important;
	width: 748px !important;
	padding-top: 8px !important;
	padding-bottom:2px;
	float: none;
	text-align: center;
	height: 50px;
}

#subrosa .rotator-list-content {
	text-align: left;
}

#subrosa .home-feature ul.rotator-list {
	display:block;
	margin-top:0;
	
}

#subrosa .home-feature li.rotator-list-item{
	padding-top: 30px;
	margin-left:0px;
}

#subrosa .home-feature li.rotator-list-item h3 {
	font-size: 2.4em;
	}

#subrosa span.rotator-list-item-img {
	float:left;
}

#subrosa span.rotator-list-item-content{
	float:right;
	width:310px;
	height:298px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	overflow:hidden;
}

/***********************************************************
FEATURE ROTATOR PAGINATION
***********************************************************/
/*#subrosa div.rotator-list-item-pagination {
	float:right;
	width:310px;
	height:42px;
	margin-left:20px;
}*/

#subrosa div.rotator-list-item-pagination ul{
	margin-left:0px;
}

#subrosa div.rotator-list-item-pagination ul li{
	display:inline-block;
	margin-left:0px;
}


#subrosa div.rotator-list-item-pagination ul li a{
	width:42px;
	height:42px;
	display:block;
	background-image:url(../images/pagination_numerals_grid.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	}

#subrosa div.rotator-list-item-pagination ul li a.prev {
	height:42px;
	width:71px;
	display:block;
	background-image:url(../images/pagination_numerals_prev.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;	
	padding-right: 10px;

}

#subrosa div.rotator-list-item-pagination ul li a.next{
height:42px;
	width:71px;
	display:block;
	background-image:url(../images/pagination_numerals_next.png);
	background-repeat:no-repeat;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
}

#subrosa div.rotator-list-item-pagination ul li a:hover,
#subrosa div.rotator-list-item-pagination ul li a.prev:hover {
	background-position-y:-42px;
}




.pg_1 {
	background-position: 0 0;
}

#subrosa div.rotator-list-item-pagination ul li a.pg_1:hover{
	background-position: 0px -42px;	
}
#subrosa div.rotator-list-item-pagination ul li a.current.pg_1{
	background-position:0px -84px;
}

.pg_2 {
	background-position: -42px 0px;
}

#subrosa div.rotator-list-item-pagination ul li a.pg_2:hover{
	background-position: -42px -42px;	
}
#subrosa div.rotator-list-item-pagination ul li a.current.pg_2{
	background-position:-42px -84px;
}


.pg_3 {
	background-position: -84px 0px;
}

#subrosa div.rotator-list-item-pagination ul li a.pg_3:hover{
	background-position: -84px -42px;	
}
#subrosa div.rotator-list-item-pagination ul li a.current.pg_3{
	background-position:-84px -84px;
}


.pg_4 {
	background-position: -126px 0px;
}

#subrosa div.rotator-list-item-pagination ul li a.pg_4:hover{
	background-position: -126px -42px;	
}
#subrosa div.rotator-list-item-pagination ul li a.current.pg_4{
	background-position:-126px -84px;
}


.pg_5 {
	background-position: -168px 0px;
}

#subrosa div.rotator-list-item-pagination ul li a.pg_5:hover{
	background-position: -168px -42px;	
}
#subrosa div.rotator-list-item-pagination ul li a.current.pg_5{
	background-position:-168px -84px;
}


.pg_6 {
	background-position: -210px 0px;
}

#subrosa div.rotator-list-item-pagination ul li a.pg_6:hover{
	background-position: -210px -42px;	
}
#subrosa div.rotator-list-item-pagination ul li a.current.pg_6{
	background-position:-210px -84px;
}


.pg_7 {
	background-position: -252px 0px;
}

#subrosa div.rotator-list-item-pagination ul li a.pg_7:hover{
	background-position: -252px -42px;	
}
#subrosa div.rotator-list-item-pagination ul li a.current.pg_7{
	background-position:-252px -84px;
}


.pg_8 {
	background-position: -294px 0px;
}

#subrosa div.rotator-list-item-pagination ul li a.pg_8:hover{
	background-position: -294px -42px;	
}
#subrosa div.rotator-list-item-pagination ul li a.current.pg_8{
	background-position:-294px -84px;
}


.pg_9 {
	background-position: -336px 0px;
}

#subrosa div.rotator-list-item-pagination ul li a.pg_9:hover{
	background-position: -336px -42px;	
}
#subrosa div.rotator-list-item-pagination ul li a.current.pg_9{
	background-position:-336px -84px;
}




#subrosa #todays-date {/*height: 124px;*/}

#subrosa #todays-date h3 {
	font-family:"UniversLTStd59UltraCondensed";	
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 7px;
	color:white;
	margin:0px;
	padding: 0px;
	width:154px;
	height: 42px;
	text-align: center;
	background-color: #000000;
}

#subrosa #todays-date #nav-month {
display:inline-block;
background-color:#000000;
height:42px;
text-align:center;
width:154px;}

#subrosa #todays-date #nav-month #nav-month-title {
color:white;
font-family:"UniversLTStd59UltraCondensed";
font-size:28px;
letter-spacing:5px;
/*margin:0;
padding:0;*/
text-transform:uppercase;
position: relative;
top:7px;
left:3px;
}

#subrosa #todays-date #nav-day-date-container {
/*background-color:#cccccc;*/
height:87px;
margin-top:10px;
}

#subrosa #todays-date #nav-day {
	display:block;
	text-align: center;
	width:141px;
	/*height: 17px;*/
	padding-bottom:0px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-top:0px;
	background-color: #ffffff;
}

#subrosa #todays-date #nav-day-title {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 8px;
	letter-spacing: 2.3px;
	text-transform:uppercase;
	font-weight:bold;
}

#subrosa #todays-date #nav-date {
	display:block;
	width:141px;
	height:65px;
	background-color: #ffffff;
	margin-left: 7px;
	text-align: center;
	padding-top:9px;
	/*position:relative;
	top:39px;*/
}

#subrosa #todays-date #nav-date-title {
	font-size: 64px;
	line-height: 64px;
	font-family: "UniversLTStd55Roman";	
	color: #000;
}

/*#subrosa #todays-date span.day {
	display:block;
	width:141px;
	height:65px;
	background-color: #ffffff;
	margin-left: 7px;
	text-align: center;
	font-size: 64px;
	font-family: "UniversLTStd55Roman";	
	color: #000;
}*/



.design-poster{
	border: 1px solid #333 !important;
	height: 298px !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
	width:158px !important;
}

.design-poster-content {
	padding: 0 !important;
}
#ws-video{
	margin-left:10px;
}
#ws-promo h3 {
	background-color: #000;
	color: #fff !important;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px;
}

.home-pioneers{
	padding: 10px 11px 30px 9px !important;
	/* background: url(../images/home_pioneers_bg.png) no-repeat; */
	border: 1px solid #000;
	height: 260px;
	margin-bottom:20px;
}

#subrosa div.home-pioneers p {
	font-size: 1em;
	line-height:1.5em;
	font-family: Arial, sans-serif;
	margin-bottom:0px;
}

#subrosa div.home-pioneers img {
	margin-bottom:20px;
}

.home-twitter{
	height:102px;
	overflow:hidden;
	background-image:url(../images/home-twitter-ny-bg-520x102.png);
	background-repeat:no-repeat;
	padding-left:62px;
	padding-right:15px;
	padding-top: 10px;
	margin-top:20px;
	
}

#subrosa div.home-twitter p {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	line-height:17px;
	width:405px;
	overflow: hidden;
	height:50px;
	text-align: left;
}

#subrosa div.home-twitter p em {
	font-style: italic;
	text-align: left;
}

#subrosa div.home-twitter #home_twitter_followus {
width: 250px;
display: inline;
position: absolute;
bottom:35px;
left:62px;
}

.home-cta{
	/* background-image:url(../images/home_cta_bg.png);
	background-repeat:no-repeat; */
	border: 1px solid #000;
	padding: 10px 9px 0px 9px !important;
	height: 280px;
	margin-bottom:20px;
	width:200px;
}

.home-cta h3{
	background-color:#000;
	color:#fff;	
	font-size: 14px !important;
	padding:10px;
}
.home-cta p {
	color: #000 !important;
	font-size: 1em !important;
	line-height: normal !important;
	margin-top: 0px !important;
	margin-bottom: 0 !important;
}

.home-upcoming-event {
	border: 1px solid #000;
	padding: 10px 11px 10px 9px !important;
	height:145px;
}

#subrosa div.home-upcoming-event p {
	font-size: 1em;
	line-height:1.5em;
	text-align:center;
}

#subrosa div.home-upcoming-event p span.descr {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
}

#subrosa div.home-upcoming-event p span.upcoming-date {
	font-size:1em;
	font-weight:bold;
}

#subrosa div.home-upcoming-event p span.full-cal-link a {
	color:#C32032;
	margin-top:5px;
	padding-top:5px;
	border-top: dashed 1px #000;
	width:200px;
	display:inline-block;
	font-size:1em;
	font-weight:bold;
}

#subrosa div.home-upcoming-event h3 {
	background-color: #000;
	color: #fff !important;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px;
	text-align:center;
}

/***********************************************************
BLOG STYLES
***********************************************************/
#subrosa.blog #content .post, #subrosa.blog .comment-form-box {
	margin:10px;
}

/***********************************************************
POST STYLES
***********************************************************/

#subrosa .post {
	margin-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	/* background:url(../images/blog_post_header.png) top center no-repeat; */
	border-top:2px solid #000000;
	}
	

h3.leave-comment {
	
}


#subrosa .post .post-footer {
	clear: both;
}
	

/***********************************************************
BLACK & WHITE POST STYLES
***********************************************************/
/*#subrosa .post.negative{
	background: #000 url(../images/blog_post_header.png) top center no-repeat;
}*/

#subrosa .post.negative h3.entry-title,
#subrosa .post.negative p {
	color:white;
}

#subrosa .post.negative a {
	color: #9ad1d8;
}

#subrosa .post.negative div.cal-bg {
	border: 1px solid white;
	color: #000;
}


#subrosa .post.negative span.share-this {
	/* background:url(../images/share_icon_neg.png) no-repeat; */
	background-position: 0px 10px;	
}

#subrosa .post.negative .comments-link a{
	background-image: url(../images/comment_bubble_neg.png);
	color: #000;
}

#subrosa .post.negative .post-footer {
	color:white;
	border-color:white;
}


#subrosa .post.negative a.more-link{
	background:url(../images/read_more_button_neg.png) no-repeat;
}

#subrosa .post.negative a.more-link:hover{
	background-position: bottom left;
}

#subrosa .post.negative div.cal-bg span.date {
	color:white;
}
/*#subrosa .post.negative div.cal-bg span.day{
	color: #000;
	background-image:url(../images/cal_numeral_sprite.png);
}*/

#subrosa .post.negative img{
	border: 1px solid white;
}


/***********************************************************
BLUE PAPER POST STYLES
***********************************************************/
#subrosa .post.colla-blue{
	background:url(../images/colla_blue_bg.jpg) top left no-repeat;
	background-color:#cbdddf;
}

#subrosa .post.colla-blue h3.entry-title,
#subrosa .post.colla-blue p {
	color: #000;
}

#subrosa .post.colla-blue a {
	color: #37a2b0;
}

#subrosa .post.colla-blue div.cal-bg {
	color: #000;
	background-color: #000;
}

#subrosa .post.colla-blue span.share-this {
	/* background:url(../images/share_icon_blue.png) no-repeat; */
	background-position: 0px 10px;	
}

#subrosa .post.colla-blue .comments-link a{
	background-image:url(../images/comment_bubble_blue.png);
	color:white;
}

#subrosa .post.colla-blue .post-footer {
	color: #000;
	border-color: #000;
}


#subrosa .post.colla-blue a.more-link{
	background:url(../images/read_more_button_blue.png) no-repeat;
}

#subrosa .post.colla-blue a.more-link:hover{
	background-position: bottom left;
}

#subrosa .post.colla-blue div.cal-bg span.date {
	color:white;
}
#subrosa .post.colla-blue div.cal-bg span.day{
	color: #000;
	background-image:url(../images/cal_numeral_sprite.png);
}

#subrosa .post.colla-blue img{
	border: 1px solid white;
}

/***********************************************************
TAN PAPER POST STYLES
***********************************************************/
#subrosa .post.colla-tan{
background:url(../images/colla_tan_bg.png) top center no-repeat;
	background-color:#dfb69c;
}

#subrosa .post.colla-tan h3.entry-title,
#subrosa .post.colla-tan p {
	color: #000;
}

#subrosa .post.colla-tan a {
}

#subrosa .post.colla-tan div.cal-bg {
	color: #000;
}

#subrosa .post.colla-tan span.share-this {
	/* background:url(../images/share_icon_tan.png) no-repeat; */
	background-position: 0px 10px;	
}

#subrosa .post.colla-tan .comments-link a{
	background-image:url(../images/comment_bubble_tan.png);
	color:white;
}

#subrosa .post.colla-tan .post-footer {
	color: #000;
	border-color: #000;
}


#subrosa .post.colla-tan a.more-link{
	background:url(../images/read_more_button_tan.png) no-repeat;
}

#subrosa .post.colla-tan a.more-link:hover{
	background-position: bottom left;
}

#subrosa .post.colla-tan div.cal-bg span.date {
	color:white;
}
#subrosa .post.colla-tan div.cal-bg span.day{
	color: #000;
	background-image:url(../images/cal_numeral_sprite.png);
}

#subrosa .post.colla-tan img{
	border: 1px solid white;
}

/***********************************************************
GRAPH PAPER POST STYLES
***********************************************************/
#subrosa .post.colla-graph{
background:url(../images/colla_graph_bg.png) top left no-repeat;
	background-color:#f3f0df;
}

#subrosa .post.colla-graph h3.entry-title,
#subrosa .post.colla-graph p {
	color: #000;
}

#subrosa .post.colla-graph a {
}

#subrosa .post.colla-graph div.cal-bg {
	color: #000;
}

#subrosa .post.colla-graph span.share-this {
	 /* background: url(../images/share_icon_graph.png) no-repeat 0 10px; */
}

#subrosa .post.colla-graph .comments-link a{
	background-image: url(../images/comment_bubble_graph.png);
	color: white;
}

#subrosa .post.colla-graph .post-footer {
	color: #000;
	border-color: #000;
}


#subrosa .post.colla-graph a.more-link {
	background: url(../images/read_more_button_graph.png) no-repeat;
}

#subrosa .post.colla-graph a.more-link:hover{
	background-position: bottom left;
}

#subrosa .post.colla-graph div.cal-bg span.date {
	color:white;
}
#subrosa .post.colla-graph div.cal-bg span.day{
	color: #000;
	background-image: url(../images/cal_numeral_sprite.png);
}

#subrosa .post.colla-graph img{
	border:none;
}






#subrosa .post img{
	margin-bottom:20px;
}

#subrosa .post img.left{
	margin-top:6px;
	margin-bottom:20px;
	margin-right:20px;
}

#subrosa .post img.right{
	margin-bottom:20px;
	margin-left:20px;
}

#subrosa .post p{
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom:2em;
	color:#444444;	
}

#subrosa .entry-content {
	clear: both;
}

#subrosa .entry-content blockquote{
	padding-left:10px;
	margin-left:20px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	border-left: 1px dashed gray;
	margin-bottom:20px;
	font-size: 1.1em;
	line-height: 1.6em;
	width:auto;
}

#subrosa .post a.button {
}

#subrosa .post div.author {
	
}

#subrosa .post div.entry-content {
	display:block;
	margin-bottom:10px;	
}

#subrosa span.entry-date{
	
}

#subrosa h2.page-title {
	padding-bottom:10px;
	font-size:25px !important;
	text-transform: uppercase;
	padding-bottom:0px;
	margin-bottom: 0px;
	margin-top:7px;

}

#subrosa h2.page-title a{ color:#fff;}
#subrosa h2.page-title a:hover{ color:#900;}


#subrosa .cat-links-wrapper {
}

#subrosa .cat-links {

}

#subrosa .sticky {

}



span.meta-sep{
	padding-left:7px;
	padding-right:7px;
	text-align:center;
	display:inline-block;
}

img.post-divider {
	margin-bottom:40px;
}

#subrosa .entry-utility{
	display:inline-block;
	width:250px;
}

#subrosa .entry-utility span.entry-utility-tag-links {

}

#subrosa .entry-utility span.entry-utility-tag-links a {

}

#subrosa .entry-meta{
	display:inline-block;
	width:345px;
	text-align:right;
}



#subrosa .comments-link {
	margin-right:10px;

}

#subrosa .comments-link a{
	text-align:center;
	font-size:1.2em;
	color:white;
	background-image:url(../images/comment_bubble.png);
	background-repeat:no-repeat;
	display:inline-block;
	width:37px;
	height:25px;
	padding-top:8px;
	
}


#subrosa .comments-link a:hover {
	background-position:bottom;
}

#subrosa span.share-this {
	display:inline-block;
	height: 33px;
	padding-left:0px;
	padding-top:0px;
	/* background:url(../images/share_icon.png) no-repeat; */
	background-position: 0px 10px;	
}

#subrosa span.share-this img {
	margin:0px 13px -5px 0px;
	padding:0px;
	border: none !important;
}


#subrosa a.more-link {
	display:inline-block;
	margin-bottom:0px;
	margin-top:16px;
	text-indent:-9999px;
	background: url(../images/read_more_button.png) no-repeat left top;
	width:114px;
	height:26px;
	margin-left:425px;	
}

#subrosa a.more-link:hover {
	background-position: left bottom;
}


#subrosa .subhead {
	background-color:#000;
	padding: 8px 5px 5px 5px;
	color:white;
}

#subrosa .pagination{
	
}

#subrosa .pagination div.rotator-list-item-pagination{

	float:none;
	margin-left:auto;
	margin-right:auto;
	
}


/***********************************************************
SINGLE POST STYLING
***********************************************************/


#subrosa.archive h3.entry-title {
	padding-top:0px;
	margin-bottom:0px;
}

#subrosa.archive .entry-date {

}

#subrosa.archive .post{
	padding-top:20px;
	padding-left:50px;
}

#subrosa.archive .post-thumbnail {
	float:left;
	margin-right: 20px;

}

#subrosa.archive div.post div.entry-content {
	float: left;
	width:490px;
}

#subrosa.archive a.more-link  {
	float:right;
	margin:0px;
}

#subrosa.archive .post-footer {
	border:none;
	padding-left:10px;
}

#subrosa.archive .entry-meta {
	text-align:left;
	margin-bottom:5px;
}


/***********************************************************
COMMENTS STYLING
***********************************************************/

#comments h3.dotted-line {
	margin-bottom: 0;
	padding-top: 20px;
	background-color: #ffffff;
	}

#comment-msg {
	padding: 2em 2em 1em 2em;
	background: #eee;
	}
	
#comment-msg,
#comment-msg p {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 1em;
	}
	
#comment-msg .green {
	color: #3C7116 !important;
	}
#comment-msg .red {
	color: #990000 !important;
	}


ol.comment-list {
background-color: #ffffff;
}

#subrosa.blog.single ol.comment-list {
	margin-left:70px;
	margin-right:70px;

}

.comment{
	border-bottom: 2px dotted #bbb;
	display:block;
	padding: 10px 0px;

	
}

.comment-aside {
	width:80px;
	float:left;
	/*padding-top:15px;*/
}

.comment-author-vcard {
	font-size:14px;
	font-weight:bold;

}

.says {
	font-size:15px;
	font-style:italic;
	font-weight:normal;
}

.comment-meta {
	font-size:11px;
}



.comment-list li.comment.even{

}

.comment-list li.comment.odd{
	
}
.commentslist-bubble {
	width:13px;
	height:14px;
	display:block;
	position:relative;
	left: -13px;
	top: 20px;
	}
	
li.comment.odd div.commentslist-bubble {
	width:13px;
	height:14px;
	display:block;
	position:relative;
	left:-13px;
	top:20px;
	}

li.comment.even div.comment-body{
	background:#eeeeee;
	margin-left:100px;
	
}



#subrosa .comment-list h3.dotted-line{
	font-size: 1.8em;
	margin-bottom:0px;
	padding-bottom:4px;
}

#subrosa li.comment.even div.comment-body p,
#subrosa li.comment.odd div.comment-body p {
	padding: 5px 20px 20px 20px;
	line-height:1.3em;
	margin:0px;
	font-size:1em;
	font-family: Arial, sans-serif;
}


li.comment.odd div.comment-body{
	background:#cccccc;
	margin-left:100px;
}


#subrosa .comment-form {
	/*background:url(../images/comment_form_bg.png) top center no-repeat;*/
	width:700px;
	height:424px;
	margin-bottom:20px;
}


#subrosa .logged-in-state {
	padding:30px 20px;
	display:inline-block;
	font-size:1.6em;
	font-family:  Arial, sans-serif;
}

#subrosa .logged-in-state a {
	font-family: Georgia, Times, serif;
	font-size: .5em;
}

#subrosa .comment-form .stream_flags {
	padding: 30px 20px;
	float: right;
	font-size: smaller;
	}

#subrosa .comment-form .stream_flags label {
	cursor: pointer;
	font-size: 100%;
	}

#subrosa .comment-form-text {
	margin: 0px 20px;
	padding: 20px;
	/*background-color:white;*/
	display: block;
	font-family: Arial, sans-serif;
	/*text-transform: uppercase;*/
	font-size: .9em;
	font-weight: bold;
	color: #afafaf;
	/* background:url(../images/comment_form_field_bg.png) top left no-repeat; */
	height: 205px;
	width: 520px;
	border: none;
	outline: none;
	resize: none;
	/* CSS3 */
	-webkit-transition: 0.3s ease-out; /* safari and chrome */
	-moz-transition: 0.3s ease-out; /* firefox */
	-o-transition: 0.3s ease-out; /* opera */
}

#subrosa .comment-form:focus input,
#subrosa .comment-form:focus input:focus,
#subrosa .comment-form-text:focus,
#subrosa .comment-form-text:active {
	outline: none;
	color: #000;
	}


.comment-submit-button {
	background:url(../images/submit_button.png) top left no-repeat;
	display:block;
	width:104px;
	height:33px;
	margin:20px;
	text-indent: -9999px;
	overflow:hidden;
	float:right;
	border:none;
	
}

.comment-submit-button a {
	
}

.comment-submit-button a:hover {
	background-position:bottom;
}

#subrosa .leave-a-comment,
#subrosa .leave-a-comment a {
	background-color:#000000;
	background-position:center top;
	background-repeat:no-repeat;
	border:medium none !important;
	color:#EEEEEE;
	cursor:pointer;
	font-family:"UniversLTStd59UltraCondensed","helvetica",arial,sans-serif;
	font-size:14px;
	letter-spacing:3px;
	/*padding-left:5px;
	padding-top:6px;*/
	padding:5px 15px;
	text-align:center;
	text-transform:uppercase;
	width:183px;
	margin-bottom: 5px;
	}
	
#subrosa a.leave-a-comment:hover {
	color: #fff !important;
}


/***********************************************************
CALENDAR STYLING
***********************************************************/

.calendar-event {
	width: 168px;
	height: 470px;
	float:left;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
	background-color:white;
}

.calendar-event-wrapper {
	width: 760px;
}

.calendar-event img {
	margin-bottom:10px;
}

.calendar-event-date {
	background: #000;
	width: 158px;
	display:block;
	margin-bottom:10px;
	padding: 4px 5px 8px 5px;
	color:white;
	font-family:Arial, Sans-serif;
	text-transform:uppercase;
	white-space:nowrap;
}

.calendar-event-numerals {
	font-size: 24px;
	font-family: Georgia, Times New Roman;
	margin-right:8px;
}

.calendar-event-wrapper .red,
.calendar-event div a {
	color:#CC0000 !important;
}

#subrosa .calendar-event-wrapper div p{
	font-size:1em;
	line-height:1.2em;
	margin-bottom:5px;
}



/***********************************************************
FORMS
***********************************************************/
#subrosa form fieldset {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius:0px; 
	padding-top:10px;
	padding-bottom:4px;  
	padding-left:10px; 
	/* border:1px solid #ccc; */
}

#subrosa form fieldset legend {
	font-size:1.4em; 
	padding:0 5px;
	display:block;
}

#subrosa form input[type=text],
form input[type=email],
form input[type=url] {
	/*
background-color:#FFFFFF;
	background-image:url(../images/account_input_text.png);
	background-position:center center;
	background-repeat:no-repeat;
	border:medium none !important;
*/
	color:#990000;
	font-weight:bold;
	height:20px !important;
	width:282px;
	border:1px solid #999999 !important;
}

#subrosa #ws-navigation form input[type=text],
#ws-navigation form input[type=email],
#ws-navigation form input[type=url] {
	height:17px !important;
}


#subrosa form #email_message,#DOMWindow form #email_message {
		background-color: #fff;
		/*background-image: url('../images/text_area_form_field.png');*/
		background-position: center center;
		background-repeat: no-repeat;
		border: none !important;
		color: #990000;
		font-weight: bold;
		height: 100px !important;
		margin: 0px 0 10px 0 !important;
		/*padding: 0 0 0 5px !important;*/
		width: 282px;
		font-family:Arial,Helvetica,sans-serif;
		font-size:1.4em !important;
}

	#subrosa form input[type=text].date-ddmm {
		background-color: #fff;
		background-image: url('../images/day_month_field_bg.png');
		background-position: center center;
		background-repeat: no-repeat;
		border: none !important;
		color: #990000;
		font-weight: bold;
		height: 25px !important;
		margin: 0 2px 8px 0 !important;
		padding: 0 0 0 5px !important;
		width: 35px;
	}
	
	#subrosa form input[type=text].date-yyyy {
		background-color: #fff;
		background-image: url('../images/year_field_bg.png');
		background-position: center center;
		background-repeat: no-repeat;
		border: none !important;
		color: #990000;
		font-weight: bold;
		height: 25px !important;
		margin: 0 2px 8px 0 !important;
		padding: 0 0 0 5px !important;
		width: 61px;
	}

#subrosa form input[type=text].account-yyyy {
color:#990000;
font-weight:bold;
height:20px !important;
width:61px;
margin: 3px 0px 8px;
border: 1px solid #CCC;
}

#subrosa form input[type=text].account-ddmm {
color:#990000;
font-weight:bold;
height:20px !important;
padding:0 0 0 5px !important;
width:35px;
margin: 3px 0px 8px;
border: 1px solid #CCC;
}


#subrosa form input[type=submit].blue-btn,#subrosa input[type=button].blue-btn,#DOMWindow input[type=button].blue-btn{
background-color:#000000;
background-position:center top;
background-repeat:no-repeat;
border:medium none !important;
color:#EEEEEE;
cursor:pointer;
font-family:"UniversLTStd59UltraCondensed","helvetica",arial,sans-serif;
font-size:14px;
height:25px;
letter-spacing:3px;
padding-left:3px;
padding-top:3px;
text-align:center;
text-transform:uppercase;
width:123px;
}

#subrosa button[type=button].black-btn,#subrosa input[type=button].black-btn,#subrosa a.black-btn{
background:url('../images/black_button.png') center top #FFF no-repeat;
font-family: "UniversLTStd55Roman", "helvetica", arial, sans-serif;
font-size:20px;
width: 103px;
height: 26px;
text-align: center;
border:none !important;
color:#FFF !important;
cursor: pointer;
}
#subrosa a.black-btn{padding-top:3px;}

/*#subrosa form input[type=submit]:hover,#subrosa input[type=button]:hover,*/#subrosa a.black-btn:hover{font-size:22px;color:#fff !important;}

#subrosa form input[type=submit]:hover,#subrosa input[type=button]:hover,/*#subrosa a.black-btn:hover*/{/*font-size:22px;*/color:#fff !important;}

#subrosa textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
form input[type=email]:hover,
form input:hover,
select:hover {
	border-color: #aaa;
 
}

#subrosa textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
form input[type=email]:focus,
form input:focus, input[type='url']:focus,
select:focus {
	border-color: #888;
	outline: 2px solid #ccc
}

#subrosa form label {
	display:block; 
	height:20px; 
	font-size:1.2em;
}

/* ** ** Header Styles ** ** */
#subrosa h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, serif;
	font-weight:normal;
}

/* mike added to style submit button on comment forms */
#subrosa .comment-submission-form input {
	background-color:#000000;
	background-position:center top;
	background-repeat:no-repeat;
	border:medium none !important;
	color:#EEEEEE;
	cursor:pointer;
	font-family:"UniversLTStd59UltraCondensed","helvetica",arial,sans-serif;
	font-size:14px;
	letter-spacing:3px;
	padding-left:3px;
	padding-top:6px;
	text-align:center;
	text-transform:uppercase;
	width:83px;
	margin-bottom: 5px;
	margin-left: 250px;
	}

#subrosa.blog .comment-submission-form {
	margin-top: -55px;
	margin-bottom: 55px;
	padding: 0 24px 0 24px;
	}

#subrosa.snapshots .comment-submission-form {
	margin-top: -167px;
	margin-bottom: 50px;
	padding: 0 14px 10px 17px;
	}

/***********************************************************
Banner System
***********************************************************/


#subrosa .snapshot-filler-banner{float:left;margin:0px 20px;}

/***********************************************************
Modal Window
***********************************************************/

a.closeDOMWindow {
	display: block;
	position: absolute;
	top: 22px;
	right: 24px;
	/* background: url(http://173.203.103.239/images/close_btn_white.png); */
	background: url("../images/close_btn_white.png") no-repeat 50% 50%;
	width: 20px;
	height: 20px;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer !important;
	}

.error {
	color: #C32032
}

#DOMWindow div.closeModalWindow{
text-align:left;width:100%;margin-left:15px;
}

#DOMWindow {
	/* CSS3 */
	box-shadow: 0px 1px 30px #000;
	-webkit-box-shadow: 0px 1px 30px #000; /* safari-chrome */
	-moz-box-shadow: 0px 1px 30px #000; /* firefox */
	-o-box-shadow: 0px 1px 30px #000; /* firefox */
	}

#DOMWindow	.account {
			background:url('../images/account_paper_bg.jpg') bottom center repeat !important;
	}
	
#DOMWindow	#accountModal {
		background-color: #fff;
		height:353px;
		font-family: helvetica, arial, sans-serif;
		font-size: 12px;
		margin-left: 0px;
		/*background-color: #EDEADB;*/
	}
	
#DOMWindow	#accountModal h2 {
		border-bottom: 1px solid #000;
		font-size: 14px;
		font-family: "UniversLTStd55Roman", Helvetica, Arial, serif;
		font-weight: normal;
		margin: 0px 0px 0.5em;
		padding: 10px !important;
		line-height: 1.1em;
	}

#DOMWindow #accountModal H3{
	font-size: 25px !important;
	margin: 3px 0px 10px !important;
}	
#DOMWindow	#accountModal p {
		line-height: 1em !important;
	}
	
#DOMWindow	#accountModal form label {
		display: block;
		font-size: 12px;
		padding: 0 0 0 2px;
		cursor: default;
		margin-bottom: 5px;
		/* height: 20px; */
	}
	
#DOMWindow	#accountModal .col {
		margin-left: 0 !important;
	}
	
#DOMWindow	#account {
		font-family: helvetica, arial, sans-serif;
		font-size: 12px;
	}
	
#DOMWindow	#account p {
		line-height: 1em !important;
	}
	
#DOMWindow .account-border {
		border: 1px solid #000;
		margin: 12px;
		padding: 10px 25px 10px 25px;
		height: 303px;
	}
	
#DOMWindow	.account-border-settingsview {
		border: 1px solid #000 !important;
		margin: 12px;
		padding: 10px 25px 10px 25px;
		/* height: 303px; */
}

#DOMWindow	.account-col-padding {
		padding: 0 0 0 30px !important;
	}
	
#DOMWindow .account-input {
		/*background-color: #fff;
		background-image: url('../images/account_input_text.png');
		background-position: center center;
		background-repeat: no-repeat;
		border: none !important;*/		
		color: #990000;
		font-weight: bold;
		height: 20px !important;
		margin: 0 0 8px 0 /*!important*/;
		padding: 0 0 0 5px !important;
		width: 282px;
		margin-top: 3px !important;
		border: 1px solid #CCC;
	}

#DOMWindow	.dob_modal {
	margin-bottom: -2px;
	}
	
#DOMWindow .account-ddmm {
		color: #990000;
		font-weight: bold;
		height: 20px !important;
		width: 35px;
		margin: 3px 0px 8px;
		border: 1px solid #CCC;
	}
	
#DOMWindow .account-yyyy {
		color: #990000;
		font-weight: bold;
		height: 20px !important;
		width: 61px;
		margin: 3px 0px 8px;
		border: 1px solid #CCC;
	}
	
#DOMWindow .account-btn-blue {
	background-color:#000000;
	background-position:center top;
	background-repeat:no-repeat;
	border:medium none !important;
	color:#EEEEEE;
	cursor:pointer;
	font-family:"UniversLTStd59UltraCondensed","helvetica",arial,sans-serif;
	font-size:14px;
	height:25px;
	letter-spacing:3px;
	padding-left:3px;
	padding-top:6px;
	text-align:center;
	text-transform:uppercase;
	width:83px;
	margin-bottom: 5px;
}
	
#DOMWindow	.account-btn-sign-up-now-blue {
				
		background-color:#000000;
		background-position:center top;
		background-repeat:no-repeat;
		border:medium none !important;
		color:#EEEEEE;
		cursor:pointer;
		font-family:"UniversLTStd59UltraCondensed","helvetica",arial,sans-serif;
		font-size:14px;
		height:25px;
		letter-spacing:3px;
		padding-left:3px;
		padding-top:6px;
		text-align:center;
		text-transform:uppercase;
		width:170px;
		margin-bottom: 5px;
	}
	
#DOMWindow	.account-btn-red {
		background-color:#900;
		background-position:center top;
		background-repeat:no-repeat;
		border:medium none !important;
		color:#EEEEEE;
		cursor:pointer;
		font-family:"UniversLTStd59UltraCondensed","helvetica",arial,sans-serif;
		font-size:14px;
		height:25px;
		letter-spacing:3px;
		padding-left:3px;
		padding-top:6px;
		text-align:center;
		text-transform:uppercase;
		width:83px;
		margin-bottom: 5px;
	}
	
#DOMWindow	.remember {
		font-size: 10px;
		margin: 0 0 8px 0;
	}
	
#DOMWindow	.note {
		font-size: 10px;
		float:left;
		width:682px;
		margin:0 0 5px 0px;
	}
	
#DOMWindow	#account form label {
		font-size: 12px;
		padding: 0 0 0 2px;
	}
	
	/******* STYLE FOR SIGN UP FORM DIVS **********/
	
#DOMWindow	#signup-all {
		display:block;
		width: 682px;
		margin:-5px 0;
	}
	
#DOMWindow	#signup-left {
		width:341px;
		float:left;
		display:inline;
	}
		
#DOMWindow	#signup-right {
		width:341px;
		float:right;
		display:inline;
	}



/***********************************************************
CALENDAR NUMERAL SPRITE SYSTEM
***********************************************************/
#subrosa span.date {
color:white;
display:inline-block;
font-family:"UniversLTStd59UltraCondensed","helvetica","Arial",sans-serif;
font-size:13px;
letter-spacing:2px;
padding-left:1px;
padding-top:10px;
text-align:center;
text-transform:uppercase;
width:80px;
}

#subrosa .day {
	/*text-indent: -9999px;*/
	color:white;
	/*background-image:url(../images/cal_numeral_sprite.png);
	background-repeat: no-repeat;*/
	display:block;
}

#subrosa .cal-bg {
	background-color: #000;
	width:80px;
	float: right;
	margin-bottom:10px;
	margin-left:10px;
	text-align: center;
}

#subrosa .cal-bg span.day {
color:white;
display:block;
font-family:"UniversLTStd55Roman","helvetica","Arial",sans-serif;
font-size:48px;
height:52px;
width:80px;
}

#subrosa div.row.neg-margin-top {
	margin-top:-11px;
}


#subrosa .d-01 {background-position: 0 0;}
#subrosa .d-02 {background-position: 0 -80px;}
#subrosa .d-03 {background-position: 0 -160px;}
#subrosa .d-04 {background-position: 0 -240px;}
#subrosa .d-05 {background-position: 0 -320px;}
#subrosa .d-06 {background-position: 0 -400px;}
#subrosa .d-07 {background-position: 0 -480px;}
#subrosa .d-08 {background-position: 0 -560px;}
#subrosa .d-09 {background-position: 0 -640px;}
#subrosa .d-10 {background-position: 0 -720px;}

#subrosa .d-11 {background-position: -80px 0;}
#subrosa .d-12 {background-position: -80px -80px;}
#subrosa .d-13 {background-position: -80px -160px;}
#subrosa .d-14 {background-position: -80px -240px;}
#subrosa .d-15 {background-position: -80px -320px;}
#subrosa .d-16 {background-position: -80px -400px;}
#subrosa .d-17 {background-position: -80px -480px;}
#subrosa .d-18 {background-position: -80px -560px;}
#subrosa .d-19 {background-position: -80px -640px;}
#subrosa .d-20 {background-position: -80px -720px;}

#subrosa .d-21 {background-position: -160px 0;}
#subrosa .d-22 {background-position: -160px -80px;}
#subrosa .d-23 {background-position: -160px -160px;}
#subrosa .d-24 {background-position: -160px -240px;}
#subrosa .d-25 {background-position: -160px -320px;}
#subrosa .d-26 {background-position: -160px -400px;}
#subrosa .d-27 {background-position: -160px -480px;}
#subrosa .d-28 {background-position: -160px -560px;}
#subrosa .d-29 {background-position: -160px -640px;}
#subrosa .d-30 {background-position: -160px -720px;}

#subrosa .d-31 {background-position: -240px 0px;}

#subrosa #todays-date span.day.d-01 {background-position: 0 0;}
#subrosa #todays-date span.day.d-02 {background-position: 0 -140px;}
#subrosa #todays-date span.day.d-03 {background-position: 0 -280px;}
#subrosa #todays-date span.day.d-04 {background-position: 0 -420px;}
#subrosa #todays-date span.day.d-05 {background-position: 0 -560px;}
#subrosa #todays-date span.day.d-06 {background-position: 0 -700px;}
#subrosa #todays-date span.day.d-07 {background-position: 0 -840px;}
#subrosa #todays-date span.day.d-08 {background-position: 0 -980px;}
#subrosa #todays-date span.day.d-09 {background-position: 0 -1120px;}
#subrosa #todays-date span.day.d-10 {background-position: 0 -1260px;}

#subrosa #todays-date span.day.d-11 {background-position: -140px 0px;}
#subrosa #todays-date span.day.d-12 {background-position: -140px -140px;}
#subrosa #todays-date span.day.d-13 {background-position: -140px -280px;}
#subrosa #todays-date span.day.d-14 {background-position: -140px -420px;}
#subrosa #todays-date span.day.d-15 {background-position: -140px -560px;}
#subrosa #todays-date span.day.d-16 {background-position: -140px -700px;}
#subrosa #todays-date span.day.d-17 {background-position: -140px -840px;}
#subrosa #todays-date span.day.d-18 {background-position: -140px -980px;}
#subrosa #todays-date span.day.d-19 {background-position: -140px -1120px;}
#subrosa #todays-date span.day.d-20 {background-position: -140px -1260px;}

#subrosa #todays-date span.day.d-21 {background-position: -280px 0px;}
#subrosa #todays-date span.day.d-22 {background-position: -280px -140px;}
#subrosa #todays-date span.day.d-23 {background-position: -280px -280px;}
#subrosa #todays-date span.day.d-24 {background-position: -280px -420px;}
#subrosa #todays-date span.day.d-25 {background-position: -280px -560px;}
#subrosa #todays-date span.day.d-26 {background-position: -280px -700px;}
#subrosa #todays-date span.day.d-27 {background-position: -280px -840px;}
#subrosa #todays-date span.day.d-28 {background-position: -280px -980px;}
#subrosa #todays-date span.day.d-29 {background-position: -280px -1120px;}
#subrosa #todays-date span.day.d-30 {background-position: -280px -1260px;}

#subrosa #todays-date span.day.d-31 {background-position: -420px 0px;}


/***********************************************************
JCarousel Styles
***********************************************************/
#subrosa .jcarousel-container{
 width: 530px;	
  position: relative;
}

#subrosa .jcarousel-container .jcarousel-clip {
  width: 500px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 11em;
  margin: 0 15px;
  position: absolute;
  top: 0;
}
 
 
#subrosa ul.jcarousel-list {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}
 
#subrosa ul.jcarousel-list li {
  display:block;
  float:left;
  padding: 9px 5px 13px 0px;
  height: 90px;
  width: 70px;
}
 
#subrosa ul.jcarousel-list li a img {
  display:block;
  width:70px;
  border:solid 1px #000000;
}

#subrosa .jcarousel-container .arrow{
	width:10px !important;
	height:21px !important;
	background:url('../images/jcarousel-arrows.png') 0 0 no-repeat;
	top:38px !important;
}


#subrosa .jcarousel-container .arrow.back {
  display: block;
  height: 8px;
  width: 37px;
  background-position: 0 0;
  text-indent: -999px;
  position: absolute;
  top: 45px;
  cursor: pointer;
}

#subrosa .jcarousel-container .arrow.forward {
  display: block;
  height: 8px;
  width: 37px;
  background-position: 100% 0;
  text-indent: -999px;
  position: absolute;
  top: 45px;
  cursor: pointer;
}
 
#subrosa .jcarousel-container .forward {
  background-position: 0 0;
  right: 0;
}
 
#subrosa .jcarousel-container .back {
  background-position: 0 -72px;
  left: 0;
}
 
#subrosa .jcarousel-container .forward:hover {
  background-position: 100% -21px;
}
 
#subrosa .jcarousel-container .back:hover {
  background-position: 0 -21px;
}

#subrosa div.collaborator_list .jcarousel-container{
  width: 303px;
}
 
#subrosa div.collaborator_list .jcarousel-container .jcarousel-clip {
	width:273px;
} 

#subrosa div.collaborator_list ul.jcarousel-list{
	display:block;
	height:113px;
}

/*************************************************
RSVP STYLES 
****************************************************/

#subrosa.rsvp .form-border {
border:2px dotted #999999;
margin:12px;
padding:10px 25px;
}

#subrosa.rsvp .success-form-border {
border:2px dotted #999999;
margin:12px;
padding:10px 25px;
height: 290px;
}


#subrosa.rsvp #rsvp_form label, #subrosa.rsvp #rsvp_form legend {
font-size:12px;
padding:0 0 0 2px;
}


/********************************************
BACK TO TOP STYLE
********************************************/

#back_to_top {
position:fixed;
background-color:#F0E8D4;
/*padding:4px;*/
bottom:20px;
height:99px;
width:21px;
z-index:100;
display:none;
overflow: hidden;
}

#back_to_top a:hover img{
position: absolute;
top:-99px;
}

#back_to_top a:active img{
position: absolute;
top:-198px;
}


/***************************************************************
STYLES FOR ERROR PAGES 
****************************************************************/

#subrosa.error #content {
/*height:303px;*/
background-color: #ffffff;
}

#subrosa.error .error_border {
border:2px dotted #999999;
height:303px;
margin:12px;
padding:10px 25px;
}

#subrosa.error .error_border p {
	width:500px;
	}

/***************************************************************
SOCIAL BUTTONS
****************************************************************/

#subrosa .email_post a {
	display:block;
	background:url(../images/email_btn.png) no-repeat;
	width:63px;
	height:21px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin-right:5px;
}

#subrosa .email_post a:hover  {
background-position: 0px -22px;
 }

#subrosa .social_icons {
display: inline-block;
width:180px;                                                    
}

#subrosa .email_post {
left:2px;
position:relative;
top:3px;
margin-right: 1px;
}

#subrosa .fb_like {
	/*position:relative;*/
	padding-top:4px;
}

#subrosa .fb_edge_widget_with_comment {
position:relative;
top:-1px;
}


/*************************************************************
ACCOUNT
**************************************************************/
	
	#accountModal {
		background-color: #fff;
		height:353px;
		font-family: helvetica, arial, sans-serif;
		font-size: 12px;
		margin-left: 0px;
		/*background-color: #EDEADB;*/
		/* CSS3 */
		box-shadow: 0px 1px 5px #000;
		-webkit-box-shadow: 0px 1px 5px #000; /* safari-chrome */
		-moz-box-shadow: 0px 1px 5px #000; /* firefox */
		-o-box-shadow: 0px 1px 5px #000; /* firefox */
	}

	}
	
	#accountModal h2 {
		border-bottom: 1px solid #000;
		font-size: 14px;
		font-family: "UniversLTStd55Roman", Helvetica, Arial, serif;
		font-weight: normal;
		margin: 0px 0px 0.5em;
		padding: 10px !important;
		line-height: 1.1em;
	}

#accountModal H3{
	font-size: 25px !important;
	margin: 3px 0px 10px !important;
}	
	#accountModal p {
		line-height: 1em !important;
	}
	
	#accountModal form label {
		display: block;
		font-size: 12px;
		padding: 0 0 0 2px;
		cursor: default;
		margin-bottom: 5px;
		/* height: 20px; */
	}
	
	#accountModal .col {
		margin-left: 0 !important;
		margin-bottom: 10px !important;
	}
	
	#account {
		font-family: helvetica, arial, sans-serif;
		font-size: 12px;
	}
	
	#account p {
		line-height: 1em !important;
	}
	
	#account h3 {
		font-size: 25px !important;
	}
	
	.account-border {
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		padding: 10px 25px 10px 25px;
		height: 333px;
	}
	
	.account-border-settingsview {
		border-right: 1px solid #000 !important;
		border-bottom: 1px solid #000 !important;
		border-left: 1px solid #000 !important;
		padding: 10px 25px 10px 25px;
		/* height: 303px; */
}

	.account-col-padding {
		padding: 0 0 0 30px !important;
	}
	
	.account-input {
		color: #990000;
		font-weight: bold;
		height: 20px !important;
		margin: 0 0 8px 0 /*!important*/;
		padding: 0 0 0 5px !important;
		width: 282px;
		margin-top: 3px !important;
		border: 1px solid #CCC;
	}

	.dob_modal {
	margin-bottom: -2px;
	}
	
	.account-ddmm {
		color: #990000;
		font-weight: bold;
		height: 20px !important;
		width: 35px;
		margin: 3px 0px 8px;
		border: 1px solid #CCC;
	}
	
	.account-yyyy {
		color: #990000;
		font-weight: bold;
		height: 20px !important;
		width: 61px;
		margin: 3px 0px 8px;
		border: 1px solid #CCC;
	}
	
	.account-btn-blue {		
		background-color:#000000;
		background-position:center top;
		background-repeat:no-repeat;
		border:medium none !important;
		color:#EEEEEE;
		cursor:pointer;
		font-family:"UniversLTStd59UltraCondensed","helvetica",arial,sans-serif;
		font-size:14px;
		height:25px;
		letter-spacing:3px;
		padding-left:3px;
		padding-top:6px;
		text-align:center;
		text-transform:uppercase;
		width:83px;
		margin-bottom: 5px;
	}
	
	.account-btn-sign-up-now-blue {
				
		background-color:#000000;
		background-position:center top;
		background-repeat:no-repeat;
		border:medium none !important;
		color:#EEEEEE;
		cursor:pointer;
		font-family:"UniversLTStd59UltraCondensed","helvetica",arial,sans-serif;
		font-size:14px;
		height:25px;
		letter-spacing:3px;
		padding-left:3px;
		padding-top:6px;
		text-align:center;
		text-transform:uppercase;
		width:170px;
		margin-bottom: 5px;
	}
	
	.account-btn-red {
		background-color:#900;
		background-position:center top;
		background-repeat:no-repeat;
		border:medium none !important;
		color:#EEEEEE;
		cursor:pointer;
		font-family:"UniversLTStd59UltraCondensed","helvetica",arial,sans-serif;
		font-size:14px;
		height:25px;
		letter-spacing:3px;
		padding-left:3px;
		padding-top:6px;
		text-align:center;
		text-transform:uppercase;
		width:83px;
		margin-bottom: 5px;
	}
	
	.remember {
		font-size: 10px;
		margin: 0 0 8px 0;
	}
	
	.note {
		font-size: 10px;
		float:left;
		width:682px;
		margin:0 0 5px 0px;
	}
	
	#account form label {
		font-size: 12px;
		padding: 0 0 0 2px;
	}
	
	/******* STYLE FOR SIGN UP FORM DIVS **********/
	
	#signup-all {
		display:block;
		width: 682px;
		margin:-5px 0;
	}
	
	#signup-left {
		width:341px;
		float:left;
		display:inline;
	}
		
	#signup-right {
		width:341px;
		float:right;
		display:inline;
	}
/*************************
SOCIAL AND CONTACTING
*************************/
#subrosa.about .box-grey form input[type=text],
#subrosa.about .box-grey form input[type=email],
#subrosa.about .box-grey form input[type=url],
#subrosa.visit .box-grey form input[type=text],
#subrosa.visit .box-grey form input[type=email],
#subrosa.visit .box-grey form input[type=url] {
background-color:#FFFFFF !important;
background-image:none !important;
background-position:center center;
background-repeat:no-repeat;
border:1px solid #999999 !important;
color:#000000 !important;
display:inline;
float:left;
height:18px !important;
padding-top:4px !important;
text-transform:uppercase !important;
width:239px !important;
}

#subrosa.about .box-grey form input[type=submit].blue-btn,
#subrosa.about .box-grey input[type=button].blue-btn,
#subrosa.visit .box-grey form input[type=submit].blue-btn,
#subrosa.visit .box-grey input[type=button].blue-btn{
background-color:#000000;
background-position:center top;
background-repeat:no-repeat;
border:medium none !important;
color:#EEEEEE;
cursor:pointer;
font-family:"UniversLTStd59UltraCondensed","helvetica",arial,sans-serif;
font-size:14px;
height:25px;
letter-spacing:3px;
padding-left:3px;
padding-top:3px;
text-align:center;
text-transform:uppercase;
width:81px;
margin-left:5px;
}

#subrosa.about a.twitter_icon,
#subrosa.visit a.twitter_icon {
	display:block;
	background:url(../../images/twitter_icon.png) no-repeat;
	width:32px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin-right:28px;
}

/*#subrosa.about a.twitter_icon:hover {
	background-position: 0px -32px;
}*/

#subrosa.about a.flickr_icon,
#subrosa.visit a.flickr_icon {
	display:block;
	background:url(../../images/flickr_icon.png) no-repeat;
	width:32px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin-right:28px;
}

/*#subrosa.about a.flickr_icon:hover {
	background-position: 0px -25px;
}*/

#subrosa.about a.email_icon,
#subrosa.visit a.email_icon {
	display:block;
	background:url(../../images/mail_icon.png) no-repeat;
	width:32px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin-right:5px;
}

#subrosa.about form #email_message,
#subrosa.visit form #email_message {
	/*background: none !important;*/
	border:1px solid #999999 !important;
	background-color: #ffffff;
	width: 382px;
}

/*#subrosa.about a.email_icon:hover {
	background-position: 0px -25px;
}*/

#subrosa.about form label,
#subrosa.visit form label{
	font-size:12px;
}
#subrosa.about form fieldset,#subrosa.visit form fieldset{padding-left:0px;padding-right:0px;}
#subrosa.about form fieldset legend,#subrosa.visit form fieldset legend{font-size:12px;}


#subrosa.about .box-grey .social_media_links-left,#subrosa.visit .box-grey .social_media_links-left {
	width:342px;
	display: block;
	float: left;
}

#subrosa.about .box-grey .social_media_links-right,#subrosa.visit .box-grey .social_media_links-right {
	width:300px;
	display: block;
	float: left;
	padding-left: 66px;
	margin-top:5px;
}


/********************
CONTACT FORM
********************/
#subrosa.about #email-form,#subrosa.visit #email-form {
background-color:#EEEEEE;
clear:both;
margin:0;
padding:15px;
}

#subrosa.about #email-form h2,#subrosa.visit #email-form h2 {
font-size:16px;
font-weight:bold;
line-height:30px;
position:relative;
text-transform:uppercase;
}


