
/* 
-------------------------------------
STANDARD SKIN - PURPLE
-------------------------------------


=Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font:15px Arial,serif;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
	display:block;
    color:#333;
	font-size:12px;
    font-style:italic;
	font-weight:600;
	width:230px;
	float:right;
	background:url(../../images/blockquotestandard.png) top left no-repeat;
	padding-top:30px;
	}
blockquote p {
	margin-bottom:5px;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#004B91;
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #595959;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
	background: #57338a url('../../images/headerbg.jpg') repeat-x top left;
	
}

#branding {
	padding:0 0 30px 0;
	height: 100px;
	background:url(../../images/headerpurpleimagetop.jpg) no-repeat bottom right;
}
#blog-title {
	background: url("../../images/unisonlogo.png") no-repeat scroll center top;
	height: 107px;
	width: 172px;
	float:left;
	text-indent:-9999px;
	clear:right;
	margin-bottom: 10px;
}
#blog-title a {
    background: url("../../images/unisonlogo.png") no-repeat scroll center top;
	text-indent:-9999px;
	height: 107px;
	width: 172px; 
}
#blog-title a:active,
#blog-title a:hover {
    color: #005a9d;
}
#blog-homelink {
	height: 107px;
	width: 172px;
	float:left;
	text-indent:-9999px;
	clear:right;
	margin-bottom: 10px;
}

#branch-name {
	float:right;
	height: 75px;
	width: 400px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	font-family: Garamond, serif;
	font-size: 30px;
	line-height: 1em;
	font-style: italic;
	color: #FFF;
}

#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}

#belowheadgrad {
	width:100%;
	height:17px;
	background:#eeeeee url("../../images/wrapperbgd.jpg") repeat-x top left;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
	width:960px;
	height:32px;
	font-size:medium;
	overflow:visible;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: lowercase;
	margin-left:auto;
	margin-right:auto;
	background:url(../../images/headerpurpleimagebottom.jpg) bottom right no-repeat;
}

/* Extra menu container for corners*/



#menucontainer {
	display:block;
	moz-border-top-right-radius:10px;
	background:#6f519b;
	padding-right:0px;
	border:thick #0F0
}

#menu-main-menu {
	background:#6f519b;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	overflow:visible;
	padding-right:10px;
}

	
/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	padding-right:0px;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	overflow:visible;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* EXTRA UNISONTHEME MENU STYLES*/

/**** arrows and shadows not displaying in this version *****/
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	right:			.2em;
	top:			.7em; /* IE6 only */
	display:		block;
	padding-left:2px;
	width:			16px;
	height:			16px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../../images/menuarrowdown.png') no-repeat; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.7em;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
/*	background-position: -10px -100px; /* arrow hovers for modern browsers*/
/*background:#CFFBFF url(images/access-bblue-42.gif) repeat scroll 0 0; */
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { 
	background:		url('../../images/menuarrowright.png') no-repeat;
	}
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
/*	background-position: -10px 0; /* arrow hovers for modern browsers*/
	/*background:#FFF url(images/access-bblue-42.gif) repeat scroll 0 0;*/
	}

/*** THEMATIC SKIN ***/

.sf-menu {
	float:left;
}
.ie6 .sf-menu {
	margin-bottom: -1px;
}
.sf-menu a {
	padding:9px 13px;
	text-decoration:none;
}
.windows .sf-menu a {
	font-size: 14px;
	padding-top: 9px;
	padding-right: 25px;
	padding-bottom: 9px;
	padding-left: 10px;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		#6f519b;
}
.sf-menu li li {
	background:		#6f519b;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #391370;
	outline:		0;
}
.sf-menu ul {
    
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#391370;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #dedede;
}

/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
	background: #eeeeee;
    padding:20px 0 22px 0;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #595959;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.entry-title {
    font-family:"TeXGyreHerosRegular",Verdana;
    font-size:36px;
    font-weight:400;
    line-height:1em;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #595959;
}
.entry-meta {
	color:#666;
	font-size:13px;
	font-style:italic;
	line-height:18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #005a9d;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
	clear:both;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 17px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #005a9d;
}
.edit-link {
	clear:both;
	display:block;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #005a9d;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
    padding:0 0 22px 0;
	}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 89%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
	border: none !important;
	}
