/* 
   5 - Left /RightColumn (#leftcol/#rightcol) Style Specifications
   ----------------------------------------------- 
*/
/* Margins and Padding
   --------------------
*/
#leftcol h2~h2,
#leftcol p + h2,
#rightcol h2 ~ h2,
#rightcol p + h2 {
  padding-top:10px;
}

/* Widgets ---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 10px;
}


/* Widget Titles ---------------------------------------------------------------------- */

.title,
.widgettitle {
  clear:both;
  margin: 5px;
  font-size:8pt;
  letter-spacing:0em;
  font-weight:normal;
}

#leftcol .title,
.widgettitle {
	text-align: right;
}
 #rightcol .title,
.widgettitle {
	text-align: left;
 }

.showhide span {
  cursor: pointer;
  color: #58a;
}

/* Lists ------------------------------------------------------------------------------ */

.widget ul {
	list-style-type:none;
}
.widget li {
}

.leftcolcatlist li {
	clear:both;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	height:1.5em;
	line-height:1.5em;
	border:0px solid black;
}

.leftcolcatlist li a {
	margin:0px;
	padding:0px;
	height:1em;
	line-height:1em;
}
.leftcolcatlist li a img {
	clear:both;
	float:left;
	margin:0px;
	padding:0px;
	padding-right:5px;
	height:1.5em;
	line-height:1em;
}
.listarchives li {
	padding:0px;
}

/* Calendar --------------------------------------------------------------------------- */

#wp-calendar, #wp-calendar tr, #wp-calendar th, #wp-calendar td {
	border: 0px solid #999;
	width:100%;
	text-align:center;
	font-size:8pt;
}
#wp-calendar table { 
   text-align: center;
   margin: 0px auto;
   border-collapse:collapse;
   border-top-width: 0;
   border-bottom-width: 0;
}
#wp-calendar td {
	border-width: 0;
	border-left-style: solid;
	border-right-style: solid;
}
#wp-calendar tr, #wp-calendar td {
   vertical-align: middle;
}
#wp-calendar th, #wp-calendar td {
	padding: 0;
	width:14%;
	min-width: 14%;
	max-width: 14%;
  	font-size:8pt;
}
#wp-calendar th {
   color: #000;
   border-bottom-width: 1px;
   border-bottom-color: #000;
}
#wp-calendar a {
  display: block;
}
#wp-calendar caption
{
  text-align: center;
  width: 100%;
  margin-bottom:5px;
}
#wp-calendar #today {
  font-weight:bold;
}
/* Social Icons ----------------------------------------------------------------------- */

.sidebar-social-icons {
	height:40px;
}
a.sidebar-social-icon {
  float:right;
  width:40px;
  height:40px;
  text-indent:-9999px;
  overflow:hidden;
}
