/*
	Theme Name: SkinnyKidz
	Theme URI: hhtp://skinnykidz.com
	Description: SkinnyKidz.com custom theme
	Author: Courtney
	Author URI: http://courtneyspeaks.com
	*/

body{
	background: #ffffff url('images/background.png');
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18pt;
}

#container {
	-moz-border-radius: 20px 20px 20px 20px;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-color: #ffffff;
	padding: 10px;
}

.rounded {
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
} 

#Header {
	width: 960px;
	height: 90px;
	text-align: center;
}

#logo{
	width: 200px;
	padding-left: 20px;
	padding-top: 3px;
	text-align: left;
	height: 60px;
	background: #ffffff;
	float: left;
}

#headerimg{
	background: url('images/headerimage.jpg') no-repeat;
	width:980px;
	height:203px;
	margin-top: 10px;
	position: absolute;
	left: 0px;
	border-bottom: 10px solid #88D5E9;
	border-top: 10px solid #38B324;
}

#top_nav{

	width: 1000px;

	height: 27px;
}

#top_nav ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}
#top_nav li {
	display: inline; 
}
#top_nav ul li a {
	text-decoration:none;  
	margin: 4px;
	//padding: 5px 20px 5px 20px;
	color: #000000;
}
#top_nav ul li a:hover {
	color: #DA5C9C;
	text-decoration: underline;
}

#rotating_images{
	width: 600px;
	padding: 10px;
	margin: 0px auto;
}

#main {
	float: right;
	margin-top: 250px;
	width: 700px;
}

#sidebar {
	float: left;
	display:inline;
	position: relative;
	width: 200px;
	margin-top: 295px;
}

	#footer
	{
	clear:both;
	text-align: center;
	width: 100%;
	}

	/*posts*/
	.postHead {

	}

	h2 a.title, h2 .title, .title, .wrap h2, .catlink, #newlink h2
	{
	padding-left: 0px;
	font-family: "century gothic", arial, georgia, sans-serif;
	font-size: 20px;
	color: #38B324;
	text-align: left;
	font-weight: lighter;
	}

	.postinfo
	{
	font-size: 11px;
	font-family: "arial", "century gothic", sans-serif;
	font-weight: lighter;
	text-align: left;
	padding-left: 0px;
	color: #000000;
	text-transform: lowercase;
	margin-top: -15px;
	}

	/*navigationlinks*/
	.navigation a {
	text-align: center;
	padding: 30px;
	margin-bottom: 15px;
	font-family: arial, sans-serif;
	font-size: 20px;
	}

	.navigation a:link {
	color: #cefa48;
	}

	.navigation a:hover{
	color: #111;
	}

	/*Sidebar*/

	#sidebar h1 {
	padding-left: 0px;
	font-family: "century gothic", arial, georgia, sans-serif;
	font-size: 14px;
	color: #cefa48;
	text-align: left;
	font-weight: lighter;
	}

	#sidebar ul {
	list-style: none;
	margin-left: -20px;
	}

#twitter_graphic{
	position: absolute;
	top: -50px;
	left: 160px;
}


	/*Comments*/

	#commentlist li , .singolocommento li {
	list-style-type: none;
	padding: 0px;
	width: 470px;
	}

	div.bubble {
	width: auto;
	margin-bottom: 24px;
	border: 0px solid #ccc;
	}

	div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
	}

	a.author, a.author:active, a.author:visited {
	text-decoration: none;
	font-family: arial, "century gothic", georgia, "times new roman", sans-serif;
	font-size: 17px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #ec008c;
	}

	/* extras */

	a, a:visited, a:link, a:active { color: #ec008c; text-decoration: none; background-color: inherit;}
	a:hover{ color: #282828; text-decoration: none;}
	b, strong, em, i{ color: #4fd0ad; background-color: inherit;}
	u{ text-decoration: none; color: #d4eb89;border-bottom: 1px solid #d4eb89; background-color: inherit;}

	img {border:0px;}

	.search, #searchsubmit {
	width: 75px;
	}

	input, textarea, select {
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	font-family: "lucida grande", sans-serif;
	border: 1px solid #000000;
	}

