/*
File:			custom.css
Description:	Custom styles for Thesis
border-
BASIC USAGE: border
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 declaraloogtions contasidined 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/

  background-repeat: repeat-y;
background-position: center;
background-image: url(http://themommyinsider.com/images/bg_page.jpg);
background-image: url(http://themommyinsider.com/images/pagebackground.jpg);

page: width:1030px;
*/

body.custom {
margin-top:0px;
background-image: url(http://www.themommyinsider.com/wp-content/uploads/2013/01/circleback3.png);
	background-repeat: repeat;
font-weight:200;
line-height:18px;


}


.custom .page {
	
	width:100%;	
margin-top:0px;
padding-top:10px;
background-image: url(http://www.themommyinsider.com/wp-content/uploads/2013/01/circleback3.png);
	background-repeat: repeat;
font-weight:200;


}

.custom #sidebar_1
{
	border: 0px solid #999;
	margin-left:-15px;
background:#F2F2F2;
margin-top:-5px;

}

	.custom #container {
margin-top:0px;
border: 0px solid #ff6699;
margin-bottom:20px;
padding-top:0px;
background-image: url(http://www.themommyinsider.com/wp-content/uploads/2013/01/circleback3.png);
	background-repeat: repeat;


}	

/* Rotate div */
transform:rotate(-3deg);
-ms-transform:rotate(-3deg); /* IE 9 */
-moz-transform:rotate(-3deg); /* Firefox */
-webkit-transform:rotate(-3deg); /* Safari and Chrome */
-o-transform:rotate(-3deg); /* Opera */
}

		
		#header {
	clear: both;
background-image: url(http://www.themommyinsider.com/wp-content/uploads/2013/01/circleback.png);
	background-repeat: repeat;
}





.header728ads
{
margin-left:145px;
margin-top:5px;
padding-left:150px;
background-color:#fff;


}


.sidebar h3 

{
	text-decoration: none;
	text-align: left;
	background-color: #F2F2F2;
	padding-bottom: 2px;
padding-top: 8px;
margin-left:9px;
font-size:19px;
-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

color:#333333;

	border-top-width: 5px;
	border-top-style: dotted;
	border-top-color: #FFF;	
 }



a {
	color: #06C;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
}

.aboveheaderlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
margin-bottom:0px;

}


.columns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 12px;
}


.columns a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 6px;
line-height:18px;	
}

.footerimage {
	padding-right: 10px;

}

.thesis_thumb{
height:75px;
width:75px;
}



.edbox{
	font-weight:normal;
	border:2px #d7d7d7 solid;
	padding:4px;
	font-size: 13px;
	background-color: #E9F8D3;
		margin-right:5px;

}
.btn  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.rsssubscribeicon

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(http://www.themommyinsider.com/images/rsssubscribeiconn.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-top: 11px;
margin:10px;
}



.post_tags {
	font-size: 15px;

}






/*---:[ headline meta data (includes bylines) ]:---*/
.headline_meta {
	font-style: normal;
	color: #000;
	text-decoration:none;
	font-size: 10px;
	font-weight: normal;
font-family: 'Verdana', sans-serif;
text-transform: uppercase;

	
}


.custom .headline_meta{

	font-style: normal;
	color: #000;
	text-decoration:none;
	font-size: 10px;
	font-weight: normal;
font-family: 'Verdana', sans-serif;

	
}

	.headline_meta span, .headline_meta abbr {
	font-style: normal;
	color: #000;
	text-decoration:none;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: -0.1px;
font-family: 'Verdana', sans-serif;
}
	.headline_meta a {
	font-style: normal;
	color: #0066FF;
	text-decoration:none;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: -0.1px;
text-decoration:none;
font-family: 'Verdana', sans-serif;
}
	.headline_meta a:hover {
	font-style: normal;
	color: #ccc;
	text-decoration:none;
	font-size: 10px;
	letter-spacing:-.1px;
	font-weight: normal;
	letter-spacing: -0.1px;
font-family: 'Verdana', sans-serif;

	background-color: #fff;
}
.rssfeed {
	margin-top: -80px;
	margin-left: 450px;
	width: 155px;
}

#page { padding: 0em; }






.custom .content{

margin-top:19px;
box-shadow: 2px 2px 1px #ccc;
border:1px solid #ccc;
border-radius:10px;
letter-spacing:-2px;

}

.custom #content_box{
margin-left:5px;
width:1035px;
}

.entry-content{
	line-height:25px;
	text-align:left;
	color: #333333;
}

.twittericons {
	padding-right: 4px;
	padding-left: 7px;
}
.rssicon {
	padding-right: 0px;
	margin-right: 0px;}



