/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
}

#page-wrapper {
}

#page {
}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
}

#header .section {
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
	margin-bottom: 20px;
}
.front #content-area /* Wrapper for the actual page content */ {
	margin-bottom: 0;
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}
.item-list .pager,
#ga-pager-box
{
	border-top: 1px solid #cfcac5;
	padding-top: 15px;
	margin-bottom: 20px;
}
#ga-pager-box
{
	border: none;
}
.item-list .pager LI
{
	background: #eae4da;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
#footer {
}

#footer .section {
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}




H1, H1.title,
.view-header H1
{
	margin: 10px 0 20px 0;
	font-weight: normal;
	color: #332f2a;
	font-family: 'MyriadProSemiboldItalic', Arial, Helvetica, sans-serif;
	font-size: 240%;
	line-height: 90%;
}

H2, H2.title
{
	margin: 10px 0 20px 0;
	font-weight: normal;
	color: #332f2a;
	font-family: 'MyriadProSemiboldItalic', Arial, Helvetica, sans-serif;
	font-size: 160%;
	line-height: 130%;
}

H3, H3.title
{
	margin: 10px 0 20px 0;
	font-weight: normal;
	color: #332f2a;
	font-family: 'MyriadProSemiboldItalic', Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 120%;
}


.node-type-page
{
}
.node-type-page .node-cnt
{
}
.node-type-page .node-cnt H2
{
	margin-bottom: 15px;
	color: #7e100f;
}
.node-type-page .node-cnt H3
{
	margin-bottom: 10px;
}




/*** slideshow *****************/
#slideshow
{
	width: 500px;
}
.slideshow-wrapper
{
	padding: 20px !important;
	background: #fff;
}
.scroller
{
	padding: 0 0 0 30px;
	height: auto !important;
}



/*** page-schedule *******************************************/
.page-schedule
{
}
.page-schedule .node-cnt H2
{
	margin-bottom: 10px;
}

.page-schedule .node-cnt TABLE
{
	width: 100%;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fcf7ef;
	margin-bottom: 30px;
}
.page-schedule .node-cnt TABLE TH,
.page-schedule .node-cnt TABLE TD
{
	padding: 8px;
	text-align: center;
	border: 1px solid #f2e9de;
}
.page-schedule .node-cnt THEAD TH
{
	background: #f0e8db url(../images/th-bg.png) repeat-x 0 0;
	border: 1px solid #ded3c2;
}
.page-schedule .node-cnt THEAD TH STRONG
{
	font-family: 'MyriadProItalic', Arial, Helvetica, sans-serif;
	color: #7e100f;
	font-size: 14px;
	font-weight: normal;
	display: block;
}
.page-schedule .node-cnt THEAD TH EM
{
	color: #000;
	font-size: 10px;
	font-weight: normal;
	display: block;
	font-style: italic;
}
.page-schedule .node-cnt TBODY TH
{
	background: #fcf7ef;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #332f2a;
	text-align: center;
}
.page-schedule .node-cnt TBODY TD
{
	width: 12.5%;
	height: 30px;
	padding: 0px;
	color: #333;
}
.page-schedule .node-cnt TBODY TD.active
{
	background: #f7c36d url(../images/schedule-icon.png) no-repeat center center;
	border: 1px solid #eaa73b;
	text-indent: -9999px;
	text-transform: uppercase;
	outline: none;
	text-align: left;
	color: #f7c36d;
}
.page-schedule .node-cnt TBODY TD.with-text
{
	background: #f7c36d;
	border: 1px solid #eaa73b;
	white-space: nowrap;
	padding: 2px 8px;
}
.page-schedule .node-cnt TBODY TD.with-text STRONG
{
	color: #7e100f;
	font-size: 11px;
	font-weight: normal;
	display: block;
}
.page-schedule .node-cnt TBODY TD.with-text EM
{
	color: #000;
	font-size: 11px;
	font-weight: normal;
	display: block;
	font-style: normal;
}
.page-schedule .stime
{
	background: url(../images/icon-clock.png) no-repeat 0 0;
	padding: 2px 0 10px 34px;
	line-height: 20px;
	color: #332f2a;
	font-size: 14px;
	font-family: 'MyriadProSemiboldItalic', Arial, Helvetica, sans-serif;
}
.page-schedule .snote
{
	background: url(../images/icon-important.png) no-repeat 0 3px;
	padding: 0 0 10px 34px;
	line-height: 30px;
	color: #7e100f;
	font-size: 18px;
	font-family: 'MyriadProItalic', Arial, Helvetica, sans-serif;
}






