/*
Nome originale: Zen In Grey
Theme URI: http://blog.sajithm.com/index.php?p=337
Modificato per: ladolcevita34.com
*/

*
{
	padding: 0px;
	margin: 0px;
}
body
{
	font-size: 0.8em;
	padding: 15px 0px 15px 0px;
	background: #faa2bb url('images/bg1.gif');
}
body,input,textarea
{
	color: #3B3B3B;
	border: 1px solid #d6d3d3;
	background-color: #f5f5f5;
	font-family: "Trebuchet MS", "Verdana", sans serif;
}
input:hover,textarea:hover
{
	/*border: 1px solid #939793;*/
	border: 1px solid #faa2bb;
}
input:focus,textarea:focus
{
	/*background-color: #d6d3d3;*/
	background-color: #ffffff;
	border: 1px solid #faa2bb;
}
a 
{
	/*color: #5C6A74;*/
	color: #000000;
	text-decoration: none;
}
a:hover 
{
	color: #fc4e92;
	text-decoration: none;
}
blockquote
{
	background-color: #ffffff;
  /*color: #fc4e92;*/
	border: dashed 1px #ff9cbf;
	margin: 0.5em 0.5em 0.5em 1.0em;
	padding: 1.0em 1.0em 1.0em 1.0em;
}

#outer 
{
	width: 90%;
	margin: 0% 5% 0% 5%;
	padding: 5px 5px 5px 5px;
	background-color: #f5f5f5;
}

.left
{
	float: left;
}
.right 
{
	float: right;
}
.clear 
{
	clear: both;
}
.divider 
{
	width: 100%;
	height: 8px;
	/*border-bottom: dashed 1px #fc4e92;*/
	/*background: #ff98b6 repeat-x top left;*/
}

#header
{
	width: 100%;
	background: #fc4e92 repeat-x top left;
	/*background: #ff00ff repeat-x top left;*/
}
#headercontent
{
	font-variant: small-caps;
	padding: 1em 0.5em 1em 0.5em;
}
#headercontent h1 {
	color: #ffffff;
	font-size: 2.0em;
	font-weight: bold;
}
#headercontent h1 a {
	color: #ffffff;
	text-decoration: none;
}
#headercontent h1 a:hover {
	color: #000000;
}
#headercontent h2 {
	color: #000000;
	font-size: 1.0em;
	font-weight: normal;
	font-variant: small-caps;
}
#header form
{
	padding: 1em 0.5em 1em 0.5em;
}
#headerimage {
	/*margin-top: 0.5em;
	margin-bottom: 0.5em;*/
  /*width: 100%;*/
	/*height: 109px;*/
  height: 99px;
	/*background: #fffde4 url('images/headerimage.jpg') no-repeat top center;*/
	background: #f5f5f5 url('images/headerimage.gif') no-repeat top center;
	border-top: dashed 1px #fc4e92;
	border-right: dashed 1px #fc4e92;
  border-left: dashed 1px #fc4e92;
	border-bottom: dashed 1px #fc4e92;
}
#headermenu
{
	font-size: 1.0em;
	text-align: center;
	padding: 0.5em 0.0em 0.5em 0.0em;
	background: #fc4e92 repeat-x top left;
	
}
#headermenu ul li
{
	display: inline;
}
#headermenu ul li a
{
	color: #ffffff;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 1.2em;
	padding: 0.5em 1.5em 0.5em 1.5em;
	/*padding: 1.0em 4.5em 2.0em 0.5em;*/
}
#headermenu ul li a:hover
{
	color: #000000;
}

#l_sidebar 
{
	width: 19%;
	float: left;
	border-top: dashed 1px #fc4e92;
	border-right: dashed 1px #fc4e92;
  border-left: dashed 1px #fc4e92;
	border-bottom: dashed 1px #fc4e92;
	background-color: #f5f5f5;
}
#r_sidebar 
{
	width: 19%;
	float: right;
	border-top: dashed 1px #fc4e92;
  border-left: dashed 1px #fc4e92;
	border-right: dashed 1px #fc4e92;
	border-bottom: dashed 1px #fc4e92;
	background-color: #f5f5f5;
}
#l_sidebarwidgeted
{
	margin: 0;
	padding: 0.5em 0.5em 1.0em 0.0em;
	margin-top: -2.0em
  /*margin-top: -6.5em;*/
}
#r_sidebarwidgeted
{
	margin: 0;
	padding: 0.5em 0.5em 1.0em 0.0em;
	margin-top: -2.0em
  /*margin-top: -6.5em;*/
}
.sidebar
{
	margin: 1em;
}
.sidebar h2
{
	color: #fc4e92;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.5em;
  margin-bottom: 0.5em;
	/*margin-top: 5.0em;*/
}
.sidebar ul
{
	list-style-type: none;
	margin: 0.1em 0.1em 0.5em 1.0em;
	/*margin: 0.1em 0.1em 0.1em 1.0em;*/
}
.sidebar ul li ul
{
	list-style-type: disc;
	margin: 0.5em 0.1em 2.0em 1.0em;
	/*margin: 0.1em 0.1em 0.1em 1.0em;*/
}

