/* @override http://www.get-that-girlfriend.com/wp-content/themes/thesis_16/custom/custom.css?041410-44055 */

/* @override http://www.get-that-girlfriend.com/wp-content/themes/thesis_16/custom/custom.css?041410-41242 */

/* @override http://www.get-that-girlfriend.com/wp-content/themes/thesis_16/custom/custom.css?020110-05619 */

/* @override http://www.get-that-girlfriend.com/wp-content/themes/thesis_16/custom/custom.css?012910-221534 */

/* @override http://www.get-that-girlfriend.com/wp-content/themes/thesis_16/custom/custom.css?012910-220231 */

/* @override http://www.get-that-girlfriend.com/wp-content/themes/thesis_16/custom/custom.css?012910-205133 */

/* @override http://www.get-that-girlfriend.com/wp-content/themes/thesis_16/custom/custom.css?012910-205133 */

/* @override http://www.get-that-girlfriend.com/wp-content/themes/thesis_16/custom/custom.css?011110-210455 */

/* @override http://www.get-that-girlfriend.com/wp-content/themes/thesis_16/custom/custom.css?011110-210255 */

/* @override http://www.get-that-girlfriend.com/wp-content/themes/thesis_16/custom/custom.css?123109-200121 */

/* @override http://www.get-that-girlfriend.com/wp-content/themes/thesis_16/custom/custom.css?121009-11848 */

/*
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/
*/

p#logo {
	display: none;
}

div#header {
	padding-bottom: 5px;
}


#post-65 div.format_text ol li {
	list-style-image: url(http://www.get-that-girlfriend.com/wp-content/uploads/2009/12/redcheck.jpg);
}

div.format_text ul {
	list-style-image: url(http://www.get-that-girlfriend.com/wp-content/uploads/2009/12/redcheck.jpg);
}

#comments div.comments_closed {
	display: none;
}

/* landingpage */

.landingpage #header {
	display: none;
}

.landingpage #page ul.menu {
	display: none;
}

.landingpage #sidebar_1 ul.sidebar_list {
	display: none;
}

.landingpage div#sidebars {
	display: none;
}

.landingpage #content_box, .custom #column_wrap {
        background: none;
}

.landingpage div#page {
	background: #fff url(http://www.get-that-girlfriend.com/wp-content/uploads/2010/01/header.jpg) no-repeat;
}

.landingpage div#content_box {
	padding-top: 50px;
}

.landingpage div#container {
	width: 868px;
}

.landingpage div#content {
	width: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.landingpage div.format_text h3 {
	text-align: left;
	font-weight: bold;
}

.landingpage div#column_wrap {
	width: 100%;
}

.landingpage div#content_box {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.landingpage div#comments {
	display: none;
}

.landingpage div#footer {
	display: none;
}

.landingpage #mc-embedded-subscribe-form fieldset legend {
	display: none;
}

.landingpage #mc-embedded-subscribe-form fieldset div.indicate-required {
	display: none;
}

.landingpage div#mc_embed_signup {
	border-style: none;
	margin-top: -180px;
	margin-bottom: 200px;
}

.landingpage form#mc-embedded-subscribe-form.validate {
	border-style: none;
}

.landingpage div#landingpageemail {
	margin-top: -10px;
	border-style: none;
}

.landingpage #post-385 div.format_text p img.aligncenter.size-full.wp-image-402 {
}



.landingpage div.headline_area h1 {
	color: #000;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	font-size: 30px;
}



.landingpage p.alert {
	font-size: 20px;
	text-align: center;
}

.landingpage div.format_text ul {
	list-style-image: url(http://www.get-that-girlfriend.com/wp-content/uploads/2009/12/redcheck.jpg);
}

#mc-embedded-subscribe-form fieldset {
	text-align: center;
	font-size: 25px;
	border-style: none;
}

#mc-embedded-subscribe-form p {
	display: none;
}

input#mc-embedded-subscribe.btn {
	margin-top: 10px;
	margin-left: -30px;
}

#sidebars a#mc_embed_close.mc_embed_close {
	display: none;
}

#sidebars #mc-embedded-subscribe-form fieldset div.mc-field-group {
	width: 250px;
}

#sidebars input#mce-EMAIL.required.email {
	width: 200px;
	margin-left: 30px;
}

#sidebars #mc-embedded-subscribe-form fieldset div.mc-field-group label {
	display: none;
}

#sidebars form#mc_signup_form {
	margin-left: 20px;
}

li#text-7.widget.widget_text {
	margin-bottom: 0;
}