/*   
Theme Name: Franhealy
Theme URI: http://www.franhealy.com/
Description: Fran's own design
Author: Fran Healy
Author URI: http://www.franhealy.com/
.
This is not available for use anywhere outside of franhealy.com.
.
*/

/* general settings */
html, body{
	width:100%;
	height:100%;}
body {
	margin:0;
	color:#fff;
	display:table;
	font:12px/14px Verdana, Arial, Helvetica, sans-serif;
	min-width:802px;
	background:#000 url(images/bg-body.gif) repeat-y 50% 4px;
}
img{border-style:none;}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
/* wrapper */
#wrapper{
	width:802px;
	margin:0 auto;
	overflow:hidden;
	padding:31px 0;
}
/* header */
#header{
	width:100%;
	margin:0 0 47px;
}
/* logo */
#header h1{margin:0;}
a.logo{
	display:block;
	width:802px;
	height:69px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/logo.gif) no-repeat;
}
/* main */
#main{
	width:100%;
	overflow:hidden;
}
/* content */
#content{
	float:left;
	width:544px;
	padding:0 0 0 20px;
}
.post{
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
}
/* heading h2 */
#content h2{
	margin:0;
	font-weight:normal;
	font-size:24px;
	line-height:26px;
	letter-spacing:5px;
}
#content p{
	letter-spacing:1.5px;
	word-spacing:2px;
	margin:0 0 20px;
}
#content .info{
	margin:0;
	text-align:right;
}
.date{font-style:normal;}
/* sidebar */
#sidebar{
	float:right;
	width:200px;
	margin:26px 0 0;
}
#sidebar h2{
	margin:0;
	font-weight:normal;
	font-size:18px;
	line-height:30px;
	letter-spacing:5px;
}
/* navigation */
#sidebar ul {
	margin:0;
	padding:0 0 2px;
	list-style:none;
}
#sidebar li{
	padding:0 0 0 28px;
	letter-spacing:1.5px;
}
/* rss icon */
.rss{margin:0 12px 0 -28px;}
.rss img{vertical-align:top;}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.alignleft {
        float: left;
}

.alignright {
        float: right;
}
p.audioplayer_container {
  text-align: center;
}
li.easysignup {
  color: #edc122;
}

