/*------- RESET -------*/
* {
  margin:  0px;
  padding: 0px; }

ul { list-style-type: none; }

img { border: 0px; }








/*------- FONT FAMILY -------*/	

h5, p, p a, li a, li, td,
#mini_about,
san_serif {
  font-family: "Muli","Helvetica Neue", "Helvetica", "Avant Garde", "Arial",sans-serif; }

h1, h2, h3, h4, #nav_main ul li a,
serif {
  font-family: "Quattrocento","Georgia", "Times",serif; }  








/*------- FONT SIZE -------*/
h1 {
  font-size: 270%;
  font-weight: normal;
  line-height: 100%; }

h2 { 
  font-size: 170%; }
  
h3 {
  font-size: 130%;
  font-weight: normal; }

h4 {
  font-size: 100%;
  font-weight: bold; }

#mini_about  {
  font-size: 90%; }  

p {
  font-size: 94%;
  line-height: 160%;
  letter-spacing: 0;
  margin-bottom: 7%; }
  
  
#nav_main ul li a {
  font-size: 120%; }

.footer_copyright_contact p,
#nav_footer ul li a {
  font-size: 76%; }

#layout_footer p,
#layout_footer li,
#layout_footer a {
  font-size: 76%; }
  

@media only screen
and (max-device-width: 320px)
and (max-device-width: 480px)
and (max-device-width: 800px) {
  #nav_main ul li a {
    font-size: 140%; }
}  








/*------- COLOR -------*/
body {
  background: #231f20; }
  
p {
  color: #231f20; }

a {
  color:#231f20; 
  text-decoration:underline; }

a:hover {
  color: #a30234;
  text-decoration: none; }

#mini_about {
  color: #999999; }  

#nav_main li a,
#nav_footer li a {
  color: #231f20;
  text-decoration:none; 
  border-bottom: dotted #231f20 1px; }

#nav_main li a:hover,
#nav_footer li a:hover {  
  color:#a30234;  
  border-bottom: dashed #a30234 1px; }

.current {
  color: #a30234;
  text-decoration:none; }

::selection {
  background: #e5e2c5; /* Safari */
 }
::-moz-selection {
  background: #e5e2c5; /* Firefox */
}  








/*------- BASIC -------*/ 
html, body {
  width: 100%;
  height:100%;
  }

h1 {
  background:url('http://www.matejicka.com/image/logo/logo_main.png') no-repeat;
  text-align: left;
}

h1 span {
  position: relative;
  top:  10px;
  left: 94px; }


h1 a {
  display:block;
  width: 30%;  
  height: 130px;
  text-decoration: none;  
  /* border: 1px solid #ff0000; */
}


h2 {
  margin-bottom: 13px; }

h3 {
  margin-bottom: 8px; }  

img.float_left {
  float: left;
  margin-right: 13px;
  margin-bottom: 13px;
}

img.float_right {
  float: right;
  margin-left: 13px;
  margin-bottom: 13px;
}

img.float_none {
  margin-bottom: 13px;
}

/*<div class='hr'><hr /></div> */
div.hr {
  width: 100%;
  height: 23px;   
  border-top: 1px solid #ffffff;
  margin: 0 auto;
  /* background: url('http://www.matejicka.com/theme/v1_0/image/content/horizontal.png') no-repeat;  */
  margin-top:    13px;
}

div.hr hr { display: none; }








/*------- LAYOUT -------*/    
#layout_container {
  width: 100%;
  height: 100%;  
  position: fixed;
  overflow: auto;
  /* border: 1px solid #00ff00; */ }

@media only screen
and (max-device-width: 320px)
and (max-device-width: 480px)
and (max-device-width: 800px) {
  #layout_container {
    height: auto;
    position: static;
    background: #dedede;
  }
}

#layout_header,
#layout_body,
#layout_footer {
  width: 99%; }

#layout_header {
  /*border: 1px solid #ff0000;*/ }

#layout_body {
  /*border: 1px solid #ff0000;*/ }  

#layout_footer {
  /*border: 1px #ff0000 solid;*/ }

.layout_clear {
  clear: both; }

#wrapper_header,
#wrapper_body,
#wrapper_footer {
  width: 100%;
  margin: 0 auto;    
  /*border: 1px #00ff00 solid;*/ }








