/*   
Theme Name: JHillClinic
Theme URI: 
Description: A custom child theme based on Thematic framework.
Author: Ian Stewart, PNCA Web Team
Author URI: http://themeshaper.com/, http://www.pnca.edu/
Template: thematic
Date: June 2009
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/


/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');


/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');


/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

.main-aside {
    display:none;
}
#subsidiary .aside {
    display:none;
}
#container {
    width:960px;
}
#content {
    margin:0 auto 0 auto;
    width:960px;
    overflow:hidden;
}


/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

.entry-content img {
    margin: 0 0 12px 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:24px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}


/* Apply theme styles and colors */
/* Not importing. @import url('../thematic/library/styles/default.css'); */
/* File pasted in its entirety, with changes and deletions. */

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 12px "lucida grande",verdana,arial,sans-serif;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:1.5em;
}
p, ul, ol {
	margin-top:.5em;
}
ul {
	list-style:square;
	margin-left:1.5em;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:12px;
    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;
}
a:link {
    color:#003399;
}
a:visited {
    color:#6699cc;
}
a:active,
a:hover {
    color: #99cc33;
}

h1, h2,								/* Headings */
.entry-title {
	font-family:"lucida grande",verdana,tahoma,arial,sans-serif;
    font-size:32px;
    font-weight:normal;
    text-transform:none;
    color:#6699cc;
    line-height:32px;
}
h3 {
	font-style:normal;
	font-size:25px;
	letter-spacing:.15em;
	text-transform:lowercase;
	color:#999999;
	padding:14px 0 22px 0;
}
h4 {
	color:#333333;
	font-size:16px;
	font-weight:normal;
}
h4 a {
	text-decoration:none;
}	
h5 {
	text-transform:uppercase;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	padding-bottom:.5em;
	padding-top:1em;
}



/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {
	width:960px;
    padding:15px 0px 15px 0px;
}
#blog-title {
    margin:0px 0px 5px 0px;
	height:145px; width:960px;
    background-image:url(/img/header.gif);
    background-repeat:no-repeat;
    text-indent:-2000px;
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    height:177px; width: 960px;
	position:absolute;
	background-image:url(/img/photostrip.jpg);
	/* float:left; */
    color:#666;
    font-family: "lucida grande",verdana, arial, sans-serif;
    text-indent:-2000px;
	font-size:30px;
    font-style:none;
    letter-spacing:-.05em;
    margin:40px 0px 0px 0px;
}


/* These are the different 3-picture strips for the header: */

.pageid-9 #blog-description
               {background-image:url(/img/photostrip02.jpg);}

.pageid-4 #blog-description
               {background-image:url(/img/photostrip03.jpg);}

.pageid-26 #blog-description
               {background-image:url(/img/photostrip04.jpg);}

.pageid-23 #blog-description
               {background-image:url(/img/photostrip03.jpg);}

.pageid-30 #blog-description
               {background-image:url(/img/photostrip02.jpg);}

.pageid-12 #blog-description
               {background-image:url(/img/photostrip04.jpg);}



/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    border-bottom:none;
    margin:0 auto;
    width:960px;
    height:40px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.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;
}
.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;
}

.menu {
	width:965px;
	margin-left:-2px;
}

/*** THEMATIC SKIN ***/

.sf-menu {
	text-align:-200px;
	margin: 0px 0px -20px 0px;
    border-right:none;
	float:left;
	letter-spacing:.13em;
}
.sf-menu a {
	text-indent:-2000px
	display:block;
	height: 13px;
	border-left:none;
	border-top:none;
        border-bottom:none;
	padding:0px 0px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	background-position: 0px -12px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#666;
}
.sf-menu li {
	margin:0px 0px 0px 1px;
	text-indent:-2000px;
}
	

/*nav bar images-----------------------------------------------------------------*/	

li.current_page_item
{background-position: 0px -12px}

li.page-item-2{
background-image:url(/img/home.gif); 
margin-left:4px;
height: 13px;
width:58px;
}

