/*
Theme Name: Flip This Wholesaler
Theme Author: Moxie Design Studios&trade;
Theme URL: http://moxiedesignstudios.com
*/

/* main selectors */
body {
	margin: 0;
	padding: 0;
	font: 13px/18px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #000;
	background: #FA004F;
	min-width: 980px;
}

a {
	color: #FA004F;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
color: #000;
}

.alignleft {
	float: left;
	margin: 0 12px 8px 0;
}

.alignright {
	float: right;
	margin: 0 0 8px 12px;
}

.aligncenter {
	text-align: center;
}

img.aligncenter {
	display: block;
	margin: 0 auto 14px auto;
}

img {
	border: none;
}

div.post img {
	vertical-align: middle;
}

span.more-link {
	display: block;
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
}

span.more-link a {
	float: right;
}

img.ttf {
	vertical-align: baseline;
	display: block;
	border: none !important;
}


p {
	margin: 0;
	padding: 0 0 18px 0;
}

ol, ul {
	margin: 0 0 0 22px;
	padding: 0 0 18px 0;
}

h2,
h3 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
}

h3 {
	font-size: 20px;
}

/* form elements */
form {
	margin: 0;
	padding: 0;
	list-style: none;
}

input.text {
	font: 12px/13px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #000;
	vertical-align: middle;
}

select {
	font: 12px/13px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #000;
	background: #FFF;
	margin: 0;
	border: 1px solid #E90C31;
	vertical-align: middle;
}

input.image {
	margin: 0;
	vertical-align: middle;
	font: bold 12px/13px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #000;
}

textarea {
	font: 12px/16px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 4px;
	border: 1px solid #000;
	vertical-align: middle;
	overflow: auto;
}

/* main layouts and backgrounds */
div.layout {
	width: 950px;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

/* header section */
#header {
	width: 100%;
	position: relative;
	background: #FA004F;
	border-bottom: 2px solid #000000;
}

body.alt #header {
	background: #333;
}

#header div.layout {
	height: 248px;
	z-index: 5;
	overflow: visible;
}

#header div.deco1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 33px;
	width: 100%;
	background: #FF5979;
	border-bottom: 2px solid #E70041;
}

body.alt #header div.deco1 {
	background: #020101;
	border-color: #666;
}

#header div.deco2 {
	position: absolute;
	z-index: 2;
	top: 0;
	left: -150px;
	height: 248px;
	width: 800px;
	background: url(images/deco-header.png) no-repeat;
}

body.alt #header div.deco2 {
	position: absolute;
	z-index: 2;
	top: 0;
	left: -49px;
	height: 248px;
	width: 791px;
	background: url(images/deco-header-alt.png) no-repeat;
}

#header q {
	position: absolute;
	left: -9999px;
	overflow: hidden;
	height: 0;
	quotes: none;
}

#header q:after, #header q:before {
	content: '';
}

/* navigation section */
#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 5;
}

#navigation li {
	float: left;
	padding-left: 40px;
}

#navigation li a {
	float: left;
	height: 33px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

body.alt #navigation li a {
	background-position: 0 -66px;
}

#navigation li a:hover,
#navigation li.active a {
	background-position: 0 -33px;
}

body.alt #navigation li a:hover,
body.alt #navigation li.active a {
	background-position: 0 -99px;
}

#navigation li.contact a {width: 59px;background-image: url(images/navigation/contact.gif);}
#navigation li.mentoring a {width: 80px;background-image: url(images/navigation/mentoring.gif);}
#navigation li.funding a {width: 62px;background-image: url(images/navigation/funding.gif);}
#navigation li.resources a {width: 75px;background-image: url(images/navigation/resources.gif);}
#navigation li.money a {width: 101px;background-image: url(images/navigation/money.gif);}
#navigation li.faq a {width: 30px;background-image: url(images/navigation/faq.gif);}
#navigation li.about a {width: 48px;background-image: url(images/navigation/about.gif);}
#navigation li.blog a {width: 36px;background-image: url(images/navigation/blog.gif);}


#navigation li.rss {
	padding-left: 10px;
	position: absolute;
	right: 945px;
}

#navigation li.rss a {width: 45px;background-image: url(images/navigation/rss.gif);background-position:0 0 !important;}
body.alt #navigation li.rss a {background-position:0 -33px !important;}

/* logo section */
h1.logo {
	margin: 0;
	padding: 0;
	font-size: 11px;
	position: absolute;
	top: 63px;
	left: 265px;
	z-index: 5;
}

