/**
 * speedrenting.com stylesheet
 *
 * @package    speedrenting
 * @subpackage CSS 
 * @author     Morgan Pyne <mp@morganpyne.com>
 * @version    SVN:$Id$
 */



/* BEGIN: basic styles */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, input, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
  background:#00e900 url(/images/bg-profile-descriptions.png) no-repeat top center;
}

body, p, div, span, a {
  font: normal normal normal 13px/140% Arial, sans-serif;  
  color:#666;
}


a {
  color:#0bcc00;  
}

h1, h2, h3, h4, h5, h6, legend {
  font-family: Rockwell, "American Typewriter", "New Century Schoolbook", serif;  
  font-weight: bold;
  line-height:120%;
  margin-bottom:10px;
  color:#00e900;   /* grant fiddling */
}

h2, .pkContextCMSRichText h2, legend {
  font-size: 19px;
  }

h3, .pkContextCMSRichText h3  {
  font-size: 14px;
  font-weight: bold;
  font-style:italic;
  }

a, .pk-slots a, a:hover, .pk-slots a:hover {
  text-decoration:underline;
}

blockquote{
  padding: 20px 20px 20px 40px;
  font-style:italic;
}

.pkContextCMSRichText ul {
  list-style-image:none;
  list-style: none;
  padding-left:40px;
}

.pkContextCMSRichText p {
  margin-bottom:5px;
  }

a.navlink {
  color:#fff;
  font: normal normal normal 14px/140% Arial, sans-serif;
  text-decoration: none;  
}

a.navlink:hover {
  text-decoration: underline;  
}


h1 {
  font-size:18px;
}

.socialnet {
  display:block;
  padding:20px 200px 5px 0;
}
/* END: basic styles */



/* BEGIN: header */
#header {
  height:224px;
  margin:0;
  padding:14px;
}

#header h1 {
  text-indent:-9999px;
  padding:0;
  margin:0 0 0 5px;
  width:161px;
  height:215px;
  background:transparent url(/images/logo-home-green.png) no-repeat;    
}

#header a.navlink {
  margin:0 0 0 8px;   
}

/* Custom header image replacements per page */
.what-is-speedrenting #header h1 { background:transparent url(/images/logo-what-is-speedrenting.png) no-repeat; }    
.gotta-room #header h1 { background:transparent url(/images/logo-gotta-room.png) no-repeat; }    
.needa-room #header h1 { background:transparent url(/images/logo-needa-room.png) no-repeat; }    
.find-an-event #header h1 { background:transparent url(/images/logo-find-an-event.png) no-repeat; }    
.the-bars #header h1 { background:transparent url(/images/logo-the-bars.png) no-repeat; }
.contact-us #header h1 { background:transparent url(/images/logo-contact-us.png) no-repeat; }
.about-us #header h1 { background:transparent url(/images/logo-about-us.png) no-repeat; }




/* END: header */


/* BEGIN: menu */
#menu {
  position:relative;
  width:960px;	
  height:80px;
  background:transparent url(/images/bg-menu.png) no-repeat;
}
#lnav {
  position:absolute;
  width:480px;
  height:60px;
  overflow:hidden;
}

#rnav {
  position:absolute;
  left:480px;
  top:20px;
  width:480px;
  height:60px;  
  overflow:hidden;
}

#menu li {
  height: 60px;
  display:block;
  float:left;
  background-position: -21px -21px;
  overflow:hidden;  
}

#menu-what-is-speedrenting {
  background:transparent url(/images/menu-what-is-speedrenting.png) no-repeat;
  width:198px;
}

.what-is-speedrenting #menu-what-is-speedrenting,
.what-is-speedrenting #menu-what-is-speedrenting:hover
{
  background-position: 0px 0px;  
}

#menu-gotta-room {
  background:transparent url(/images/menu-gotta-room.png) no-repeat;
  width:140px;
}

.gotta-room #menu-gotta-room,
.gotta-room #menu-gotta-room:hover
{
  background-position: 0px 0px;  
}

#menu-needa-room {
  background:transparent url(/images/menu-needa-room.png) no-repeat;
  width:142px;
}

.needa-room #menu-needa-room,
.needa-room #menu-needa-room:hover
{
  background-position: 0px 0px;  
}

#menu-find-an-event {
  background:transparent url(/images/menu-find-an-event.png) no-repeat;
  width:145px;
}


.find-an-event #menu-find-an-event,
.find-an-event #menu-find-an-event:hover
{
  background-position: 0px 0px;  
}

#menu-the-bars {
  background:transparent url(/images/menu-the-bars.png) no-repeat;
  width:113px;
}

.the-bars #menu-the-bars,
.the-bars #menu-the-bars:hover
{
  background-position: 0px 0px;  
}

.nav
{
  margin:0;
  padding:0;
  list-style-type:none;
}

.nav a
{
  font:normal normal bold 14px/140% Arial, sans-serif; 
  background-color:inherit;
  color:#00e900;
  text-align:center;
  text-indent: -9999px;
  display:block;
  height: 60px;
  padding:0;
  border:0;
  margin:0;
  text-decoration:none;
}

/* END: menu */

/* BEGIN: main copy, two columns */
#pk-wrapper {
  overflow:hidden;
  width:960px;
  margin:0 auto;
}

#content {
  background:transparent url(/images/bg-body.png) repeat-y;  
  position:relative;     
  overflow:hidden;
  width:960px;
  margin:0 auto;    
  z-index:10;    
}

#lcol {
  background-color:transparent;
  width:390px;
  padding:0 30px 0px 60px;            
  border-right:460px solid transparent;
  margin-right:-440px;
  float:left;
  min-height:400px;
}