/*** page-abonements *********************************/
.page-abonements
{
}
.page-abonements TABLE.prices
{
	margin-bottom: 20px;
}
.page-abonements TABLE.prices TD
{
}
.page-abonements TABLE.prices TD H3
{
	margin: 0;
	background: #faae32;
	color: #8a2f2c;
	font-family: 'MyriadProItalic', Arial, Helvetica, sans-serif;
	font-size: 140%;
	line-height: 130%;
	font-weight: normal;
	padding: 7px 10px;
	margin-bottom: 5px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;

}
.page-abonements TABLE.prices TD UL
{
	background: #fff;
	padding: 7px 10px;
	margin-right: 20px;
	margin-bottom: 10px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-abonements TABLE.prices TD UL LI
{
	margin-bottom: 10px;
	list-style: disc;
	margin-left: 20px;
}


/*** page-studia-news *****************/
.page-studia-news
{
}
.page-studia-news .news-item
{
	overflow: hidden;
	margin-bottom: 10px;
	background: #fff;
	padding: 15px 20px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #ccc 0px 1px 1px;
	-moz-box-shadow: #ccc 0px 1px 1px;
	box-shadow: #ccc 0px 1px 1px;

}
.page-studia-news .news-img-small
{
	width: 70px;
	float: left;
}
.page-studia-news .news-img-small IMG
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-studia-news .news-cnt
{
	width: 875px;
	float: right;
}
.page-studia-news .without-image .news-cnt
{
	width: 960px;
}
.page-studia-news .news-cnt H3
{
	font-size: 150%;
	margin-bottom: 5px;
}
.page-studia-news .news-cnt H3 SMALL
{
	color: #958f88;
	font-weight: normal;
	font-family: 'MyriadProItalic', Arial, Helvetica, sans-serif;
	font-size: 85%;
}
.page-studia-news .news-cnt A,
.page-studia-news .news-cnt A:visited
{
	font-weight: bold;
}


/*** page-studia-gallery ********************/
.page-studia-gallery
{
}
.page-studia-gallery TABLE.views-view-grid
{
	width: 100%;
}
.page-studia-gallery TABLE.views-view-grid TD
{
	width: 25%;
	text-align: center;
	padding-bottom: 30px;
}
.page-studia-gallery TABLE.views-view-grid TD .views-field-title
{
	font-weight: normal;
	color: #332f2a;
	font-family: 'MyriadProSemiboldItalic', Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 120%;
}
.page-studia-gallery TABLE.views-view-grid TD A IMG,
.page-studia-gallery TABLE.views-view-grid TD A:visited IMG,
.gallery_assist A IMG,
.gallery_assist A:visited IMG
{
	background: #fff;
	padding: 5px;
	border: 1px solid #fff;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: #999 0px 2px 3px;
	-moz-box-shadow: #999 0px 2px 3px;
	box-shadow: #999 0px 2px 3px;
	margin-bottom: 3px;
}
.page-studia-gallery TABLE.views-view-grid TD A:hover IMG
.gallery_assist A:hover IMG
{
	border-color: #8c302d;
}





/*** page-bikram-poses ***************/
.page-bikram-poses
{
}
.page-bikram-poses A.arrow_left SPAN,
.page-bikram-poses A.arrow_right SPAN
{
	background: url(../../../modules/gallery_assist/ga_pager/default/previous.png) no-repeat  center center;
	width: 20px;
	line-height: 20px;
	text-indent: -9999px;
	text-transform: uppercase;
	outline: none;
	display: inline-block;
	margin: 0 10px 20px 0;
	padding: 2px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: #999 0px 2px 3px;
	-moz-box-shadow: #999 0px 2px 3px;
	box-shadow: #999 0px 2px 3px;
}
.page-bikram-poses A.arrow_right SPAN
{
	background-image: url(../../../modules/gallery_assist/ga_pager/default/next.png);
}




/*** page-address ************/
.page-address .page-cnt H2
{
	margin-bottom: 20px;
}
.page-address .page-cnt P
{
	margin: 0 0 5px 0;
	padding: 0 0 0 40px;
}
.page-address .page-cnt P STRONG
{
	display: block;
	margin: 0 0 0 -40px;
	background: url(../images/icon-director.png) no-repeat 10px 0;
	padding: 0 0 10px 40px;
	font-size: 15px;
	font-weight: bold;
	color: #332f2a;
}