#content 
{
	width: 60%;
	float: left;
	background-color: #f5f5f5;
}
.contentbar
{
	margin: 1em;
}
.contentbar ul, .contentbar ol
{
	margin: 0.1em 0.1em 0.1em 2.0em;
	/*margin: 0.1em 0.1em 0.1em 2.0em;*/
}
.contentbar li
{
	margin: 1.0em 0.1em 0.1em 1.0em;
}
.contenttitle
{
	width: 100%;
}
.contenttitleinfo
{
	float: left;
}
.contenttitledate
{
	/*width: 44px;
	height: 49px;*/
	width: 40px;
	height: 40px;
  float: right;
	border-top: dashed 1px #fc4e92;
  border-left: dashed 1px #fc4e92;
	border-right: dashed 1px #fc4e92;
	border-bottom: dashed 1px #fc4e92;
	/*background-image: url('images/date.gif');*/
}
.contenttitledate1
{
	color: #fc4e92;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
.contenttitledate2
{
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 4px 0px 0px 0px;
	text-align: center;
}
.contentarea
{
	clear: both;
	padding: 0.5em 0.0em 1.0em 0.0em;
	/*padding: 0.5em 0.0em 1.0em 0.0em;*/
	/*padding: 0.0em 0.0em 1.0em 0.0em;*/
}
.contentbar p
{
  margin-bottom: 0.5em;  
}
.contentbar h2
{
  color: #fc4e92;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.5em;
  margin-bottom: 0.5em;
  /*margin-top: 5.0em;*/
	/*color: #000000;*/
	/*font-size: 1.2em;*/
	/*font-weight: bold;*/
}
.contentbar h2 a
{
	color: #fc4e92;
	text-decoration: none;
}
.contentbar h2 a:hover
{
	color: #ff9cbf;
}
.contentbar h3
{
	margin: 1.5em 0em 0em 0em;
}
.post ul.controls
{
	padding: 0.5em 0.0em 0.5em 0.0em;
}
.post ul.controls li
{
	display: inline;
	font-size: 0.8em;
}
.post ul.controls li a
{
	background-repeat: no-repeat;
	background-position: left;
	padding: 0.0em 1.0em 0.0em 2.0em;
}
.post ul.controls li a.printerfriendly
{
	background-image: url('images/icon-printerfriendly.gif');
}
.post ul.controls li.comments a
{
	background-image: url('images/icon-comments.gif');
}
.post ul.controls li.readmore a
{
	background-image: url('images/icon-more.gif');
}






#commentlist li 
{
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}

#commentform 
{
	margin: 1em 0;
	background: #f5f5f5;
	width: 75%;
}

#commentform textarea 
{
	/*background: #f8f7f6;
	border: 1px solid #d6d3d3;*/
	width: 75%;
}
#commentform textarea:hover 
{
	/*background: #FFFFFF;
	border: 1px solid #d6d3d3;*/
}
#commentform textarea:focus 
{
	/*background: #FFFFFF;
	border: 1px solid #939793;*/
}

#commentform #email, #commentform #author, #commentform #url 
{
	font-size: 1.1em;
	/*background: #f8f7f6;
	border: 1px solid #d6d3d3;*/
	width: 75%;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover 
{
	font-size: 1.1em;
	/*background: #FFFFFF;
	border: 1px solid #d6d3d3;*/
	width: 75%;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus 
{
	font-size: 1.1em;
	/*background: #FFFFFF;
	border: 1px solid #939793;*/
	width: 75%;
}
#commentform input
{
	margin-bottom: 3px;
}




#footer
{
	width: 100%;
	color: #FFFFFF;
	font-size: 0.8em;
	margin: 2em 0em 0em 0em;
	background: #fc4e92 repeat-x top left;
}
#footer a
{
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover
{
	color: #000000;
	text-decoration: none;
}
#footer .left
{
	padding: 1.0em 0.5em 1.0em 0.5em;
}
#footer .right
{
	padding: 1.0em 0.5em 1.0em 0.5em;
}
