/*
Theme Name: WPSkeleton
Theme URI: http://couldbestudios.com/
Description: Savvima WordPress Theme
Version: 1.0
Author: couldbe studios
Author URI: http://www.couldbestudios.com
Tags: couldbe studios, skeleton, framework, simple, widgets
*/

/* COLORS 
  cream: #fcfaf4;
  blue:  #BDD3EB;
  brown: #66584f;
  gold:  #ffcc00;
*/


/* HIDE THESE */
#tagline,
#main-menu
{display:none;}


/* DEFAULTS */
*{
margin:0;
padding:0;
font-family:"Century Gothic",Trebuchet MS,MS Reference Sans Serif,Century Gothic, sans-serif;
}

body{
background:#BDD3EB;
font-size:13px;
}

a, a:visited {
	color: #CC3366;
    text-decoration: none;
	padding-bottom: 5px;
}
	
a:hover {
	color: #66584F  ;
	text-decoration: underline;
	}
	
a img {
        background: #ffffff;
        padding: 8px;
        border: 1px solid #66584F ;
}
	
a:focus, a:hover, a:active {
	outline: none ;
	}


/* LAYOUT */
#outer-wrapper{
width:960px;
margin:15px auto 0 auto;
}

#inner-wrapper{
background:url("images/top.gif") no-repeat scroll left top #FCFAF4;
margin-top:8px;
padding-top:27px;
}

.thumb {
	float: left;
	margin: 0px 10px 0px 0px;
	}

hr {
	background: #fcf9f0 url("images/postdivider.png") center no-repeat;
        width: 380 px;
        height: 10px;
        border-style: none;
        padding-bottom: 10px;
		padding-top: 10px;
        clear: both;
	}

/* HEADER */
#header{
height:156px;
position:relative;
background:url("images/navbar.png") no-repeat center top #FCFAF4;
}

#logo a{
display:block;
height:115px;
left:400px;
position:absolute;
top:15px;
width:170px;
text-indent:-99999px;
}

/* CATEGORY MENU - TOP */
#header-widgets{position:relative;top:45px;}
#header-widgets .widgettitle{display:none;}
#header-widgets ul{}
#header-widgets li{position:absolute;}
#header-widgets li a{text-decoration:none;text-indent:-99999px;display:block;height:37px;position:relative; z-index:3;}
#header-widgets ul.children{display:none;}

/* TOP NAV */
#header-widgets li.cat-item-8{top:35px; left:785px; width:65px;} /* CRAFTS */
#header-widgets li.cat-item-31{top:35px; left:44px; width:65px;} /* FOOD */
#header-widgets li.cat-item-10{top:35px; left:122px; width:65px;} /* HEALTH */
#header-widgets li.cat-item-7{top:35px; left:854px; width:69px;} /* HOLIDAYS */
#header-widgets li.cat-item-12{top:35px; left:600px; width:70px;} /* INSPIRATION */
#header-widgets li.cat-item-44{top:35px; left:289px; width:90px;} /* RELATIONSHIPS */
#header-widgets li.cat-item-9{top:35px; left:201px; width:67px;} /* SHOPPING */
#header-widgets li.cat-item-13{top:35px; left:692px; width:73px;} /* YOUR NEST */

#header-widgets li.cat-item-1{display:none;} /* UNCATEGORIZED */

/* TOP - SUB NAV */
#header-widgets li li:hover ul.children ul.children{display:none !important;}

#header-widgets li li:hover{
background-repeat:no-repeat;
background-position:center 23px;
position:relative;
}
#header-widgets li li:hover li, #header-widgets li li:hover ul.children a{background:transparent;}

#header-widgets li li:hover a{
background:url('images/goldpoint.png') bottom center no-repeat;
}

#header-widgets li li:hover ul.children{
background:#fff;
border:1px solid #ffcc00;
clear:both;
display:block;
float:left;
line-height:25px;
min-height:20px;
margin:-2px 0 0 66px;
padding:5px 10px 5px;
position:relative;
text-align:center;
width:815px;
left:0;
top:0
}

#header-widgets li li:hover ul.children *{
display:inline;
margin:0;
padding:0;
position:relative;
width:auto;
}

#header-widgets li li:hover ul.children a{
color:#66584f;
display:inline;
padding:0 30px 0 30px;
position:relative;
text-indent:0;
width:auto;
}

