@charset "UTF-8";



/* CSS Document */

html, body,h1,#top,#bigmain {
	padding: 0;
	margin: 0;
}

body {
	font: 12px Tahoma, Verdana, Arial;
	color: #333;
}

a {
	text-decoration: none;
	color: #bb3a96;
}

.clear {
	clear: both;
}
.clean {
	height: 500px;
}
/*////======   CONTAINER     =======////*/

#top {
	background: #cdcdcd url(img/bgbody.png) repeat-x 0 top;
	height: 197px;
}

#header {
	width: 900px;
	margin: 0 auto;
}

#bigmain {
	background: #fff url(img/bg_bigmain.png) center;
	width: 100%;
}

#main {
	background: transparent url(img/decoration.png) no-repeat center top;
	width: 100%;
}

#center {
	width: 875px;
	margin: 0 auto;
}

#left {
	width: 560px;
	float: left;
}

#right {
	width: 280px;
	float: right;
	background: url(img/right.png) no-repeat left top;
	padding-right: 15px;
	margin-top: 30px;
	padding-bottom: 25px;
}

/*////======   HEADER     =======////*/

#header h1 a {
	padding-top: 50px;

	text-indent: 0px;
	margin-left: 0px;
	height: 100px;
	width: 300px;
	display: block;
	float: left;
}
#rss a{
	background-image: url(img/pinkrss.jpg);
	width: 46px;
	height: 39px;
	float: right;
	margin-top: 106px;
	margin-right: 10px;
	display: block;
}
/*////======   NAV     =======////*/

#nav {
	height: 40px;
	margin-left: 250px;
	padding: 0;
	float: right;
	margin-right: 30px;
	margin-top: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 0;
	padding: 0;
	height: 40px;
	float: left;
	width: 100px;
}

#nav a:link,#nav a:visited {
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 15px 10px;
	text-align: center;
}

#nav a:hover,#nav a:active {
	background-color: #232223;
	border-bottom: 2px solid #fb72d0;
}

/*////======   SEARCH     =======////*/

#searchcont{
	width: 240px;
	padding-left: 23px;
}

.spiffy {
	display: block
}

.spiffy * {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #E9E9E9
}

.spiffy1 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	background: #eeeeee
}

.spiffy2 {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #fcfcfc;
	border-right: 1px solid #fcfcfc;
	background: #ededed
}

.spiffy3 {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}

.spiffy4 {
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5
}

.spiffy5 {
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee
}

.spiffyfg {
	background: #E9E9E9
}

#searchcont input {
	border: none;
	background-color: #E9E9E9;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #696969;
	width: 200px;
}

/*////======   RIGHT SIDEBAR     =======////*/

#right h4 {
	color: #cc9cbb;
	padding-left: 40px;
	font-size: 13px;
	padding-top: 20px;
}

#right ul {
	padding: 0;
	list-style: none;
	width: 200px;
	margin: 0 0 0 40px;
}

#right ul li {
	border-bottom: thin dotted #a0b2ac;
	padding-top: 4px;
	padding-bottom: 2px;
}

#right a,#right a:visited {
	color: #333;
}

#right a:hover {
	color: #9dafa9;
}

/*////======   LEFT     =======////*/

#left #aboutus {
	width: 550px;
	background: #ecc8de url(img/bi3.png) no-repeat center top;
	color: #fff;
	height: 100px;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#titolo {
	padding: 0;
	float: left;
	width: 200px;
	background: url(img/bi2.png) repeat-x;
	height: 100px;
	text-align: right;
	margin: 0 0 0 5px;
}

#aboutus h2 {
	padding-top: 60px;
	padding-right: 15px;
}

#aboutus p {
	width: 320px;
	float: right;
	padding-right: 15px;
}

/*////======   POST     =======////*/

#posts {
	width: 530px;
	margin-top: 25px;
}

.post {
	margin-left: 25px;
	color: #292929;
	padding-bottom: 20px;
}

.post h3 a, .post h3 a:link,.post h3 a:visited {
	color: #fb72d0;
	font-size: 16px;
}

.post p {
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
}


.info {
	background: url(images/line.gif) top repeat-x;
	padding: 5px;
	font: 100% georgia;
	border-top: 1px solid #eaeaea;
}

.info p {
	background: url(images/comment.png) left no-repeat;
	padding: 0 0 0 20px;
}

.info p a {
	padding: 0;
	color: #777;
	text-decoration: none;
	border: none;
}

.info p a:hover {
	text-decoration: underline;
	border: none;
}
.navigation{
	padding: 25px;
	font-weight: bold;
}
/*////======   COMMENTS     =======////*/

#comm {
	padding-left: 25px;
}

ol.commentlist {
	margin: 10px 25px 30px 25px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}

ol.commentlist p {
	margin-bottom: 10px;
	line-height: 20px;
}

ol.commentlist cite {
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li {
	padding: 20px 10px 10px 10px;
}

ol.commentlist li.alt {
	padding: 10px 10px 0 10px !important;
	background: #f7f7f7;
	border: 1px solid #eee;
}
#commentform input {
	
	border: 1px solid #b9b9b9;
}
#commentform textarea {
	width: 400px;
	border: 1px solid #b9b9b9;
}

#submit {
	background-color: #f6f6f6;
	border: 1px solid #b9b9b9;
}

/*////======   Footer     =======////*/

#footer {
	background: #cdcdcd url(img/footer.png) no-repeat center top;
	height: 35px;
	padding-top: 25px;
}

#footercontent {
	margin: 0 auto;
	padding: 0;
	width: 875px;
	color: #515151;
}
/*////======   CALENDAR     =======////*/


#wp-calendar  {
	width: 80%;
	font-size: 95%;
	color: #727272;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}

#wp-calendar caption {
	width: 95%;
	color: #507282;
}

#wp-calendar td {
	font-size: 90%;
	color: #727272;
}

.center{text-align:center;}

a img { border: 0; }

.fx{width:480px;hight:300px;margin:20px 10px;}