/* 2tix modifications V1.0 October 2010 */

/*
	Theme Name: News Child Theme
	Theme URL: http://j.mp/9GSaMC
	Description: News is a 2 or 3-column Widget-ready child theme created for the Genesis Theme Framework.
	Author: StudioPress
	Author URI: http://j.mp/9GSaMC
	Version: 1.0

	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: url(images/paper_1.jpg); /* 2tix */
/*	background: #EAEAEA; 2tix */
	color: #333333;
	/* font-size: 12px; 2tix */
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	margin: 0 auto 0;
	padding: 0;
	/* line-height: 20px; 2tix */
	}

hr { /* 2tix - (no operator) */
	width: 70%;
	height: 1px;
	border-width: 0;
	background-color: #ddd;
	margin: 1em auto 2em;
	padding: 0;
	}

#hr { /* 2tix - Safari <hr /> overlap bug <div id="hr"></div> */
	clear: none;
	width: 70%;
	height: 1px;
	border-top: 1px solid #ddd;
	margin: 1em auto 2em;
	padding: 0;
	}

* html #hr { /* 2tix - IE6 Safari <hr /> overlap bug <div id="hr"></div> */
	width: 50%;
	height: 1px;
	border-top: 1px solid #ddd;
	margin: 1em auto 2em;
	padding: 0;
	}

* + html #hr { /* 2tix - IE7 Safari <hr /> overlap bug <div id="hr"></div> */
	width: 50%;
	height: 1px;
	border-top: 1px solid #ddd;
	margin: 1em auto 2em;
	padding: 0;
	}

sup { /* 2tix */
	font-family: Times, serif;
	font-size: .75em;
	vertical-align: super;
	padding-left: 1px;
	}

::selection { /* 2tix - Chrome text highlight */
	background: #4b6ca3;
	color: #fff;
	}

::-moz-selection  { /* 2tix - Firefox text highlight */
	background: #4b6ca3;
	color: #fff;
	}

.hide { /* 2tix */
	display: none !important;
	visibility: hidden !important;
}

.show { /* 2tix */
	display: block !important;
	visibility: visible !important;
}

#content .post div.way ol li, #content .page div.way ol li  { /* 2tix - for way contents */
	list-style-position: outside;
	margin-left: 4em;
	padding: 0;
	text-align: left;
	}

	#content .post p .left, #content .page p .left {
	display: inline-block;
	text-align: left;
	}

#content .post .leftbloc p, #content .page .leftbloc p, #content .post .leftbloc li, #content .page .leftbloc li {
	text-align: left;
	}

#content .FAQ h3 { /* 2tix */
	text-align: left;
	/* font-size: 1em; */
	font-style: italic;
	}

.small {
	font-size: .81em;
	}

.medium {
	font-size: .94em;
	}

.large {
	font-size: 1.38em;
	}

/***** 2tix Functions *******************/

.related-box { /* Related Content text widget div */
	}

#feed-link { /* Comments feed link div (tix_title_comments) */
	display: inline;
	float: right;
	margin: -1.06em 10px 0 0;
	}

.author-box #feed-link, .taxonomy-description #feed-link { /* Posts feed link for the author-box */
	margin: .25em 0 0 0;
	}

* html .author-box #feed-link, * html .taxonomy-description #feed-link { /* IE6 Posts feed link for the author-box */
	margin: -.88em 0 0 0;
	}

* + html .author-box #feed-link, * + html .taxonomy-description #feed-link { /* IE7 Posts feed link for the author-box */
	margin: -.88em 0 0 0;
	}

#tix-results-bar { /* Results per page */
	float: left;
	/* background: #F4F4F4;*/
	margin: 0 0 14px 0;
	padding: 6px 10px 6px 10px;
	font-size: .88em;
	border: 1px solid #DDDDDD;
	}
	
#comments li .comment-author.vcard.contributor-highlight, #comments li .comment-author.vcard.author-highlight, #comments li .comment-author.vcard.administrator-highlight { /* Contributor and Administrator comment highlighting */
	background-color: #f0f0f0 !important;
	border: solid 1px #f0f0f0 !important;
	}

#comments li .comment-author.vcard.moderator-highlight, #comments li .comment-author.vcard.editor-highlight { /* Moderator and Editor comment highlighting */
	background-color: #d3ebfa !important;
	border: solid 1px #d3ebfa !important;
	}

#comments li.bypostauthor .comment-author.vcard.author-highlight { /* Post-author comment highlighting */
	background-color: #faedc7 !important;
	border: solid 1px #faedc7 !important;
	}

#comment-policy-box { /* Comment policy text block */
	font-size: .81em;
	margin: -1em 0 .5em 10px;
	padding: 0;
	}

#floor { /* Page end-space */
	margin: 10px auto;
	position: relative;
	width: 960px;
	height: 300px; /* adjust accordingly */
	}

#sidebar .sort-bar {
	margin: -4px 0 0 4px;
	font-size: .81em;
	}

#sidebar .sort-bar a {
	font-weight: normal;
	}

#nav .social img {
	vertical-align: -7%;
	}

/***** 2tix Plugins ********************/

#tix-contact { /* Contact form hide/reveal. See also .searchsubmit & .searchsubmit:hover below */
	width: 345px;
	}

#chgfontsizeoptions {
	float: right;
	padding: 0 20px 0 0;
	position: absolute;
	bottom: 1.44em;
	right: 0;
	}

#global-translator {
	float: right;
	clear: right;
	padding: 0 20px 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
	}

#global-translator img {
	padding: 0 2px;
	}

#aw_popup  {
	font-size: 13px; /* 2tix - fixed to prevent resizing */
	-moz-box-shadow: 4px 6px 8px #555;
	-webkit-box-shadow: 4px 6px 8px #555;
	shadow: 4px 6px 8px #555;
	}

#aw_popup .h2 {
	font-size: 12px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	shadow: none;
	}

.sectionindex, .anchor { /* 2tix */
    vertical-align: top;
	width: 0 !important; /* #author clash on Works page */
	font-size: 0 !important; /* #author clash */
	padding: 0 !important; /* #author clash */
	border: 0 !important; /* #author clash */
	margin: 0 !important; /* #author clash */
    line-height: 0;
	}

#sidebar .sectionindex-anchor-list li  {
	background: none;
	list-style: decimal;
	margin-left: 2.63em;
	padding-left: 0;
	}

#sidebar .sectionindex-anchor-list li  a{
	color: #333;
	}

#sidebar .sectionindex-anchor-list li  a:hover{
	color: #255aaa;
	}

.back_to_top { /* for sectionindex plugin */
	font-family: Georgia, "Century Schoolbook L", Times, serif;
	margin-left: 3px;
	}

#sidebar .video-widget {
	margin: -5px 0 0 0;
	padding: 0;
	}

#sidebar .video-widget .video_widget_after_video {
	text-align: center;
	margin: 0 0 -5px 0;
	padding: 5px 0 0 0;
	}

