/**
 * Theme Name: Kratz
 * Author: David Nel
 * Author URI: http://kolorguild.co.za
 * Version: 0.1
 * 
 * 
 * 
 * =====================================
 * ====== #STYLE GUIDE ==================
 * =====================================
 * DARK RED = #3a0707
 * LIGHT RED = #EA383A
 * YELLOW = #FFD782
 * 
 * 
 */
 
* { margin: 0; padding: 0; }
body {
	background: #3a0707 url('/wp-content/themes/kratz/img/img_site_bkg.jpg') repeat-y 0 50%;
	margin: 0;
	padding: 0;
	height:100%;
	font-family: 'Arial', Helvetica, sans-serif;
}

a {
  outline: none;
}

input:focus, textarea:focus {
	outline: none;
	box-shadow: 0 0 6px #EA383A;
}

.left {
  float: left;
}

.right {
  float: right;
}

.break {
	clear: both;
}

#container_content {
	width:1049px;
	height:1074px;
	margin: 20px auto 0 auto;
	padding: 0;
	background: url('/wp-content/themes/kratz/img/img_beam_left.png') no-repeat left;
}

#container_rightpost {
  background: url('/wp-content/themes/kratz/img/img_beam_right.png') no-repeat right;
  width: 1049px;
  height: 1074px;
  margin: 0 auto;
  padding: 0;
  position:relative
}

#header {
  width: 100%;
  height: 100px;
  margin: 0 auto;
	position: relative;
}

#container_body {
  margin: 200px auto 0 auto;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9999;
}

.textbox_main {
    width: 100%;
    margin: -800px auto 0 auto;
    padding: 0;
    height: auto;
    float: left;
    position: relative;
    
}
  
.text_wrap {
	width: 55%;
	height: auto;
	margin: 50px auto 0 auto;
}

.textbox_rest {
    width: 100%;
    margin: -800px auto 0 auto;
    height: auto;
    padding: 0;
    float: left;
    position: relative;
}

.text_wrap_rest {
	width: 65%;
	height: auto;
	margin: 0 auto;
}

#pagi {
	width: 65%;
	margin: 10px auto  0 auto;
	text-align: center;
}

#pagi a {
	text-decoration: none;
	color: #EA383A;
}

#pagi a:hover {
	background: #EA383A;
	color: #FFD782;
}

.page-numbers {
	background: #A0181A;
	padding: 5px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

#pagi span.current {
	background: #EA383A;
	color: #FFD782;
}

#sub-comment {
	text-align: center;
	width: 65%;
	margin: 60px auto 0 auto;
}

#sub-comment a {
	text-decoration: none;
	padding: 10px 60px;
	-moz-border-radius: 5px; 
	-webkit-border-radius:5 px; 
	border-radius: 5px;
	background: #f9f37f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjM3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmMwNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f9f37f 0%, #ffc042 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f37f), color-stop(100%,#ffc042)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f37f 0%,#ffc042 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f37f 0%,#ffc042 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f37f 0%,#ffc042 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f37f 0%,#ffc042 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f37f', endColorstr='#ffc042',GradientType=0 ); /* IE6-8 */
	box-shadow: inset 0 0 0 1px #FFECC6, 0 0 0 1px #9A701D, 0 3px 5px rgba(0,0,0,0.5);
	color: #6E4900;
	text-shadow: -1px 1px 0 #FFECC6;
	font-weight: bold;
}

#sub-comment a:hover {
background: #ffc042; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzA0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWYzN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffc042 0%, #f9f37f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc042), color-stop(100%,#f9f37f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffc042 0%,#f9f37f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffc042 0%,#f9f37f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffc042 0%,#f9f37f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffc042 0%,#f9f37f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc042', endColorstr='#f9f37f',GradientType=0 ); /* IE6-8 */
	box-shadow: inset 0 0 0 1px #FFECC6, 0 0 0 1px #9A701D, 0 1px 2px rgba(0,0,0,0.5);

}

#footsie {
  height: 20px;
  width: 100%;
  margin: -20px auto 0 auto;
	padding: 0;
	float: left;
  position: relative;
  z-index: 9999;
}

  
#logo {
  background: url('/wp-content/themes/kratz/img/img_logo.png') no-repeat center;
  width: 1049px;
  height: 173px;
  margin: 0 auto;
}