h1.logo a {
	display: block;
	width: 474px;
	height: 163px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background: url(images/logo.gif) no-repeat;
}

body.alt h1.logo a {
	background-image: url(images/logo-alt.gif);
}

/* footer section */
#footer {
	width: 100%;
	position: relative;
	border-top: 4px solid #D80024;
}

#footer ul {
	margin: 0;
	padding: 10px 0 30px 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
text-decoration: none;
color: #000;
}

#footer ul li {
	float: left;
	padding: 2px 14px 2px 17px;
font-size: 12px;
	background: url(images/bullet-footer.gif) no-repeat left;
}

#footer ul li.first {
	padding-left: 0;
	background: none;
	clear: left;
}

/* content section */
#content {
	width: 100%;
	position: relative;
	background: #FFF;
	padding: 15px 0;
}

#primary {
	width: 635px;
	float: left;
	padding: 15px 0;
	/* margin-top: -105px;
	position: relative;*/
}

#secondary {
	width: 300px;
	float: right;
}

div.sidebar-ad {
	width: 100%;
	overflow: hidden;
}

div.sidebar-ad div.widget {
	width: 728px;
	overflow: hidden;
}

div.sidebar2 {
	width: 143px;
	float: left;
}

div.sidebar3 {
	width: 143px;
	float: right;
}

/* widgets section */
div.widget {
	width: 100%;
	position: relative;
	font-size: 12px;
}