#bracket

{
	font-size: 13px;
	color: #999999;
}

.to_comments

{

font-size: 13px;
	color: #999999;

}

.to_comments a

{

font-size: 13px;
	color: #999999;

}

.comments_intro p, .comments_intro p a {
	color:#000000;
	font-size: 14px;
}


.prev_next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
background-color: #EBFFEB;
	padding: 4px;
	margin-left: 10px;	
border: 1px solid #ccc;
line-height:23px;
width:560px;
}

.headline_area h1

{
	
	
	margin-top: -15px;
font-weight:300;
margin-bottom:10px;
}

.entry-title h1

{
 
margin-top: -22px;
	font-weight:normal;
	text-decoration:none;
font-weight: 500; 
margin-bottom:10px;
letter-spacing:-1px;

}

.custom .entry-title h2

{

font-weight: normal;
font-decoration: none;
font-size:19px;
font-weight:500;
}


.custom h2

{

font-weight: normal;
font-decoration: none;
font-size:28px;
}



.entry-content h4{
font-weight:normal;
font-size:18px;
margin-bottom: 15px;
margin-top:10px;

}


.entry-content h3{
font-weight:normal;
font-size:25px;
margin-bottom: 15px;
margin-top:10px;
letter-spacing:-.5px;
}



.headline_area h2

{
	
	
	margin-top: -20px;
}

.prev_next { padding-top: 1.1em; padding-bottom: 1.1em; 
font-family: 'Arial', sans-serif;}
	.prev_next p { font-size: 12px; line-height: 2.2em; 
font-family: 'Arial', sans-serif;}
	.post_nav .previous { margin-bottom: 0.55em; 
font-family: 'Arial', sans-serif;}
	.post_nav a { font-size: 12px; line-height: 1.571em; 
font-family: 'Arial', sans-serif;}


.greet_text {
	font-size: 11pt;

}
#sidebars {
	
	margin-right: 0px;
	margin-bottom: 0px;
margin-top:-26px;



}

.custom #sidebars {
	
	border:0px;

}




#page {
	padding: 0em;
}
		#header, #footer {
	padding-right: 0em;
	padding-left: 0em;
}







.entry-content li {
	list-style-position: outside;
	list-style-type: circle;
padding-right:3px;
padding-top:0px;
margin-right:3px;
margin-bottom:10px;
margin-top:0px;
	
}


.widget_recent_entries li

{
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 50%;
	margin-top:-10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.widget_recent_entries li a

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.widget_categories li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:10px;
color: #039;
font-weight:normal;


}





#widget .widget widget_categories li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top:10px;
color: #007DB5;
font-weight:normal;


}

.widget_killer_recent_entries li

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #039;
	margin-left:-10px;
	
}

.widget_killer_recent_entries ul

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #039;
	margin-left:-10px;

}

.widget_killer_recent_entries

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #039;
	margin-left:-10px;
	
}
.custom .teaser {
	width: 100%;
	margin-top: 10px;
	padding-top: 7px;
padding-right:0px;
padding-left:0px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}

.custom .teaser .teaser_category{
	font-weight:normal;
	color: #ccc;
	font-size: 9px;
	letter-spacing:-.1px;
	margin-top:10px;
	text-decoration: none;
	text-transform: uppercase;
font-family: Verdana, Geneva, sans-serif;
text-decoration: none;



}




.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;
text-align: left;
}


.custom .teaser .format_teaser {
   margin-bottom:4px;
margin-top:5px;
text-align: left;
}



.teaser_link a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;

}


.teaser_link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:13px;
	color: #0099FF;


}
.custom .teasers_box h2 a {
	font-weight: normal;
	font-size:23px;
padding-bottom:18px;
margin-bottom:7px;
font-weight:300;
text-decoration:none;
color:#333;
line-height:26px;


}
.custom .teasers_box h2 a:hover {
font-weight:normal;
	font-size:23px;
padding-bottom:18px;
text-decoration:underline;
font-weight:300;



}