#navigate {
  width: 100%;
  position: absolute;
  text-align: center;
	overflow: hidden;
	top: 180px;
}

#navigate ul {
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

#navigate ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0 20px;
   position:relative;
   right:50%;
}

#navigate ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   color:#ffd782;
   text-decoration:none;
   line-height:1.3em;
  font: 25px/33px 'DeutschGothicNormal', Arial, sans-serif;  
  letter-spacing: 0.1em;
  text-shadow: 2px 4px 2px #3b0807;
}

#navigate ul li a:hover {
  color: #fff;
  text-shadow: 2px 4px 2px #9D1612;
}


#navigate ul li.current_page_item a:link, #navigate ul li.current_page_item a:visited {
  color: #fff; 
  text-shadow: 2px 4px 2px #9D1612;
}



.paperZ {
    margin: 0 auto;
    width: 600px;
    height: 300px;
    background: white;
}

.paper1 { 
position: absolute;
margin: 0;
background: white;
width: 600px;
height: 300px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.7);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.7);
    box-shadow: 0 0 10px rgba(0,0,0,.7);
    -webkit-transform:rotate(2deg);
    -moz-transform:rotate(2deg);
    -o-transform:rotate(2deg);
    transform:rotate(2deg);
}

.paper2 { 
position: relative;
margin: 0;
background: white;
width: 600px;
height: 300px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.7);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.7);
    box-shadow: 0 0 10px rgba(0,0,0,.7);
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);
}

.paper3 { 
position: relative;
margin: -300px auto 0 auto;
background: white;
width: 600px;
height: 300px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.7);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.7);
    box-shadow: 0 0 10px rgba(0,0,0,.7);
}

.paperpic {
background: black;
width: 580px;
height: 280px;
position: absolute;
margin: -290px 0 0 10px;  
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 280px;
  padding: 0;
  margin: 0;
}

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


.buzzer {
	float: left;
	margin: -700px 0 0 40px;
	position: relative;
	z-index: 19999;
	background: url('/wp-content/themes/kratz/img/img_buzzer.png') no-repeat center;
	width: 70px;
	height: 183px;
}

.buzzer:hover {
	background: url('/wp-content/themes/kratz/img/img_buzzerhover.png') no-repeat center;

}

.textbox_main h2 {
    margin-top: 0;
  }

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

p {
  font-size: 13px;
  color: white;
  font-weight: normal;
  text-shadow: 1px 1px 0px #000;
  line-height: 160%;
}

h2.fontface {
  font: 30px/38px 'DeutschGothicNormal', Arial, sans-serif;  
  color: white;
  text-shadow: 2px 4px 2px #3b0807;
  letter-spacing: 0.1em;
  margin: 0 0 20px 0;
}


.quote_text {
	margin: 30px 0 0 0;
}

.quote_text p {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #ffd782;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.quote_name {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #ffd782;
  margin: 0 auto 30px auto;
  padding: 0;
  width: 90%;
}

.box_blurb {
  width: 520px;
  height: 200px;
  margin: 0px auto 0 auto;
}

.box_blurb_small {
  width: 200px;
  height: 200px;
  margin: 40px 0 0px 70px;
}

.blurb {
  width: 250px;
  height: 150px;
  margin: 30px 0 0 0;
}

.blurb_pic {
position: absolute;
  height: 180px;
  width: 200px;
  margin: 0;
  background: white;
  overflow: hidden;
}

.img_up {
margin: -200px 80px 0 0;
}

.stack1 {
position: relative;
  height: 180px;
  width: 220px;
      -webkit-box-shadow: 0 0 10px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.7);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.7);
    box-shadow: 0 0 10px rgba(0,0,0,.7);
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);    
}

.stack2 {
position: absolute;
  height: 180px;
  width: 220px;
  margin: 0;
  background: white;
      -webkit-box-shadow: 0 0 10px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.7);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.7);
    box-shadow: 0 0 10px rgba(0,0,0,.7);
    -webkit-transform:rotate(3deg);
    -moz-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    transform:rotate(3deg);    
}

