/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
  background-color: #DCDCDC;
  background-image: url("../images/grid1.png");
  background-repeat: repeat;
  color: #444444;
  font: 13px/22px Arial,Helvetica,sans-serif;
}

a { color: #77950D; }

a:hover, em, code {
  color: #707070;
}

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddd; }

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}

::-moz-selection { 
  background: #77950D; 
  color: #FFFFFF; 
}
::selection { 
  background: #77950D; 
  color: #FFFFFF; 
}

.btn-large {
  border-radius: 0 0 0 0;
  padding: 11px 19px;
}

button, input[type="button"], input[type="submit"] {
  
}

p img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  margin-right: 10px;
  max-width: 99%;
  padding: 3px;
}

.image-backdrop, .img-intro-btn:hover, p.img_caption {
  background-color: #77950D;
}

#logo img{
  background: none repeat scroll 0 0 transparent;
   border: none;
  max-width: 99%;
  padding: 0;
}

#logo p img {
  background: none repeat scroll 0 0 transparent !important;
  border: medium none !important;
  max-width: 99%;
  padding: 0;
}

.loginspecial{

}

.registrationspecial{

}