li.page-item-4{
background-image:url(/img/about.gif); 
height: 13px;
width:108px;
}

li.page-item-9{
background-image:url(/img/programs.gif); 
height: 13px;
width:113px;
}

li.page-item-19{
background-image:url(/img/calendar.gif); 
height: 13px;
width:113px;
}

li.page-item-26{
background-image:url(/img/news.gif); 
height: 13px;
width:73px;
}

li.page-item-28{
background-image:url(/img/donate.gif); 
height: 13px;
width:93px;
}

li.page-item-23{
background-image:url(/img/volunteer.gif); 
height: 13px;
width:120px;
}

li.page-item-30{
background-image:url(/img/faq.gif); 
height: 13px;
width:62px;
}

li.page-item-15{
background-image:url(/img/partners.gif); 
height: 13px;
width:108px;
}

li.page-item-13{
background-image:url(/img/resources.gif); 
height: 13px;
width:100px;
}


.sf-menu li li {
	background:		none;
}
.sf-menu li li li {
	background:		none;
}


/* =Menu hover attributes
--------------------------------------------------------------*/
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    /*background-image: url(/img/green.gif);*/
	background-repeat: no repeat;
	background-position: 0px -12px;
	outline:		0;
    border-bottom:none;
}
.sf-menu ul {
    border-right:none;
    border-bottom: none;
}
.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:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:0 5px 22px 5px;
	margin:175px auto;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding-top:0;
	padding-bottom:24px;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title,
#home_mission h2,
#home_volunteer h2,
h1.page-title,
.entry-content h1,
.entry-content h2 {
    padding:22px 0 7px 0;
    font-style:normal;
}
.entry-title {
	padding-top:0;
	padding-bottom:18px;
}
#home_mission h2 {
	padding-top:0px;
}
#home_volunteer h2 {
	color:#99cc33;
}
#post-2 .entry-title {			/* prevents HOME display */
	display:none;
}
.entry-title a {
	color:#333333;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:0 0 0 0;
   	margin: -20px 0 0 0;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.archive p,
.archive ul,
.archive ol {
	color:#666666;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-content li {
	padding-bottom:1em;
}
.entry-utility {
}
.entry-utility span {
	font-style:normal;
}
.entry-utility a {
    text-decoration:none;
}
.entry-utility a[title="Edit post"] {
	display:none;
}
.entry-utility .cat-links a {
	color:#ff4b33;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.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: #FF4B33;
}
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 {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 0 0;
    overflow:hidden;
}
#author-info .avatar {
    display:none;
}
.edit-link {
	display:none;
}

/* =Section-specific (with Get-a-Post on page.php)
---------------------------------------------------------------*/

/* General */
.section a.anchor {
}
#post-2 .section h3 {
	padding-bottom:17px;
	margin-top:-8px;
}
.section {
	font-family:"lucida grande",verdana,tahoma,arial,sans-serif;
	font-size:12px;
	color:#666666;
}
.section p,
#post-19 p {
	margin-top:0;
	max-width:none;
}
.pageid-15 .entry-content p,
.pageid-15 .entry-content ul,
.pageid-15 .entry-content hr,
.archive-content,
.post .entry-content p,
.post .entry-content ul,
.post .entry-content hr,
.pageid-28 .entry-content p,
.pageid-28 .entry-content ul,
.pageid-28 .entry-content hr,
.pageid-28 .entry-content h4
 {
	width:555px;
	float:left;
	display:block;
}
.divider {
	background-color:#cccccc;
	display:none;
	clear:both;
}
.entry-content hr {
	display:block;
	width:100%;
	height:10px;
	background-color:#cccccc;
	border:0;
}

								/* Home */
#home_josiah a,
#home_volunteer a,
#home_events a {
	color:#ffffff;
	background-color:#99cc33;
	text-decoration:none;
	padding:1px 7px 1px 7px;
}
#home_top {
	display:block;
	border-bottom:11px solid #cccccc;
	height:120px;
	margin-bottom:20px;
}