#topcarosel {
	border:1px solid #FF9999;
	padding: 0px;
	padding-left:10px;
}
.caroselu {width:150px;float:left;padding:3px;text-align:center;}
.caroselu IMG {border:2px solid #ccc;display:block;}



.sociable{
margin-top:150px;
}
.sociable_tagline{
margin-top:-13px;

}

.a2a_dd a{
margin-top:-10px;
margin-right:30px;
text-decoration:none;
border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.a2a_dd {margin-top:60px;
margin-top:-10px;
margin-right:30px;
text-decoration:none;
border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}


.a2a_dd img {
	margin-right: 15px;
margin-top:20px;
margin-left:60px;
border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.seriestable{
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF7EF;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9999;
	border-right-color: #FF9999;
	border-bottom-color: #FF9999;
	border-left-color: #FF9999;
margin-top:5px;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
line-height:19px;

}

.seriestable li a{
	list-style-position: inside;
	list-style-type: disc;
}

.otherpostsheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #E66373;
	width: 100%;
	font-weight: bold;
	padding: 2px;
padding-left:9px;
	margin-top: -5px;
	margin-bottom: 0px;
	margin-left: -5px;
}


.floobletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #E2F0C2;
	padding: 3px;
}

.winicon {
	background-image: url(http://www.themommyinsider.com/images/winicon.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.footer{
margin-left:50px;
}

.linkwithin_div{
margin-left:15px;
font-size:10px;

}

.linkwithin_text{
font-size:13px;
font-weight:normal;

}

.linkwithin_title{
font-size:10px;
}


.widget_categories{
	
}


#cat {
	width: 200px !important;
	padding-top: 0px !important;
	margin-left:20px;
	padding-bottom:10px;
	margin-top:-10px;
	margin-bottom:10px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	
}

.widget_categories{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	padding-top: 29px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;

}


.searchli {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}

.searchinputbutton{
	
	
border:0px;


padding-left:2px;
margin-top:0px;

background-color: #FFFFFF;

}

.searchfieldtext{
	font-family: 'Imprima', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
background-color:#ffffff;
height:20px;
margin-top:-10px;


}





/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #ffffff;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 5px;
	/* do not change this! */
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
text-decoration:none;
height:auto !important;
	
}

/* widget item setup */
#footer_setup .footer_items{
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 220px;
	/* space between widgets */
	padding-right:25px;
	/* text color */
	color: #000;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
text-decoration:none;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 14px;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: normal;
	/* space out the letters*/
	/* font color*/
	color: #000;
	/* padding under header text */
	padding-bottom: 3px;
	/* distance between border and widget text */
	margin-bottom: 5px;
	font-family: 'Imprima', sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
	
/* do not change these! */
#footer_setup .footer_items ul li {
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
text-decoration:none;
margin-left:10px;
}
#footer_setup .footer_items ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 23px;
	font-size: 14px;
	color: #666666;
text-decoration:none;
}

.footer_items li a{
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
text-decoration:none;
}


.footer_items ul a{
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
text-decoration:none;
}



.custom #sidebar_1 li {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	width:340px;
margin-top:10px;
margin-left:5px;		
	}

.custom #sidebar_1 li li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	width:300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
margin-top:10px;	
	
	}
	

	

	
	
.curve{
	width: 95px;
	height: 95px;
	-webkit-box-shadow: 2px 2px 3px #818181;
	-moz-box-shadow: 2px 2px 3px #818181;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-bottomright: 11px;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-bottom-right-radius: 11px;
	margin: 3px;
	padding: 4px;
}

.wwsgd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(http://www.themommyinsider.com/thumb/wwsgbackground.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	line-height:18px;
	height: 102px;
	margin-top:-15px;
	width: 599px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 4px;
	padding-bottom: 8px;
}

.thingstable {
	margin: 3px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	float: right;
	line-height: 17px;
	background-color: #EAEFF3;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}



.pagetext

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-align: justify;
}



/* --- Featured Content Slider --- */
#slideshow {
 height: 250px;
 width: 660px;
 margin: 0 0 10px 0;
 overflow: hidden;
}
.nav {
 margin: 0;
}
#nav a {
 position: relative;
 top: 235px;
 left: 565px;
 color: #000;
 margin: 0;
 padding: 3px 5px;
 border: 1px solid #000;
 background: #FFF; /* sets the bg color of the nav box */
 text-decoration: none;
 z-index: 9999;
}
#nav a.activeSlide {
 background-color: #FD0000; /* sets the bg color of the nav box when active */
}
#nav a:focus {
 outline: none;
}


#archive_info h1 {

font-family: 'Imprima', sans-serif;
}

.custom #archive_info p {
	display:none;
}


.adspot_content ul li {
	width: 153px !important;
	padding: 0 !important;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
font-size:10px;
}


.adspot_content {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
font-size:10px;
}

.adspot_content li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
font-size:10px;
}

span.adspot {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
font-size:10px;
}

#adspot{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



span.blogad_rss_ad {
	width: auto !important;
	padding: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
font-size:10px;
}

span.blogad_rss_ad li {
	width: auto !important;
	padding: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
font-size:10px;
}

