/*
Theme Name: SweetYvonne
Theme URL: http://yvonnestrahovski.it
Description: Theme wordpress para yvonnestrahovski.it realizado por 4visuals.org.
Version: 1.0
Author: Eva Martinez
Author URI: http://4visuals.org
*/
table{
	font-size: 11px;
}
/*GENERAL*/
body{
	margin: 0px;
	color: #ffffff;
	text-shadow: #FFF 0px 0px 4px;
	font-family: tahoma;
	font-size: 11px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #bd9da4;
}
a{
	color: #f97099;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #ffffff;
}
strong{
	color: #ffffff;
}
/*HEADER STYLE CONTENT*/
.welcome-message{
	color: #ffffff;
	text-shadow: #c08596 1px 1px 1px;
}
/*SIDEBAR STYLE CONTENT*/
.side-box{
	background-image: url(images/sidebar/bg.png);
	background-repeat: repeat-y;
	color: #eccdd7;
	text-shadow: #690c66 1px 1px 1px;
}
.side-box_strong01{
	color: #ffffff;
	text-shadow: #ffffff 0px 0px 4px;
	border-bottom: 1px dotted;
	font-weight: bold;
	line-height: 16px;
}
.side-box strong{
	color: #f6e5ea;
}
.side-box a{
	color: #f97099;
}
.side-box a:hover{
	color: #ffa0bd;
}
.side-box_body{
	background-image: url(images/sidebar/top-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	padding-right: 24px;
}
.elites a img{
	background-color: #b76e82;
	padding: 2px;
	margin: 2px;
	border: 1px solid #ae6277;
	-webkit-box-shadow: 0 0 5px #b76e82;   
	-moz-box-shadow: 0 0 5px #b76e82;   
	box-shadow: 0 0 5px #b76e82;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity:.70;
	filter: alpha(opacity=70);
 	-moz-opacity: 0.7;
}
.elites a img:hover{
	background-color: #da9eaf;
	opacity:1.0;
	filter: alpha(opacity=100);
 	-moz-opacity: 1.0;
}
.featured-box{
	background-color: #9a3756;
	padding: 8px;
	margin: 3px;
	border: 1px solid #963654;
	-webkit-box-shadow: 0 0 5px #a43e5e;   
	-moz-box-shadow: 0 0 5px #a43e5e;   
	box-shadow: 0 0 5px #a43e5e;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 4px;
	opacity:.70;
	filter: alpha(opacity=70);
 	-moz-opacity: 0.7;
	color: #dfacbb;
	text-shadow: #841f3d 1px 1px 1px;
	text-align: left;
}
.featured-box:hover{
	opacity:1.0;
	filter: alpha(opacity=100);
 	-moz-opacity: 1.0;
}
.featured-box a{
	color: #e57d9e;
}
.featured-box a:hover{
	color: #ffaec7;
}
/*TWEETS*/
ul#twitter_update_list{
margin: 0;
padding: 0;
}
#twitter_update_list li{
	list-style: none;
	display: block;
	background-color: #9a3756;
	padding: 8px;
	margin: 3px;
	border: 1px solid #963654;
	-webkit-box-shadow: 0 0 5px #a43e5e;   
	-moz-box-shadow: 0 0 5px #a43e5e;   
	box-shadow: 0 0 5px #a43e5e;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 4px;
	opacity:.70;
	filter: alpha(opacity=70);
 	-moz-opacity: 0.7;
	color: #dfacbb;
	text-shadow: #841f3d 1px 1px 1px;
	text-align: left;
}
#twitter_update_list li:hover{
	opacity:1.0;
	filter: alpha(opacity=100);
 	-moz-opacity: 1.0;
}
#twitter_update_list a{
	color: #e57d9e;
}
#twitter_update_list a:hover{
	color: #ffaec7;
}
.twitter-ul {
padding: 0;
margin: 0;
}
/*BODY STYLE*/
.body-top{
	background-image: url(images/body/top_bg.jpg);
	background-repeat: no-repeat;
}
/*NEWS*/
.news-title{
	font-family: georgia;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: italic;
	font-weight: bolder;
	background-image: url(images/news/title.png);
}
.news-title a{
	color: #f6f6f6;
	text-shadow: #db96aa 1px 1px 1px;
}
.news-title a:hover{
	color: #ffffff;
	text-shadow: #ffffff 0px 0px 4px;
}
.news-subtitle{
	font-family: lucida sans unicode;
	font-size: 11px;
	letter-spacing: -1px;
	font-weight: normal;
	padding-left: 20px;
	color: #d68ea2;
}
.news-subtitle a{
	color: #f278a6;
}
.news-subtitle a:hover{
	color: #f969a0;
	text-shadow: none;
}
.news-body{
	background-image: url(images/news/bg.jpg);
	padding-left: 30px;
	padding-right: 30px;
	color: #d67d97;
	font-size: 11px;
	text-shadow: none;
}
.news-body a{
	color: #df5d82;
}
.news-body a:hover{
	color: #f47fa1;
}
.news-body a:active{
	color: #ffffff;
}
.news-body a img{
	background-color: #e2a8b8;
	padding: 6px;
	margin: 3px;
	border: 1px solid #dd98ab;
	-webkit-box-shadow: 0 0 5px #e2a8b8;   
	-moz-box-shadow: 0 0 5px #e2a8b8;   
	box-shadow: 0 0 5px #e2a8b8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity:.70;
	filter: alpha(opacity=70);
 	-moz-opacity: 0.7;
}
.news-body a img:hover{
	background-color: #f7e1e7;
	border: 1px solid #ecc9d3;
	opacity:1.0;
	filter: alpha(opacity=100);
 	-moz-opacity: 1.0;
}
.news-body strong{
	color: #c27e92;
}
.news-body em{
	color: #ce6383;
}
/*QUOTES*/
blockquote{
	border: 1px solid #ca7a8f;
	border-left: 10px solid #ca7a8f;
	background-color: #e2a8b8;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	color: #bb7588;
	text-shadow: none;
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
}
blockquote:hover{
	background-color: #f7e1e7;
	border-color: #d994a6;
}
/*FOOTER*/
.footer-bg{
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	color: #b6788b;
	text-shadow: #d495a9 1px 1px 1px;
}