#header-widgets li li ul.children a:hover{font-weight:bold;}


#header-widgets li.cat-item-8:hover ul.children{left:-770px; text-align:right;} /* CRAFTS */
#header-widgets li.cat-item-31:hover ul.children{left:-66px; text-align:left;} /* FOOD */
#header-widgets li.cat-item-10:hover ul.children{left:-148px; text-align:left;} /* HEALTH */
#header-widgets li.cat-item-7:hover ul.children{left:-835px;} /* HOLIDAYS */
#header-widgets li.cat-item-12:hover ul.children{left:-595px;} /* INSPIRATION */
#header-widgets li.cat-item-44:hover ul.children{left:-298px;} /* RELATIONSHIPS */
#header-widgets li.cat-item-9:hover ul.children{left:-212px;} /* SHOPPING */
#header-widgets li.cat-item-13:hover ul.children{left:-680px;} /* YOUR NEST */

/* Top of Page */
#toplinks {
	height:27px;
	width:100%;
}

#page-nav {
	float:left;
	width:500px;
	margin-left:10px;
}

#page-nav ul#nav {
	display:inline;
}

#page-nav ul#nav li {
	float:left;
	padding:5px 10px;
	list-style-type: none;
}

#page-nav ul#nav li a {
	color:#66584f;
	text-decoration:none;
}

#page-nav ul#nav li a:hover {
	color:#CC3366;
	text-decoration:none;
}

.search-top {
	float:right;
	width:165px;
	margin-right:10px;
}

#searchform {
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
	#searchform input#searchbox {
	background: #F7F5EF;
	width: 115px;
	color: #495D5C;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 0px 3px 5px;
	border: 1px solid #ddd;
        
	}
	
#s {
	background: #F7F5EF !important;
	width: 160px;
	color: #495D5C;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 3px 5px;
	border:1px solid #ddd;
	}
	#submit {
		background: #E3ECF7;
		color: #66584f;
		font-size: 11px;
		margin: 0px;
		padding: 3px 3px 2px 3px;
		font-weight: bold;
		border: 1px solid #66584f;
		}	
#searchsubmit {
	background: #E3ECF7;
	color: #66584f;
	font-size: 11px;
	margin: 0px 0px 0px 5px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border: 1px solid #66584f;
	}
	#searchsubmit:hover {
		background: #BDD3EB;
		color: #fff;
		font-size: 11px;
		margin: 0px 0px 0px 5px;
		padding: 3px 3px 2px 3px;
		font-weight: bold;
		border: 1px solid #66584f;
		}


/* POSTS/PAGES */
#content{
float:left;
width:960px;
margin-top:5px;
min-height:300px;
padding: 10px 0px 0px 0px;
line-height: 18px;
}

#content p{
	margin-left:25px;
}

#content h1{
	color:#CC3366;
	text-decoration:none;
	line-height: 1.5;
     margin-top: 15px;  
	padding: 0px 0px 0px 0px;
	font-weight:100;
}

#content h1 a, #content h1 a:visited  {
	color: #D9526D;	
}

#content h1 a:hover {
        color: #66584F  ;
		text-decoration: underline;
	}
	
#content h2 {
	color: #66584F   ;
}

/* Custom Headers for categories*/

body.front-page h3 {
	clear:left;
	background: #FCF9F0  url("images/whatsnew.png") top left no-repeat;
	width: 500px;
	height: 129px;
	font-size: 20px;
	margin: 0px 0px 10px 10px;
	padding: 3px 0px 3px 7px;
}

body.front-page .breadcrumb {display:none;}

body.category-health h3.top {
	background: #FCF9F0  url("images/health.png") top left no-repeat;
	width: 500px;
	height: 129px;
	font-size: 20px;
	margin: 0px 0px 10px 10px;
	padding: 3px 0px 3px 7px;
}

body.category-shopping h3.top {
	background: #FCF9F0  url("images/shopping.png") top left no-repeat;
	width: 500px;
	height: 129px;
	font-size: 20px;
	margin: 0px 0px 10px 10px;
	padding: 3px 0px 3px 7px;
}

body.category-holidays h3.top, body.category-tu-bshvat h3.top, body.category-purim h3.top {
	background: #FCF9F0  url("images/holidays.png") top left no-repeat;
	width: 500px;
	height: 129px;
	font-size: 20px;
	margin: 0px 0px 10px 10px;
	padding: 3px 0px 3px 7px;
}