a.adspot_adurl img {
	padding: 0 !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}




.custom #tabs li {

		padding:0px;
		margin:0px;
		background-color:#C06;
		
		border-width:2px 0px;
		border-style:solid;
		border-color:#66cccc;
margin-top:15px;

	text-decoration: none;

}

.custom #tabs, .custom #tabs li {
  border-style: none;
background-color:#C06;

	
	text-decoration: none;

}


/*---:[ thumbnails ]:---*/
.teaser .post_image_link img.alignleft {
	margin-right: 1.8em;
	margin-bottom: 1.1em;
	float: left;
}
.teaser .post_image_link img.alignright { margin-left: 1.8em; margin-bottom: 1.8em; }
.teaser .post_image_link img.aligncenter { margin-bottom: 1.8em; }
.teaser .post_image_link img.alignnone { margin: 0 auto 1.8em 0; }
.teaser .post_image_link img.frame {
	padding: 0.2em;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
margin-right:10px;
}
.teaser .format_teaser .post_image_link img.alignleft {
	margin-right: 0.75em;
	margin-bottom: 0;
	float: left;
}
.teaser .format_teaser .post_image_link img.alignright { margin-left: 0.75em; margin-right: 0.75em; margin-bottom: 0; }
.teaser .format_teaser .post_image_link img.aligncenter { margin-bottom: 1.5em; }
.teaser .format_teaser .post_image_link img.frame { padding: 0.333em; border-width: 0.083em; }

.wp-caption {
font-style: normal;
background-color: #fff;
}

 .giveawayheader {
	font-family: "Century Gothic", Arial;
	font-size: 19px;
	color: #333333;
	background-color: #EAEFF3;
	padding: 3px;
	background-image: url(http://www.themommyinsider.com/images/giveaway-ribbon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 62px;
	border: 1px solid #F5228C;
}

.samplesales{

padding-left:110px;
padding-top:15px;
width:460px;
}

/* Specify bottom padding on all widgets */
.custom li.widget {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C6E6E5;
	border-bottom-color: #C6E6E5;
	border-left-color: #C6E6E5;

margin-left:-4px;
padding-left:15px;
margin-right:-5px;
}


.custom li#text-15.widget p{
  padding:10px;
}

.textwidgettext{
	
	margin-top:0px;
	padding: 5px;	
	margin-right:10px;

}

.textwidget

{
	margin-left:10px;
	color: #333;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
        margin:left:-55px;
padding-right:10px;
	text-align: left;
}

.textwidget li

{
	
	margin-left:5px;
	color: #039;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
margin:left:-55px;
}

.textwidget li a

{
	color: #039;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
margin:left:-55px;
}

.chicletcounterwidth{
	
	width:160px;
padding-right:30px;
	
}

.mc-power li{
margin-top:-15px;
}

.custom li#text-2.widget p{
  padding:10px;
}


.headersocial{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;	
}

.adsensesearchfield{
	border: 1px solid #66cccc;
	padding-left: 5px;
	font-size: 12px;
	height: 25px;
width:100px;
}



.li.thesis_widget_google_cse {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.li.thesis_widget_google_cse:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.li.thesis_widget_google_cse:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

border:0

.searchButton{

	height: 29px;
	border: 0px;
	padding: 0px;
	margin-top:15px;
}

/* Top Nav bar */

/* Top Nav bar */
.custom ul#topnav {
	
margin-top:200px;
z-index:1;
border-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 100%;
	float: left;
padding-top:5px;
	font-size: 13px;
	color: #FFF;
	background-attachment: scroll;
	background-color: #66cccc;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.custom ul#topnav li {
	float: left;
	font-size: 11px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
.custom ul#topnav li a {
	font-size: 11px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.custom ul#topnav li a:hover {
	text-decoration: underline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}





.giveawaybox {
	background-image: url(http://www.themommyinsider.com/HEADERS/giveawaybox.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #633;
background: #ffffff;
}

.giveawaybox a{
	color: #633;
	font-size: 13px;
	margin-top: 3px;
}

.headertable {
	margin-top: -40px;
height:210px;
}

.socialtable{
margin-left:50px;	
	
}

.promotesidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.widgetatlantasmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #03C;
	margin-left: 8px;
}
.welcomebox {
	margin-left: -15px;
}

.post_image { display:none !important; }


.socialize-in-content {

margin-bottom:20px;
}



