/*   
Theme Name: KCADC blog
Theme URI: 
Description: For the KCADC blog only
Author: Lisa Holmes
Author URI: http://yulanstudio.com
Version: 1.0
.
This theme cannot be used for commercial or non-commercial use or redistributed or resold in any way.
.
*/


/* body: top and bottom margins, default type */

body {
	background-color: #CECECE;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* link colors */

a:link, v:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* wrapper: sets page width, centers in browser */

#divWrapper {
	width: 900px;
	min-height: 100%;
	height: 100%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

.container {
	width: 900px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/* header */

/* header and navigation */

#divHeaderLogo {
	float: left;
	padding-left: 60px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#divHeaderMenuSearch {
	float: right;
	width: 500px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#divTopNav {
	float: left;
	width: 900px;
	height: 19px;
	text-align: center;
}
#div2ndNav {
	float: left;
	width: 900px;
	background-image: url(/images/navigation/home/navbar_bkgd.gif);
	background-repeat: no-repeat;
	background-color: #C50000;
	text-align: center;
}


/*  menus */

ul#menu {
	margin: 0px; 
	padding: 0px;
}
ul#menu li {
	display: inline;
	margin-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px dotted #993300;	
}
ul#menu li a {
	text-decoration:none;
	color: #C1B1B2;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	font-style: italic;
}
ul#menu li a.active, ul#menu li a:hover {
	color: #FFFFFF;
}

/* page wrapper */

#divContent {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 10px;
	clear: both;
}


/* thumbnails */
.wp-post-image {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}


/* page content options */

#divColumnWrapper {
}
#divBannerImage {
	margin-top: 9px;
	margin-left: 12px;
	margin-bottom: 10px;
	padding-left: 3px;
}

#divLeftColumn {
	float: left;
	width: 480px;
	margin-top: 9px;
	margin-left: 12px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-left: 3px;
}
#divLeftColumn img {
	margin-top: 9px;
	margin-bottom: 0px;
}

/*  author bio & images */

#divAuthor img {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
}



/*  sidebar */

#divSidebar {
	float: right;
	width: 225px;
	margin-top: 9px;
	padding: 6px;
	background-color: #F7F7F7;
}
#divSidebar ul {
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#divSidebar ul li {
	list-style:none;
	padding:0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 12px;
}
#divSidebar ul li a { 
	color: #CC0000;
	text-decoration:none; 
}
#divSidebar ul li a:hover { 
	text-decoration:underline; 
}


/* footer */

/* footer: includes divider rule at the end of the content, html nav, copyright info */

#divFooterNav {
	color: #999999;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	clear: both;
}
#divFooterNav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DEDEDE;
	margin-top: 0px;
	margin-bottom: 0px;
}
#divFooter {
	background-color: #EBEBEB;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	text-align: left;
}
#divFooter img {
	padding-right: 20px;
	padding-bottom: 50px;
}
#divFooter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 6px;
}

/*  captions */


.wp-caption {
}

.wp-caption img {
   margin: 0 !important;
}

.wp-caption p.wp-caption-text {
   font-size: 11px !important;
   line-height: 14px !important;
   padding: 0;
   margin: 0;
   text-align: left;
   color: #666666;
   text-transform: uppercase;
}


#posts_navigation {
	float: left;
	width: 400px;
	clear: both;
}


/* blogroll */

#divBlogroll h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 24px;
	margin-bottom: 9px;
}
#divBlogroll ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
}
#divBlogroll a {
	text-decoration: none;
}
#divBlogroll a:hover {
	text-decoration: underline;
}



/* Comment-Styles */

#comments_template {
	margin-top: 20px;
	padding: 0px;
}
ol#comments {
	margin:0px;
	padding: 0px;
	margin-top: 0px;
}
ol#comments li {
	margin:0px;
	padding:0px;
	position:relative;
	padding-left:60px;
	list-style:none;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #333333;
}
ol#comments .avatar {
	position:absolute;
	top:0px;
	left:0px;
}
ol#comments small a {
	font-weight:normal;
	color:#999999;
}
.commentSubhead {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 24px;
	margin-bottom: 0px;
}

/* placement of comment box */
ul.commentlist {
	padding-top: 9px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 3px;
	margin-top: 3px;
	background-color: #F7F7F7;
	background-image: url(/images/blog/comments-top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* text inside comment box */
ul.commentlist li {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: 3px;
	position:relative;
	list-style:none;
	border:1px solid #CCCCCC;
	background-color: #FDFDFD;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 60px;
}
ul.commentlist p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.commentlist .avatar {
	position:absolute;
	top:10px;
	left:10px;
	border:1px solid #CCCCCC;
}
ul.commentlist .commentmetadata {
	display:none;
}
ul.commentlist ul  {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.commentlist ul li {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	overflow: auto;
	padding-bottom: 18px;
}



/* text styles  */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 12px;
}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-top: 9px;
	margin-bottom: 9px;
}
h2 {
	font-size: 24px;
	line-height: 26px;
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 9px;
}
h2 a:hover {
	text-decoration: none ;
}
h2 a:hover {
	text-decoration: underline;
}
h3, h3 a{
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	margin-top: 18px;
	margin-bottom: 6px;
}
h4 {
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	color: #333333;
	margin-top: 14px;
	margin-bottom: 3px;
}
h5, h5 a {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	margin-top: 18px;
	margin-bottom: 6px;
}
h6 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 32px;
}
small, small a {
	color: #999999;
	font-size: 11px;
	margin-bottom: 15px;
	text-decoration: none;
	margin-bottom: 6px;
}
small a:hover {
	text-decoration: underline;
}

caption {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 3px;
	margin-bottom: 18px;
}
.pageHeading {
	font-size: 24px;
	line-height: 26px;
	color: #333333;
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: 9px;
}
.postHeading {
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: 9px;
}
.postInfo {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	margin-bottom: 12px;
	border-top: 1px dotted #CCCCCC;
	padding-top: 3px;
}
.postList {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 12px;
}
.searchListHeading {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 18px;
	margin-bottom: 6px;
}
.separator {
	margin-bottom: 30px;
}
.sidebarHeading {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	margin-top: 24px;
	margin-bottom: 6px;
	border-top: 1px dotted #CCCCCC;
	padding-top: 6px;
}
.subhead {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 18px;
	margin-bottom: 12px;
}
.subheadRule {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	margin-top: 18px;
	margin-bottom: 6px;
	border-top: 1px dotted #CCCCCC;
	padding-top: 6px;
}

