/*
Theme Name: Paperdoll V1
Theme URI: http://www.falloutmedia.com
Description: Built in Dec of 2006 exclusively for www.paperdoll-co.com
Author: Fallout Media
*/

body {
	background: url(images/bg.gif) center top;
	margin:0px;
	padding-bottom:20px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	behavior: url(/wp-content/themes/paperdoll/csshover.htc);
}
/*--------------------------Globals-------------------------------*/
img {
	border:0px;
}
a {
	border:0px;
	color:#000;
}
a:hover {
	text-decoration:none;
}
br {
	clear:left;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	font-family: georgia;
	margin: 0px;
	color: #1DADBC;
	padding: 0px 0px 5px 0px;
}
h2 {
	color:#000;
	padding:0px;
	margin:0px 0px -5px; 0px;
	font-size: 14px;
	font-weight: normal;
	border-bottom:dotted 2px #999;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	margin: -5px 0px 0px 0px;
	color: #000;
	padding: 0px 0px 5px 0px;
}
h3 a{
	color: #000;
}
p {
	margin:10px 0px;
	padding:0px;
}
	
.left {
	margin:10px 10px 10px 0;
}
.right {
	margin:10px 0px 10px 10;
}
/*--------------------------Layout-------------------------------*/
#wrap {
	margin:0px auto;
	width:668px;
	height:520px;
	padding:20px 56px;
	background: url(images/mainBG.gif) no-repeat top;
}
#boxWrap {
	background-color:#FFFFFF;
	padding: 0px 10px 0px 10px;
	background: url(images/contentBG.gif) repeat-y;
}
#topBanner {
	height:65px;
	background: url(images/logo.gif) no-repeat;
	background-color:#fff;
}
#homeButton a{
	display:block;
	line-height:50px;
	width:225px;
	position:relative;
	top:10px;
	left:0px;
	background:transparent;
	float:left;
	text-decoration:none;
	
}
#topNav {
	float: right;
	padding-top:5px;
}
#topNav a {
	display:block;
	float:left;
	line-height:18px;
	text-decoration:none;
}
.asterik {
	display:block;
	float:left;
	line-height:18px;
	width:15px;
	background: url(images/asterik.gif);
}
#home {
	background: url(images/home.gif);
	width:42px;
}
#whatsnew {
	background: url(images/whatsnew.gif);
	width:65px;
}
#faqs {
	background: url(images/faqs.gif);
	width:29px;
}
#contact {
	background: url(images/contact.gif);
	width:39px;
}
#banner {
	background: url(images/homeBanner.jpg) no-repeat;
	height: 180px;
	border-bottom: 1px solid #000000;
}
#contentWrap {
	display:block;
}
#sideBar {
	background: url(images/sideBar.gif) no-repeat;
	width: 150px;
	float: left;
	display:block;
	padding: 0px 15px 25px 15px;
	color: #028E99;
}
#sideBar a{
	color: #028E99;
}
#sideBar p {
	padding:0px 0px 0px 7px;
}
#sideBar h1 {
	font-size: 12px;
	font-weight: normal;
	line-height:10px;
	color: #000000;
	margin: 15px 0px 5px 0px;
	padding-left:7px;
	background: url(images/arrow.gif) no-repeat top left;
}
#sideBar form {
	text-align:left;
}
#sideBar input {
	height: 14px;
	border:solid 1px #000;
	margin: 0px 0px 5px 0px;
	padding:3px 0px 3px 5px;
	font-size: 11px;
	color: #666;
	background-color: #FFFFFF;
	float:left;
	display:block;
	width:140px;

}
#sideBar button {
	background-color:transparent;
	cursor: pointer;
	border:none;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size: 11px;
	color: #028E99;
}
#content {
	float: left;
	width:428px;
	padding:15px 20px 20px 20px;
	line-height: 1.8em;
}
#content a{
	color:#1DADBC;
}
.clear {
	clear:left;
	border-bottom: 1px solid #000000;
	height:1px;
}
#footer {
	background: url(images/footer.png) no-repeat top;
	height: 80px;
	width: 668px;
	padding-bottom:20px;
	clear:both;
}
form { 
  margin: 0;
  padding: 0;
  display:inline;
  float:none;
}
/*------------------------------------------------------

	Drop Down Menu

------------------------------------------------------*/

.menu {
	padding: 10px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background:#fff;
	font-size: 10px;
	width:100%;
	height:10px;
}
.menu ul{
	margin: 0;
	padding-left: 13px;
	list-style-type: none;
}
/*Top level list items*/
	.menu ul li{
	position: relative;
	float: left;
	margin-right: 14px;
}
/*Top level menu link items style*/
.menu ul li a{
	display: block;
	float:left;
	text-decoration: none;
	color: #000;
	padding-left:15px;
	font-style: normal;
	cursor:pointer;
}
.menu ul li a:hover{
	display: block;
	float:left;
	text-decoration: underline;
	cursor:pointer;
}
.link a:hover {
	text-decoration:underline;
}	
/*1st sub level menu*/
.menu ul li ul{
	left:3px;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
	padding:3px 0 6px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
	display: list-item;
	float: none;
	background:#fff;
	margin-bottom:-3px;
	margin-right:0px;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.menu ul li ul li ul{ 
	left: 114px; /* no need to change, as true value set by script */
	top: 0;
}
/* Sub level menu links style */
.menu ul li ul li a{
	display: block;
	width: 82px; /*width of sub menu levels*/
	color: #4F6270;
	text-decoration: none;
	padding: 7px 10px;
	line-height:1em;

}
.menu ul li ul li a:hover{
	background-color: #CCC;
	color: #000;
	text-decoration: none;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}	
/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */

/*--------------------------Popup Image Link-------------------------------*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 1px solid #999;
padding:0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 150px; /*position where enlarged image should offset horizontally */
}
a img {
	border:solid 1px #999;
}

  