#sidebar .video-widget .video_widget_before_video {
	text-align: center;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	}

#content .sociable ul { /* override css in Sociable */
	position: relative;
	left: -246px;
	bottom: 0px;
	margin: 0 0 10px 0 !important;
	float: right !important;
	}

#content .entry-content .sociable ul li {
	padding: 0 2px 0 2px !important;
	}

#content .entry-content .sociable ul a:hover  {
	border-bottom: 0;
	}

.relevance { /* Relevanssi's relevance rating ('breakdown format') */
	color: #255aaa;
	font-size: .75em;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
	font-weight: bold;
	}

.relevanssi-query-term { /* Relevanssi's search term highlight (CSS must be selected in plugin) */
	color: #255aaa;
	font-size: .75em;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
	font-weight: bold;
}

#siteindex {
	float: left;
	width: 100%;
	margin-bottom: 2em;
	text-align: left;
	}

#content .page #siteindex ul li {
	text-align: left;
	}

#left-siteindex {
	width: 37%;
	float: left;
	margin-left: 50px;
	}

#right-siteindex{
	float: right;
	margin-right: 80px;
	}

#content #siteindex h3 {
	font-size: 1.14em;
	font-weight: normal;
	}

#siteindex ul {
	list-style-image: url("/wp-content/themes/news/images/sidebar-list-2.gif"); /* prefix "/wordpress" for localhost */
	list-style-type: disc;
	}

#content #siteindex ul li {
	margin-left: 20px;
	padding: 0;
	}

.azindex .head { /* 2tix - these are also available in the AZIndex options page */
	}

.azindex .subhead {
	}

.azindex .desc {
	float: left;
	font-size: .81em;
	padding-left: 8px;
	}

.azindex {
	padding: 32px 0 20px 0;
	}

.azindex h2 {
	padding-top: 0;
	margin-top: 0
	}

.azindex h2 .azcont {
	font-size: .63em;
	font-style: italic;
	}

.azindex ul {
	list-style: none;
	padding: 0 4px 0 4px;
	margin: 0;
	font-size: .81em;
	line-height: .88em;
	}

.azindex ul li {
	clear: both;
	padding-bottom: .5em !important;
	line-height: 1.25em;
	}

.azindex ul li.azalt {
	float: left;
	width: 100%;
	background-color: lightgray;
	}

.azindex .spacer {
	height: 8px;
	}

.azlinks {
	text-align: center;
	font-family: Georgia, "Century Schoolbook L", Times, serif;
	font-weight: bold;
	}

.azlinkspacer {
	height: 0;
	}

.azpagelinks a {
	color: #255aaa;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.azpagelinks a:hover {
	background: #F4F4F4;
	color: #255aaa;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

.aznavdisabled {
	display: none;
	visibility: hidden;
	}

.azpagelinks .azdisabled {
	background: #F4F4F4;
	color: #666666;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

/*
#sidebar .popular-posts img { / 2tix - thumbnails 56px x 56px /
	float: left;
	position: relative;
	bottom: -4px;
	}

#sidebar .popular-posts li { / 2tix - excerpts /
	text-align: justify;
	margin-bottom: 8px;
	}
*/

#alo_easymail_page {
	width: 300px;
	}

#alo_easymail_widget_text, #alo_easymail_form {
	background: url(images/enews.png) no-repeat 2px 5px;
	margin: 0;
	padding: 0 0 0 36px;
	line-height: 1.5;
	}

#alo_em_widget_loading, #alo_easymail_widget_feedback   {
	margin: 0;
	padding: 0 0 4px 38px;
	font-size: .81em;
	line-height: 1.5;
	}

.alo_easymail_lists_table  {
	margin: 0 0 0 36px;
	padding: 4px 0 4px 0;
	}

.alo_easymail_options, .alo_easymail_lists_table, #alo_easymail_widget_text  {
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
	font-size: .81em;
	}

.alo_easymail_disclaimer  {
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
	font-size: .81em;
	margin: 5px 0 0 2px;
	}

.alo_easymail_lists_table td {
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
	}

#opt_name, #opt_email, .subscribe-form-field {
	background: #F4F4F4 !important;
	width: 110px;
	color: #222222;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
	font-size: .75em;
	padding: 3px 0 3px 4px;
	margin: 5px 6px 0 0;
	border: 1px solid #DDDDDD;
	}

#alo-submit, .alo-submit, .subscribe-form-button  {
	background: #444444;
	color: #FFFFFF;
	font-size: .81em;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #444444;
	}

.subscribe-form-button  { /* in addition to above */
	float:right;
	}

#alo-submit:hover, .alo-submit:hover, .subscribe-form-button:hover {
	background: #4b6ca3;
	border: 1px solid #4b6ca3;
	}

.alo_easymail_widget_error { /* error msg */
    color:#f00;
}
.alo_easymail_widget_ok { /* success msg */
    color: #255aaa;
}

.reloaded-label {
	font-size: .81em;
	vertical-align: 8%;
	}

.reloaded-notice {
	margin: 0 0 1em 10px;
	padding: 0;
	font-size: .81em;
	}

#content ul#subscribe-reloaded-list {
	list-style-type: none;
	margin: 0;
	padding: 0 0 .63em 10px;
	font-size: .88em;
	}

div#fancy_overlay { /* Fancybox */
	background-color: #fff !important;
}

div#fancy_title {
	bottom: -40px !important;
}

div#fancy_outer {
    padding-bottom: 40px !important;
}

div#fancy_inner {
	border: 0 !important;
}

.gallery-caption {
	font-family: Georgia, "Century Schoolbook L", Times, serif; /* 2tix */
	font-size: .81em;
	}
	
#content .captchaSizeDivSmall {
	padding-top: 10px;
	margin-bottom: -30px;
	}

#content img.captchaImgRefresh {
	background: none;
	padding: 0;
	border: 0;
	}

.comment-form-author, .comment-form-email, .comment-form-url {
	font-size: 0.88em;
	}

.comment-form-url {
	display: none;
	}

/***** Hyperlinks ********************/

a, a:visited {
	color: #255aaa; /* 2tix - change to #004566 */
	text-decoration: none; /* 2tix */
	}

a:hover {
	color: #111; /* 2tix - was #AC0101*/
	/* text-decoration: none; 2tix */
	}

a img {
	border: none;
	}

a:focus, a:hover, a:active {
	outline: none;
	}

#sidebar a { /* 2tix */
	font-weight: bold;
	}

#content-sidebar-wrap p a:hover, #content-sidebar-wrap  h2 a:hover, #content-sidebar-wrap li a:hover, #content-sidebar-wrap .post-info a:hover, #content-sidebar-wrap table a:hover, #content-sidebar-wrap .post-meta a:hover, #footer a:hover, .breadcrumb a:hover, #content h1 a:hover { /* 2tix - use specific instances to avoid problems with bottom-border on images etc. Note display problem with Explorer (q.v.) */
	border-bottom: 1px dotted;
	}