/*------- NAV -------*/
#nav_main {
  margin-top: 23px;
  margin-bottom: 23px; }

#nav_main ul {
  list-style-type: none; }
  
#nav_main ul li a {
  width: 85%;
  display: block;
  margin-bottom: 8px;
  padding: 2px;
 }

#nav_footer {
  margin-top: 23px;
  margin-bottom: 76px; }
  
#nav_footer ul li {
  display: block;
  margin-bottom: 8px;
  padding: 2px;
  padding-right: 5px;
  float: left;
 } 

#nav_container {
  width: 35%; 
  min-width: 274px;
  height: 100%;
  margin-bottom: 13px;
  margin-left: 23px;
  background: url('http://www.matejicka.com/theme/v1_0/image//background/bg_cccccc_76_opacity.png');
  padding: 23px;  moz-border-radius-bottomright: 23px;
  border-bottom-right-radius: 23px;
  -moz-box-shadow: 0 0 20px #000000;
  -webkit-box-shadow: 0 0 20px #000000;
  box-shadow: 0 0 20px #000000;
  
  /*border: 1px #ff0000 solid;*/
}

@media only screen
and (max-device-width: 320px)
and (max-device-width: 480px)
and (max-device-width: 800px) {

  #nav_main ul li a {    
    width: 76%;
    padding: 5px 5px 5px 0px; }
  
  #nav_container {
    width: 85%;
    margin: 0px;
    background: url('http://www.matejicka.com/theme/v1_0/image//background/bg_e5e2c5_76_opacity.png'); } 
}








/*------- CONTENT -------*/
.content_container { }
  
.content_container .left {
  width: 300px;
  float: left; }

.content_container .right {
  width: auto;
  margin-left: 310px; }   

blockquote {
  background: url('http://www.matejicka.com/theme/v1_0/image//content/quote_open.png') no-repeat; }

blockquote p {
  margin-left: 33px; }


.youtube_iframe {
  width: 100%; 
}








/*------- SOCIAL -------*/ 
#layout_sub_social li {
  float: left; }

#layout_sub_social li img {
  width: 34px;
  height: 34px; }

#layout_sub_social a img {
  opacity: .7;
  -khtml-opacity: 0.7;  
  filter: alpha(opacity=70);
  -moz-opacity:0.7;  
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  }
    
#layout_sub_social a:hover img {
  opacity: 1.0;
  -khtml-opacity: 1.0;  
  filter: alpha(opacity=100);
  -moz-opacity:1.0;  
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  }








/*------- PIXELATED BY -------*/
#pixelated_by {
  width: 130px;
  height: 33px;
  float: right;
  right:3px;
}
 
#pixelated_by a {
  font-size: 67%;
  color: #333333;  
  line-height: 130%;
  height: 23px;  
  display: block;
  padding-left: 28px;
  text-decoration: none;
}

#pixelated_by a:hover {
  color: #f4f5f6;
  background: #333333 url('http://www.jihonation.com/image/logo/logo_pixelated_by.jpg') no-repeat left top;
  text-decoration: none;
}


@media only screen
and (max-device-width: 320px)
and (max-device-width: 480px)
and (max-device-width: 800px) {  
  #pixelated_by {
    margin-top: 13px; }
    
  #pixelated_by a {
    color: #ffffff;; }
}








/*------- FULL BG -------*/
.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden; }

@media only screen
and (max-device-width: 320px)
and (max-device-width: 480px)
and (max-device-width: 800px) {
  img#background {
    display: none; }

  .fullBg {
    position: inherit;
    overflow: auto; }
}








/*------- CUSTOM (PERFORMANCE PAGE) -------*/
.performace_year_container {
  text-align: center;
  margin-top:43px; }

.performance_month_container {
  margin-bottom: 7px;
  border-bottom: 2px solid #a30234;
  padding-top: 13px; }

p.performance_month,
p.performance_date {
  margin:0px; 
  padding: 0px; }

.performance_info_container {
  float:left; }

.performance_title_container {
  margin-left: 85px; 
  margin-bottom: 3.5%; }

p.performance_title {
  margin:0px;
  padding:0px; 
  line-height: 110%; }

p.performance_info {
  line-height: 110%;
  margin-left: 8px;
  margin-top: 5px; }
