a.items {
			font-size:12px;
			text-decoration:none;
			color:#006699;
		}
		a.items:hover {
			text-decoration:none;
			background-color:#FFFF80;
			border-bottom:1px solid #FF0000;
			color:#000000;
		}
		div.searchResults {
			margin-bottom:7px;
		}
		a.thickbox {
			color:#999999;
		}
		a.thickbox:hover {
			color:#333333;
		}
		
		a.node-items {
			color:#666666;
			text-decoration:none;
		}
		a.node-items:hover {
			color:#333333;
			text-decoration:none;
			background-color:#EFEFEF;
			/* border-bottom:1px solid #0000FF; */
		}


h3.sub, h2.sub {
border-bottom:1px solid #CCCCCC;
color:#333333;
font-size:1.1em;
font-weight:bold;
letter-spacing:2px;
line-height:1em;
margin:0 0 10px;
padding:0 0 5px;
text-transform:uppercase;
}
ol.landing {
border-bottom:1px solid #CCCCCC;
margin-bottom:15px;
}
ol.lst {
margin:15px 0 0;
}

ol.lst li {
margin:0 0 20px;
}

ol.lst li h4 {
font-size:1.3em;
font-weight:normal;
line-height:1.3em;
margin:0 0 3px 2px;
}
	
ol.landing li h4 img {
width:112px;
}

ol.lst li h4 img {
border:2px solid #CCCCCC;
float:left;
margin:0 10px 8px -2px;
}

ol.lst li p {
font-size:1.2em;
line-height:1.5em;
margin-left:2px;
}

div.page-ee {
font-size:1.2em;
margin:10px 2px 10px 0;
text-align:right;
}

div.page-ee b, div.page-ee b {
background:#666666 none repeat scroll 0 0;
color:#FFFFFF;
padding:2px 5px;
}

div.page-ee a:link, div.page-ee a:visited {
background:#F0F0F0 none repeat scroll 0 0;
color:#666666;
padding:2px 5px;
}

ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

/* article styles 
--------------------------------------------- */

ul.tools {
	float: right;
	width: 81px;
	margin: 20px 0 0 10px;
	}
ul.tools li {
	border-bottom: 1px solid #ccc;
	}
ul.tools li a {
	display: block;
	padding: 5px 0 5px 22px;
	}
ul.tools li.email a {
	color: #666;
	background: url(../images/icon-email.gif) no-repeat 0 50%;
	}
ul.tools li.print a {
	color: #666;
	background: url(../images/icon-print.gif) no-repeat 0 50%;
	}
ul.tools li.comments a {
	background: url(../images/icon-comment.gif) no-repeat 0 50%;
	}
ul.tools li a:hover {
	color: #333;
	}

/* title */

div.article div.content a {
	text-decoration: underline;
	}
#title h1 {
	margin: 0 0 10px 0;
	font-family: Georgia, serif;
	font-size: 2.1em;
	line-height: 1.1em;
	font-weight: normal;
	color: #111;
	}
#title h1 a {
	text-decoration: none;
	}
#title h2.sub {
	margin: 0 0 5px 0;
	}
#title h2.callout,
h2.deck {
	margin: 20px 0 20px 0;
	font-family: Georgia, serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.4em;
	color: #000;
	}
h2.deck {
	margin-top: 0;
	}
#title p.by {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	}

/* article body */

div.article-body {
	/* font-family: Georgia, serif; */
	font-size: 0.95em;
	line-height: 1.6em;
	padding:10px;
	}
div.article-body h2 {
	margin: 0 0 5px 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	}
div.article-body h2.alt {
	margin: 15px 0 5px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	}
div.article-body h3 {
	margin: 0 0 5px 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: .8em;
	font-style: normal;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #000;
	}
div.article-body p {
	margin: 0 0 20px 0;
	}

div.article-body p img, div.article-body img{
	border:1px solid #EFEFEF;
	padding:3px;
	background-color:#FFFFFF;
	}

div.article-body img#main-photo{
	border:1px solid #EFEFEF;
	padding:3px;
	background-color:#FFFFFF;
	float:left;
	margin-right:5px;
	}


div.article-body ul {
	margin: 0 0 25px 0;
	}
div.article-body ul li {
	margin: 0 0 5px 10px;
	padding: 0 0 0 9px;
	line-height: 1.4em;
	background: url(<?=HOMY_PLACE; ?>templates/news-beta/images/icon-bullet.gif) no-repeat 0 7px;
	}
div.article-body ol {
	margin: 0 0 25px 10px;
	padding: 0 0 0 10px;
	}
div.article-body ol li {
	margin: 0 0 5px 10px;
	line-height: 1.4em;
	list-style: decimal;
	}

/* tags */

p.tags {
	margin: 0 0 15px 0;
	padding: 6px 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f0f0f0;
	}