#content-sidebar-wrap .ui-tabs-nav a:hover, #content-sidebar-wrap .byline a:hover, #content-sidebar-wrap .ui-tabs .more-link:hover, #content-sidebar-wrap p.attachment a:hover { /* 2tix - turn off bottom-border */
	border-bottom: 0;
	}

#content-sidebar-wrap .navigation  a:hover { /* 2tix - maintain existing bottom-border */
	border-bottom: 1px solid #DDDDDD;
	}

/***** Wrap ********************/

#wrap {
	background: #FFFFFF;
	width: 960px;
	margin: 10px auto 10px;
	padding: 0;
	position: relative;
	border: 1px solid #CCCCCC;
	}

/***** TopNav ********************/

#topnav {
	line-height: 15px; /* 2tix - compensating for line-height removal from BODY tag */
	width: 940px;
	margin: 0 auto 0;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	}

#topnav p {
	font-size: .69em; /* 2tix */
	padding: 0;
	margin: 0;
	}

.topnav-left {
	width: 225px;
	float: left;
	margin: 0;
	padding: 5px 0 0 10px;
	}

.topnav-right {
	width: 700px;
	float: right;
	margin: 0;
	padding: 3px 0 0 0;
	}

/***** Header  ********************/

#header {
	width: 960px;
	height: 80px;
	margin: 0;
	padding: 0;
	}

#header .wrap {
	}

#title-area {
	width: 460px;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	overflow: hidden;
	}

#title-area #title {
	color: #111111;
	font-size: 2.25em; /* 2tix */
	font-family: Georgia, "Century Schoolbook L", Times, serif; /* 2tix */
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	line-height: 1.25; /* 2tix */
	}

#title-area #title a {
	color: #111111;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

#title-area #title a:hover {
	color: #111111;
	text-decoration: none;
	}

#title-area #description {
	color: #666666;
	font-family: Georgia, "Century Schoolbook L", Times, serif; /* 2tix */
	font-size: .94em; /* 2tix */
	font-style: italic;
	font-weight: normal;
	margin: -3px 0 0 2px;
	padding: 0 0 0 20px;
	}

#header .widget-area {
	width: 488px;
	height: 4.25em; /* 2tix */
	float: right;
	margin: 0;
	padding: 0 0 0 0; /* 2tix */
	position: relative; /* 2tix */
	}

#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}

#header .widget-area h4 {
	color: #333333;
	font-size: .88em; /* 2tix */
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0;
	text-decoration: none;
	}

#header .widget-area ul {
	margin: 0;
	padding: 0;
	}

#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}

/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block;
	float: left;
	width: 420px;
	height: 80px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}

.header-image #title-area #description {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area h1, .header-full-width #title-area h1 a, .header-full-width #title-area h4, .header-full-width #title-area h4 a {
	width: 960px;
	}

/***** Header Pages/Category Widget Menu ********************/

#header ul.nav {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}

#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#header ul.nav li a {
	background: #333333;
	color: #FFFFFF;
	display: block;
	font-size: .75em; /* 2tix */
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #666666;
	position: relative;
	}

#menu-navigation-top .current-menu-item a, #menu-navigation .current-menu-item a { /* 2tix */
	/* color: #4B6CA3;
	font-weight: bold; */
	}

#menu-navigation-about .current-menu-item a, #menu-navigation-index .current-menu-item a { /* 2tix */
	/* color: #111;
	background: #fff; */
	}

#header ul.nav li a:hover, #header ul.nav li a:active { /* 2tix */
	background: #000000;
	color: #FFFFFF;
	}

#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
	}

#header ul.nav li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}

#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px;
	font-size: .69em; /* 2tix */
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}

#header ul.nav li li a:hover, #header ul.nav li li a:active {
	background: #000000;
	}

#header ul.nav li li a .sf-sub-indicator {
	top: 10px;
	}

#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a {
	width: 160px;
	}

#header ul.nav li ul a:hover, #header ul.nav li ul a:active {
	}

#header ul.nav li ul ul {
	margin: -33px 0 0 179px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover {
	position: static;
	}

/***** Nav Menu ********************/

#nav {
	width: 940px;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	color: #111111;
	margin: 0 auto 0;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	clear: both;
	}

#nav .wrap {
	line-height: 15px; /* 2tix - compensating for line-height removal from BODY tag */
	}

/***** SubNav Menu ********************/

#subnav {
	width: 940px;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	color: #fff; /* 2tix */
	background: #4b6ca3; /* 2tix */
	margin: 0 auto 0;
	/* padding: 5px 0 5px 0; 2tix */
	text-transform: uppercase;
	/* border-bottom: 1px solid #DDDDDD; 2tix */
	overflow: hidden;
	clear: both;
	}

#subnav .wrap {
	/* line-height: 15px; 2tix - compensating for line-height removal from BODY tag */
	}

/***** Navigation ********************/

#topnav ul {
	float: right;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	}

#nav ul, #subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#topnav li, #nav li, #subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#topnav li a, #nav li a { /* 2tix */
	color: #111111;
	display: block;
	font-size: .75em; /* 2tix */
    margin: 0;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	position: relative;
	}

#subnav li a { /* 2tix */
	color: #fff;
	display: block;
	font-size: .75em;
    margin: 0;
	padding: 4px 10px 4px 10px;
	border-left: 1px solid #7995c4;
	text-decoration: none;
	position: relative;
	}

#topnav li a:hover, #topnav li a:active, #nav li a:hover, #nav li a:active { /* 2tix */
	background: #4b6ca3;
	color: #FFFFFF;
	}

#subnav li a:hover, #subnav li a:active { /* 2tix */
	background: #444;
	color: #FFFFFF;
	}

#topnav li a.sf-with-ul, #nav li a.sf-with-ul, #subnav li a.sf-with-ul {
	padding-right: 10px;
	}

#topnav li a .sf-sub-indicator, #nav li a .sf-sub-indicator, #subnav li a .sf-sub-indicator {
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	}

#topnav li li a, #topnav li li a:link, #topnav li li a:visited, #nav li li a, #nav li li a:link, #nav li li a:visited, #subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #4b6ca3;
	color: #FFFFFF;
	width: 138px;
	font-size: .75em; /* 2tix */
	margin: 0 0 0 0px; /* 2tix */
	padding: 3px 10px 3px 10px; /* 2tix */
	border-top: 1px solid #ccc; /* 2tix */
	border-left: 1px solid #ccc; /* 2tix */
	border-right: 1px solid #ccc; /* 2tix */
	position: relative;
	}

#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	width: 158px;
	}

#topnav li li a:hover, #topnav li li a:active, #nav li li a:hover, #nav li li a:active, #subnav li li a:hover, #subnav li li a:active {
	background: #444444;
	color: #FFFFFF;
	}

#topnav li li a .sf-sub-indicator, #nav li li a .sf-sub-indicator, #subnav li li a .sf-sub-indicator {
	top: 10px;
	}

