/* 
Blogger Template Style
Name:     ingamendola
Author:   Francesco Amendola
URL:      www.ingamendola.it
Date:     June 2005

Original Blogger Template Style
Name:     TicTac (Blueberry)
Author:   Dan Cederholm
URL:      www.simplebits.com
Date:     1 March 2004
*/

/* ---( page defaults )--- */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: justify;
	color: #003366;
	background: #fbfdfe;
}

blockquote {
  margin: 10px 30px 10px 30px;
 padding: 10px 0 0 20px;
 font-size: 88%;
 font-style: oblique;
 line-height: 1.5em;
 color: Maroon;
 background: url(http://www.ingamendola.com/images/quote.gif) no-repeat;  }

blockquote p {
  margin-top: 0;
  }

abbr, acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }

code {
  color: #996666;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

/* unordered list style */

ul {
  list-style: none;
  margin: 0;
  padding: 5px 20px 30px 20px;
  border-bottom: 1px solid #ddd;
  }

li {

 padding-left: 20px;
 margin-bottom: 3px;
 }


/* links */

a:link {
  color: #0066CC;
  text-decoration: none;
  }

a:visited {
text-decoration: none;
 }

a:hover {
 text-decoration: underline;
 }

a:active {
 text-decoration: underline;
 }

table{
	width: 100%;
}
 
table.menu {
		width: 130px;
	margin-left: 20px;
	text-align: center;
	font-weight: bold;
}

table.menu td {
	border: 2px solid #77A5D5;
	height: 25px;
	background-color: #F7FBFF;
}

a.menu {
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00008B;
	padding: 5px;
}

a.menu:hover {
	background-color: #77A5D5;
	color: #F7FBFF;
	text-decoration: none;
}

a.menu:visited {
text-decoration: none;
}

a.menu:active {
text-decoration: none; 
 }
 


/* ---( layout structure )---*/

#wrap {
	width: 847px;
	margin: 0 auto;
	text-align: left;
	background: url(http://www.ingamendola.com/images/tile.gif) repeat-y;
}

#content {
  margin-left: 62px; /* to avoid the BMH */
  }

#main-content {
  float: left;
  width: 460px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 1.5em;
  }

#sidebar {
	margin: 0 41px 0 547px;
	padding: 0 0 0 0;
	font-size: 90%;
	color: #6699cc;
  }

/* ---( header and site name )--- */

#blog-header {
	margin: 0;
	padding: 0;
	font-family: "Monotype Corsiva", sans-serif;
	background: url(http://www.ingamendola.com/images/top_div_blue.gif) no-repeat top left;
  }

#blog-header h1 {
	margin: 0;
	padding: 45px 60px 50px 160px;
	font-size: 300%;
	color: #fff;
	text-shadow: #4F73B6 2px 2px 2px;
	background: url(http://www.ingamendola.com/images/top_h1_blue.gif) no-repeat bottom left;
}

#blog-header h1 a {
  text-decoration: none;
  color: #fff;
  }

#blog-header h1 a:hover {
  color: #eee;
  }

/* ---( main column )--- */

h2.date-header {
	margin-top: 0;
	padding-left: 14px;
	font-size: 90%;
	color: #003366;
	background: url(http://www.ingamendola.com/images/date_icon_blue.gif) no-repeat 0 50%;
}

h3.post-title {
  margin-top: 0;
  font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
  font-size: 130%;
  letter-spacing: -1px;
  color: #993333;
  }

.post {
	margin: 0 0 1.5em 0;
	padding: 0 0 1.5em 14px;
	border-bottom: 1px solid #ddd;
	text-align: justify;
}

.post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 88%;
  color: #999;
  background: url(http://www.ingamendola.com/images/tick_grey.gif) no-repeat 0 8px;
  }

.post img {
  padding: 6px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }
  
.post  li {
 list-style: none;
 padding-left: 0px;
 margin-bottom: 3px;
 }

#indet {
	margin-left: 30px;
	margin-top: 50px;
	margin-bottom: 25px;
}
  
    
/* comment styles */

#comments {
  padding-top: 10px;
  font-size: 85%;
  line-height: 1.5em;
  color: #666;
  background: #eee url(http://www.ingamendola.com/images/comments_curve.gif) no-repeat top left;
  }

#comments h4 {
  margin: 20px 0 15px 0;
  padding: 8px 0 0 40px;
  font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
  font-size: 130%;
  color: #666;
  background: url(http://www.ingamendola.com/images/bubbles.gif) no-repeat 10px 0;
  height: 29px !important; /* for most browsers */
  height /**/:37px; /* for IE5/Win */
  }
  
#comments ul {
  margin-left: 0;
  }

#comments li {
  background: none;
  padding-left: 0;
  }
  
.comment-body {
  padding: 0 10px 0 25px;
  background: url(http://www.ingamendola.com/images/tick_blue.gif) no-repeat 10px 5px;
  }

.comment-body p {
  margin-bottom: 0;
  }

.comment-data {
  margin: 4px 0 0 0;
  padding: 0 10px 1em 60px;
  color: #999;
  border-bottom: 1px solid #ddd;
  background: url(http://www.ingamendola.com/images/comment_arrow_blue.gif) no-repeat 44px 2px;
  }

.deleted-comment {
  font-style:italic;
  color:gray;
  }

/* ---( sidebar )--- */

h2.sidebar-title {
	margin: 0 0 0 0;
	padding: 25px 0 0 50px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 130%;
	color: #425c88;
	height: 32px;
	background: url(http://www.ingamendola.com/images/sidebar_icon.gif) no-repeat 20px 15px;
	
}

#sidebar ul, #sidebar p {
  margin: 0;
  padding: 5px 20px 30px 20px;
  border-bottom: 1px solid #ddd;
  }

#sidebar li {
  background: url(http://www.ingamendola.com/images/tick_blue.gif) no-repeat 0 5px;
  }

/* profile block */

.profile-datablock {
  margin: 0;
  padding: 5px 20px 0 20px;
  }

.profile-datablock dd {
  margin: 0;
  padding: 0;
  }

.profile-img img {
  float: left;
  margin: 0 10px 0 0;
  padding: 4px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  background: #fff;
  }

#sidebar p.profile-link {
  padding-left: 36px;
  background: url(http://www.ingamendola.com/images/profile_blue.gif) no-repeat 20px 4px;
  }

p#powered-by, #sidebar p.profile-textblock {
  margin-top: 1em;
  border: none;
  }

/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
  }

#footer {
	margin: 0;
	padding: 0 0 9px 0;
	font-size: 85%;
	color: #ddd;
	background: url(http://www.ingamendola.com/images/bottom_sill.gif) no-repeat bottom left;
	text-align: right;
}

#footer p {
	margin: 0;
	padding: 20px 320px 20px 95px;
	background: url(http://www.ingamendola.com/images/bottom_sash.gif) no-repeat top left;
}

.cw {
	text-align: center;
	line-height: 30px;
}


table.link {
  margin-top: 0;
  font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: -1px;
  color: #993333;
  }
