@import "reset.css";
@import "type.css";
@import "grid.css";
@import "widgets.css";
@import "print.css";


/* link styling */

a:link { text-decoration: underline; color: #36c; }
a:visited { text-decoration: underline; color: #99c; }
a:hover { text-decoration: underline; color: #c33; }
a:active, a:focus { text-decoration: underline; color: #000; }

body {
	margin: 0;padding: 0;
	background-image:url(/_images/circle_bg.gif);
	background-repeat: no-repeat;
	background-position: -1px 160px;
}

/* @group primary nav */

div#access div.skip-link {
	display: none;
}

div#menu {
	position: absolute;
	display:inline;
	top: 10px;
	left: 630px; /* estimate does not include content indent */
	width:150px;
}

div#menu ul, div#menu ul li {
	font-family: Clarendon, Georgia, Serif;
	font-size: 1.2em;
	list-style-type:none !important;
	margin:0; padding:0;
}

div#menu ul li {
	line-height: 1.3em;
	letter-spacing:.05em;
}

div#menu ul li a:link, div#menu ul li a:visited {
	text-decoration:none;
	color: #47463F;
	font-weight: bold;
}

div#menu ul li a:hover, div#menu ul li a:active {
	text-decoration:none;
	color: #979AD1;
	font-weight: bold;
}

div#menu ul ul { /* nested sub menu */ 
	display:none;
}


/* @end */

/* @group Typographic */

html {
	font: arial,helvetica,sans-serif; 
}

/* @group paragraphs */


p {
	font-size: 1.3em;
	color: #47463F;
	line-height: 1.5em;
}

.entry-content p {
	padding-left: 0px;
	margin-bottom: 1.8em;
}

p.pullquote {
	font-family: clarendon, georgia, serif;
	width: 250px;
	font-size: 1.8em;
	float: left;
	margin: 0;
	padding: .8em .8em .8em 0;
}

p.testimonial {
	font-family: clarendon, georgia, serif;
	color: #F2A603;
	font-size: 1.9em;
	line-height: 1.1em;
	padding:20px 0 0 20px;margin: 0;
	background-image: url('/_images/quotes.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 0px; /* was neg */
}

div.introduction {
	color: #979AD1;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom:10px;
}



/* @end */

/* @group lists */

div .sidebar ul {
	margin: 0;padding: 0;
	list-style-type:none;
}

#hp-news ul {
	list-style-type: none;
	margin: 0;padding: 0;
}

#hp-news ul li {
	background-image: url('/_images/circle.gif');
	background-repeat:no-repeat;
	background-position: 0 0;
	padding-left: 12px;
	margin-left: -12px;
	line-height: 1.1em;
}


#left ul {
	list-style-type:none;
	margin-top: 15px;padding: 0;
	margin-left:0px;
}

#left ul li {
	height:20px;
	font-size:1.2em;
	color:#47463F;
	margin: 0 0 0 5px;
	padding: 0;
}

#hp-news ul .date {
	font-size: 1.2em;
	color: #979AD1;
	margin:5px 0 5px 0;
}

.more-link a:link, .more-link a:visited {
color: #47463F;
margin-bottom: 10px;
text-decoration:underline;
}

.more-link a:hover {
text-decoration:none!important;
}

p.read-more {
	margin-top:5px;
	margin-bottom: 8px;
}

p.read-more a:link, p.read-more a:visited {
	color: #979AD1;
	margin:0;
	padding:0;
}



/* @end */

/* @group headings */

div#blog-description {
	font-weight: bold;
	font-size: 2em;
	font-family: clarendon, georgia, serif;
	color:#F2A603;
	position: absolute;
	left: 100px;
	top: 10px;
	width: 400px;
	line-height:1.6em;
}

h1, h2 {
	font-family: clarendon, georgia, serif;
	color: #F2A603;
	font-size: 2.2em;
	font-weight: bold!important;
	line-height:1.2em;
	margin:0 0 5px 0;


}

h1#blog-title {
	display: none;
}

#left h1 {
	font-size: 2.2em;
	border-bottom: none;
	margin-bottom: 10px;
}

#left h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.6em;
	border-bottom: none;
	color: #979AD1;
	margin-bottom: 10px;
}

h2.entry-title {
	font-size:2em;
	margin-top:15px;
}

#left h2.entry-title {
	
}

body.page h2.entry-title { /* h2 right */
	font-size:2em;
	border-bottom: 1px solid #F2A603;
	line-height: 1em;
	width: 100%;
	margin-left:-15px; /* was neg */
	position:relative;
	padding-top: 0px;
	padding-bottom:5px;
}


h2.entry-title a:link, h2.entry-title a:visited {
	color: #F2A603;
	font-weight: bold!important;
	text-decoration: none;
}