#rcol {
  background-color:transparent;
  width:390px;
  padding:20px 30px 0 40px;              
  float:left;
  margin-top: 0;
  min-height:400px;  
}

/* END: main copy, two columns */


/* BEGIN: Footer */
#footer{
  clear:both;
  background-image:url(/images/bg-footer.png);
  height:80px;        
  width:960px;
  margin:0 auto;
  position:relative;
}

#socialnet {
  position:absolute;
  right:10px;
  top:15px;
  width:300px;
  text-align:right;
  color:#00e900;
}

#socialnet a, #socialnet a:hover {
  font-size:13px;
  text-decoration: none; 
}

#socialnet img {
  vertical-align:middle;
  padding-left:5px;
}

#menufoot {
  width:960px;  
  height:80px;
}

#lnavfoot {
  position:relative;
  top:28px;
  left:54px;
  width:460px;
}

#rnavfoot {
  position:relative;
  top:31px;
  left:530px;
  width:460px;
}
        
.navfoot
{
  margin:0;
  padding:0;
  list-style-type:none;
}

.navfoot li
{
  width:auto;
  border:0;
  padding: 0 11px;
  color:#fff;
  font: normal normal normal 11px/140% Arial, sans-serif; 
  display:inline;
}

.navfoot a
{
  color:#fff;
  font: normal normal normal 11px/140% Arial, sans-serif;
  text-decoration: none;  
  background-color:inherit;
  text-align:center; 
  text-decoration:none;
}

.navfoot a:hover
{
  text-decoration: underline;  
}

/* END: Footer */

/* BEGIN: splash  */

#lcol .splash{
  padding-top:10px;
}

.splash img {
  float:right;
  padding-top:10px;  
}
.splash div {
  width:180px;
  float:left;
  font-family: Rockwell, "American Typewriter", "New Century Schoolbook", serif;  
  font-weight: bold;
  font-size: 16px;  
  min-height:160px;
}

#steps-1-4 {
  clear:both;
  position:relative;
  top: 10px;
  left:10px;
  padding:0 20px 30px 0;
  width:380px;
  height:98px;
  background:url(/images/steps-1-4.png) 0px 0px no-repeat;
}

#steps-1-4 div {
  width:95px;
  height:98px;
  background-color:#transparent;
  text-indent:-9999px;
}

#video {
  padding:20px 0;
  width:400px;
  clear:both;
}

/* END: splash  */

/* BEGIN: eventsearch  */
#searchcountry, #searchcity, #searchvenue, #searchsuburb {
  width: 250px;
  margin-bottom: 7px;  
}

#searchcountry, #searchcity {  
  display: block;  
}


option.optionany {
  font-style:italic;
}

input.submit {
  color: #fff;
  background-color: #00e900;
  padding: 2px 20px;
  margin-left: 10px;
}

#eventsearch h2.next {
  padding-top:10px;
}

#eventsearch ul,
#venuesearch ul {
  list-style-type: none; 
  margin-top: 20px;
}

#venuesearch li, 
#eventsearch li  {
  padding:5px;
  border:1px solid #e6e6e6;
  margin-bottom:10px; 
}

#venuesearch li img, 
#eventsearch li img  {
  float:left;
  padding-right:10px;
}

#eventsearch .date {
  font-weight: bold;
}

.clearer  {
  clear:both;
}
/* END: eventsearch  */

/* BEGIN: What Is Speedrenting subnav */
ul.whatissr {
  list-style-type: none;  
  
}

ul.whatissr li {
  background:url(/images/bulletpoint.png) 0px 2px no-repeat;
  padding:10px 0 5px 30px;    
}

ul.whatissr a {
  font-family: Rockwell, "American Typewriter", "New Century Schoolbook", serif;  
  font-weight: bold;
  line-height:140%;
  font-size: 16px; 
  background: transparent;  
}  
/* END: What Is Speedrenting subnav */

/* BEGIN: The bars */
#venuedetails {
  width: 390px;
}

#venuetext {
  float:left;
  width: 230px;
}

#venuetext h2 {
  margin-bottom:2px;
}

#venuetext p {
  margin-bottom:5px;
}

#venuetext a.website {
  display:block;
  margin-bottom:5px;
}

#venuephotos {
  float:right;
  width: 130px;
}

#venuephotos img {
  margin-bottom:5px;
}  


/* END: The bars */

/* BEGIN: Contact Us */

#contactus ul.error_list {
    list-style-type: none;
}

#contactus .error_list li {
    font-size: 10px;
    color: #f47364;
}


#contactus label {
  display:block;
  width: 100px;
}

#contactus input, #contactus textarea {
  display:block;
  width: 370px;
  margin-bottom:5px; 
  border: #d9d9d9 1px solid;  
  font: normal normal normal 14px/140% Arial, sans-serif; 
  padding:3px;   
}

#contactus input.submit {
  width:100px;
  margin: 10px 0 0 0;  
}

#contactus ul {
  clear:both;
}

/* END: Contact Us */


/* BEGIN: admin theme */
.pk-i {
  background-color:#ED2710;
}
#pk-global-toolbar {
  position:fixed;
  background-color:#fff;
  color: #000;
  border-bottom: #000 1px solid;
}

.pk-slot-is-editable {
  border:#f47364 1px solid;
  }

#pk-global-toolbar .pk-breadcrumb-create-childpage {
  display:none;
  }
  
#pk-global-toolbar .pk-btn.icon.manage .pk-b {
  padding:0 4px;      
}

.toolbar-icon {
  padding:0 10px 0 5px;
  }
/* END: admin theme */
