/*
Theme Name: Aclide
Theme URI: http://www.kaushalsheth.com/
Design Name: Aclide
Description: 2 Column Simple yet Powerful theme based on Simplex.
Version: 2.0
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com



Last modified on 26 June , 2007.
*/
body {background: #02054a; font: 60% Lucida Grande, sans-serif; font-size:12px; text-align:justified; }

#containers {
border-left:1px solid #111;
border-right:1px solid #111;
padding:0px;
background:#fff none repeat scroll 0 0;
width:752px;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 15px;
	list-style-type: none;
}
#sidebar ul li a, a:visited {
	padding-left: 1.5em;
        list-style-image:http://www.thelifedesigners.com/blog/images/deactive.png;
        text-decoration:underline;
        list-style-type: square;
}
#sidebar ul li a:hover {
	padding-left: 1.5em;
        list-style-image:images/deactive.png;
        text-decoration:none;
        color:#ff0000;
        list-style-type: square;
}

#sidebar li {
list-style:none;
}

/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 40em
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 40em
}
#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: 180px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 180px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 180px;
}
#commentform input{
margin-bottom: 3px;
}
input {

	border: 1px solid #CCC;
	font-size: 11px;
}

input:hover {
	border:1px solid #262626;
	
}
input:focus {
	border:1px solid #262626;
	color:#333;
}


/* sidebar
--------------------------------------------------*/

#wp-calendar {color:#A0A0A0;}

#sidebar table caption {border-bottom-color:#00000;}

#sidebar table thead tr {
  border-bottom-color:#00000;
  color:#2F4F4F;
}

#sidebar table th {border-bottom-color:#00000;}

#sidebar table td#today {
  border-color:#00000;
  color:#2F4F4F;
}

#sidebar table td a {
  border-bottom-color:#00000;
  background-color:#EFEFEF;
}

#sidebar table tfoot {border-top-color:#00000;}

#sidebar table tfoot a {background:none;}


#sidebar table caption {
  margin:-5px 10px 0 10px;
  padding-bottom:5px;
  border-bottom:1px solid;
  letter-spacing:0.1em;
}

#sidebar table thead tr {border-bottom:1px solid;}

#sidebar table th {border-bottom:1px solid;}

#sidebar table td {
  width:150px; /* maximaize width; honestly, I don't know much about tables... */
  padding:1px;
  font-size:0.9em;
}

#sidebar table td#today {
  padding:0;
  border:1px solid;
  font-size:1em;
  font-weight:bold;
}

#sidebar table td a {
  display:block;
  border-bottom:1px solid;
  font-weight:bold;
  font-size:1.15em;
}

#sidebar table tfoot {border-top:1px solid;}

#sidebar table tfoot a {
  border:none;
  font-weight:bold;
}

#sidebar table tfoot #prev a {text-align:left;}
#sidebar table tfoot #next a {text-align:center;}