#topnav li ul, #nav li ul, #subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#topnav li ul {
	width: 180px;
	}

#nav li ul a, #subnav li ul a {
	width: 140px;
	}

#topnav li ul a {
	width: 160px;
	}

#topnav li ul a:hover, #topnav li ul a:active, #nav li ul a:hover, #nav li ul a:active, #subnav li ul a:hover, #subnav li ul a:active {
	}

#nav li ul ul, #subnav li ul ul {
	margin: -25px 0 0 159px;
	}

#topnav li ul ul {
	margin: -25px 0 0 179px;
	}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfHover ul ul, #topnav li.sfHover ul ul ul, #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfHover ul, #topnav li li.sfHover ul, #topnav li li li.sfHover ul, #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#topnav li:hover, #topnav li.sfHover, #nav li:hover, #nav li.sfHover, #subnav li:hover, #subnav li.sfHover {
	position: static;
	}

/***** Primary Navigation Extras ********************/

#nav li.right {
	float: right;
	display: inline; /* 2tix - hack for Chrome alignment bug */
	margin: 0;
	padding: 2px 12px 2px 2px; /* 2tix */
	}

@-moz-document url-prefix() { /* 2tix - hack for Firefox alignment bug */
	#nav li.right {	margin: -2px 0 0 0; }
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #111111;
	font-weight: normal;
	text-decoration: none;
	}

#nav li.right a:hover {
	background: url(images/rss.png) no-repeat left center; /* 2tix - hack for IE6 background bug */
	color: #111111;
	text-decoration: underline;
	}

#nav li.date {
	}

#nav li.rss a { /* 2tix - normal code which all browsers recognise - see next */
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}

* html #nav li.rss a { /* 2tix - hack which only IE6 will recognise - see previous */
	zoom:1;	/* 2tix - hack for IE6 background layout bug */
	margin: -4px 10px 0 0; /* 2tix - hack for IE6 display bug */
	}

#nav li.search {
	padding: 0 10px 0 10px;
	}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}

#nav li.social, #nav li.social a, #nav li.social a:hover { /* 2tix */
	background: none;
	text-decoration: none;
	}

/***** Inner ********************/

#inner {
	width: 940px;
	margin: 10px auto 10px;
	padding: 0;
	}

/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }

.sidebar-content #inner {
    }

.content-sidebar-sidebar #inner {
    }

.sidebar-sidebar-content #inner {
    }

.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }

/***** Tabs ********************/

.ui-tabs {
	clear: both;
	width: 610px;
	min-height: 271px; /* 2tix */
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 9px;
	border: 1px solid #DDDDDD;
	}

#content .ui-tabs .post {
	margin: 0;
	padding: 0;
	}

.ui-tabs .ui-tabs-hide { /* hide tabs */
     display: none;
	}

.ui-tabs .ui-tabs-panel {
	width: 610px;
	margin: 0;
	padding: 0;
	}

.ui-tabs ul.ui-tabs-nav {
	list-style-type: none;
	margin: 5px 0 15px 0;
	padding: 0;
	font-size: .75em; /* 2tix */
	clear: both;
	}

* html .ui-tabs ul.ui-tabs-nav li { /* 2tix IE6 */
	display: inline;
	}

* + html .ui-tabs ul.ui-tabs-nav li { /* 2tix IE7 */
	display: inline;
	}

.ui-tabs ul.ui-tabs-nav li {
	display: inline-block; /* 2tix */
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0;
	}

.ui-tabs ul.ui-tabs-nav li a {
	color: #111111;
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	}

.ui-tabs ul.ui-tabs-nav li a:hover {
	background: #4b6ca3;
	color: #FFFFFF;
	}

.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #444444;
	color: #FFFFFF;
	}

.ui-tabs .image {
	margin: 0 10px 0 0;
	padding: 0;
	}

.ui-tabs .more-link {
	background: #444444;
	color: #FFFFFF !important; /* 2tix - hack for IE6 link color bug */
	float: right;
	margin: 15px 0 0 0;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	font-size: .75em; /* 2tix */
	}

* html .ui-tabs .more-link { /* 2tix - IE6 hack */
	margin-top: -3px;
	}

* + html .ui-tabs .more-link { /* 2tix - IE7 hack */
	margin-top: -3px;
	}

.ui-tabs .more-link:hover {
	background: #4b6ca3;
	}

/***** Homepage ********************/

.byline { /* 2tix */
	font-family: Arial, "Trebuchet MS", Helvetica, "URW Gothic L", sans-serif !important; /* 2tix */
	font-size: .81em !important;
	}

.dcg  {
	margin: 0 0 10px 0;
	padding: 0;
	}

#content .dcg h2 {
	font-size: 1.13em; /* 2tix */
	font-weight: normal !important;
	}

#featured-top {
	width: 630px;
	float: left;
	margin: 0;
	padding: 0;
	}

#featured-bottom {
	width: 630px;
	float: left;
	margin: 0;
	padding: 0;
	}

.featured-bottom-left {
	width: 310px;
	float: left;
	margin: 0;
	padding: 0;
	}

.featured-bottom-right {
	width: 310px;
	float: right;
	margin: 0;
	padding: 0;
	}

#content #featured-top h2, #content #featured-top h2 a { /* 2tix  #content #featured-bottom h2, #content #featured-bottom h2 a */
	color: #111111;
	/* font-size: 16px; 2tix */
	/* font-family: Georgia, Times New Roman, Trebuchet MS; 2tix */
	font-size: 1.06em; /* 2tix */
	font-weight: normal;
	margin: 0 0 .19em 0; /* 2tix */
	padding: 0;
	}

#content #featured-top h2 a:hover, #content #featured-bottom h2 a:hover {
	color: #255aaa;
	text-decoration: none;
	}

#content #featured-top .ui-tabs h2, #content #featured-top .ui-tabs h2 a {
	font-size: 1.06em; /* 2tix */
	margin: 0 0 .06em 0; /* 2tix */
	}

#content #featured-bottom h2, #content #featured-bottom h2 a {
	color: #111111;
	font-size: 1em; /* 2tix */
	line-height: 1.25;  /* 2tix */
	font-weight: normal;
	margin: 0 0 .19em 0; /* 2tix !important */
	padding: 0;
	}

#content #featured-top h4 { /* 2tix */
	color: #111111;
	font-size: 1.25em; /* 2tix */
	/* font-family: Georgia, Times New Roman, Trebuchet MS; 2tix */
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content #featured-bottom h4 { /* 2tix */
	color: #111111;
	font-size: 1.13em;
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 0;
	}

#featured-top .wrap, #featured-bottom .wrap {
	margin: 0;
	padding: 0;
	}

#featured-top p, #featured-bottom p {
	margin: 0;
	padding: 0 0 5px 0;
	}

#featured-top .widget, #featured-bottom .widget {
	margin: 0 0 10px 0;
	padding: 9px !important;
	border: 1px solid #DDDDDD;
	}

