/* @override http://bestfitstrategist.com/blog/wp-content/themes/k2/styles/bestfitstratigist-3col/BestFitStrategist-3col.css */



/*
	Author Name		: 	Roger Goode 
	Author Site		: 	http://freshstartcreative.com
	Style Name		: 	BestFitStrategist-3col
	Style URI		:	http://freshstartcreative.com
	Version			:	1.0
	Header Height	:	140
	Comments		:	custom k2 style for Best Fit Strategist
*/

/* @group BasicStyles ++++++++ */


body {
background: #036 url('background/bfs-bg1.jpg') no-repeat center top;
	/*background: #036 url('background/rotate.php') no-repeat center top;*/
	color: #bbb;
	margin: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

body.columns-three #primary {
	margin-left: 210px;
	width: 490px;
	padding: 15px;
}

body.columns-three #sidebar-1 {
	left: -530px;
	margin-left: -200px;
}

#page {
	border: none;
	background: #fff;
	margin-top: 95px;
	padding-top: 0;
}

div.content {
	padding: 0;
	margin-top: -20px !important;
}

/* @end BasicStyles ++ */


/* @group HeaderStyles ++++++++ */

#header {
	background: transparent url('BestFitStrategist-header.gif') no-repeat -13px bottom;
	height: 140px;
}



div.blog-title {
	color: #fff !important;
	text-indent: 20px;
	text-indent: -9999px;
}


h1.blog-title {
	color: #fff !important;
	text-indent: 20px;
	text-indent: -9999px;
}

.description {
	margin: 0 !important;
	color: #fff !important;
	font-size: 1.3em !important;
	text-indent: 60px;
	text-indent: -9999px;
}

ul.menu {
	position: relative;
	left: 150px;
	top: -20px;
}

ul.menu li {
	font-weight: bold;
}

#header ul.menu li.page_item a {
	padding-left: 5px;
	padding-right: 5px;
}
ul.menu li a:hover {
	background: #fff;
	color: #039;
}

/* @end HeaderStyles ++ */



/* @group ContentStyles ++++++++ */

/*div.content {
	background: url(big-tiles.gif) no-repeat fixed center 270px;
}*/

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

.entry-content p {
	margin-top: .5em;
	line-height: 1.6em;
	text-align: left;
}

.entry-content h1 {
	font-size: 1.5em;
}

.entry-content h2 {
	font-size: 1.2em;
}

.entry-content h4 {
	font-size: 1.4em !important;
	color: #039;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 6px !important;
}

.entry-title {
	font-size: 22px;
	text-align: left !important;
	margin-bottom: 9px;
}

h1.entry-title a {
	color: #c00 !important;
}

.entry-content ul {
	padding-left: 2em;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 1.75em;
	text-align: left;
}

.entry-content ul li {
	line-height: 1.5em;
	margin-bottom: 9px;
}


.page-head h2 {
	font-size: 22px;
	text-align: left;
}

.page-head h2 a:link, .page-head h2 a:visited, .page-head h2 a:hover, .page-head h2 a:active {
	color: #c00 !important;
}

h3.entry-title a:link, h3.entry-title a:visited, h3.entry-title a:hover, h3.entry-title a:active {
	color: #c00 !important;
}

.entry-comments.comments h4 {
	font-size: 1.8em;
}


.entry-foot .entry-meta {
         background: url('../../images/time.png') left top no-repeat;
         min-height: 16px;
         padding-left: 20px;
         }

.entry-head .entry-meta {
	display: none;
}

/*.entry-head .entry-meta {
         background: transparent;
         min-height: auto;
         padding-left: 0;
         }*/


/* @group ResourceTable +++++++++++ */

table.resourceList {
	margin-top: 20px;
}

table.resourceList p  {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 3px;
	margin-bottom: 9px;
}

table.resourceList a  {
	font-size: .95em;
	line-height: 1.4em;
	margin-top: 3px;
	margin-bottom: 9px;
	font-weight: bold;
}

div.amazon-reloaded-info {
	margin: 0;
}

table.resourceList tbody td {
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 2.5em;
	text-align: left;
}

table.resourceList Img {
	border: 1px none #999;
}

/* @end ResourceTable */


/* @group StickyPost +++++++ */

.sticky {
	padding-right: 6px;
	padding-left: 9px;
	border: 1px dotted #696;
}

.sticky #sharethis_0 {
	display: none;
} 

.sticky div.entry-foot {
	display: none;
}

/* @end StickyPost */ 


/* @group ContentQuotations +++++ */

div.entry-content div.rq-quote {
	font-size: 16px;
	line-height: 19px;
	text-indent: -9px;
	background-image: none;
	width: 90%;
	margin: 0 auto 0  !important;
	padding: 0 !important;
	background-color: transparent;
	color: #277;
} 
         
div.entry-content div.rq-quote ul {
	list-style-type: none;
}

div.entry-content div.rq-quote ul li {
	margin-bottom: 30px;
	line-height: 24px;
}

div.entry-content .rq-author {
	font-size: 14px !important;
	font-style: italic;
	margin-top: 12px !important;
	margin-bottom: 6px;
	margin-right: 20px;
}

div.entry-content .rq-source {
	font-size: 14px !important;
	font-style: italic;
	margin-top: 0 !important;
}