body.category-crafts h3.top {
	background: #FCF9F0  url("images/crafts.png") top left no-repeat;
	width: 500px;
	height: 129px;
	font-size: 20px;
	margin: 0px 0px 10px 10px;
	padding: 3px 0px 3px 7px;
}

body.category-inspiration h3.top {
	background: #FCF9F0  url("images/inspiration.png") top left no-repeat;
	width: 500px;
	height: 129px;
	font-size: 20px;
	margin: 0px 0px 10px 10px;
	padding: 3px 0px 3px 7px;
}

body.category-your-nest h3.top {
	background: #FCF9F0  url("images/nest.png") top left no-repeat;
	width: 500px;
	height: 129px;
	font-size: 20px;
	margin: 0px 0px 10px 10px;
	padding: 3px 0px 3px 7px;
}

body.category-relationships h3.top, body.category-marriage h3.top, body.category-parenting h3.top {
	background: #FCF9F0  url("images/relationships.png") top left no-repeat;
	width: 500px;
	height: 129px;
	font-size: 20px;
	margin: 0px 0px 10px 10px;
	padding: 3px 0px 3px 7px;
}

body.category-cooking h3.top {
	background: #FCF9F0  url("images/cooking.png") top left no-repeat;
	width: 500px;
	height: 129px;
	font-size: 20px;
	margin: 0px 0px 10px 10px;
	padding: 3px 0px 3px 7px;
}


body.archives h3.top {
	background: #FCF9F0  url("images/archives.png") top left no-repeat;
	width: 500px;
	height: 25px;
	font-size: 20px;
	margin: 0px 0px 10px 10px;
	padding: 3px 0px 3px 7px;
}

h3.contributors {
	background: #FCF9F0  url("images/authors.png") top left no-repeat;
	width: 500px;
	height: 120px;
	font-size: 20px;
	margin: 0px 0px 10px 10px;
	padding: 3px 0px 3px 7px;
}

body.contributors ul.author-list {
	display:inline;
	float:left;
	width:450px;
}

body.contributors ul.author-list li {
	padding:10px;
	margin-left:50px;
}

h3.about-author {
	color: #66584F;
	font-size:18px;
	padding: 10px 0;
}

.post ul.articles-by, .post ul.articles-by li {
	list-style-type:none;
}


/* Recipes page */

ul#recipechildren {
	display:inline;
	float:left;
	width:450px;
	background:url('images/recipe-card.png') top left no-repeat;
	height:180px;
	padding:65px 5px 5px;
	
}

 ul#recipechildren li {
	display:block;
	list-style-type:none;
	padding:0 0 0 10px;
	width:125px;
	font-size:	14px;
	line-height: 32px;
	float:left;
}

 ul#recipechildren li a {
	color:#66584F;
	padding-left:10px;
}

 ul#recipechildren li a:hover {
	text-decoration:none;
	background:url('images/dot.png') top left no-repeat;
}

 a.submitarecipe {
	background:url("images/submit_recipe.png") no-repeat scroll center center transparent;
	float:left;
	height:98px;
	margin-left:-92px;
	margin-top:151px;
	text-indent:-99999px;
	width:98px;
	}

/* Headers */
	
#content h3 a, #content h3 a:visited  {
	color: #f06eaa;
	font-weight: bold;
	text-transform: uppercase;
	}

#content h3 a:hover {
	color: #ffffff;
	background: #66584F   ;
    text-decoration: none;
	}
	
#content h4 {
        color: #66584F   ;
	font-size: 14px;
         	}

#content h5 {
    color: #CC3366;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
	}
		
		blockquote {
			background: #E8E8E8;
			margin: 0px 25px 15px 25px;
			padding: 10px 20px 0px 15px;
			border-top: 1px solid #DDDDDD;
			border-right: 1px solid #666666;
			border-left: 1px solid #DDDDDD;
			border-bottom: 1px solid #666666;
			}

		#content blockquote p {
			margin: 0px;
			padding: 0px 0px 15px 0px;
			}


/* Content */

.articles #content {
	min-height:2500px;
}

#content .post{
clear:left;
float:left;
margin:5px 0 5px 20px;
width:600px;
padding-bottom:20px;
}

.post p{
	margin-bottom:1.3em;
	clear:right;
	}