div.alt div.widget {
	margin-bottom: 15px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.widget div.inner {
	height: 1%;
}

* html div.widget {
	overflow: hidden;
}

*+html div.widget {
	overflow: hidden;
}

div.widget div.inner:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

div.alt div.widget div.inner {
	padding: 10px 8px 0 8px;
	background-repeat: no-repeat;
}

div.sidebar1 div.alt div.widget div.inner {
	padding-left: 15px;
}

div.deco-red div.widget {background-color: #FA004F; background-image: url(images/widgets/red-bottom.gif);}
div.deco-red div.widget div.inner {background-image: url(images/widgets/red-top.gif);color: #FFFFFF;}
div.deco-black div.widget {background-color: #000; background-image: url(images/widgets/black-bottom.gif);}
div.deco-black div.widget div.inner {background-image: url(images/widgets/black-top.gif);}
div.deco-grey div.widget {background-color: #CCC; background-image: url(images/widgets/grey-bottom.gif);}
div.deco-grey div.widget div.inner {background-image: url(images/widgets/grey-top.gif);}
div.deco-pink div.widget {background-color: #FF5979; background-image: url(images/widgets/pink-bottom.gif);}
div.deco-pink div.widget div.inner {background-image: url(images/widgets/pink-top.gif);}

div.sidebar1 div.deco-red div.widget {background-image: url(images/widgets/red-bottom1.gif);}
div.sidebar1 div.deco-red div.widget div.inner {background-image: url(images/widgets/red-top1.gif);}
div.sidebar1 div.deco-black div.widget {background-image: url(images/widgets/black-bottom1.gif);}
div.sidebar1 div.deco-black div.widget div.inner {background-image: url(images/widgets/black-top1.gif);}
div.sidebar1 div.deco-grey div.widget {background-image: url(images/widgets/grey-bottom1.gif);}
div.sidebar1 div.deco-grey div.widget div.inner {background-image: url(images/widgets/grey-top1.gif);}
div.sidebar1 div.deco-pink div.widget {background-image: url(images/widgets/pink-bottom1.gif);}
div.sidebar1 div.deco-pink div.widget div.inner {background-image: url(images/widgets/pink-top1.gif);}

div.widget p {
	padding-bottom: 15px;
	font-size: 12px;
}

div.widget ul {
	margin: 0;
	padding-bottom: 15px;
	list-style: none;
}

div.deco-red div.widget a {
	color: #000;
}

div.deco-red div.widget a:hover {
text-decoration: none;
color: #FFF;
}

div.deco-black div.widget a:hover {
text-decoration: none;
color: #FFF;
}

div.deco-grey div.widget a:hover {
text-decoration: none;
color: #000;
}

div.deco-pink div.widget a:hover {
text-decoration: none;
color: #000;
}

div.deco-pink div.widget a{
color: #FFF;
}

div.widget strong.head {
	display: block;
	padding-bottom: 4px;
	font-size: 14px;
}

div.deco-red div.widget strong.head,
div.deco-pink div.widget strong.head,
div.deco-black div.widget strong.head {
	color: #FFF;
}

/* archive widget section */
div.widget-archive select {
	display: block;
	width: 98%;
	margin-bottom: 15px;
}

div.widget-archive ul li {
	display: inline;
}

div.widget-archive ul li a {
	line-height: 1em;
}

/* quick search widget section */
p.quick-search input.text {
	border-color: #EB004A;
	font-size: 13px;
	line-height: 15px;
	width: 196px;
}

/* facebook widget section */
div.alt div.widget-facebook div.inner {
	padding-top: 10px !important;
}

div.widget-facebook em.head {
	display: block;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/facebook.gif) no-repeat 75px 0;
	margin-bottom: 4px;
}

div.widget-facebook p {
	width: 100%;
	overflow: hidden;
}

div.widget-facebook img {
	border: 1px solid #FFF;
}

div.widget-facebook .alignleft {
	margin-bottom: 0;
}

/* video widget section */
div.widget-video img, div.widget-video embed, div.widget-video object {
	display: block;
	border: none;
}

div.widget-video div.holder {
	padding-bottom: 6px;
}

div.widget-video p.more {
	width: 100%;
	overflow: hidden;
}

div.widget-video p.more a {
	width: 142px;
	height: 11px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/link-video.gif) no-repeat;
}

/* inner boxes section */

/* ad widget section */
div.ad {
	margin-bottom: 15px;
}

div.ad img {
	display: block;
}

/* small ad widget section */
div.smallad {
	width: 100%;
	overflow: hidden;
}

div.smallad div.item {
	width: 125px;
	height: 125px;
	float: left;
	overflow: hidden;
	padding: 0 0 15px 15px;
}

div.smallad img {
	display: block;
}

/* advertise list section */
p.advertise {
	float: right;
	padding-bottom: 15px;
}

p.advertise a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 208px;
	height: 90px;
	background: #FF5979 url(images/link-advertise.gif) no-repeat;
}

/* subscribe form section */
div.subscribe-form {
	position: absolute;
	top: 50px;
	right: 15px;
	width: 168px;
	height: 116px;
	padding: 58px 20px 0 20px;
	background: url(images/background-subscribe.gif) no-repeat;
	z-index: 3;
}

body.alt div.subscribe-form {
	background-position: 0 -174px;
}

div.subscribe-form strong {
	position: absolute;
	left: -9999px;
	height: 0px;
	overflow: hidden;
}

div.subscribe-form p {
	width: 100%;
	overflow: hidden;
}

div.subscribe-form input.text {
	font-size: 12px;
	width: 158px;
	display: block;
	margin-bottom: 6px;
}

div.subscribe-form input.image {
	width: 58px;
	height: 14px;
	float: right;
	background: url(images/button-subscribe.gif) no-repeat;
	text-indent: -9999px;
}

div.subscribe-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 12px;
}

div.subscribe-form ul a {
	color: #FFF;
}

div.subscribe-form ul a:hover {
color: #000;
}

body.alt div.subscribe-form input.image {
	background-position: 0 -14px;
}

/* sociable box section */
div.sociable {
	width: 100%;
	overflow: hidden;
	padding-bottom: 18px;
	margin: 0 !important;
}

div.sociable ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

div.sociable ul li {
	float: left;
	padding-left: 7px;
	line-height: 15px;
}

div.post div.sociable img {
	border: none;
}

/* post section */
div.post {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

div.post p {
font-size: 14px;
line-height: 20px;
}

div.post div.head, div.post div.body, div.post div.foot {
	width: 100%;
	overflow: hidden;
}

/* post head section */
div.post div.head {
	padding-bottom: 10px;
}

div.post div.head p {
	font-weight: bold;
}


/* post foot section */
div.post div.foot {
	border-top: 1px dashed #000;
	padding: 5px 0 6px 0;
}

div.post div.foot ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.post div.foot ul img.ttf {
	display: inline;
	vertical-align: middle;
}

div.post div.foot ul li {
	display: inline;
	background: url(images/bullet-post.gif) no-repeat 0 7px;
	padding: 0 6px 0 13px;
font-size: 12px;
}

div.post div.foot ul li.comments {
	padding-left: 0;
	background: none;
}

div.post div.foot ul li.categories {
	padding-left: 0;
	background: none;
	display: block;
}

/* navigation box section */
div.navigation {
	width: 635px;
	overflow: hidden;
	padding-bottom: 15px;
	position: absolute;
	bottom: 0;
	left: 15px;
}

div.navigation span.prev {float: left;}
div.navigation span.next {float: right;}

/* simple blog section */
div.section {
	width: 100%;
	margin-bottom: 20px;
}

div.section:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* respond form section */
div.respond h3 {
	padding-bottom: 10px;
}

div.respond ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	width: 560px;
}

div.respond ul li {
	margin-bottom: 12px;
	line-height: 22px;
}

div.respond ul li.button {
	text-align: right;
	margin-top: -8px;
	position: relative;
}

div.respond input.text {
	width: 255px;
	margin-right: 5px;
        font-size: 13px;
}

div.respond textarea {
	width: 550px;
	height: 90px;
}

/* comments and trackbacks section */
ol.comments,
ol.comments ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.comment, div.trackback {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}

div.comment img.avatar {
	float: right;
	margin: 12px 0 0 0;
	display: inline;
	border: 1px solid #000;
}

div.comment p, div.trackback p {
	padding-bottom: 10px;
}

div.comment p.info, div.trackback p.info {
	padding-bottom: 6px;
	font-weight: bold;
}

div.trackback p.info {
	color: #FFF;
}

div.bypostauthor a {
	color: #FFF;
}

div.comment div.inner, div.trackback div.inner {
	overflow: hidden;
	position: relative;
	height: 1%;
	padding: 10px 10px 0 10px;
}

div.comment cite, div.trackback cite {
	font-style: normal;
}

div.comment div.text {
	width: 565px;
	float: left;
	background: #CCCCCC url(images/comment-br.gif) no-repeat bottom right;
	display: inline;
}

div.depth-2 div.text {margin-left: 20px;width: 545px;}
div.depth-3 div.text {margin-left: 40px;width: 525px;}
div.depth-4 div.text {margin-left: 60px;width: 505px;}
div.depth-5 div.text {margin-left: 80px;width: 485px;}

div.comment div.bg1 {background: url(images/comment-tr.gif) no-repeat top right;}
div.comment div.bg2 {background: url(images/comment-bl.gif) no-repeat bottom left;}
div.comment div.inner {background: url(images/comment-tl.gif) no-repeat;}

/*div.bypostauthor div.text {background-color: #FA004F;background-image: url(images/comment-alt-br.gif);} */
div.bypostauthor div.text {background-color: #FF5979;background-image: url(images/comment-alt-br.gif);}
div.bypostauthor div.bg1 {background: url(images/comment-alt-tr.gif) no-repeat top right;}
div.bypostauthor div.bg2 {background: url(images/comment-alt-bl.gif) no-repeat bottom left;}
div.bypostauthor div.inner {background: url(images/comment-alt-tl.gif) no-repeat;}

div.trackback {
	width: 565px;
	float: left;
	background: #000 url(images/trackback-bottom.gif) no-repeat bottom left;
	color: #FFF;
}

div.trackback div.inner {
	background: url(images/trackback-top.gif) no-repeat;
}

div.reply {
	float: right;
	clear: right;
	padding: 4px 0;
	width: 48px;
	text-align: center;
}

div.reply a {
	color: #FA004F;
}

.wp-caption {
	display: block;
	font-size: 11px;
	color: #FA004F;
	text-align: center;
}

div.post div.body .wp-caption img {
	border: 1px dashed #000000;
	padding: 3px;
}

.wp-caption p {
	padding: 3px 0 0 0;
}


div.theme_twitter_widget p.date {
text-align: right;
margin-top: 0;
}

div.theme_twitter_widget p {
margin-top: 5px;
}

input.contact {
border: none;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
color: #000;
display: block;
margin: 0 0 0 540px;
width: 52px;
height: 18px;
padding: 0;
background: #FA004F url('images/button-submit.gif') no-repeat;
}

textarea.contact {
width: 600px;
}

div.sociable a:hover {
background: transparent;
}

div.sociable {
margin-bottom: 0px;
}

p.subscribe-to-comments,
p.solo-subscribe-to-comments{
font-size: 12px;
}

p.solo-subscribe-to-comments input.submit {
background: #FA004F;
color: #000;
border: 1px solid #000;
}

p.solo-subscribe-to-comments input {
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 12px;
border: 1px solid #000;
background: #FFF;
}
