/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/* clears the header floats */
#header {
	overflow: hidden;
margin-left: -13px;
}

/* allows the search function to be positioned to the right of the logo */
#logo, #tagline {
	float: left;
	width: 300px;
}

/* places the tagline below the logo */
#tagline {
	clear: left;
}

/* positions the search widget on the right hand side of the header */
.widget_search {
	float: right;
	width: 210px;
}

/* formats the search input and button */
.search_form .text_input {
	font-size: 11px;
	padding: 5px;
color: #7f7f7f;
}

.search_form #searchsubmit {
	font-size: 11px;
        font-weight: bold;
	padding: 4px;
        color: #ffffff;
background-color: #f36e21; 
}


















#apDivPartnerBox {
	position:relative;
	width:300px;
	height:230px;
	z-index:2;
        border: 1px solid #999999;
        margin-left: 37px;
}


#apDivP2Logo {
	position:absolute;
	width:171px;
	height:55px;
	z-index:1;
	left: 62px;
	top: 36px;
}

#apDivPB_header {
	position:absolute;
	width:300px;;
	height:25px;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
}
#apDivPB_Text {
	position:absolute;
	width:284px;
	height:83px;
	z-index:4;
	left: 10px;
	top: 101px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
margin-left: 10px;
}

#apDivAboutLotusHunter {
	position:relative;
	width:695px;
	height:379px;
	z-index:1;
	background-image: url(http://www.lotushunter.com/wp-content/uploads/2010/01/aboutLotusHunter.jpg);
	background-repeat: no-repeat;
        top: -62px;
left: -10px;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#apDivAboutLotusHunterText {
	position:absolute;
	width:472px;
	height:123px;
	z-index:2;
	left: 54px;
	top: 164px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}


#apDivConversationBoxes {
	position:relative;
	width:1000px;
	height:800px;
	z-index:5;
}



#apDivConversationsHeader {
	position:absolute;
	width:977px;
	height:312px;
	z-index:2;
top: -70px;
left: 103px;
}


#apDivFacebookBox {
	position:absolute;
	width:400px;
	height:550px;
	z-index:3;	
	left: 530px;
	top: 200px;
}
#apDivTwitterBox {
	position:absolute;
	width:400px;
	height:550px;
	z-index:3;
	left: 110px;
	top: 178px;
}









body.custom
{
background: url('http://partner.phase2.com/wp-content/uploads/2010/01/background_02.jpg') center top no-repeat scroll;
background-color: #030c17 !important;
}


#bubble2 {
    list-style: none;
    margin: 2px 0px 0px;
    padding: 0px;

}
#bubble2 li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
    width: 72px;
    height: 72px;
}
#bubble2 li a img {
    position: relative;
    border: none;
}

#bubble2 li a img.large {
    display: none;
}

#bubble2 li a:hover img.small {
    display: none;
    z-index: 0;
}

#bubble2 li a:hover img.large {
    display: block;
    margin-top: -28px;
    margin-left: -28px;
    z-index: 1000;
}

/* This removes the default Subscribe to RSS link */
.custom  .rss a {
   display: none;
}
<!--[if IE 7]>
<style type="text/css">
#bubble li, #bubble2 li {
    display: inline;
}
</style>

/* This section adds a clickable header */

.custom #header 
{
background: #000000;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 10em;
margin-left: 0em;
}

.custom #header #logo a
{
display:block;
width:1062px;
height:271px;
background:url('http://partner.phase2.com/wp-content/uploads/2010/01/LotusHunter_header_06.jpg') center no-repeat;
color:#000000;
text-indent: -9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0em;
margin-left: 0em;

}

.custom #header #tagline 
{
color:#000000;
text-indent: -9999px;
}


/* This all formats the Text below the post and the top bit formats the outside box */

.custom div.post_ad {
background-color: #f6f6f6;
margin: 14px 0 14px 0;
padding: 6px;
border: 1px solid #666666;
}

/* This formats the headline */
.custom div.format_text.entry-content div.post_ad h3 {
margin-top: 0;
font-weight: bold;
font-size: 1.1em;
line-height: 1em;
border-bottom-style: dotted;
border-bottom-width: 1px;
padding-bottom: 5px;
margin-bottom: 6px;
}

/* This formats the text */
.custom div.format_text.entry-content div.post_ad p {
margin: 0 0 9px;
}

/* This formats the image */
.custom div.post_ad img {
float: right;
margin-bottom: 8px;
margin-left: 8px;
}

/* This code is not in my CSS but I decided to add it in.
This formats the color of a hyperlink */
.custom div.post_ad a {
color: #446677;
}