.post ul {
	list-style-type: square;
    margin: 0px;
	padding: 0px 0px 15px 0px;
	border: 1px #000000;
}
	
.post ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.post ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.post ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.post ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.breadcrumb {
	font-size: 11px;
	margin: 0px 10px 20px 10px;
	padding: 0px 3px;
	}
	
	.date {
		width: 100%;
		float: left;
		margin: 0px;
		padding: 0px;
		}

	.dateleft {
		width: 380px;
		float: left;
		margin: 0 0 10px 0;
		padding: 0px;

		}

	.dateright {
		width: 200px;
		float: right;
		margin: 0px;
		padding: 0px;
		text-align: right;
		}


	.time {
		color: #FFCC00;
		margin: 5px 0px 0;
		padding: 0px 0px 0px 0px;
		display:block;
		
	}
	
	span.print {
		float:right;
		margin-top:-18px;
		background:url('images/printer.png') bottom right no-repeat;
		padding-right:20px;
	}
	
	.postmetadata {
		font-size:11px;
		font-style:italic;
	}
	
	#content p.postmetadata {
		clear:both;
		width:100%;
		margin:0;
		font-style:normal;
		padding-top:15px;
	}
	
	.postmeta {
		width: 590px;
		font-size: 12px;
		padding: 5px 0px 0px 0px;
		margin: 0px;
		border-top: double #66584F  ;
		}


	.postmeta2 {
		width: 575px;
		padding: 5px 0px;
		margin:15px 20px 15px 10px;
		border-bottom: 3px dotted #F8C94D;
		clear:both;
		}

	.archive {
		float: left;
		width: 275px;
		margin: 0px;
		padding: 0px 0px 20px 0px;
		}

	.adblock {
		background: #FFFFFF url("images/homepagetop.gif") top no-repeat;
		width: 588px;
		margin:10px auto 0;
		padding: 10px;
		border: 1px solid #DDDDDD;
		}

	.comments {
		background: #fcf9f0 url("images/homepagetop.gif") top no-repeat;
		float: left;
		width: 588px;
		color: #66584F  ;
		margin: 0px 0px 10px 10px;
		padding: 10px;
		border: 1px outset;
		}

#comments{clear:both;margin-top:20px;margin-bottom:40px;}
		
		p.posts_nav_link {
			display:none;
		}
		
		.nextpostslink {
			margin-left:20px;
			display:none;
		}
		.previouspostslink {
			margin-left:20px;
			margin-right:20px;
			display:none;
		}
		
		#comments #respond {
			margin-left:10px;
		}
		
	
		
.addthis_container, .addthis_toolbox {
	margin-left:15px;
	float:right;
	clear:both;
}
		
/* PageNavi Plugin */
		
.wp-pagenavi {
	text-align:center;
	margin-bottom:20px;
	padding-top:20px;
}

		.wp-pagenavi span.pages {
		background-color:#FFFFFF;
		border:1px solid #666666 !important;
		color:#666666 !important;
		margin:2px;
		padding:2px 4px;
		}
		
		.wp-pagenavi a, .wp-pagenavi a:link {
		background-color:#FFFFFF;
		border:1px solid #0066CC !important;
		color:#0066CC !important;
		margin:2px;
		padding:2px 4px;
		text-decoration:none;
		}
		
		.wp-pagenavi a, .wp-pagenavi a:link {
		background-color:#FFFFFF;
		border:1px solid #7999B6 !important;
		color:#7999B6 !important;
		margin:2px;
		padding:2px 4px;
		text-decoration:none;
		}
		.wp-pagenavi span.current {
		background-color:#FFFFFF;
		border:1px solid #666666 !important;
		color:#666666 !important;
		font-weight:bold;
		margin:2px;
		padding:2px 4px;
		}
		
		
/* Related Posts Plugin */
		
#crp_related {
	width:100%;
	height:150px;
	clear:both;
}

#crp_related h3 {
	color:#66584f;
}

#crp_related ul {
	display:inline;
}

#crp_related ul li {
	list-style-type: none;
	float:left;
	display:block;
	margin:5px 12px;
	width:125px;
}


/*Smooth Slider Featured Gallery*/

#smooth_sldr {
	float:left;
	margin:10px 50px !important;
	padding:10px 10px 0;
}

div.sldrlink {
	display:none !important;
}

.smooth_slider_thumbnail {
	padding:3px;
	background:#fff !important;
	margin:10px 10px 0 0 !important;
}

