/*
Theme Name: DietDorm
Theme URI: http://www.dietdorm.com
Description: The DietDormTheme
Version: 1.0
Author: Graziano Muscas aka Gracio
Tags: Diet, Diet Plans, Diet Review, Lose Weight



*/

/* Rock and Roll */
    *{ 
	padding:0;
	margin: 0;
	line-height:20px;
	}
    body {
	font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif; 
	font-size: 62.5%;
	color:#847b78;
	background:#dafcff url(images/background.gif) repeat-x top;
	}
	#panino {
	width:1000px;
	margin:20px auto;
	}
	#subpanino {
	width:971px;
	margin:0 auto;
	background:white url(images/subpanino.png) repeat-x top;
	}
	#sidebar {
	float:right;
	width:371px;
	}
	#content {
	float:left;
	width:600px;
	}
	#footer {
	clear:both;
	}
	a{
	color:#8e96c0;
	text-decoration:none;
	}
	a:hover{
	color:#88dd85;
	text-decoration:underline;
	}
/* Top Section */

	#top {
	background:#9ee29c;
	width:971px;
	margin:0 auto;
	}
	#feed {
	float:right;
	padding-top:2px;
	}
	#feed a{
	color:white;
	font-size:1.3em;
	text-transform:uppercase;
	font-weight:bold;
	padding-right:5px;
	margin-top:3px;
	}
		#feed img{
	padding:0;
	margin:0;
	border:none;
	}
	#ss{
	background:#9ee29c;
    border:1px solid gray;
	padding:1px;
	text-transform:uppercase;
	font-weight:bold;
	color:white;
	cursor:pointer;
	}
	#s{
	
    border:1px solid gray;
	padding:1px;
	margin-right:2px;
	}
	#nav li
    {
	float:left;
	list-style:none;
	}
    #nav 
    {
	float:left;
	}
	#time
    {
	float:right;
	padding:3px 6px 3px 3px;
	font-size:1.3em;
	font-weight:bold;
	color:white;
	font-family:Verdana, Helvetica, sans-serif; 
	}
    #nav li a
    {
	color:white;
	font-weight:bold;
	border-bottom:none;
	font-size:1.2em;
	line-height:20px;
	padding:3px 5px;
	display:block;
	border-right:1px solid #a8f3a8;
	text-transform:uppercase;
	text-decoration:none;
	}
	#nav li a:hover
    {
	border-bottom:none;
	background:#88dd85;
	}
	#nav input
    {
	border:none;
	background:none;
	color:white;
	font-weight:bold;
	font-family:times new roman;
	text-transform:uppercase;
	cursor:pointer;
	text-align:left;
	margin:0;
	padding:0;
	height:20px;
	width:150px;
	}
	#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
	border-bottom:1px solid #a8f3a8;
	border-left:none;
	border-right:none;
	background:#9ee29c;
	}
    #nav li li:hover{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
	background:#88dd85;
	border-bottom:1px solid #a8f3a8;
	}
    #nav li li a, #nav li li a:link, #nav li li a:visited {
	padding:2px 10px;
	float:none;
	margin: 0px;
	border-left:none;
	border-right:none;
	font-size:95%;
	}
    #nav li li a:hover{
	background:none;
	border-left:none;
	border-right:none;
	}
     #nav li li .current_page_item 
	{ 
	background:none;
	border-left:none;
	border-right:none;
	}
    #nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}
   #nav li:hover ul {
	left: auto;
	display: block;
	}
    #nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
	/* Header */
	
	#logo {
	margin:10px;
	float:left;
	border:1px solid aqua;
	background:white;
	}
	#searchbox {
	padding:30px 10px;
	float:right;
	}
	#header {
	background:url(images/header.png) no-repeat center top;
	}
	/* Subnav */

	
	#subnav li
    {
	float:left;
	list-style:none;
	}
    #subnav 
    {
	background:#7bdbe4;
	height:26px;
	}
    #subnav li a
    {
	color:#847b78;
	font-weight:bold;
	border-bottom:none;
	font-size:1.2em;
	line-height:20px;
	padding:3px 5px;
	display:block;
	border-right:1px solid #91e5ec;
	text-transform:uppercase;
	text-decoration:none;
	}
	#subnav li a:hover
    {
	border-bottom:none;
	background:#88ceda;
	}
	#subnav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
	border-bottom:1px solid #91e5ec;
	border-left:none;
	border-right:none;
	background:#7bdbe4;
	}
    #subnav li li:hover{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
	background:#88ceda;
	border-bottom:1px solid #91e5ec;
	}
    #subnav li li a, #nav li li a:link, #subnav li li a:visited {
	padding:2px 10px;
	float:none;
	margin: 0px;
	border-left:none;
	border-right:none;
	font-size:95%;
	}
    #subnav li li a:hover{
	background:none;
	border-left:none;
	border-right:none;
	}
     #subnav li li .current_page_item 
	{ 
	background:none;
	border-left:none;
	border-right:none;
	}
    #subnav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}
   #subnav li:hover ul {
	left: auto;
	display: block;
	}
    #subnav li:hover ul, #subnav li.sfhover ul {
	left: auto;
	}
	
	/* Content_Homepage */
	
	#left_top_box{
	width:278px;
	margin:10px;
	float:left;
	min-height:100px;
	background:#dafcff url(images/boxbg.jpg) no-repeat top;
	border:1px solid #99e7ed;
	}
	#right_top_box{
	width:278px;
	margin:10px;
	float:right;
	min-height:100px;
	background:#dafcff url(images/boxbg.jpg) no-repeat top;
	border:1px solid #99e7ed;
	}
	.left_middle_box{
	width:580px;
	margin:10px;
	float:left;
	min-height:100px;
	background:#dafcff url(images/boxbglarge.jpg) no-repeat top;
	border:1px solid #99e7ed;
	}
	#right_middle_box{
	width:580px;
	margin:10px;
	float:right;
	min-height:100px;
	background:#dafcff url(images/boxbglarge.jpg) no-repeat top;
	border:1px solid #99e7ed;
	}
	#left_bot_box{
	width:278px;
	margin:10px;
	float:left;
	min-height:100px;
	background:#dafcff url(images/boxbg.jpg) no-repeat top;
	border:1px solid #99e7ed;
	
	}
	#right_bot_box{
	width:278px;
	margin:10px;
	float:right;
	min-height:100px;
	background:#dafcff url(images/boxbg.jpg) no-repeat top;
	border:1px solid #99e7ed;
	}
	#left_top_box h2,#right_middle_box h2, #left_bot_box h2{
	font-size:1.3em;
	text-transform:uppercase;
	text-align:left;
	background:#99e7ed;
	padding:3px;
	margin:5px;
	background:#9ee29c;
	color:white;
	}
	#right_top_box h2, .left_middle_box h2,#right_bot_box h2{
	font-size:1.3em;
	text-transform:uppercase;
	text-align:left;
	background:#99e7ed;
	padding:3px;
	margin:5px;
		color:#847b78;
	}
	.boxpostie{
	padding:5px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #99e7ed;
	 
	}
	.thumb{
	float:left;
	width:70px;
	height:70px;
	border:3px solid #99e7ed;
	background: white;
	padding:2px;
	margin:0 10px 0 0;
	overflow:hidden;
	}
	.entry h3{
	font-size:1.1em;
	text-transform:uppercase;
	}
	.entry h3 a{
	text-decoration:none;
	color:#a3aacb;
	}
	.entry p{
	font-size:1.3em;
	padding-top:3px;
	text-align:justify;
	}
	.entry a{
	font-size:1.2em;
	text-decoration:underline;
	color:#a3aacb;
	font-weight:bold;
	}
	#book input{
	background:none;
    border:none;
	text-transform:uppercase;
	color:white;
	font-family:times new roman;
	text-align:left;
    margin:none;
	padding-top:2px;
	padding-left:5px;
	cursor:pointer;
	font-weight:bold;
	}

	#book a:hover{
	text-decoration:none;
	}
	/* Sidebar  */
	
	.sidebox{
	list-style:none;
	background:#dafcff url(images/sidebox.jpg) no-repeat top;
	margin:10px;
	border:1px solid #99e7ed;
    padding:5px;
	margin-bottom:5px;
	}
	#sidebar a{
	font-size:1.3em;
	}
	#sidebar h2{
	font-size:1.3em;
	text-transform:uppercase;
	background:#9ee29c;
	padding:2px 2px 2px 5px;
	margin-top:3px;
	text-align:left;
	color:white;
	}
	#sidebar li li{
	list-style:none;
	background:url(images/bullet.jpg) no-repeat center left;
	padding:3px 3px 3px 20px;
	border-bottom:1px solid #d2f2f6;
	}
	#sidebar li li a{
	font-size:1.2em;
	}
	#video{
	padding:10px 20px;
	}
	
	/*  Footer  */
	
	#footer{
	background:#eceeef url(images/footer.png) repeat-x top;
	border-bottom:10px solid #7bdbe4;
	margin-top:10px;
	}
	
	#credits p{
	text-align:center;
	padding:10px 10px 2px 10px;
	font-size:1.1em;
	font-weight:bold;
	}
	#footerbox{
	padding:10px;
	}
	#footerbox li{
	list-style:none;
	margin:5px;
	}
	#footerbox li h2{
	padding:2px 3px;
	background:#9ee29c;
	color:white;
	text-transform:uppercase;
	font-size:1.2em;
	}
	#footerbox li li{
	list-style:none;
	background:url(images/bullet.jpg) no-repeat center left;
	padding:3px 3px 3px 20px;
	border-bottom:1px solid #d2f2f6;
	margin:0;
	}
	#footerbox li li a{
	font-size:1.1em;
	}
	#footer_middle_bar{
	width:300px;
	float:left;
	margin:7px;
	background:#dafcff url(images/boxbgfoot.png) no-repeat top;
	margin-left:3px;
	}
	#footer_right_bar{
	width:300px;
	float:left;
	margin:7px;
	background:#dafcff url(images/boxbgfoot.png) no-repeat top;
	}
	#footer_left_bar{
	width:300px;
	float:left;
	margin:7px;
	background:#dafcff url(images/boxbgfoot.png) no-repeat top;
	}
	/*  Content  */
	.boxpost {
	width:580px;
	margin:10px;
	background:#dafcff url(images/boxbglarge.jpg) no-repeat top;
	border:1px solid #99e7ed;
	}
	.boxpost  h2{
	padding:5px 10px;
	text-transform:uppercase;
	margin-top:3px;
	font-size:1.8em;
	}
	.boxpost  img{
	margin:0 10px 0px 0px;
	float:left;
	}
	.boxpost .entrytxt{
	padding:3px 10px;
	}
	.boxpost .data{
	margin:3px 10px;
	padding:3px;
	background:#d2f2f6;
	font-size:1.1em;
	}
	.boxpost .entrytxt p{
	font-size:1.3em;
	padding-top:7px;
	}
	.pagetitle{
	margin:5px 10px 0 10px;
	font-size:1.1em;
	padding:2px;
	}
	.boxpost .entrytxt ul, .boxpost .entrytxt ol{
	margin-left:45px;
	font-size:1.3em;
	}
	.boxpost h3{
	margin:10px;
	font-size:1.5em;
	}
		/*  Commentaria  */
		
	#commentaria{
	width:560px;
	margin:10px;
	background:#dafcff url(images/boxbglarge.jpg) no-repeat top;
	border:1px solid #99e7ed;
	padding:10px;
	}
	.banner{
	padding:10px;
	margin-bottom:5px;
	}
	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.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;
}

#commentaria p{
    font-size:1.2em;
	}
.theComment{
    margin:10px;
	border:1px solid #99e7ed;
	background:white;
	}
.autorec{
    font-size:1.5em;
	padding-bottom:5px;
	background:#99e7ed;
	padding:5px;
	float:left;
	}
.bigNumber{
    font-size:2.5em;
	float:right;
	background:#99e7ed;
	padding:5px;
	}
.ctext{
    padding:10px;
	margin-bottom:20px;
	clear:both;
	}
.ctext p{
    padding-top:3px;
	}
#commentaria h3{
   font-size:1.5em;
	}
blockquote{
   background:url(images/quote.png) no-repeat top left;
   padding:10px 10px 10px 50px;
   margin:10px;
	}
#location{
   font-size:1.5em;
   margin:10px 15px;
	}