#featured-top .widget-wrap { /* 2tix */
	margin: 0;
	padding: 0;
	}

#featured-bottom .widget-wrap { /* 2tix */
	margin: 0;
	padding: 0;
	}

#content #featured-top img, #content #featured-top p img, #content #featured-bottom img, #content #featured-bottom p img {
	background: none !important;
	max-width: none;
	}

#featured-bottom .user-profile {
	overflow: hidden;
	}

#featured-bottom .user-profile p {
	padding: 10px;
	}

#featured-bottom ul {
	list-style-type: square;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	}

#featured-bottom ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 0;
	}

#featured-bottom .widget_tag_cloud div {
	padding: 10px 10px 14px 10px;
	}

#featured-bottom .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

.more-from-category { /* 2tix */
	display: table;  /* 2tix - allows dotted border-bottom to display in IE with a:hover, but disables highlighting of text in IE */
	font-size: .88em;
	}

.more-from-category a {
	font-weight: bold;
	}

.more-from-category a:hover {
	/* text-decoration: underline; 2tix */
	}

/***** Homepage Featured Post/Page ********************/

#featured-top .featuredpost, #featured-top .featuredpage, #featured-bottom .featuredpost, #featured-bottom .featuredpage {
	margin: 0 0 10px 0;
	padding: 0;
	}

#featured-top .featuredpost .post, #featured-top .featuredpage .page, #featured-bottom .featuredpost .post, #featured-bottom .featuredpage .page {
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #eee; /* 2tix */
	overflow: hidden;
	clear: both;
	}

#featured-top .featuredpost .avatar, #featured-top .featuredpage .avatar, #featured-bottom .featuredpost .avatar, #featured-bottom .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#featured-top .featuredpost img, #featured-top .featuredpage img, #featured-bottom .featuredpost img, #featured-bottom .featuredpage img {
	background: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#featured-top .more-from-category { /* 2tix */
	margin: 0;
	padding: 5px 0 0 0;
	}

#featured-bottom .more-from-category { /* 2tix */
	margin: 0;
	padding: 5px 0 0 0;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	display: table;  /* 2tix - allows dotted border-bottom to display in IE with a:hover, but disables highlighting of text in IE */
	font-size: .75em; /* 2tix */
	margin: 0 0 10px 0 ; /* 2tix */
	padding: 0 0 0 10px; /* 2tix */
	/* border-bottom: 1px solid #eee; 2tix */
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 790px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 940px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 480px;
	margin: 0;
	padding: 0;
	float: left;
	}

select { /* 2tix - select box (no operator) */
	color: #222;
	border: 1px solid #ddd;
	background: #f4f4f4;
	margin: 5px 0 0 2px;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 630px;
	margin: 0;
	padding: 0;
	}

.full-width-content #content {
	width: 940px;
	margin: 0 0 10px 0;
	padding: 0;
	}

#content img, #content p img {
	background: #F4F4F4;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#content .borderless img, #content p .borderless img { /* 2tix - use <span class...> to identify individual borderless pictures */
	background: none;
	padding: 0;
	border: 0;
	}

.runin { /* 2tix run-in text */
	text-transform: uppercase;
	}

.dc, #content .runin em { /* 2tix drop cap */
	color: #000; /* #8b0000; */
	font-size: 3em;
	font-style: normal;
	float: left;
	margin: 0 2px 0 -3px;
	line-height: .88em;
	}

.pull { /* 2tix pull quote */
	display: block;
	color: #000;
	font-family: Georgia, "Century Schoolbook L", Times, serif;
    line-height: 1.5em;
    font-size: 1.13em;
	font-style: italic;
    text-align: center;
	padding: .5em;
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
    margin: .5em 20% .5em 20%;
	}

.pull .emph, #content .pull em { /* 2tix */
	font-style: normal;
	}

#content blockquote {
	background: #F4F4F4;
	font-size: .94em; /* 2tix */
	line-height: 1.375; /* 2tix */
	margin: 0 15px .94em 15px; /* 2tix */
	padding: 10px 20px 0 15px;
	border: 1px solid #eee; /* 2tix */
	}

#content .post {
	line-height: 1.375; /* 2tix */
	margin: 0 0 20px 0; /* 2tix */
	padding: 10px 7px 10px 7px; /* 2tix - see "#content .post p ..." below for why 7px */
	border: 1px solid #DDDDDD; /* 2tix - border around posts */
	}

#content .intro  { /* 2tix - style for article and page intros */
	font-style: italic;
	}

#content .intro .emph, #content .intro em { /* 2tix - emphasis style for article and page intro spans */
	font-style: normal;
	}

#content .ref td { /* 2tix - style for article and page references */
	vertical-align: top;
	text-align: left;
	padding: .31em 0 .31em 1em;
	}

#content .ref .emph, #content .ref em { /* 2tix - emphasis style for article and page reference spans */
	}

#content .post .contents, #content .page .contents { /* 2tix - for table of contents */
	padding: .5em 0 1.5em 0;
	}

#content .post .contents ol li, #content .post .contents ul li, #content .page .contents ol li, #content .page .contents ul li { /* 2tix - for table of contents */
	padding: 0;
	margin: 0 0 0 3.5em;
	text-align: left;
	}

#content .post div.biog a { /* 2tix - for Timeline */
	color: #333;
	border-bottom: 1px dotted #999;
	}

#content .post div.biog a:hover { /* 2tix - for Timeline */
	color: #255aaa;
	border-bottom: none;
	}

#content .post div.verse, #content .page div.verse { /* 2tix - for verse */
	padding: .5em 0 1em 0;
	}

#content .post div.verse p, #content .page div.verse p  { /* 2tix - for verse */
	padding: 0;
	margin: 0 0 0 1em;
	text-align: left;
	}

#content .post div.lists, #content .page div.lists { /* 2tix - for verse */
	padding: .5em 0 0 2em;
	}

#content .post div.lists ol li, #content .post div.lists ul li, #content .page div.lists ol li, #content .page div.lists ul li  { /* 2tix - for lists */
	padding: 0;
	margin: 0;
	text-align: left;
	}

#content .post div.chapters p, #content .page div.chapters p { /* 2tix - chapter navigation */
	width: 70%;
	text-align: center;
	padding: 4px 0 7px 0;
	margin: .5em auto 1em auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#featured-top .post, #featured-bottom .post { /* 2tix - prevent borders on post excerpts on frontpage */
	border: none;
	}

#content .page {
	line-height: 1.375; /* 2tix */
	margin: 0 0 20px 0; /* 2tix */
	padding: 10px 17px 10px 7px; /* 2tix - see also "#content .post p ..." and ul and ol below */
	}

#content .entry-content {
	overflow: hidden;
	}

