/********************************************************************************
**
**
**  Fonts
**
**
********************************************************************************/

@font-face {
  font-family: 'Mueso';
  src: url("../fonts/Mueso-normal-100/museo100-regular-webfont.eot");
  src: local("Ä¿– ´¿Ÿ¨ÄŒŽ"), 
  	url("../fonts/Mueso-normal-100/museo100-regular-webfont.ttf") format("truetype"), 
  	url("../fonts/Mueso-normal-100/museo100-regular-webfont.woff") format("woff"), 
  	url("../fonts/Mueso-normal-100/museo100-regular-webfont.svg#Museo100") format("svg");
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: 'Rockwell';
  src: url("../fonts/Rockwell-normal-normal/rockwell-webfont.eot");
  src: local("├ä┬┐ÔÇô┬á┬┤┬┐┼©┬¿├ä┼Æ┬ì┼¢"), 
  	url("../fonts/Rockwell-normal-normal/rockwell-webfont.ttf") format("truetype"), 
  	url("../fonts/Rockwell-normal-normal/rockwell-webfont.woff") format("woff"), 
  	url("../fonts/Rockwell-normal-normal/rockwell-webfont.svg#RockwellStdLight") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Rockwell Bold';
  src: url("../fonts/Rockwell-bold/rockwell_bold-webfont.eot");
  src: local("├ä┬┐ÔÇô┬á┬┤┬┐┼©┬¿├ä┼Æ┬ì┼¢"), 
  	url("../fonts/Rockwell-bold/rockwell_bold-webfont.ttf") format("truetype"), 
  	url("../fonts/Rockwell-bold/rockwell_bold-webfont.woff") format("woff"), 
  	url("../fonts/Rockwell-bold/rockwell_bold-webfont.svg#RockwellStdLight") format("svg");
  font-style: normal;
  font-weight: normal;
}

/********************************************************************************
**
**
**  HTML Elements
**
**
********************************************************************************/


h1, h2, h3, h4, h5, h6 {
    font-family: "Rockwell", sans-serif;
    color:#424242;
    border:none;
}

body {
	background: url(../img/background-narrow.png) repeat 50% 0;
	font-family:"Mueso", sans-serif !important;
	color:#6f6f6f;
}

a:link, a:visited {
  color: #e9626b;
  text-decoration: underline;
}

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

a:active {
  color: #e9626b;
  text-decoration: none;
  color: #000;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: url(../img/dots.png) repeat-x;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.05em;
}

h1 {
  font-size: 36px;
  line-height:40px;
}

h2 {
  font-size: 28px;
  line-height:30px;
}

h3 {
  font-size: 21px;
  line-height:21px;
}

h4 {
  font-size: 19px;
  line-height:19px;
}

h5 {
  font-size: 17px;
  line-height:17px;
}

h6 {
  font-size: 15px;
  line-height:15px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul ul,
ol ol {
  padding-top: 0.5em;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol,
ul, pre, table, address, fieldset {
  margin-bottom: 20px;
}

p{
  font-size:130%;
}

dt {
  font-size: 18px;
  margin: 0;
}

dd {
  padding-left: 10px;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 20px;
}

/********************************************************************************
**
**
**  Form components
**
**
********************************************************************************/
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
	background:#fff;
	padding:1px;
	border:1px solid #999;
	height:2.4em;
}

input[type="submit"],
input[type="submit"]:hover {
    background: url("../img/button-double-ender-blank.png") no-repeat scroll center center transparent;
    font-size: 92%;
    margin: 1em 0;
    text-align: center;
    width: 182px;
    border:0;
    border-radius:0;
    color:#fff;
    text-shadow: 0 0 0 #fff;
    font-family:Rockwell,sans-serif;
    padding: 8px 30px;
    font-weight:normal;
    font-size:1em;
}

label{
  font-family: "Rockwell",sans-serif;
  font-size:150%;
  font-weight:bold;
}


button, a.button{
  background: url(../img/top-menu-ipad-lo.png) no-repeat center center;
  font-family: "Mueso";
  text-align: center;
  text-shadow:none;
  width: 103px;
  height:36px;
  font-size: 100%;
  margin: 1em 0;
  border:0;
}

#generic-form table{
  background: url(../img/texture-box-middle.jpg);
}

#generic-form table tbody{
  padding:40px 20px;
}

#generic-form table tr th, #generic-form table tr td{
  padding:15px 20px;
}



/* removed styles */
/*
body {
    font-family: Helvetica, Verdana,sans-serif;
}

div#banner {
    background: url("/fileupload/file/charities") no-repeat scroll 550px 10px transparent;
}

#footer {
    background-image: url("/siteobject/navigation");
}

#footer-right a {
color:#FFF;
}
#footer-right a:hover {
color:#FFF;
}

#footer.copyright, #footer.copyright a{
color:#fff;
}
#footer.software-by, #footer.software-by{
color:#fff;

}
*/

/********************************************************************************
**
**
**  Main Design
**
**
********************************************************************************/

/* Layout */

#wrapper .innerwrap {
  max-width: 1350px;
  margin: 0 auto;
}


/* Login area */

#banner{
  background:url(../img/banner-bg.png) repeat-x;
  text-align: center;
}

#banner a#logo{
  float:none;
}