.gallery-caption {
	margin-left: 0;
	}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:visible;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #005a9d;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	clear:both;
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
	color:#FFF;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius-topleft: 5px 5px 0px 0px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	background:#fff url(../../images/commentbg.gif) bottom center no-repeat;
	position:relative;
	padding-top: 18px;
	padding-right: 1.5em;
	padding-bottom: 50px;
	padding-left: 1.5em;
}
#comments-list li.alt {
    background:#fff url(../../images/commentbgalt.gif) bottom center no-repeat;
}
#comments-list li.bypostauthor {
    background:#eee url(../../images/branchreplybckd.jpg) top right no-repeat;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #005a9d;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #005a9d;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #005a9d;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-10000px;
}
#respond {
	width:500px;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px;
    position:relative;
	color:#FFF;
	background:#1c700e url(../../images/commentformgrad.jpg) repeat-x top left;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow: 3px 3px 10px #333;
	-webkit-box-shadow:3px 3px 10px #333;
	box-shadow:3px 3px 10px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
}
#respond a{
	color:#CCC
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#005a9d;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
#respond span {
	color:#FFF;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #005a9d;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #005a9d;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #005a9d;
}
.aside h3 {
    font-size:15px;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none; 
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}

/* =Search bar
-------------------------------------------------------------- */
 input#s{
 background:#FFF;
 padding:2px;
 border-style:solid;
 border:1px;
 border-color:#666
 }
 input#s:focus{
 background:#FFF;
 }
 input#searchsubmit{
 background:#4baa46;
 color:#fff;
 border:none;
 }
 input#searchsubmit:hover{
 background:#339900;
 cursor:pointer;
 } 
.aside #searchsubmit {
	display: block;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
	list-style-image:url(../../images/bulletgreenarrowsmall.png);
    padding:0;
}
#primary {
	background:#e0e0e0 url(../../images/sidebaronebg.jpg) repeat-x bottom left;
	margin-bottom:22px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
}
#primary ul .main-aside {
		list-style:disc;
}
#primary h3.widgettitle {
	display:block;
	color:#666;
	font-family: "TeXGyreHerosRegular", Helvetica, Arial, cursive;
	font-stlye:regular;
	font-size: 24px;
	letter-spacing:normal;
	line-height:1.4em;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #bdbdbd;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:arial,serif;
    font-weight:normal;
    font-size:17px;
    font-style:normal;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:1px solid #ccc;
    margin-top:0px;
	background:#4c2780 url(../../images/footerbtmbg.jpg) top left repeat-x;
}
#siteinfo {
    color:#FFF;
    font-size:18px;
	font-family: Garamond, serif;
	font-style: italic;
    line-height:18px;
    padding:22px 0 22px 0;
}
#siteinfo a {
    color:#E6E6E6;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #C7C7C7;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#005a9d !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#005a9d !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}

/* HOMEPAGE CLASSES FOR UNISONTHEME */

body.home #content {
	width:620px;
	margin:0;
}

body.home #toppost {
	display:block;
	width:600px;
	background:#FFF url(../../images/posttopgradient.jpg) top left repeat-x;
	border: 1px solid #d3d3d3;
	padding: 9px;
	clear:both;
	z-index:100;
}

body.home #toppostshadow {
	display:inline-block;
	width:620px;
	height:20px;
	background:url(../../images/toppostindentshadow.png) top center no-repeat; 
	margin-bottom:5px;
	z-index:100;
}

#beforenexthomepageposts {
	display:inline-block;
	width:600px;
	padding-top:5px;
	padding-left:9px;
	padding-right:9px;
	padding-bottom:4px;
	border-bottom:solid 1px #666;
	background:url(../../images/morenewsbackgroundstandard.png) no-repeat bottom left;
}

#beforenexthomepageposts h3 {
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

#nexthomepageposts {
	display:inline-block;
	width:600px;
	padding:9px;
}

#secondhomepagepost {
	display:block;
	float:left;
	clear:right;
	width: 255px;
	padding-right: 35px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
}

#secondhomepagepost IMG {
    padding:22px 0 0 0;
}

#bulletheadlines {
	display:block;
	float:right;
	width:295px;
}

/*update this bit please*/

#bulletheadlines ul {
	list-style-image: url(../../images/newsbulletstandard.png);
    padding:0;
}

#bulletheadlines .entry-content {
    padding:0 0 0 0;
	margin-bottom: -10px;
}