#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#content .post p, #content .page p, #content table, #content .attachment p{ /* 2tix */
	font-family: Georgia, "Century Schoolbook L", Times, serif; /* 2tix */
	text-align:justify;
	margin: 0;
	padding: 0 3px .63em 3px; /* 2tix - min 3px right prevents trimming of italic text, and left prevents trimming of drop caps .dc */
	}

#featured-top .post p { /* 2tix - prevents font change on frontpage */
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	font-size: .88em;
	line-height: 1.5;
	}

#featured-top .ui-tabs .post p { /* 2tix - prevents font change on frontpage */
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	font-size: .88em;
	line-height: 1.5;
	}

#featured-bottom .post p { /* 2tix - prevents font change on frontpage */
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	font-size: .75em;
	line-height: 1.5;
	}

#content .post ul, #content .page ul {
	/* list-style-type: square; 2tix */
	margin: 0;
	padding: 0 3px 0 3px; /* 2tix - min 3px right prevents trimming of italic text, and left prevents trimming of drop caps .dc */
	}

#content .post ul li, #content .page ul li {
	/* list-style-type: square; 2tix */
	font-family: Georgia, "Century Schoolbook L", Times, serif; /* 2tix */
	text-align: justify; /* 2tix */
	margin: 0 0 0 2em; /* 2tix */
	padding: 0 0 .75em 0; /* 2tix */
	}

#content .post ul ul, #content .page ul ul {
	/* list-style-type: square; 2tix */
	margin: 0;
	padding: 0;
	}

#content .post ol, #content .page ol {
	margin: 0;
	padding: 0 3px 0 3px; /* 2tix - min 3px right prevents trimming of italic text, and left prevents trimming of drop caps .dc */
	}

#content .post ol li, #content .page ol li {
	font-family: Georgia, "Century Schoolbook L", Times, serif; /* 2tix */
	text-align:justify; /* 2tix */
	margin: 0 0 0 2em; /* 2tix */
	padding: 0 0 .75em 0; /* 2tix */
	}

#content .post ol ol, #content .page ol ol {
	margin: 0;
	padding: 0;
	}

#content .post li li, #content .page li li { /* 2tix */
	padding: .75em 0 0 0;
	}

#content .sticky {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}

#content .post-image {
	margin: 0 10px 10px 3px; /* 2tix */
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0;
	}

.clear {
	clear: both;
	}

/***** Post Info ********************/

.post-info {
	margin: 0 3px 1em 3px; /* 2tix */
	padding: 0;
	font-family: Georgia, "Century Schoolbook L", Times, serif; /* 2tix */
	font-size: .88em; /* 2tix */
	}

.post-info p {
	margin: 0;
	padding: 0;
	}

/***** AdSense ********************/

.adsense {
	padding: 10px 0 10px 0;
	border-top: 1px solid #ccc; /* 2tix */
	}

/***** Post Meta ********************/

.post-meta {
	display: table;  /* 2tix - allows dotted border-bottom to display in IE with a:hover, but disables highlighting of text in IE */
	width: 612px; /* 2tix */
	font-family: Georgia, "Century Schoolbook L", Times, serif; /* 2tix */
	font-size: 0.75em; /* 2tix */
	margin: 0;
	padding: .69em 0 0 3px; /* 2tix */
	border-top: 1px solid #eee; /* 2tix */
	}

/***** Author Box ********************/

.author-box, .taxonomy-description {
	background: #F4F4F4;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	}

.author-box h1, .taxonomy-description h1 { /* 2tix */
	font-size: 1.38em !important;
	margin: .25em 3px .25em 3px !important;
	}

.author-box p, .taxonomy-description p {
	font-size: .93em;
	line-height: 1.375; /* 2tix */
	font-family: Georgia, "Century Schoolbook L", Times, serif; /* 2tix */
	text-align: left;
	font-style: italic;
	margin: 0;
	padding: 0 3px .63em 3px; /* 2tix - min 3px right prevents trimming of italic text, and left prevents trimming of drop caps .dc */
	}

.author-box br, .taxonomy-description br { /* 2tix - hack for single-page <br /> */
	line-height: .25em;
	}

.author-box img, .taxonomy-description img {
	background: #FFFFFF !important;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

/***** Headlines in Content ********************/

#content h1, #content h1 a, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #111111;
	font-family: Georgia, "Century Schoolbook L", Times, serif; /* 2tix */
	/* font-weight: normal; 2tix */
	text-decoration: none;
	/* margin: 0 0 5px 0; 2tix */
	padding: 0;
	}

#content h1 {
	font-size: 1.38em; /* 2tix */
	font-weight: normal; /* 2tix */
	margin: .38em 3px 0 3px; /* 2tix */
	}

#content h2 {
	font-size: 1.38em; /* 2tix */
	font-weight: normal; /* 2tix */
	margin: .38em 3px 0 3px; /* 2tix */
	}

#content h3 {
	font-size: 1.13em; /* 2tix */
	font-weight: bold; /* 2tix */
	margin: .5em 3px .13em 3px; /* 2tix */
	}

#respond #reply-title { /* 2tix */
	margin-left: 0;
	}

#content h4 {
	font-size: 1.13em; /* 2tix */
	font-weight: bold; /* 2tix */
	margin: 0 3px .56em 3px; /* 2tix */
	}

#content h5 {
	font-size: .88em; /* 2tix */
	font-weight: normal; /* 2tix */
	margin: 0 3px 0 3px; /* 2tix */
	}

#content h6 {
	font-size: .75em; /* 2tix */
	font-weight: normal; /* 2tix */
	margin: 0 3px 0 3px; /* 2tix */
	}

#content h1 a:hover { /* 2tix */
	color: #255aaa;
	}

#content h2 a, #content h2 a:visited {
	color: #111111;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #255aaa;
	text-decoration: none;
	}

/***** Post Icons ********************/

.time {
/* 2tix - background: url(images/icon-time.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
*/	}

.post-comments {
/* 2tix - background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
*/	}

.categories {
/* 2tix - background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
*/	}

.tags {
/* 2tix - background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
*/	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* margin-bottom: .13em; 2tix */
	padding: 0;
	}

img.alignnone {
	padding: 0;
	margin: 0 0 0 0; /* 2tix */
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0 10px 0 0; /* 2tix */
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 0 10px; /* 2tix */
	display: inline;
	}

.aligncenter {
	display: block;
	margin: 0 auto 0; /* 2tix */
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #DDDDDD;
	}

#content .wp-caption img { /* 2tix */
	margin: 0;
	padding: 0;
	border: 0;
	}

#content .wp-caption p.wp-caption-text {
	margin: 0;
	padding: .25em 0 .25em 0; /* 2tix */
	font-size: .75em; /* 2tix */
	font-weight: normal;
	line-height: 1.25; /* 2tix */
	text-align: center; /* 2tix */
	}

img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}

/***** Post Navigation ********************/

#content .entry-content .pages { /* 2tix - post page-links */
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
	font-size: .88em;
	margin: 0 0 0 0;
	padding: .5em 0 1em 0;
	text-align: right;
}