#events-programs {
	display:block;
	width:100%;
	height:10px;
}
#home_mission {
	width:580px;
	display:block;
	float:left;
}
#home_mission h4 {
	padding:0 12px 0 0;
	color:#666666;
}
#home_events h3 {
	padding-left:12px;
	padding-top:0px;
}
#home_events {
	width:380px;
	display:block;
	float:right;
}
#home_events a {
	background-color:#ff9933;
	display:inline;
}
img.wp-image-611 { /* Calendar icon */
	margin:0 0 0 0;
	float:left;
	padding:3px 4px 0 0;
}
#home_events img a {
	background:none;
}
#home_events p {
	border-left:1px solid #cccccc;
	padding:0 0 0 12px;
}
#home_programs h3 {
}
#home_programs {
	width:380px;
	float:left;
}
#home_programs strong {
	color:#333333;
}
#home_programs ul {
	list-style:none;
	margin-left:0px;
	padding-right:12px;
}
#home_programs ul ul li {
	padding:0 0 0 5px;
	background-color:#ffffff;
	border:0px solid #ffcc99;
	line-height:1.5em;
	text-decoration:none;
	font-size:11px;
	color:#333333;
}
#home_programs p {
	display:none;
}
#home_volunteer a {
	background-color:#6699cc;
}
#home_volunteer h2 {
padding-left:12px;
}
#home_volunteer {
	width:360px;
	float:left;
}
#home_volunteer p {
	border-left:1px solid #cccccc;
	padding-left:12px;
	padding-right:12px;
}
#home_josiah {
	width:172px;
	float:left;
	padding:12px 0 0 12px;
}
#home_josiah h3 {
	display:none;
}
#home_josiah p {
	margin:0 0 0 0;
}
#home_josiah img {
	margin-bottom:7px;
}
#home_widgets {
width:500px;
float:right;
clear:both;
text-align:right;
}
#home_widgets div {
clear:none;
float:right;
}

								/* About Us */
#about_accomplishments {
	display:block;
	float:left;
	clear:none;
	width:618px;
	padding-right:24px;
}
#about_accomplishments ul {
	margin-bottom:0;
}
#about_history {
	display:block;
	float:left;
	clear:none;
	width:618px;
	padding-right:24px;
}
#about_history p,
#about_history ul {
	padding-left:5em;
}
#about_history h4 {
	padding-top:0;
	padding-bottom:12px;	
}
#accomplishments-staff {
	display:block;
	float:right;
	clear:right;
	width:318px;
	height:318px;
	background-image:url(/img/photos/380x380chinese_garden.jpg);
	background-position:0px 0px;
	margin-bottom:24px;
	margin-top:24px;
}
#about_staff {
	display:block;
	float:right;
	clear:none;
	width:268px;
	background-color:#ffffff;
	border:1px solid #333333;
	padding:0 24px 0 24px;
}
#about_staff h5 {
    padding:1.5em 0 1em 0;
}
#about_staff ul {
	list-style:none;
	margin:0;
	padding:0;
}
#about_staff ul ul {
	margin:0;
	padding:0;
	border:0;
}
#about_staff ul ul li {
	margin:0 0 0 1em;
	padding: 0 0 0 0;
}
#about_staff ul li strong {
	color:#333333;
}
#staff-history {
	display:block;
	float:left;
	clear:none;
	width:618px;
	height:12px;
	margin-top:24px;
}

								/* Programs */