#banner .user-area {
  float: none;
  text-align:center;
  height: 60px;
  min-height: 35px;
  width:100%;
  margin:10px auto 10px auto;
  background:url(../img/dots.png) repeat-x bottom;
}

div#banner .user-area, div#banner .user-area a {
  color: #424242;
}

#banner .user-area fieldset {
  border: none;
  padding: 0;
  margin:0;
  display: inline;
}

#banner .user-area label {
  width:120px;
  display:-moz-inline-stack;
  display:inline-block;
}

#banner .user-area form{
  padding-bottom:20px;
}

#banner .user-area form .field {
  margin-left:0 1em 0 0;
  float: none;
  display: inline;
}

#banner .user-area form button {
  margin:0 1em;
  float: none;
  display: inline-block;
}

#banner .user-area form a.register-link {
  display: inline;
  float: none;
  clear: none;
  margin:0;
  color: #e9626b;
  font-weight:bold;
  font-size:120%;
}

#banner .user-area ul{
  padding-top: 0px;
}

#banner .user-area ul li a{
  font-size:130%;
  color: #E9626B;
  text-decoration: underline;
  font-family: "Rockwell",sans-serif;
  font-weight: bold;
}

/* Nav & Search */

#nav{
  background:url(../img/blue-tiles-tall.gif) repeat-x;
  height:50px;
  border:none;
  max-width: 1344px;
  margin: 0 auto;
}

#nav ul{
  float:none;
}

#nav ul li a,
#nav ul li a:hover,
#nav ul li a.selected{
  background:none !important;
  border:none !important;
  color:#fff;
  text-decoration:none;
  padding:0;
  margin:15px 10px;
  font-weight:bold;
  font-size:100%;
  font-family: "Rockwell",sans-serif;
  text-transform: uppercase;
}

#finder{
  max-width: 1344px;
  margin: 0 auto;
  height:1px;
  position: relative;
  padding:0px;
}

#finder form {
  padding: 1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  background: none;
  position: absolute;
  right:10px;
  top:-55px;
}

#finder form label {
  font-weight: bold;
  color: #424242;
  font-size: 1.25em;
}

/* Subnav */

#sub-nav ul{
  list-style:none;
  padding-left: 0;
}

#sub-nav ul li{
  display:inline;
  font-size:130%;
  margin-right:2px;
  margin-left:2px;
}

#sub-nav ul li.nav-divider{
  border-right:1px solid #E9626B;
}

select#browse{
  width:200px;
}

/* Pagination */
.pagination {
  font-size:130%;
  font-weight: bold;
}

/* Footer */

#footer{
  background:url(../img/blue-tiles-tall.gif) repeat-x;
  height:90px;
  border:none;
  padding:0;
  position: relative;
}

#footer .copyright, #footer .software-by{
  margin:15px 20px;
  font-weight:bold;
  font-size:100%;
  color:#00A7F3;
  font-family: "Rockwell",sans-serif;
}

#footer .copyright a, #footer .software-by a{
  font-weight:bold;
  font-size:100%;
  color:#00A7F3;
  font-family: "Rockwell",sans-serif;
}

#footer .copyright{
  float:left;
}

#footer .software-by{
  float: right;
}

/* Main content */

#content{
  background:url(../img/dots.png) repeat-x;
}

#content h1{
  background:url(../img/dots.png) repeat-x bottom;
  padding:15px 0;
  margin:0 0 20px 0;
}


#content #main-content{
}

/* Catgories */

#categories{
  /*padding-bottom: 150px;
  background:url(../img/charities-mobile.png) no-repeat bottom;*/
  padding-bottom:30px;
  background: url(../img/texture-box-middle.jpg);
}

#categories h3{
  background: url(../img/texture-box-top.png) repeat-x;
  color:#424242;
  font-size:150%;
  padding-top: 40px;
}

#categories ul li a{
  color:#E9626B;
  font-size:120%;
}

#categories ul li ul li{
  padding-left: 10px;
}

#categories ul li ul li a{
  color:#424242;
  font-size:100%;
}


/* Lots */

.auctionlist .lot h3, .auctionlist .auction h3 {
  border:none;
}

.itemBidding{
  background: url(../img/texture-box-middle.jpg);
}

.itemBidding form{
  background: url(../img/texture-box-top.png) repeat-x;
  padding-top:50px !important;
}

.itemBidding table th, .itemBidding table td{
  color:color:#424242;
  font-size:130%;
  font-weight: bold;
}

/* Error messages */

.error, .errors, #error-messages{
  color: #E9626B;
  font-style: normal;
  font-weight: bold;
}


/********************************************************************************
**
**
**  Specific pages
**
**
********************************************************************************/

/* Registration form */


.user-register #content{
  background:url(../img/regform-pic.png) right 100px no-repeat;
}

.user-register #generic-form {
  width:60%;
  background: url(../img/texture-box-middle.jpg);
}

.user-register #generic-form table {
  width:100%;
  background: url(../img/texture-box-top.png) repeat-x;
}

.user-register #main{
  background: url(../img/dots.png) repeat-x top;
}


.user-register tr#personal-details-header{
  border-top:10px solid #fff;
  background: url(../img/texture-box-top.png) repeat-x;
}

.user-register-thanks #main-content{
  font-size: 120%;
  font-weight: bold;
  min-height:300px;
}

.user-register-thanks #content{
  background:transparent;
}