h2.entry-title a:hover {
	text-decoration: underline;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.6em;
	line-height:1.3em;
	font-weight: bold!important;
	color: #F2A603;
	margin-bottom: 5px;padding: 0;
	margin-top: 10px;
}

h3.news_title li a:link, h3.news_title li a:visited {
	color:#979AD1;
	font-weight:bold;
}

h3.widgettitle {
	margin-top: 25px;
}



#left h3 a:link, #left h3 a:visited {
	color: #979AD1!important;
	text-decoration:none;
	margin-bottom:0;
}

#left h3 a:hover {
	color: #979AD1!important;
	text-decoration:underline;
}



/* @end */

/* @group links */

a:link, a:visited {
	color: #47463F;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #47463F;
	text-decoration: none;
}

#hp-news ul li a:link, #hp-news ul li a:visited {
	text-decoration: none;
	margin:0;padding: 0;
}

#hp-news ul li a:hover {
	text-decoration:underline;
}

#hp-news ul li .more-link a:link,#hp-news ul li .more-link a:visited {
	color: #47463F!important;
	font-weight: normal!important;
	text-decoration: underline!important;
}

#hp-news ul li .more-link a:hover {
	text-decoration: none;
}

#left a:hover {
	text-decoration: none;
}

.entry-meta {
	color: #47463F;
	margin-bottom:5px;
}

.nav-previous {
	font-size: 1.2em;
	margin-top: 15px;
}

.nav-next {
	font-size: 1.2em;
	margin-top:15px;
}


div.nav-previous a:link, div.nav-previous a:visited {
	float: left;
}

div.nav-next a:link, div.nav-next a:visited {
	float: right;
}

.comment-link {
	font-size:1.2em;
	color: #47463F;
}

.edit-link {
	color: #47463F;
}

/* @end */

/* @group forms */

#submit {
	font-family: arial;
	font-size:1.2em;
	color: #47463F;
}	

div.form-label {
	font-size: 1.2em;
	color: #47463F;
}

div.form-input {
	margin: 5px 0 5px 0;
}

div.form-textarea {
	margin: 5px 0 10px 0;
}

#searchsubmit {
font-size: 1.2em;
color:#47463F;
}

#commentform {
	margin: 0px;
}

/* @end */

/* @group comments */

#comments-list.comments ol {
	color: #47463F;
}

.comment-meta {
	font-size: 1.2em;
	margin-bottom:10px;
}

.comment-notes {
	color: #47463F;
	font-size:1.2em;
	margin-bottom:10px;
}

.comment-meta a:link, .comment-meta a:visited {
	color: #47463F;
}

.comment-meta a:hover {
	text-decoration: none;
}

#comments-list.comments li {
	background-color:#EFEDEB;
	margin-bottom:30px;
	padding:10px;
}

#comments-list.comments p {
	background-color:#fff;
	padding:5px;margin:0;
}

.login {
	color: #47463F;
	font-size:1.2em;
	margin-bottom:10px;
}

#archives.widget.widget_archives ul li {
	font-size:1.2em;
	line-height:1.4em;
}

#recent-posts.widget.widget_recent_entries ul li {
	font-size: 1.2em;
	line-height:1.4em;
}

#categories.widget.widget_categories ul li {
	font-size:1.2em;
	line-height:1.4em;

}

div.comment-author.vcard {
	font-size:1.2em;
	color: #47463F;
	margin-bottom: 5px;
	display:none;
}

div.comment-author.vcard a:hover {
	text-decoration:none;
}

/* @end */



/* @end */

.entry-date {
	font-size: 1.2em;
	color: #979AD1;
}

abbr.published {
	border: none!important;
}

.work {
margin-bottom:45px;
}

.work p {
margin-top:-5px;
}

.img_left {
margin:0 10px 5px 0; 
border:solid 1px #47463F;
float:left;
}

.logo {
	position:absolute;
	top:40px;
	left:20px;
	_top:198px;
	_left:20px;
}

#access ul { list-style:none; }


.big_topleft {
float:left;
width:245px;
margin-bottom:20px;
}

.big_topright {
float:right;
width:245px;
margin-bottom:20px;
}

.big_bottomleft {
float:left;
width:245px;
margin-bottom:20px;
}

.big_bottomright {
float:right;
width:245px;
margin-bottom:20px;
}

.big_topleft img {
	margin:0 10px 0 0; 
	border:solid 1px #47463F;
}

.big_topright img {
	margin:0 10px 0 0; 
	border:solid 1px #47463F;
}

.big_bottomleft img {
	margin:0 10px 0 0; 
	border:solid 1px #47463F;
}

.big_bottomright img {
	margin:0 10px 0 0; 
	border:solid 1px #47463F;
}