#smooth_sldr_body span {

font-family:"Century Gothic",Trebuchet MS,MS Reference Sans Serif,Century Gothic, sans-serif !important;

}

.sldr_title {
	font-family:"Century Gothic",Trebuchet MS,MS Reference Sans Serif,Century Gothic, sans-serif !important;
}

#smooth_sldr_body p.more a, #smooth_sldr_body h2 a {
font-family:"Century Gothic",Trebuchet MS,MS Reference Sans Serif,Century Gothic, sans-serif !important;
text-decoration:none !important;
}


#smooth_sldr_body p.more a:hover, #smooth_sldr_body h2 a:hover {
color: #66584F !important;
text-decoration:underline !important;
}


.alignleft{ float:left; margin:0 15px 15px 0; }
.alignright{ float:right; margin:0 0 15px 15px; }
.aligncenter{ 
display:block;
margin:1em auto; 
}

.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

ul.addtoany_list li {
	list-style-type: none;
}

/* Lightbox (for Store link) */

#sb-body {
border:5px solid #FFFFFF !important;
margin:20px !important;
}

#sb-body, #sb-loading {
background-color:#ffffff !important;
}

/* SIDEBARS - WIDGETS */

#sidebar-1{
float:right;
margin-right:15px;
margin-top:5px;
min-height:400px;
width:255px;
}

#sidebar-1 li{
padding:0px 0px 5px 0px;
}

#sidebar-1 li li{
background:transparent;
border:0;
padding:2px 0 2px 8px;
}

#sidebar-1 li a{
	text-decoration:none;
	display:block;
	}
	
	#sidebar-1 li a img{
		text-decoration:none;
		display:block;
		border:0;
		background:transparent;
		padding:0;
		}

#sidebar-1 li a:hover{
	color:#000;
	}
	
	.widgetized h2, h2.widgettitle {
		color:#CC3366;
		}

	.widgetized li{
		list-style:none;
		/*margin-bottom:10px;*/
		}
	.widgetized li li{
		margin:0;
		}
	

/* This is the social media section of the sidebar */

#sidebar-1 li#text-2 {
	height:150px;
	background:url('images/social-background.png') top center no-repeat;
	padding-top:10px;
}

#sidebar-1 li#text-2 h2.widgettitle {
	text-indent:-9999px;
	background:url('images/followus.png') top center no-repeat;
	width:256px;
	height:45px;
}

.sidebar-social {
	display:inline;
	height:150px;
	padding-top:20px;
}

.sidebar-social a#rssicon {
	background: url('images/rss.png') top left no-repeat;
	width:48px;
	height:48px;
	display:inline;
	float:right;
	margin-left:10px;
	margin-right:37px;
	margin-bottom:5px;
	border-bottom:0;
}

.sidebar-social a#facebookicon {
	background: url('images/facebook.png') top left no-repeat;
	width:48px;
	height:48px;
	display:inline;
	float:right;
	margin-bottom:5px;
	/*margin-left:10px;*/
	border-bottom:0;
}

.sidebar-social a#twittericon {
	background: url('images/twitter.png') top left no-repeat;
	width:48px;
	height:48px;
	display:inline;
	float:right;
	margin-bottom:5px;
	margin-left:10px;
	border-bottom:0;
}


/* This is the "Feedburner Subscribe" link in the sidebar */

form#feedburner_widget {
	width:180px;
	margin-left:37px;
}

form#feedburner_widget input#enteremail {
	border: 1px solid #ddd;
	background:#F7F5EF;
	color:#495D5C;
	float:left;
}

form#feedburner_widget input#submitbutton {
	background: #E3ECF7;
	color: #66584f;
	font-size: 10px;
	float:right;
	margin:0;
	padding: 2px;
	border: 1px solid #66584f;
}

form#feedburner_widget input#submitbutton:hover {
	background: #BDD3EB;
	color: #fff;
	font-size: 10px;
	float:right;
	margin:0;
	padding: 2px;
	border: 1px solid #66584f;
}



/* This is for the Popular Posts widget */


#sidebar-1 li#wpp-3.widget h2.widgettitle {
	text-indent:-9999px;
	background:url('images/popularposts.png') top left no-repeat;
	width:250px;
	height:40px;
} 

img.wpp-thumbnail {
float:right;
margin:10px 5px;
}

