/* 
	A CSS Framework
	-------------------------------------------------------
	Copyright (c) 2009, Getstarted Pty Ltd
*/


/* 
	------------------------------
 		Global Settings
	----------------------------- 
*/

.autoclear:after
{
	content: ".";
	display: block;
	height: 0;	
	clear: both;
	visibility: hidden;
}
/* clears floats */
.autoclear
{
	display: inline-block;
}
.autoclear
{
	display: block;
}
* html .autoclear
{
	height: 1%;
}
/*Header And Menu Css */
h1.header{background-attachment: scroll;background-clip: border-box;background-color: transparent;background-image: none!important;background-origin: padding-box;background-position: center top;background-repeat: no-repeat;background-size: auto auto;color: #385AB1;font-size: 12px;margin-left:1px!important;margin-top:-10px!important;margin-bottom: -4px!important;padding-left:0!important;padding-bottom: 0!important;padding-right: 20px;width: 960px;}
h1.normal{background-image:url(/images/myspot-h1-specialk.jpg);height:82px;position: relative}
.top-box{border:solid 1px #bd819b;border-left:none;background:none;height:22px;padding:0;text-transform:lowercase}
a.send-friend{background:none;background-color:#6D162C;color:#FFFFFF;font-family:Georgia, "Times New Roman", Times, serif;font-size:15px;font-weight:bold;width:155px;text-align:center;padding:0;text-indent:5px}
.tab{margin: 0;height: 22px;width:960px;}
.tab li{height: 26px;margin-top:-4px;border-left:solid 1px #bd819b;}
.tab a{background:none;background-color:#FFFFFF;color:#640D16;font-family:Georgia, "Times New Roman", Times, serif;font-size:15px;font-weight:bold;height: 27px;padding:0 9px 0 9px;}
.tab span{background: none;padding:3px 6px 0 6px}
.tab .active a, .tab a:hover{background:none;background-color:#E11C42;font-family:Georgia, "Times New Roman", Times, serif;font-size:15px;font-weight:bold;color:#FFFFFF;padding:0 9px 0 9px;}
.tab .active a span, .tab a:hover span{background:none}
/*Header And Menu Css */
/* 
	------------------------------
 		Layout
	----------------------------- */

#main
{
	margin-top: 4px !important;
}

#myspot
{
	width: 965px;
	border-top: 5px solid #ea0056;
	padding-top: 10px;
	font-family: Georgia;
}

#myspot #maincol
{
	float: left;
	width: 636px;
	padding-left: 14px;
}

#maincol #title
{
	background: url(/images/title-myspot.gif) no-repeat;
	width: 650px;
	height: 101px;
	text-indent: -9999px;
	margin-left: -14px;
}

#maincol #main-article
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	margin-bottom: 35px;
}

#main-article #hero-pic
{
	float: left;
	width: 342px;
	height: 208px;
	padding: 4px;
	border: 1px solid #dddada;
	margin-top: 3px;
	overflow: hidden;
}

#main-article #copy
{
	margin-left: 365px;
}

#main-article #date
{
	background: #ea0056;
	height: 27px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 12.5px;
	color: #FFF;
	font-weight: bold;
}

#main-article #date a
{
	color: #FFF;
	text-transform: capitalize;
	border-bottom: 1px solid #FFF;
	font-size: 12.5px;
}

#main-article #social-icons
{
	float: right;
	margin-top: -9px;
}

#my-ideas
{
	background: url(/images/notepad-bg.gif) no-repeat;
	width: 658px;
	height: 442px;
	margin: 16px 0 0 -11px;
	overflow: hidden;
	padding-top: 69px;
}

#my-ideas .post
{
	width: 280px;
	_width: 285px;
	height: 189px;
	float: left;
	display: block;
	/*overflow: hidden;*/
	margin-top: 12px;
	margin-left: 27px;
	_margin-left: 13px;
}

#my-ideas .post .photo
{
	float: left;
	width: 168px;
}

#my-ideas .post .info
{
	font: 13px/15px Arial, Helvetica, sans-serif;
	margin-left: 178px;
}

#mum-talk
{
	width: 650px;
	margin-top: 4px;
	border-bottom: 1px solid #F0A8C4;
	padding-bottom: 10px;
}

#mum-talk #title
{
	background: url(/images/title-mums-talking.gif) no-repeat;
	width: 650px;
	height: 57px;
	text-indent: -9999px;
}

#mum-talk .section
{
	float: left;
	width: 158px;
	margin-top: 15px;
	margin-right: 4px;
}

#myspot #mssidebar
{
	margin-left: 665px;
}

#mssidebar #editor-corner
{
	background-repeat: no-repeat;
	width: 300px;
	_width: 296px;
	height: 264px;
	display: block;
	position: relative;
}

#mssidebar #editor-corner #story
{
	position: relative;
	padding-bottom: 10px;
	left: 10px;
	top: 5px;
}

#mssidebar .sub-article
{
	padding: 10px 0;
	border-top: 1px solid #d8d5d5;
	min-height: 175px;
	height: auto !important;
	height: 175px;
}

.sub-article .photo
{
	float: left;
	width: 142px;
	margin: 0 10px 5px 0;
}

#mssidebar #poll
{
	background: url(/images/poll-bg.gif) repeat-y 0px 10px;
	width: 260px;
	_width: 256px;
	/*height: 115px;*/
	display: block;
	position: relative;
	padding: 0 20px 10px 20px;
	margin: 10px 0;
	border-top: 1px solid #d8d5d5;
}

.poll label
{
	float: left;
	display: block;
	width: 90%;
	font-size: 14px;
	font-family: Georgia;
}

#mssidebar #advert
{
	padding: 10px 0;
	border-top: 1px solid #d8d5d5;
	_width: 296px;
	_overflow: hidden;
}


/* 
	-----------------------------
 		Typography
	----------------------------- 
*/


#main-article h1
{
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	margin: 0 0 14px 0;
	padding: 0;
	color: #7e0534;
}

#main-article p
{
	color: #000;
	font-size: 13.5px;
	line-height: 18px;
	margin: 9px 0 0px 0;
	padding: 0;
}

#my-ideas .post h2 a
{
	font-size: 26px;
	line-height: 21px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	font-style: italic;
	text-transform: none;
}
#my-ideas .post h2
{
	font-size: 26px;
	line-height: 21px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	font-style: italic;
}

#my-ideas .post .info p
{
	margin: 0 0 6px 0;
	padding: 0;
}

#mum-talk .section h2, #mum-talk .section h2 a
{
	color: #000;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Georgia;
	text-transform: none;
	text-decoration: none;
}

#mum-talk .section .mums-link, #my-ideas .post .ideas-link
{
	color:#EA0056;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:10.5px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#mum-talk .section p
{
	font: 13px/15px Arial, Helvetica, sans-serif;
	margin: 0 10px 6px 0;
	padding: 0;
}

#mum-talk .section img
{
	margin-bottom: 10px;
}

span.sec-head
{
	font: bold 10px/15px Arial, Helvetica, sans-serif;
	color: #ea0056;
	text-transform: uppercase;
	display: block;
}

#editor-corner h3
{
	color: #000;
	font-size: 21px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#mssidebar p
{
	font: 13px/15px Arial, Helvetica, sans-serif;
	margin: 0 0 6px 0;
	padding: 0;
	color: #818080;
}

.sub-article h3
{
	color: #000;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin: 6px 0;
	padding: 0;
	font-family: Georgia;
}
.sub-article h3 a
{
	color: #000 !important;
	font-size: 18px !important;
	line-height: 18px !important;
	font-weight: normal !important;
	margin: 6px 0 !important;
	padding: 0 !important;
	font-family: Georgia, "Times New Roman" , Times, serif !important;
	text-transform: none !important;
	text-decoration: none;
}
.poll span
{
	color: #000;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin: 6px 0;
	padding: 0;
	font-weight: bold;
}

/***** Links *****/

#main-article #copy a, #main-article #copy a:link, #main-article #copy a:active
{
	text-transform: none;
}
#myspot a, #myspot a:link, #myspot a:active
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	text-transform: uppercase;
	color: #ea0056;
	text-decoration: none;
	font-size: 10.5px;
	font-weight: bold;
}
#myspot .photo a, #myspot .photo2 a
{
	border-bottom: none !important;
}

#myspot a:hover
{
	border-bottom: 1px solid #ea0056;
}

#main-article #social-icons img, #main-article #social-icons a
{
	border: 0;
}

.poll .results a
{
	position: absolute;
	right: 10px;
	bottom: 5px;
	border: none;
	width: 110px;
	padding: 3px 0;
	text-align: center;
}

.poll .vote a
{
	position: absolute;
	right: 10px;
	bottom: 30px;
	color: #FFF !important;
	background: #ea0056;
	border: none;
	width: 110px;
	padding: 3px 0;
	text-align: center;
}
.SarahPageNewsTable td 
{
	border-bottom:1px solid #C0C0C0;
}

.dailyhoroscope 
{
	width:295px;
}

.breadcrumb li
{
	color:#666!important;
}
.breadcrumb li a
{
	color:#666!important;
}
.breadcrumb li span
{
	color:#E11C42!important;
}

/*New Microdata Breadcrumb Styles*/
.breadcrumb span.first{color:#666!important;}
.breadcrumb span a{color:#666!important;}
.breadcrumb span.last{color:#E11C42!important;}
/*New Microdata Breadcrumb Styles*/