#programs_healthyhomes {
	display:block;
	float:left;
	width:544px;
	padding-right:12px;
}
#healthyhomes-community {
	display:block;
	background-image:url(/img/photos/380x380parade_bike.jpg);
	background-position: 12px 0;
	background-repeat:no-repeat;
	background-color:#ffffff;
	float:right;
	clear:right;
	width:380px;
	height:380px;
	padding-left:12px;
	border-left:1px solid #cccccc;
}
#programs_community {
	display:block;
	float:left;
	width:555px;
	padding-right:12px;
}
#programs_community h3,
#programs_health h3 {
	max-width:66%;
}
#programs_bloodtest {
	display:block;
	float:right;
	width:380px;
	border:1px solid #cccccc;
	border-width:0 0 0 1px;
	padding-left:12px;
}
#programs_bloodtest h3 {
	margin-top:24px;
}
#programs_health {
	display:block;
	float:left;
	width:544px;
	padding-right:12px;
}	

								/* Calendar */
#post-19 .entry-content {	
	margin-top:0;
}
#calendar_events {
	float:right;
	width:292px;
}
#calendar_events h3 {
	padding-top:0;
}
#calendar_events ul {
	list-style:none;
	margin:0;	
}
#calendar_events ul li {
	display:block;
	background-color:#ccffcc;
	border:1px solid #336600;
	padding:10px;
	margin:0 0 12px 0;
	line-height:1.5em;
}
#calendar_events ul li strong {
	color:#333333;
}
#calendar_events ul ul {
	margin:0;
	padding:0;
}
#calendar_events ul ul li {
	border:0px;
	margin:0 0 0 .5em;
	padding:0;
}

								/* News */
#news_archive {
	padding:0 0 12px 2px;
	clear:both;
}
#news_recentnews {
	display:block;
	clear:none;
	float:left;
	width:544px;
	padding-right:12px;	
}
#news_pressreleases {
	display:block;
	clear:right;
	float:right;
	width:360px;
	padding:10px;
	border:1px solid #cccccc;
}
#news_recentnews h4,
#news_pressreleases h4,
.archive h4 {
	border: 1px solid #cccccc;
	border-width: 0px 0 0 0;
	padding:10px 0 0 0;
	margin:0 0 0 0;
	display:block;
}
#post-26 h6,
.archive h6,
.single h6,
.entry-date,
.entry-date abbr {
	margin:0;
	padding:0 0 0 12px;
	color:#cccccc;
	font-size:12px;
	font-weight:bold;
	border:none;
	cursor:default;
	text-transform:uppercase;
}
.single h6 {
	padding:0;
}
#news_pressreleases h6 {
	display:block;
}
#news_recentnews p,
#news_pressreleases p,
.archive p {
	padding: 0 0 0 10px;
	margin: 6px 0 12px 0;
}
p.postmetadata {
	margin-top:0;
	padding-bottom:12px;
	font-size:10px;
}
#news_pressreleases {
	margin-top:-10px;
}
#pressreleases-newsletter {
	float:right;
	clear:right;
	width:380px;
	display:block;
	height:380px;
	background:url(/img/photos/380x380_peoplesfood.jpg) no-repeat;
	margin:24px 0 24px 0;
}
#news_newsletter {
	width:380px;
	float:right;
	display:block;
}
#newsletterform {
	width:380px;
}
#newsletterform textarea {
	width:26em;
	border:1px solid #99cc33;
}
#newsletterform input {
	border:1px solid #99cc33;
}
#newsletterform input[type="submit"] {
	background: #99cc33;
	color:#ffffff;
	border:0;
}
input[name="catcha-766"] {
	width:20px;
}

					/* News Archives */
.entry-meta {
	display:inline;
	margin-left:-18px;
}
.post {
	padding:0;
}


								/* Volunteer */
#post-23 p {	
	max-width:555px;
	margin-top:1.5em;
}
#post-23 h3 {
	padding-bottom:0;
}
			
								/* FAQ */
#post-30 ul {	
	list-style:none;
	clear:none;
	margin:0 auto 0 0;
	padding-top:22px;
	display:block;
	width:555px;
}
#post-30 ul ul {
	margin:0;
	padding:10px 0 0 0;
}
#post-30 ul li {	
	display:block;
	clear:none;
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-width:1px 0 0 0;
	padding:10px 10px 10px 0px;
	margin:12px 0px 22px 0px;
	color:#333333;
}
#post-30 ul li strong {
	font-weight:normal;
	font-size:16px;
}
#post-30 ul ul li {
	display:block;
	border:none;
	padding:0;
	margin:0;
	font-size:12px;
	color:#666666;
	padding-left:10px;
}
#post-30 .entry-content {
	background-image:url(/img/photos/380x380olive_dog.jpg);
	background-repeat:no-repeat;
	background-position:579px 33px;
	position:relative;
}

								/* Partners */