/* This is for the Archives widget */

#sidebar-1 li#archives-7.widget h2.widgettitle {
	text-indent:-9999px;
	background:url('images/archives.png') top left no-repeat;
	width:250px;
	height:40px;
} 

/* This is for the Calendar widget */

#wp-calendar{
	width:100%;
	}

#wp-calendar caption{
color:#CC3366;
font-size:21px;
font-weight:bold;
margin-top:-25px;
}

#wp-calendar *{
	padding:3px 0; 
	text-align:center;
	}

#wp-calendar a{
	color:#CC3366;
	text-decoration:none;
	font-weight:bold;
	display:inline;
	border:0;
	}

#wp-calendar a:hover{
	color:#000;
	}


/* This is for the badge links */

li#text-3.widget, li#text-4.widget {
	text-align:center;
	margin-left:14px;
} 

/* _____ */

#sidebar-2{
display:none;
}


/* FOOTER */

#footer{
clear:both;
background:url("images/bottom.gif") no-repeat scroll left bottom #FCFAF4;
min-height:30px;
font-size:11px;
color:#333;
text-align:center;
}

#footer-widgets{}
#footer-widgets .widgettitle, #footer-widgets .children{display:none;}

#footer-widgets li{
background:#ccc;
display:inline;
margin:0 -1px;
padding:0;
}

#footer-widgets li.cat-item-31 {
	margin:0 -1px;
}

#footer-widgets li a{
background:none repeat scroll 0 0 #fcfaf4;
display:inline;
padding:15px;
text-decoration:none;
}


#citations{
margin:5px;
padding-bottom:10px;
bottom:-50px;
position:relative;
}

#citations cite, #citations span{
padding:0 10px;
font-style:normal;
}

#subscribe {
	background: #FFFFFF url("images/feedburner.png") top no-repeat;
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#subbox {
	background: #EEEEEE !important;
	width: 250px;
	color: #495D5C;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border-top: 1px solid #759697;
	border-right: 1px solid #A3BAB9;
	border-left: 1px solid #759697;
	border-bottom: 1px solid #A3BAB9;
	display: inline;
	}
	
#subbutton {
	background: #93BBBC;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px 0px 0px 7px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #A3BAB9;
	border-right: 1px solid #759697;
	border-left: 1px solid #A3BAB9;
	border-bottom: 1px solid #759697;
	}
	
#author, #email, #url {
	background: #EEEEEE !important;
	width: 250px;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
#comment {
	background: #eeeeee;
	color: #202020;
font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
display: inline;
	}

/************************************************
*	Comments									*

************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
font-weight: bold;
	}

.commentlist li .avatar { 
	background: transparent;
	float: right;
	border: 0px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	color: #66584F  ;
font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	color: #66584F  ;margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	background: #ffffff;
	padding: 2px;
	border: 1px inset ;
	}
	
#respond:after {
content: "."; 
	display: block; 
	height: 0px; 
clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	

	
	#commentform #submit {
		background: #E3ECF7;
		color: #66584f;
		font-size: 11px;
		margin: 0px;
		float:left;
		padding: 3px 3px 2px 3px;
		font-weight: bold;
		border: 1px solid #66584f;
		}
		#commentform #submit:hover {
			background: #BDD3EB;
			color: #fff;
			}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
ol.commentlist  {
	margin: 0px;
	padding: 10px;
	}

ol.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
ol.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

	
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.excerpt_commentlink {
	clear:both;
}

.excerpt_commentlink a.comments-link {
	background:url('images/icon_comments.gif') top right no-repeat;
	padding-right:20px;
}

#sb-nav {
}

#sb-nav-close {
background:url("images/closebutton.png") top right no-repeat !important;
}

#sb-nav a {
}


div#content div.slidedeck_frame {
	margin-left:25px;
}


div#content div.slidedeck_frame .sd-node-title {
	font-size:18px;
	color:#CC3366;
}

div#content div.slidedeck_frame dl.slidedeck div.sd-node div.sd-node div.sd-node-type-featured {
	display:none;
}

div#content div.slidedeck_frame dl.slidedeck div.sd-node div.sd-node div.sd-node-permalink a {
	color:#CC3366!important;
	font-size:14px;
}

div#content div.slidedeck_frame ul.sd-node li a.sd-node-nav-link span.sd-node-nav-link-label-date {
	display:none!important;
}
