/*
Theme Name: Budget Wedding Car
Theme URI: http://budgetweddingcar.com/
Description: The default Budget Wedding Car Theme.
Version: 1.0
Author: Richard Senior
Author URI: http://www.ifingers.com/
Tags: pink,

The CSS, XHTML and design is copyright iFingers.com All Rights reserved

*/

/*////// COLOURS ////////

pink - ea0b8a
gold - d2a035
mauve - 8f7ca4
brown - 52311b
light pink - f3d1d9



*/

body {margin: 0px;margin-top: 0px;background-color: #fff;background: url("/a/i/navbar-bg.jpg") repeat-x left top;}
#container {margin: 0 auto;width: 980px;font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;font-size: 12px;line-height:16px;}
#container2 {padding-top: 0;}
#container3 {width: 753px;float:left;}

#header p, #header h2/**/ { 
  display: none; 
}
#header h1{background: url("/a/i/budget-wedding-car-logo.gif") no-repeat left top; text-indent: -9999px;height:54px;margin-top:5px;margin-left: 20px;cursor:pointer;}


/* GENERAL */

a {color: #ea0b8a;text-decoration: none;font-weight: bold;}

a:hover {color: #ea0b8a;text-decoration: underline;}
		
a:visited {color: #ea0b8a;}

h2, h3{color: #d2a035;}

#showcase {background-color: #52311b;margin: 20px auto; width: 100%; text-align: center;}

/*////////// CONTENT //////////*/
#content {
 margin:0 0 0 10px;
 width: 500px;
 float:left;
}

#content h2{
 line-height: 24px;
}


/*////////// SIDEBARS //////////*/
#sidebarLT {
  margin:0;
  width:212px;
  float:right;
}

#sidebarRT {
 margin:0 10px;
 width: 200px;
 float: right;
}

#sidebarRT ul, #sidebarLT ul{
  margin: 0;
  padding-left: 0px;
}

#sidebarRT li{
  list-style: none;
  margin: 0;
}


/*////////// NAV //////////*/

#top_navlist {
  position: absolute;
  top: 10px;
  right: 250px;
  text-align:right;
  }

#top_navlist h2{
  display: none;
}

#navlist{
  padding: 10px 10px;
  margin-left: 0;
  font-family: Georgia, Times, serif;
  font-weight: bold;
  text-transform: uppercase;
}

#navlist li{
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a{
  padding: 11px 30px;
  margin-left: 3px;
  border: none;
  border-left: 1px solid #ccc;
  /* background: #ea0b8a; */
  text-decoration: none;
  color: #fff;
}

#navlist li a:hover{
  /* background-color: #d2a035;*/
  background-position: right -37px;
  border-color: #C5BBA0;
  color: #ea0b8a;
  text-decoration: underline;
}

#navlist li.current_page_item a{
  /* border-bottom: 1px solid white; */
  /* background-color: #ea0b8a; */
  color: #ea0b8a;
  background-position: right -74px;
}

#navlist li a:visited { color: #ea0b8a; }



/* Searcher */

#searcher {
  position: absolute;
  top: 25px;
  right: 20px;
  }


/*////////// FOOTER //////////*/
#pushbottom{
 clear:both;
}
#footer {
 margin-top: 60px;
 height: 95px;
/* border: 1px solid #d2a035;
 background-color: #52311b; */
 color: #8f7ca4;
}

#footer a {color: #8f7ca4;text-decoration: none;font-weight: bold;}

#footer a:hover {color: #8f7ca4;text-decoration: underline;}
		
#footer a:visited {color: #8f7ca4;}


#footer h3{
 display:none;
}

#footerRight{
 margin: 10px 10px 0 0;
/* background: #52311b; */
 width:470px;
 height: 72px;
 float:right;
 text-align: center;
 border: 1px solid #fff;
}

#footerLeft{
 margin: 10px 0 0 10px;
/* background: #52311b; */
 width: 470px;
 height: 72px;
 float:left;
 text-align:center;
 border: 1px solid #fff;
}

/* Definition Lists */
dl {margin-top: 80px;}
dt a{display: block;}
dt img {padding: 5px; border: 1px solid grey;}
dd {margin-left:120px;margin-top: -80px;}
