/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #676767 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 22px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:right;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}


h1 {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #676767;
	border-bottom-style: solid;
	color: #333;
}

h2.widgettitle {
		padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #676767;
	border-bottom-style: solid;
	font-size: 16px;
	color: #333;
}

h2 {
	font-size: 14px;
	color: #333;
}

p {
	color: #333;
	line-height:14px;
}

p a {

}

li {
	color: #333;
}

a {
	color:#900;
}

a.button {
padding:5px;
border:1px solid #ccc;
background-color:#666;
color:#FFF;
margin-top:8px;
display:block;
width:100px;
text-align:center;
font-weight:bold;
}

#right_column li{
	line-height:14px;
	margin:2px 0 5px 30px;
}


/* ---- Start Blog Listing and Single Post Styles --- */
h1.blog_listing_title {
	border-bottom:0;	
}

h1.blog_listing_title a {
	
}

h3.press_release {
	font-size:14px;
}

.post-content h3{
	font-size:11px;
	color:#900;
	margin-bottom:2px;
}

h4.press_release {
	font-size:12px;
	color:#930;
}

h2.press_release {
	font-size:11px;
	font-weight:normal;
}

h1.blog_post_title {
	border-bottom:0;
	margin-bottom:15px;
}

h1.blog_post_title a{
	border-bottom:0;	
}

h2.blog_by_line {
	margin-bottom:3px;
	font-size:11px;
}

h2.blog_by_line a{
	
}

/* Sidebar Styles */


/* this is the current page link properties */

#left_bar h3 {
	margin:0;
	color:#900;
	font-size:12px;	
}

#left_bar {
	line-height:16px;
}

#left_bar a {
	color:#900;
}

.sidebar li.current_page_item a {

}

.sidebar a {
	color:#666;
}

.sidebar ul {
	list-style:disc;
}

.sidebar ul li {
	margin-bottom:10px;
	font-weight:bold;
}

.sidebar ul li ul {
	margin:0 0 10px 0;

}

.sidebar ul li ul li{
	margin:0 0 5px 10px;
	font-weight:normal;

}

.imageElement p {
font-size:12px;	
}