/*
Theme Name: The Kidney Coaching Foundation, Inc.
Theme URI: http://wordpress.org/
Description: This is the theme for the KCF site
Version: 1.0
Author: Antoine E. Hall
Author URI: http://www.thekcf.org
*/
@import url("/css/kcf.css");

#sidebar .screen-reader-text {
    font-size: 14px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
    font-size: 14px;
	}

#sidebar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #990033;
}
#sidebar a:link, a:visit { color: #000000 }
#sidebar a:hover, a:active { color: #FF66FF }

#sidebar #s { width: 155px; }
#sidebar li { list-style-type:none; }



/* Styles the links for post meta data */
.postmetadata a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #990033;
}
.postmetadata a:link, a:visit { color: #000000 }
.postmetadata a:hover, a:active { color: #FF66FF }



/* Syles h3 headings that are links */
#content div h3 a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #990033;
}

#content div h3 a:link, a:visit { color: #000000 }
#content div h3 a:hover, a:active { color: #FF66FF }

/* Dividing line between posts on main page */
#content .post_divider {
        margin: 10px 0px 10px 0px;
        color: #FF66FF;
}


/* Sets thte width of the comment box */
#content #commentform #comment {width: 500px;}



/* Styles the reply links in the page */
#content div.reply a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #990033;
}
#content div.reply a:link, a:visit { color: #000000 }
#content div.reply a:hover, a:active { color: #FF66FF }


/* Sytles the date/timestamp for comment meta data links */
#content div.commentmetadata  a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #990033;
}

#content div.commentmetadata a:link, a:visit { color: #000000 }
#content div.commentmetadata a:hover, a:active { color: #FF66FF }



/* Sytles the links below "Leave a Reply" sub heading */
#content #respond a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #990033;
}
#content #respond a:link, a:visit { color: #000000 }
#content #respond a:hover, a:active { color: #FF66FF }


/* Styles top navigation on pages */
#content .navigation a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #990033;
}
#content .navigation a:link, a:visit { color: #000000 }
#content .navigation a:hover, a:active { color: #FF66FF }


#footer {
	border: none;
    text-align:center
}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