.stack3 {
position: absolute;
  height: 180px;
  width: 220px;
  margin: 0;
  background: white;
      -webkit-box-shadow: 0 0 10px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.7);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.7);
    box-shadow: 0 0 10px rgba(0,0,0,.7);
    -webkit-transform:rotate(3deg);
    -moz-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    transform:rotate(3deg);    
}

.stack4 {
position: absolute;
  height: 180px;
  width: 220px;
  margin: 0;
  background: white;
      -webkit-box-shadow: 0 0 10px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.7);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.7);
    box-shadow: 0 0 10px rgba(0,0,0,.7);
 
}

.stackpic {
  position: absolute;
  height: 160px;
  width: 200px;
  margin: 10px 0 0 10px;
  background: black;
}


.zoom_in {
  height: 160px;
  width: 200px;
  margin: -165px 0 0 0;
  position: relative;
}

.zoom_in:hover {
  background: url('/wp-content/themes/kratz/img/img_zoom.png') no-repeat center;
}



/* ====== CONTACT FORM STYLE ======== */

/*****Forms*****/
ol.forms { list-style: none; margin: 0 auto;  width: 70%;}
ol.forms li { 
  clear: both; 
  float: left; 
  margin-bottom: 8px; 
  position: relative;
  width: 100%;
  font-size: 15px;
}
ol.forms li.sendmecopy {
	float: right;
	width: 460px;
	margin: 0 -35px 0 0;
}
ol.forms li.sendmecopy input {
  width: auto;
  margin-right: 10px;
}
ol.forms li.sendmecopy label {
  float: none;
  width: 460px;
  display: inline;
}

ol.forms label {
  cursor: pointer;
  display: block;
  float: left;
  font-weight: bold;
  padding-right: 20px;
  padding-top: 25px;
  width: 150px;
  font-size: 14px;
  color: white;
  font-weight: normal;
  text-shadow: -1px 1px 0px #000;
}
ol.forms input, ol.forms textarea, ol.forms select {
  border: 1px solid #751212;
  border-radius: 3px;
  font: 15px;
  -moz-border-radius: 3px;
  padding: 5px 5px;
  -webkit-border-radius: 3px;
  width: 250px;
  background: #9E1C1C;
  resize: none;
  color: #FFD782;
}

ol.forms select {
	width: 262px;
	margin: 0;
}

ol.forms select option {
	color: #000;
}
 
ol.forms textarea {  }
ol.forms input:focus, ol.forms textarea:focus { background-color: #D24E4E; padding: 5px 5px; }
.error { color: #f00; background: yellow; }
ol.forms li .error { font-size: 12px; margin-left: 20px;background:#ffd782; padding: 3px 6px; border-radius: 3px; position: absolute; left: 420px;}
ol.forms li.textarea .error {
  display: block;
  width: 100px;
  background: #ffd782;
  position: absolute;
  top: 0;
  right: 0;
}
ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.buttons #button {
	background: #f9f37f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjM3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmMwNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f9f37f 0%, #ffc042 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f37f), color-stop(100%,#ffc042)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f37f 0%,#ffc042 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f37f 0%,#ffc042 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f37f 0%,#ffc042 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f37f 0%,#ffc042 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f37f', endColorstr='#ffc042',GradientType=0 ); /* IE6-8 */
	box-shadow: inset 0 0 0 1px #FFECC6, 0 0 0 1px #9A701D, 0 3px 5px rgba(0,0,0,0.5);
	color: #6E4900;
	text-shadow: -1px 1px 0 #FFECC6;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	overflow: hidden;
	padding: 10px 40px;
	width: auto;
	border-radius: 5px;
	margin: 20px 0 0 300px;
}
ol.forms li.buttons #button:hover { 
background: #ffc042; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzA0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWYzN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffc042 0%, #f9f37f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc042), color-stop(100%,#f9f37f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffc042 0%,#f9f37f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffc042 0%,#f9f37f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffc042 0%,#f9f37f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffc042 0%,#f9f37f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc042', endColorstr='#f9f37f',GradientType=0 ); /* IE6-8 */

}

ol.forms li.buttons button:active {  }
ol.forms li.buttons, ol.forms li.inline { float: right; width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }

span.wpcf7-not-valid-tip-no-ajax {
	background: #ffd782;
	width: 50%;
	padding: 8px;
}
.wpcf7-response-output, .wpcf7-validation-errors {
	width: 70%;
	margin: 0;
	float: left;
	position: relative;
	bottom: 25px;
	left: 50px;
	background: #ffd782;
	border: 0 !important;
	color: red;
}

.wpcf7-textarea {
	height: 100px;
}

#contactbox {
  margin: 0 auto;
  width: 400px;
  height: 70px;
  position: relative;
}