body.home div.p1 {
	font-size: 120%;
	float:right;
	clear:left;
}

body.home div.p1 img {
	float:left;
	margin-right: 30px;
}

body.home div.p2 {
	font-size: 14px;
	float:right;
	clear:left;
}

body.home div.p2 img {
	float:left;
	margin-right: 5px;
}

/* EXTRA ELEMENTS FOR NORMAL SINGLE POST */

body.single #content {
	width:600px;
	margin:0;
}

#singlepostwrapper {
	display:block;
	background:#FFF url(../../images/posttopgradient.jpg) top left repeat-x;
	border: 1px solid #d3d3d3;
	padding:20px
}

#singlepostgradient {
	display:inline-block;
	width:600px;
	height:20px;
	background:url(../../images/toppostindentshadow.png) top center no-repeat; 
	margin-bottom:10px;
	z-index:100;
}

/* CUSTOM IMAGES CSS FOR UNISONTHEME */

.wp-caption {
	border:none;
	background:#666666;
	padding:0px;
}

p.wp-caption-text {
	color:#FFF;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:left;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

/*Footer widget styles*/

#footermain {
	display:block;
	width:100%;
	background:#7d7d7d url(../../images/footerbg.jpg) repeat-x top left;
	padding-bottom:15px;
}

#footercontainer {
	display:block;
	overflow:hidden;
	clear:both;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	list-style-type: none;
	list-style-image: none;
	padding: 10px;
	background:#e8e8e8;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	box-shadow:0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
}

 
#footercontainer ul {
padding-left: 15px;
}
 
#footercontainer h3 {
        color:#666;
        font-family: "TeXGyreHerosRegular", 'Arial', cursive;
		font-stlye:regular;
        font-size: 18px;
	letter-spacing:0.15em;
border:none;
margin:0px;
}
 
#footercontainer h3.widgettitle {
        color:#666;
border:none;
}
 
#footercontainer a {
display:block;
}
 
#unisontheme-footer-left {
	width:305px;
	height:inherit;
	display:block;
	float: left;
	margin-right:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-bottom:2000px;
	margin-bottom:-2000px;
	padding-top:2000px;
	margin-top:-2000px;
        }
 
#unisontheme-footer-middle {
		width:305px;
		height:inherit;
		display:block;
        float: left;
		padding-right:10px;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #999;
		padding-bottom:2000px;
		margin-bottom:-2000px;
		padding-top:2000px;
		margin-top:-2000px;
        }
 
#unisontheme-footer-right {
		width:305px;
		height:inherit;
		display:block;
        float: right;
		margin-left:5px;
        padding-bottom:2000px;
		margin-bottom:-2000px;
		padding-top:2000px;
		margin-top:-2000px;
		}		
 
#unisontheme-footer-left, #unisontheme-footer-middle, #unisontheme-footer-right {
width:32%;
}

#footercreaseshadow {
	width:550px;
	height:20px;
	background:url(../../images/wideindentfooter.png) top center no-repeat; 
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

/* UNISONTHEME WIDGETS */
	
/* Homepage Topstrip Styles */

#homepage-topstrip {
	display:block;
	padding-left:5px;
	padding-right:5px;
	width:950px;
	border:none;
	margin-top:-10px;
	margin-bottom:20px;
}

/* Homepage Top Block Styles */

.aside #homepage-topblock {
}

/* Homepage Bottom Block Styles */

#homepage-bottomblock {
	display:block;
	width:610px;
	background:#FFF url(../../images/posttopgradient.jpg) top left repeat-x;
	border: 1px solid #d3d3d3;
	padding: 9px;
	clear:both;
	z-index:100;
		border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
#homepage-bottomblock .aside ul {
    padding:0 20px;
}
#homepage-bottomblock h3.widgettitle {
    font-family:arial,serif;
    font-weight:normal;
	color:#333;
    font-size:24px;
    font-style:normal;
    padding:0 0 7px 0;
    text-transform:none;
	/*border-bottom:solid 1px #666; */
}
#homepage-bottomblock .aside ul ul {
    padding:0;
}

/* RSS Feedlinks */

#rsslinks {
	display:block;
	position:absolute;
	top:3px;
    right:5px;
	float:right;
}

#rss{
	display:block;
	width:26px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/rss.png) no-repeat;
}
#rss a{
	display:block;
	width:26px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/rss.png) no-repeat;
}