ul.partners {
	list-style:none;
}
ul.partners li {
	display:inline;
	padding-right:24px;
}
.pageid-15 .entry-content h4 {
	display:block;
}

								/* Resources */
#post-13 p {	
	max-width:555px;
	margin-top:1.5em;
}
#resources_portland,
#resources_national {
	display:block;
	width:555px;
	float:left;
	clear:none;
}
#resources_portland ul,
#resources_national ul {	
	list-style:none;
	clear:none;
	margin:0 auto 0 0;
	display:block;
	width:555px;
}
#resources_portland ul ul,
#resources_national ul ul {
	margin:0;
	padding:10px 0 0 0;
}
#resources_portland ul li,
#resources_national ul li {	
	display:block;
	clear:none;
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-width:0 0 0 0;
	padding:0px 10px 10px 0px;
	margin:12px 0px 18px 0px;
	color:#333333;
}
#resources_portland ul li strong,
#resources_national ul li strong {
	font-weight:normal;
	font-size:16px;
}
#resources_portland ul ul li,
#resources_national ul ul li {
	display:block;
	border:none;
	padding:0;
	margin:0;
	font-size:12px;
	color:#666666;
	padding-left:10px;
}
#portland-jhc {	
	display:block;
	float:right;
	clear:right;
	width:380px;
	height:380px;
	background:url(/img/photos/380x380frederikka.jpg) no-repeat;
	margin-bottom:24px;	
	position:absolute;
	top:56px;
	right:5px;
}
#resources_jhc {
	display:block;
	width:368px;
	float:right;
	clear:right;
	padding:0px 12px 12px 12px;
	position:absolute;
	top: 460px;
	right:5px;
}
#resources_jhc ul {
	padding-right:12px;
}
#resources_jhc li,
#news_newsletter li {
	padding:5px;
	background-color:#ffffff;
	border:0px solid #ffcc99;
	line-height:1.5em;
	text-decoration:none;
	font-size:11px;
	color:#333333;
}
#resources_jhc li a,
#resources_jhc li a:link {
	text-decoration:none;
}
#resources_jhc li a:hover {
}


/* =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:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}

}
.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 {

}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    display:block;
    width:368px;
    float:right;
    clear:right;
    margin-top:48px;
    padding-left:12px;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}

#comments-list {
    padding:0 0 0 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    margin:0 0 18px 0;
}
#comments-list li {
	padding:0 12px 0 12px;
	margin-bottom:24px;
	border:1px solid #336600;
	color:#666666;
}
#comments-list li p {
	margin:0 0 18px 0;
}
.fn, .n {
	color:#000000;
}
#comments-li {
	
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#ccff99;
}
#comments-list ul li {
    
}
#comments-list li .avatar {
    display:none;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 0;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 0;
}
#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: #FF4B33;
}
.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: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 0 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: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:0 0 0 0;
    position:relative;
}
p#login {
	margin:0 0 12px 0;
}
#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 {
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
    border:1px solid #99cc33
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
.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;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:none;
	margin:-220px auto 28px auto;
	height:65px;
	width:968px;
	background-image:url(/img/footer.png);
	text-align:right;
	color:#cccccc;
    position: relative;
    z-index:99;
}
#siteinfo {
	float:right;
	margin: 45px 5px 0px 0px;
	clear:none;
	font-family:"lucida grande",verdana,tahoma,arial,sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#cccccc;
}
#siteinfo a,
#siteinfo a:visited {
    color:#666666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #99cc33;
}


/* =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 {
    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:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !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;
}



/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



