/*
Theme Name: Black Bikinis
Theme URI: http://wordpress.org/
Description: Custom Design baby!
Version: 1.0
Author: Jim Raznoff
*/







/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



body {
  background: url(http://www.extreme-bikini.net/wp-content/themes/extreme-bikini/images/bodyBg.jpg) fixed; 
  font-family: Lucida Sans, Lucida Sans Unicode, sans-serif;
  text-align: center;
  margin: 0 auto;
  padding: 0px; }
  
#container {
  position: relative;
  background-image: url(http://www.extreme-bikini.net/wp-content/themes/extreme-bikini/images/containerBg.jpg);
  background-repeat: no-repeat;
  background: #CD4420;
  text-align: left;
  clear: both;
  margin: 0 auto;
  display: block;
  width: 930px; }

#content {
  margin: 0px auto 20px auto;
  background-image: url(http://www.extreme-bikini.net/wp-content/themes/extreme-bikini/images/contentBg.jpg);
  background-repeat: no-repeat;
  background-color: #CD4420;
  display: block;
  position: relative;
  text-align: justify;
  width: 930px;
  min-height: 88px;
  line-height: 18px; }
  
#header {
  width: 930px;
  height: 246px;
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px; }
 
  
h1 {
  margin: 0 auto;
  text-align: center;
  font-family: Arial, sans-serif;
  line-height: 42px;
  letter-spacing: -2px;
  font-size: 36px;
  font-weight: bold;
  color: #FFFF83; }
  
a {
  font-weight: bold;
  color: #FFFF83; }
  
a:hover {
  color: #3F1A0E; }
  
#footer {
  display: block;
  text-align: left;
  width: 930px;
  clear: both;
  margin: 0px;
  height: 84px;
  border: 0px;
  padding: 0px;
  font-family: Georgia, serif;
  background: url(http://www.extreme-bikini.net/wp-content/themes/extreme-bikini/images/footerBg.jpg) no-repeat;
  font-size: 9px;
  color: #FFB481; }
  
#leftColumn {
  position: relative;
  float: left;
  background: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin-left: 40px;
  color: #fff;
  text-align: justify;
  line-height: 19px;
  width: 850px;  }

#leftColumn a img {
  margin: 8px;
  border: 3px solid #ccc;
  text-align: center; }

#leftColumn a:hover img {
  border: 3px solid #D80003; }

#navlist {
  position: relative;
  margin: 0px;
  padding: 0px; }
  

#navlist ul li a {
  font-family: Georgia, serif;
  padding: 0px;
  display: block;
  margin-left: 30px;
  margin-top: 0px;
  font-size: 11px;
  font-weight: bold;
  color: #860404;
  text-decoration: none; }
  
#navlist ul li a:hover {
  color: #D772F0; }
  
  
#navlist ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

#navlist ul li {
  background-color: #ECE3F1; 
  display: block;
  height: 29px;
  width: 222px;
  margin-left: 1px;
  margin-top: 0px;
  border-bottom: 1px solid #E3D1EC;
  background-repeat: no-repeat;
  line-height: 27px; }
  
#rightColumn {
  width: 200px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 9px;
  float: right;
  color: #747474;
  line-height: 12px; }
  
#rightColumn h1, #rightColumn h2 {
  font-family: Georgia, serif;
  font-size: 18px;
  text-align: center;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #21A9C8; }

#rightColumn ul {
  display: block; 
  position: relative; }
  
ul, li { margin: 0px; padding: 0px; }
  
#topnav {
  width: 930px;
  height: 60px;
  background: url(http://www.extreme-bikini.net/wp-content/themes/extreme-bikini/images/navBg.jpg);
  position: relative;
  margin: 0px;
  padding: 0px;
  text-align: right;
  display: block; }
  
#topnav ul { margin: 0px; padding-top: 10px; padding-left: 0px; }

#topnav ul li {
  display: inline;
  list-style: none;
  text-align: center; }
  
#topnav ul li a {
  font-weight: bold;
  height: 30px;
  margin: 0px;
  padding: 8px;
  border-top: 3px solid #FF5C26;
  font-size: 11px;
  line-height: 11px;
  font-family: Georgia, serif;
  text-decoration: none;
  color: #FFFF8D; }
  
#topnav ul li a:hover {
  color: #FF5C26;
  border-top: 3px solid #341208; }
  
.btmnav {
  list-style: none;
  padding: 0px;
  margin: 0 auto;
  text-align: center; }
  
.btmnav li {
  margin-right: 20px;
  font-size: 15px;
  font-weight: bold;
  display: inline; }
  
.aligncenter {
  display: block;
  margin: 0 auto;
  border: 1px double #FFFF83;
  padding: 2px; }  
  
h1.secondary {
  margin: 0 auto;
  padding: 5px;
  text-align: center; }    
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  