#content .entry-content .pages a { /* 2tix */
	color: #255aaa;
	padding: 5px 3px 5px 3px;
	border: 1px solid #ddd;
}

#content .entry-content .pages a:hover, #content .entry-content .pages a:active { /* 2tix */
	background: #F4F4F4;
}

.navigation {
	/* width: 100%; 2tix */
	float: right; /* 2tix */
	margin: 0;
	padding: 6px 0 20px 0; /* 2tix */
	overflow: hidden;
	}

.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #255aaa;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li a:hover {
	background: #F4F4F4;
	color: #255aaa;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li.active a {
	background: #F4F4F4;
	color: #666666;
	/* font-weight: bold; 2tix */
	border: 1px solid #DDDDDD;
	}

/***** Sidebar & Sidebar-Alt ********************/

#sidebar {
	width: 300px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	}

#sidebar-alt {
	width: 140px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}

#sidebar-bottom-left {
	width: 145px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}

#sidebar-bottom-right {
	width: 145px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	}

#sidebar-end { /* 2tix */
	clear: both;
	margin: 0;
	padding: 0;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 10px 0;
	padding: 0;
	}

#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #255aaa;
	font-size: .88em; /* 2tix */
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #255aaa;
	text-decoration: underline;
	}

#sidebar h4, #sidebar-alt h4 {
	color: #111111;
	font-size: .75em; /* 2tix */
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 5px 0 4px 5px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}

#sidebar .widget p, #sidebar-alt .widget p, #sidebar .textwidget p, #sidebar-alt .textwidget p {
	font-size: 0.81em; /* 2tix */
	line-height: 1.5; /* 2tix */
	margin: 0 0 0 4px; /* 2tix */
	padding: 0;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0 4px 0 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: .31em 0 .31em 0; /* 2tix */
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	background: url(images/sidebar-list.gif) no-repeat top left; /* 2tix changed to gif to avoid IE6 png transparancy bug */
	padding: 0 0 0 13px;
	margin: .31em 0 .31em 0; /* 2tix */
	font-size: 0.81em; /* 2tix */
	line-height: 1.5; /* 2tix */
	/* word-wrap: break-word;2tix */
	}

#sidebar li li, #sidebar-alt li li{ /* 2tix */
	font-size: 1em;
	margin: .31em 0 .31em 0; /* 2tix */
	}

#sidebar li li li, #sidebar-alt li li li{ /* 2tix */
	margin: .31em 0 .31em 0; /* 2tix */
	}

#sidebar embed, #sidebar object, #sidebar-alt embed, #sidebar-alt object {
/*	width: 300px;
	height: 225px; */
	margin: 0;
	padding: 0;
	} /* 2tix - removed restrictions for video widget */

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 5px 5px 5px;
	}

/***** Sidebar(s) Category Dropdown ********************/

#cat {
	background: #F4F4F4;
	color: #255aaa;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	font-size: .69em; /* 2tix */
	margin: 10px 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

#sidebar #cat {
	width: 298px;
	}

#sidebar-alt #cat {
	width: 128px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 9px;
	}

#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
	clear: both;
	}

#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}

/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}

#sidebar .searchform {
	padding: 0;
	}

#nav .searchform {
	float: right;
	padding: 6px 0 0 0;
	}

.s {
	background: #F4F4F4 !important;
	color: #222222;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	font-size: .75em; /* 2tix */
	margin: 0 5px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #DDDDDD;
	}

#header .s, #nav .s, #sidebar .s {
	width: 215px;
	}

#sidebar-alt .s {
	width: 80px;
	}

#tix-contact input, #tix-contact textarea { /* 2tix */
	padding: 3px 0 3px 5px;
	border: 1px solid #ccc;
	}

.searchsubmit , #tix-contact .wpcf7-submit { /* 2tix */
	background: #444444;
	color: #FFFFFF;
	font-size: .75em; /* 2tix */
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #444444;
	}

* html span.wpcf7-not-valid-tip { /* 2tix -  IE6 bug */
	top: 2%;
}

#tix-contact .uneditable  { /* 2tix */
	background: #eee;
	color: #777;
	border: 1px solid #bbb;
	}

* + html .searchsubmit { /* 2tix - IE7 only recognises */
	width: 5.13em; /* 2tix - hack for IE7 button-size bug */
	}

* html .searchsubmit { /* 2tix - IE6 only recognises */
	width: 5.13em; /* 2tix - hack for IE6 button-size bug */
	}

.searchsubmit:hover, #tix-contact .wpcf7-submit:hover { /* 2tix */
	background: #4b6ca3;
	border: 1px solid #4b6ca3;
	}

* html #sidebar .searchform .searchsubmit:hover, * html  #tix-contact .wpcf7-submit:hover { /* 2tix */
	background: #4b6ca3;
	border: 1px solid #4b6ca3;
	}

/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) no-repeat center left; /* 2tix */
	margin: 0;
	padding: 0 0 5px 0;
	}

#sidebar .enews p {
	margin: 0;
	padding: 0 0 0 36px; /* 2tix */
	font-size: .81em; /* 2tix */
	line-height: 1.5; /* 2tix */
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#sidebar .enews #subscribe {
	padding: 0;
	}

.enews #subbox {
	background: #F4F4F4 !important;
	width: 240px;
	color: #222222;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	font-size: .75em; /* 2tix */
	padding: 4px 0 4px 5px;
	margin: 5px 8px 0 0;
	border: 1px solid #DDDDDD;
	}

.enews #subbutton {
	background: #444444;
	color: #FFFFFF;
	font-size: .75em; /* 2tix */
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #444444;
	}

.enews #subbutton:hover {
	background: #4b6ca3;
	border: 1px solid #4b6ca3;
	}

/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #333333;
	font-size: .75em; /* 2tix */
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F4F4F4 !important;
	color: #F4F4F4 !important;
	}

#wp-calendar td {
	background: #F4F4F4;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}

/***** Contact Form ********************/

.gform_footer .button {
	background: #2C343F;
	color: #FFFFFF;
	font-size: .69em; /* 2tix */
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #2C343F;
	}

.gform_footer .button:hover {
	background: #4b6ca3;
	border: 1px solid #4b6ca3;
	}

.gform_footer input.button {
	color: #FFFFFF !important;
	}

.gform_wrapper .gform_footer {
	border: none!important;
	}

/***** Footer ********************/

#footer {
	width: 940px;
	height: 20px;
	color: #111111;
	font-size: .75em; /* 2tix */
	margin: 0 auto 0;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	border-top: 1px solid #DDDDDD;
	clear: both;
	}

#footer .wrap {
	}

#footer a, #footer a:visited {
	color: #111111;
	/* text-decoration: none; 2 tix */
	}

#footer a:hover {
	color: #111111;
	/* text-decoration: underline; 2tix */
	}

* html #footer a:hover { /* 2tix - IE6 hack */
	color: #111111;
	border-bottom: 0;
	text-decoration: underline;
	}