/* @end ContentQuotations */

div.entry-content h1.largeSubHead {
	font-size: 24px;
	color: #c00;
}

/* @end ContentStyles ++ */

/* @group SidebarStyles ++++++++ */

#text-5 div.textwidget p.marcyPortrait {
	margin-top: -20px;
	padding-bottom: 10px;
}

.widget_amzscwidget {
	text-align: center;
}


#sidebar-1 {
	width: 180px;
	padding-right: 15px;
	padding-left: 15px;
}


#sidebar-2 {
	width: 180px;
	padding-right: 15px;
	padding-left: 15px;
}

/* @group RandomQuotes +++++ */
.rq-quote {
	width: 170px;
	margin-top: -5px !important;
	margin-left: -15px !important;
	padding: 10px 15px 530px 20px !important;
	color: #369;
	font: italic 1.9em/1.5em "Times New Roman", Times, serif;
	text-align: left;
	text-indent: -12px;
	background: #fff url(random-sidebar/rotate.php) no-repeat -9px bottom;
}


.rq-quote .rq-author {
	margin-top: 6px !important;
	text-align: right;
	font-size: .75em;
	line-height: 1em;
	padding-right: 15px !important;
	font-weight: normal;
	font-style: normal;
}

.rq-quote .rq-source {
	margin-top: 6px !important;
	text-align: right;
	font-size: .60em;
	line-height: 1em;
	padding-right: 15px !important;
	font-weight: normal;
	font-style: normal;
}




/*.rq-quote {
	width: 180px;
	margin-top: 30px !important;
	margin-left: 6px !important;
	color: #369;
	font: italic 1.9em/1.5em "Times New Roman", Times, serif;
	text-align: left;
	text-indent: -12px;
	background: transparent url(random-sidebar/rotate.php) no-repeat 0 bottom;
}

.rq-quote .rq-author {
	margin-top: 6px !important;
	text-align: right;
	font-size: .75em;
	line-height: 1em;
	padding-right: 15px !important;
	font-weight: normal;
	font-style: normal;
}

.rq-quote .rq-source {
	margin-top: 6px !important;
	text-align: right;
	font-size: .60em;
	line-height: 1em;
	padding-right: 15px !important;
	font-weight: normal;
	font-style: normal;
}*/

/* @end RandomQuotes */

/* @group SL Sub-Section Links ++++  */

li.sbSubMenu h2 {
	font-size: 15px;
}


li.sbSubMenu   {
	margin-top: 30px;
	list-style-type: none;
	font-size: 12px;
	margin-bottom: 40px;
	padding-left: 9px;
	border-left: 4px solid #c00;
	margin-left: -3px;
	border-top: 1px dotted #c00;
	padding-top: 9px;
	padding-bottom: 3px;
}

li.sbSubMenu  ul li {
	margin-bottom: 5px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

li.sbSubMenu  ul li a {
	text-decoration: none;
}

li.sbSubMenu ul li a:hover {
	text-decoration: underline;
}

/* @end Sub-Section Links */



/* @end SidebarStyles ++ */


/* @group FooterStyles ++++++++ */

#footer p.footerstyledwith, #footer p.footerpoweredby, #footer p.footerfeedlinks {
	display: none;
}

#footer {
	color: #fff;
	padding-top: 6px;
}

#footer h5 {
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	background-color: #014;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 12px;
}

#footer p {
	color: #333;
}

#footer a {
	border-bottom-style: none;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:hover, #footer a:active {
	color: #3cf;
	text-decoration: underline;
}

/* @group FooterCredit +++++ */

#footer h6.creditline {
	text-align: center;
	font-size: 10px;
	color: #47a;
	letter-spacing: 1px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 30px;
	line-height: 13px;
}

#footer h6.creditline a {
	font-style: italic;
}

#footer h6.creditline a:link, #footer h6.creditline a:hover, #footer h6.creditline a:active, #footer h6.creditline a:visited  {
	color: #47a;
}


/* @end FooterCredit */


/* @end FooterStyles ++ */


/* @group ContactForm ++++++ */

form#gb_form fieldset#formwrap {
	padding: 12px;
	border: 1px solid #ddd;
}

form#gb_form legend {
	font-size: .90em;
	color: #c00;
	font-style: italic;
}


form#gb_form fieldset#formwrap fieldset {
	margin-bottom: 20px;
	border: none;
}

form#gb_form legend#mainlegend {
	padding-top: 0;
	font-weight: normal;
	font-style: normal;
	color: #999;
	font-size: 1em;
	padding-right: 6px;
	padding-left: 6px;
}


form#gb_form textarea#message.textbox {
	width: 99%;
	margin-bottom: 20px;
}

form#gb_form p.creditline small {
	font-size: .75em;
}

/* @end ContactForm */




/* @group CForms ++++++++++ */



/* @end CForms */



/* @group LeftSidebar ++ 

.columns-three #primary {
	float: right;
}

.columns-three #sidebar-2 {
	clear: none;
}

.columns-two #page #primary-wrapper {
	float: right;
	margin-left: -220px;
	margin-right: 0px;
}

.columns-two #page #primary {
	margin-left: 220px;
	margin-right: 0px;
}

.columns-two #page #sidebar-2 {
	clear: none;
}

 @end LeftSidebar ++ */