/*ALINEACIÓN IMAGENES WORDPRESS*/
img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}

/* ------------------------- MODIFICHE VARIE ------------------------- */

.contentd  {
  -moz-border-radius:8px 0 8px 0;
  -moz-box-shadow:0 0 6px #ECC8C8;
  background-color:#F6DBDB;
  border:1px solid #E8D2D2;
  color:#A89E9E;
  font-size:12px;
  margin:4px;
  padding:6px;
  width:475px;
}

.contentd-des  {
  float:right;
  text-align:right;
}

.contentd:hover {
  background-color: #DDB0B0;
  opacity: 0.8
}

.contentd2  {
  -moz-border-radius:8px 0 8px 0;
  -moz-box-shadow:0 0 6px #E5C4C4;
  background-color:#E7D7D7;
  border:1px solid #E8D2D2;
  color:#9E9898;
  font-size:14px;
  font-variant:small-caps;
  font-weight:bold;
  margin:4px;
  padding:6px;
  width:480px;
}

.contentd2:hover {
  background-color: #DDB0B0;
  opacity: 0.8
}

.quote {
  -moz-border-radius:10px 0 10px 0;
  background-color:#EFADC3;
  border-color:#DB668B;
  border-style:solid;
  border-width:1px 1px 1px 8px;
  color:#DB668B;
  padding:5px 5px 5px 5px;
  text-shadow:none;
}

.quote:hover {
  background-color:#F5BCCF;
}

.news-body img {
  -moz-border-radius:4px 4px 4px 4px;
  -moz-box-shadow:0 0 5px #FBC9D9;
  background-color:#E2A8B8;
  border:1px solid #F47FA1;
  margin:3px;
  opacity:0.7;
  padding:5px;
}

/* ------------------------- DISQUS ------------------------- */

.disqus-leav {
  text-shadow: #f5efe4 1px 1px 1px;
  color: #ffffff;
  margin-left: 0px;
}

#disqus_thread {
  background:url("http://yvonnestrahovski.it/wp-content/themes/sweetyvonne/images/news/bg.jpg") repeat-y scroll 0 0 transparent;
  color:#777777;
  padding:5px 34px;
  width:500px;
}

#disqus_thread a {
  color: #F97099;
}

#disqus_thread a:hover {
  color: #FFF;
}

.dsq-dc-logo {
  display: none;
}

#dsq-content .dsq-reaction-header table {
background: #9B9B9B;
width:100%;
-mox-border-radius: 5px;
}  !important

.aeva_t {
text-align:left;
}