* + html #footer a:hover { /* 2tix - IE7 hack */
	color: #111111;
	border-bottom: 0;
	text-decoration: underline;
	}

#footer p {
	display: table;  /* 2tix - allows dotted border-bottom to display in IE with a:hover, but disables highlighting of text in IE */
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}

#footer .gototop a {
	margin: 0;
	padding: 0;
	}

#footer .creds {
	/* width: 720px; 2tix */
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
	}

#footer .creds #copyright{ /* 2tix */
	}

#footer .creds #credits { /* 2tix */
	}

/***** Comments ********************/

#comments { /* 2tix Comments section - changed from class to id */
	/* font-size: 12px; 2tix */
	margin: 0 10px 0 10px; /* 2tix */
	padding: 0;
	}

#comments h3 { /* 2tix */
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	}

#comments blockquote { /* 2tix */
	background: none;
	line-height: 1.375;
	margin: 1em 24px 1em;
	padding: 0;
	border: none;
	}

#respond {
	margin: 0 0 .5em 10px; /* 2tix */
	padding: 0;
	}

#respond h3 { /* 2tix */
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	}

#author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	/* color: #255aaa; 2tix */
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; /* 2tix */
	font-size: .88em; /* 2tix */
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	}

#comment { /* input box */
	/* background: #eee !important; 2tix */
	width: 80%;
	height: 10em;
	/* color: #255aaa; 2tix */
	/* font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif; 2tix */
	/* font-size: 12px; 2tix */
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #DDDDDD;
	}

#submit { /* input button */
	background: #2C343F;
	color: #FFFFFF;
	font-size: .69em; /* 2tix */
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #2C343F;
	}

#submit:hover {
	background: #4b6ca3;
	border: 1px solid #4b6ca3;
	}

.comment-list { /* list of comments */
	font-size: .88em; /* 2tix */
	line-height: 1.35; /* 2tix or 1.375 */
	margin: 0;
	padding: 0 0 .38em 0; /* 2tix */
	border-bottom: 1px solid #ddd; /* 2tix */
	}

.comment-content .alert { /* 2tix */
	font-size: .88em;
	font-weight: bold;
	color: red;
	}

.comment-content .alert a{ /* 2tix */
	color: #222;
	border-bottom: 1px dotted #aaa;
	}

.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}

.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list .comment-content ol { /* 2tix */
	margin: -.5em 0 0 40px;
	}

.comment-list .comment-content ol li { /* 2tix */
	padding: 0;
	list-style: decimal;
	}

.comment-list li, .ping-list li {
	/* font-weight: bold; 2tix */
	margin: 0px 0 0 0; /* 2tix */
	padding: .88em 0 0 10px; /* 2tix */
	list-style: none;
	}

.comment-list .comment-content ul { /* 2tix */
	margin: 0 0 1em 0;
	padding: 0;
	}

.comment-list .comment-content ul li { /* 2tix */
	padding: 0;
	list-style: disc;
	}

.comment-list li ul li {
	/* margin-right: -6px; 2tix */
	margin-left: 45px; /* 2tix */
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: .38em 0 .63em 0; /* 2tix */
	padding: 0;
	}

.comment-list li .avatar {
	background: #FFFFFF !important;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .ping-list cite { /* 2tix - author name cite */
	/* font-weight: bold; 2tix */
	font-style: normal;
	}

.comment-list cite a, .ping-list cite a { /* 2tix - author name cite */
/*	font-weight: bold; */
	font-style: normal;
	}

.comment-author { /* 2tix - author name-line */
	/* float: left; */
	/* background: #f0f0f0;
	border: solid 1px #f0f0f0; */
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: .88em; /* 2tix */
	color: #777; /* 2tix */
	padding: 2px 0 2px 8px;
	}

.comment-author a { /* 2tix - author name-line */
	color: #777;
	}

.comment-author a:hover { /* 2tix - author name-line */
	color: #111;
	border-bottom: 0px !important;
	}

.commentmetadata {
	display: table;  /* 2tix - allows dotted border-bottom to display in IE with a:hover, but disables highlighting of text in IE */
	position: relative;
	/* width: 8em; 2tix */
	margin: -1.69em 10px 0 40px; /* 2tix */
	color: #999; /* 2tix */
	font-size: .88em; /* 2tix */
	/* font-weight: normal; 2tix */
	line-height: 1.63em;
	text-align: right; /* 2tix */
	float: right; /* 2tix */
	}

.commentmetadata a {
	color: #999;
	}

.commentmetadata a:hover {
	color: #111; /* 2tix */
	border-bottom: 0px !important;
	}

.comment-content { /* 2tix - normal css which IE7 and less act on - see next*/
	display: inline-block;
	text-align: justify;
	padding: 0 12px 24px 10px;
	}

html>body .comment-content { /* 2tix - hack which IE7 and less ignore - see previous */
	display: table-cell;
	text-align: justify;
	padding: 0 12px 24px 10px;
	}

.comment-content a { /* 2tix */
	color: #999;
	}

.comment-content a:hover { /* 2tix */
	color: #255aaa;
	}

#cancel-comment-reply-link { /* 2tix */
	font-size: large;
	}

.logged-in-as { /* 2tix */
	display: table;  /* 2tix - allows dotted border-bottom to display in IE with a:hover, but disables highlighting of text in IE */
	font-size: 0.88em;
	margin: 0;
	padding: 0;
	}

.must-log-in { /* 2tix */
	display: table;  /* 2tix - allows dotted border-bottom to display in IE with a:hover, but disables highlighting of text in IE */
	font-size: 0.88em;
	margin: 0;
	padding: 0;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.children {
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.reply { /* 2tix reply link */
	display: block;
	background: url(images/button_2.png) repeat-x left bottom;
	color: #666;
	font-size: .88em;
	font-weight: bold;
	float: right;
	border: solid 1px #bbb;
	margin: -2em 8px 0 0;
	padding: 1px 5px 1px 6px;
	}

.reply a:hover {
	color: #111; /* 2tix */
	border-bottom: 0px !important;
/* 	background: #255aaa;
	text-decoration: none;
	border: 1px solid #255aaa; 2tix */
	}

.reply a:active { /* 2tix */
	position: relative;
	top: 1px;
	left: 1px;
	}

.reply a, .reply a:visited {
	/* background: #2C343F; 2tix */
	/* font-size: .69em; 2tix */
	color: #999; /* 2tix */
	text-decoration: none;
	/* margin: 0; 2tix */
	/* padding: 2px 5px 3px 5px; 2tix */
	/* border: 1px solid #2C343F; 2tix */
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	font-size: .88em; /* 2tix */
	}

.thread-alt, .thread-even {
	/* background: #F4F4F4; 2tix */
	margin: 0;
	padding: 0;
	}

.depth-1, .even, .alt  { /* comment div */
	/* border-top: 1px dotted #ccc; 2tix */
	margin: 0;
	padding: 0;
	}