.custom .menu {
	border:none;
height:32px;
background-color: #C06;
width:100%;
}

	.custom .menu > li { margin-right: 2px; margin-left: 2px; }
                .custom .menu li > a {
	text-shadow:0px 0px #999;
	color:#fff;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	text-transform:capitalize;
	background-color: #C06;
text-decoration: none;
 text-shadow: 0 -1px 2px rgba(0,0,0,.2);
font-size:13px;
border-right-style:solid;
border-right-width:1px;
border-right-color:#cc6699;
letter-spacing:.5px;

}
                    .custom .menu > li.current > a { background: #C06; color:#000; }
                    .custom .menu > li a:hover {
	color:#fff;
	background-color: #eee;
text-decoration: none;


}

.custom .sub-menu{
padding-top:10px;
}

.custom #header #logo {
font-size:50px;
text-shadow:1px 1px #ccc;	
padding-left:20px;
}

.custom #header #logo a {
	color: #C06;
	text-decoration: none;
	font-size:50px;
text-shadow:1px 1px #ccc;

	
}


.custom #header #tagline {
	color: #088A85;
	font-size:18px;
font-weight:200;
	margin-left:0px;
margin-top:10px;
text-indent:15;
	width:1010px;
	padding-left:15px;
	padding-top:3px;
	background-color: #F2F2F2;
-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
height:30px;
	
}



.sidebartagline {
   color: #85004b;
   font-weight: normal;
font-size:18px;
text-align:center;
font-weight:300;
padding-top:150px;

font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.cab-author{

font-size:12px;
line-height:18px;
}

.nrelate_huf .nr_excerpt{
	display:block;
	font-weight:normal;
font-size:14px;
}

.nr_img{
padding-right:10px;
padding-left:10px;
}

.nr_panel{
padding-right:10px;
padding-left:10px;
}

.search13{
margin-left:-18px;
margin-top:-20px;

}


#mc-embedded-subscribe-form{

background:#0baaaa;
}

#input.button{
background:#F2F2F2;
}


#div.mc-field-group input{
background:#000000;

}

.sidebarphoto{
margin-top:-40px;
padding-left:10px;

}

.socialicons{

margin-top:-40px;
margin-left:115px;
}

.disclosure{
	background-color: #EBFFEB;
	padding: 4px;
	margin-left: 10px;	
font-size:13px;
border: 1px solid #ccc;
line-height:23px;
width:560px;
}


.mag_captions{
	float: right;
	width: 190px;
	border-top: 3px solid #ccc;
	font-size: 14px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: -1px;
	padding-bottom: 20px;
padding-right:10px;
	background-color: #F2F2F2;
padding-top:10px;
margin-left:14px;
margin-right:10px;
}


.custom .menu-item.menu-item-search {
	float: right;
	width: 300px;
	margin-top: 0px;
	margin-right: 20px;
}
.custom .menu-search-form { float:right; padding-top:3px; width:250px; }
.custom form.menu-search-form { width:auto; }
.custom form.menu-search-form #s { background:#fff; border:1px solid #333; font-size:15px; margin:0 2px 0 0; padding:2px; width:220px; float:left; }
.custom .menu-search-form input#searchsubmit.my-wp-search {
	color: #C06;
	cursor: pointer;
	float: right;
	padding: 3px;
	text-transform: uppercase;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
} 


.custom div.srp-widget-singlepost{
margin-bottom:2px;
}

.custom .sidebar li{
font-size:12px;
}

.nr_panel nr_rc_link nr_link nr_internal nr_row_1 nr_col_4 nr_odd_row nr_even_col nr_last_col nr_first_row{
padding-right:15px;
padding-left:15px;
margin-left:15px;
margin-right:15px;
}

.nrelate{
padding-right:35px;
padding-left:35px;
margin-left:35px;
margin-right:35px;
}

.custom .feature_box{
margin-left:8px !important;}

.feature_box{
padding-left:15px !important;
margin-left:15px !important;
}

.custom #respond_intro{
color:#FFF !important;
visibility:hidden;}

.custom .form_submit{
border-width:1px !important;
}

.custom #commentluv{
font-size:13px !important;
}

.custom #lastposts{
font-size:13px !important;
margin-top:10px !important;
}

.custom #commentform{
border-top:none;
}

/*

.custom .shareaholic-share-buttons-container{
background-image:url('http://www.themommyinsider.com/wp-content/uploads/2014/02/sharethispost.png') !important;
background-repeat:no-repeat;
}

*/


span.bracket{
visibility:hidden;
}

.custom #footer_setup {
height:200px !important;
}

.custom #footer_setup p{
visibility:hidden;
}


.custom #footer_items {
height:200px !important;
}


.custom .comment_author{
color:#009999;
}


img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}