p.tags strong {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
p.tags a {
	color: #333;
	}
p.tags a:hover {
	color: #666;
	}
	
/* photo figures */

div.fig {
	margin: 0 0 15px 0;
	}
div.half { /* 260px wide images */
	float: left;
	width: 260px;
	margin: 4px 12px 5px 0
	}
div.half img {
	width: 260px;
	}
div.third { /* 160px wide images */
	float: left;
	width: 160px;
	margin: 4px 12px 10px 0
	}
div.third img {
	width: 160px;
	}
div.fig p {
	margin: 7px 0 0 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: .7em;
	line-height: 1.1em;
	font-style: italic;
	color: #666;
	}
div.fig p a {
	color: #666;
	}
div.fig p a:hover {
	color: #333;
	}

/* blockquotes */

blockquote {
	margin: 0 0 20px 0;
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #000;
	}
blockquote.half {
	float: left;
	width: 250px;
	margin: 0 12px 5px 0;
	padding: 8px 5px;
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #000;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}
div.article-body blockquote.half p {
	margin: 0;
	}

/* comments */

#comments {
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;
	}
#comments dl {
	margin: 15px 0 20px 0;
	border-bottom: 1px solid #ccc;
	}
#comments dl dt {
	margin: 0 0 5px 0;
	padding-left: 18px;
	font-size: 1.1em;
	background: url(<?=HOMY_PLACE; ?>templates/news-beta/images/icon-comment.gif) no-repeat 0 2px;
	}
	}
#comments dl dt strong {
	font-size: 1.1em;
	}
#comments dl dt span.date {
	text-transform: uppercase;
	letter-spacing: .1em;
	}
#comments dl dd {
	margin: 0 0 25px 0;
	font-family: Georgia, serif;
	font-size: 1.2em;
	line-height: 1.5em;
	}
#comment_form, #tellafriend_form,
form.form {
	margin: 20px 0;
	}
#comment_form fieldset, #tellafriend_form fieldset,
form.form fieldset {
	margin: 0 0 15px 0;
	}
#comment_form fieldset label, #tellafriend_form fieldset label, form.form fieldset label {
	float: left;
	width: 175px;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: bold;
	}
#comment_form fieldset div.alt, #tellafriend_form fieldset div.alt, form.form fieldset div.alt {
	margin-left: 175px;
	}
#comment_form fieldset div.alt label, #tellafriend_form fieldset div.alt label, form.form fieldset div.alt label {
	float: none;
	margin-left: 4px;
	font-weight: normal;
	}
#comment_form fieldset div.alt input, #tellafriend_form fieldset div.alt input, form.form fieldset div.alt input {
	margin-right: 3px;
	}
#comment_form fieldset input.input-text, #tellafriend_form fieldset input.input-text, form.form fieldset input.input-text {
	font-size: 1.2em;
	width: 350px;
	}
#comment_form fieldset textarea, #tellafriend_form fieldset textarea, form.form fieldset textarea {
	font-size: 1.2em !important;
	width: 350px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif !important;
	}


/*	Table Constructor for Left Content 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	div.content div.article-body table {
		color: #666;
		border-collapse: collapse;
		min-width:200px;
		max-width:580px;
		max-width:580px !important;
		text-align:left;
	}
	
	div.content div.article-body table tr td p,
	div.content div.article-body table td p {
		line-height:110%; 
		margin: 0 0 0 0;
	}
	
	div.content div.article-body table, 
	div.content div.article-body caption {
		margin: 0 auto;
		border:1px solid #DFDFDF;
	}
	
	div.content div.article-body caption,
	div.content div.article-body th,
	div.content div.article-body td {
		padding: 7px;
		border-bottom:1px solid #DFDFDF;
		border-left:1px solid #DFDFDF; 
	}
	
	div.content div.article-body caption,
	div.content div.article-body thead th,
	div.content div.article-body tfoot th,
	div.content div.article-body tfoot td {
		border:1px solid #4D6146;
		background-color: #4D6146;
		color: #FFF;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	div.content div.article-body thead th {
		background-color: #223343;
		color: #F2F2F2;
		text-align: center
	}
	
	div.content div.article-body tbody th {
		padding: 8px 3px;
		text-align:center;
	}
	
	div.content div.article-body tbody tr.odd {
		background-color: #EFEFEF;
		color: #666
	}
	
	div.content div.article-body tbody a {
		padding: 1px 2px;
		color: #333;
		text-decoration: none;
		border-bottom: 0px dotted #E63C1E;
	}
	
	div.content div.article-body tbody a:active,
	div.content div.article-body tbody a:hover,
	div.content div.article-body tbody a:focus,
	div.content div.article-body tbody a:visited {
		color: #666;
	}
/*	
	div.content div.article-body tbody tr:hover {
		background-color: #EEE;
		color: #333;
	}
	
	div.content div.article-body tbody tr:hover a {
		background-color: #FFF;
	}
*/	
	div.content div.article-body tbody td a {
		color: #C30;
		font-weight: normal;
		border-bottom: 0;
		background-color:#FFF;
	}
	
	div.content div.article-body tbody td+td+td+td a:active,
	div.content div.article-body tbody td+td+td+td a:hover, 
	div.content div.article-body tbody td+td+td+td a:focus, 
	div.content div.article-body tbody td+td+td+td a:visited {
		color: #EFEFEF;
	}
	
	div.content div.article-body tbody a:visited:after {
		font-family: Verdana,sans-serif;
	}

img.gallery-inside-post {
	float:left;
	margin-right:5px;
}

div.article-body span.header-title {
	font-size: 1.5em; 
	text-transform: uppercase;
	margin-bottom:10px;
}