#contactbox p {
  margin: 0;
  padding:0;
  font-size: 14px;
  color: #2B0000;
  text-shadow: none;
}


#footsie p {
  font-size: 11px;
  text-shadow: none;
  color: #fff;
  margin: 0 auto;
  padding:0;
}


/* ********* COMMENTS STYLE ****************** */
ol {
	list-style: none;
	width: 460px;
	margin: 0 auto;
}

ol li.comment{
	background: #A0181A;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	padding: 20px;
	margin: 10px 0;
}

.commentlist {
	margin: 50px auto 0 auto;
}

#respond {
	width: 430px;
	margin: 30px auto 0 auto;
}

#respond #commentform {
	margin: 0 auto;
}

#respond h3 {
	color: #EA383A;
	font: 25px/33px 'DeutschGothicNormal', Arial, sans-serif;  
}

#respond input, #respond textarea {
	background: #E1E1E1;
	border: 1px solid #D0D0D0;
	border-radius: 3px;
}

#respond input:focus {
	background: #fff;
	border-color: #EA383A;
}

#respond textarea:focus {
	background: #fff;
	border-color: #EA383A;
}

#respond input {
	padding: 5px;
	width: 300px;
	margin-left: 20px;
}

#respond textarea {
	resize: none;
}

#respond #submit {
	width: auto;
	margin: 0;
	text-decoration: none;
	padding: 10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius:5 px; 
	border-radius: 5px;
	background: #f9f37f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjM3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmMwNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f9f37f 0%, #ffc042 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f37f), color-stop(100%,#ffc042)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f37f 0%,#ffc042 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f37f 0%,#ffc042 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f37f 0%,#ffc042 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f37f 0%,#ffc042 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f37f', endColorstr='#ffc042',GradientType=0 ); /* IE6-8 */
	box-shadow: inset 0 0 0 1px #FFECC6, 0 0 0 1px #9A701D, 0 3px 5px rgba(0,0,0,0.5);
	color: #6E4900;
	text-shadow: -1px 1px 0 #FFECC6;
	font-weight: bold;
	border: 0;
}

#respond #submit:hover {
background: #ffc042; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzA0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWYzN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffc042 0%, #f9f37f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc042), color-stop(100%,#f9f37f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffc042 0%,#f9f37f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffc042 0%,#f9f37f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffc042 0%,#f9f37f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffc042 0%,#f9f37f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc042', endColorstr='#f9f37f',GradientType=0 ); /* IE6-8 */
	box-shadow: inset 0 0 0 1px #FFECC6, 0 0 0 1px #9A701D, 0 1px 1px rgba(0,0,0,0.2);

}

.logged-in-as, .comment-form-comment label, .form-allowed-tags  {
	display: none;
}

/* Date */
.comment-meta a {
	margin: -50px -10px 0  0;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

.commentmetadata a {
	font-size: 12px;
	float: right;
	text-decoration: none;
	color: #A0181A;
	background: #EA383A;
	padding: 4px 10px;
}

.comment-body p {
color:#FFD782;
font-weight: bold;
font-size: 13px;
max-width: 400px;
}

.comment-author {
font-size: 12px;
font-weight: bold;
color: #fff;
margin-top: 20px;
}

.comment-awaiting-moderation {
font-weight: normal;
font-size: 12px;
color:#DD282B;
}

#commentform p {
	margin: 0 0 10px 0;
	color: #000;
	text-shadow: none;
}

#cboxContent {

}
