﻿/*
================================================================
Coding Monk Style Default 1.0
	Created by Jim Fisher Jim(AT)CodingMonk(dot)com
---------------------------------------------------------------
	uses a color scheme centered around gree and purple:

		#225522 - green
		#447744 - lt. green
		#402040 - purple

---------------------------------------------------------------
2005.04.10	Jim Fisher		Initial creation for DotNetNuke
2008.03.15	Jim Fisher		Ported for use with Subtext
================================================================
*/
body {
	font: 90% "Futura Medium",Futura, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	background-color:#ffffff;
}
body, div, p, img, ul, li, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #225522;
	text-decoration:none;

}a:hover {
	color: #402040;
}
#main {
	margin: 0 auto;
	text-align: left;
	width: auto;
}
#header
{
	background-image: url(images/codingmonk.jpg);
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-color: #5b5b5b;
	
}
#name
{
	background-position: left top;
	float: left;
	/*background-image: url(images/kw_header.jpg);*/
	background-image: url(images/codingmonk.jpg);
	width:100%;
	height: 150px;
	background-repeat: no-repeat;
}
#name h1 {
	font-size: 200%;
	margin: 45px 0 6px 43px;
}
#name h2 {
	font-size: 120%;
	font-weight: normal;
	margin-left: 43px;
	color: #333333;
}
#name a {
	text-decoration: none;
	color: #225522;
	margin-left: -1px;
}
#controls {
	float: right;
	width: 23em;
	border: 0;
	margin: 26px 43px 0 0;
	display: inline;
}
#footer {
	height: 50px;
}
#footer p {
	font-size: 84%;
}
#copyright {
	float: left;
}
#info {
	float: right;
}
#info a {
	color: #225522;
	text-decoration: none;
	padding: 1px 0;
}
#info a:hover {
	text-decoration: underline;
}
#dayHeadLeft {
	background: #FAFCFD url(Images/content_head_left.jpg) no-repeat left;
	height: 26px;
	padding-left: 25px;
}
#dayHeadCenter {
	background: url(Images/content_head_center.jpg) repeat-x;
	height: 26px;
}
#dayHeadRight
{
	background-position: right top;
	background-image: url(Images/content_head_right.jpg);
	background-repeat: no-repeat;
	height: 26px;
}
#entries 
{
	width:100%;
	clear: both; 
	margin-right: -18em;
}
* html #entries{
	overflow:hidden;
}
#column {
	font-size: 92%;
	width: 18em; 
	float: right;
}
#column a.rounded {
	color: #225522;
	background: #D4DEEC;
	text-decoration: none;
	border-top: 1px solid #D4DEEC;
	border-bottom: 1px solid #D4DEEC;
}
#column a.rounded span {
	margin: -1px 1px;
	padding: 0 2px;
	border-top: 1px solid #D4DEEC;
	border-bottom: 1px solid #D4DEEC;
}
#column a.rounded:hover {
	color: #FAFCFD;
	background: #225522;
	border-top: 1px solid #93A9C9;
	border-bottom: 1px solid #93A9C9;
}
#column a.rounded:hover span {
	border-top: 1px solid #225522;
	border-bottom: 1px solid #225522;
}
#column a.rounded span.break {
	width: 0;
	margin: 0;
	padding: 0;
}

#links {
	padding: 5px;
}
#links h5 
{
	color:#eeeff7;
	text-align:center;
	font-size: 100%;
	font-weight: bold;
	margin: 1.8em 2px .4em;
	clear: both;
	BACKGROUND-POSITION: top;
	background-image: url(images/title_bg.gif);
	padding-bottom: 0.2em;
	background-repeat: repeat-x;
	border:solid 1px #26395e;
}
#links ul {
	list-style: none;
}
#links li {
	/*margin-bottom: .8em;*/
}
.subtextlogo {
	display: block;
	width:90px;
	top:86px;
	float:right;
	text-align:left;
	cursor:pointer;
	position:relative;
}

div.entry {
	padding: 0;
	margin: 0;
	width:100%;
}
div.entry div, div.entry p {
	margin-bottom: 1.2em;
}
div.entry h3 {
	font-size: 100%;
	font-weight: bold;
	color: #225522;
	margin-top: -.2em;
}
div.entry h4
{
	font-weight: normal;
	font-size: 130%;
	background-position:top;
	/*background-image: url(images/title_bg.gif);*/
	padding-bottom: 0.2em;
	background-repeat: repeat-x;
	color: #225522;
}
div.entry h4 a, div.entry h4 a:visited {
	color: #225522;
	text-decoration: none;
}
div.entry h4 a:hover {
	color: #402040;
}
div.entry ul, div.entry ol, div.entry dl {
	margin: 10px 0;
	padding: 0;
}
div.entry blockquote 
{
	background-color:#d5d0ca;
	padding-bottom: 0.2em;
	border:solid 1px #26395e;
	margin: 10px;
	padding-left: 20px;
}
div.entry tt {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}
div.entry .post {
	padding: 0 0 0 20px;
}
div.entry .info 
{
	font-size:70%;
}
div.entry .info a, div.entry .info a:visited {
}
div.entry .info a:hover {
}
div.entry .links {
}
div.entry .links a, div.entry .links a:visited {
}
div.entry .links a:hover {
}
div.entry .commentslink a {
	float: left;
	margin: 0 6px 1.8em -4px;
	padding: 1px;
}
div.entry .trackbackslink a {
	float: left;
	margin: 0 0 1.8em 4px;
	padding: 1px;
}
div.entry .trackbackslink a span {
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 3px;
	vertical-align: middle;
}
div.entry .trackbackslink a:hover span {
}

div.entryDate {
	padding: 0;
}
div.entryDate a 
{
	text-decoration:none;
}
div.entryDate a:hover
{
}

div.entryDate h3 
{
	white-space: nowrap;
	font-size: 100%;
	font-variant:small-caps;
	font-weight: bold;
	margin-top: -.2em;
	padding-bottom: 6px;
}
div.comment a{
	color: #225522;
}
div.comment a:hover {
	color:#402040;
}
div.comment {
	margin: 0 0 1em 0;
}
div.trackback {
	margin: 0 18em 1em 0;
}
div.comment .info, div.trackback .info {
	color: #333333;
	margin-bottom: .2em;
	padding-left: 15px;
	height: 22px;
	display: block;
}
div.comment .commentHeader 
{
	height:60px;
}
div.comment .post, div.trackback .post 
{
	border: solid 1px #225522;
	background-color: #eeffee;
	background-position:bottom;
	margin-left: 25px;
	padding:10px;
	display: block;
}

div.author .post
{
	background: #f3fafc url(images/CommentAuthorGradient.gif) repeat-x top;
}

#trackback {
	margin: 0 18em 3em 0;
}
#comments {
	margin: 0 0em 3em 0;
	width:100%;
}
#comments h3 {
	display: block;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	clear: both;
	border-bottom: 1px solid #225522;
	margin-bottom: 1.8em;
}
#commentform {
	width:500px;
	display: block;
}
#commentform .label {
	width: 8em;
	float: left;
	clear: both;
	margin-bottom: .4em;
}
#commentform .input {
	float: left;
	margin-bottom: .4em;
}
#commentform .input span {
	float: left;
	display: inline;
}
#commentform input.fixed {
	float: left;
	border: 1px solid #225522;
}
#commentform textarea {
	width: 100%;
	float: left;
	border: 1px solid #225522;
}
.CMSubmitButton {
	width: 56px;
	height:57px;
	float: left;
	border:none;
	background-color:transparent;
	background-image:url(images/comment_button_submit.jpg);
}
.CMResetButton
{
	width: 56px;
	height:57px;
	border:none;
	background-color:transparent;
	background-image:url(images/comment_button_reset.jpg);
}
#commentform textarea {
	overflow: auto;
}
#commentform h4 {
	font-size: 100%;
	font-weight: bold;
	color: #225522;
	clear: both;
}
#commentPreview {
	display: block;
	margin: 0 0 1.8em 0;
}
#commentPreview p {
	margin-bottom: .8em;
}
img.emoticons {
	vertical-align: middle
}
.author {
	color: #000000;
}
.author a {
	color: #000000;
}
.author a:hover {
	color: #eeeff7;
}
.red {
	color: #eeeff7;
}
.clear {
	clear: both;
	height: 0;
}

#calendar {
	border: 1px solid #839ABF;
	background: #F1F7FB;
	padding: .6em .6em 1em;
	text-align: center;
}
#calendar table {
	margin: 0 auto;
	border-collapse: collapse;
}

#calendar tbody a {
	display: block;
	background: #225522;
	text-align: center;
	text-decoration: none;
	color: #FAFCFD;
	border-top: 1px solid #A5B8D3;
	border-bottom: 1px solid #A5B8D3;
}
#calendar tbody a:hover {
	color: #FAFCFD;
	background: #eeeff7;
	border-top: 1px solid #E39A9D;
	border-bottom: 1px solid #E39A9D;
}
#entryCal {
	color: #000;
	width: 16.5em;
	border: none !important;
	border-collapse: collapse;
}

#entryCal td {
	background-color: #F1F7FB!important;
	width:100%;
}

#entryCal td.day {
	width:15%!important;
}

#entryCal td.day-header {
	font-size: 94%;
	font-weight: normal;
	color: #225522;
	width:15%!important;
}

#entryCal td a{
	border: none !important;
}

#entryCal .title td {
	width:100%;
}
#entryCal .title td a{
	background-color: #F1F7FB!important;
}

#entryCal .today {
	color: #000000!important;
	background-color: #F1F7FB!important;
}

#entryCal .other-month {
	visibility:hidden;
	width:15%!important;
}

#entryCal .title {
	background-color: #F1F7FB !important;
	padding: 4px;
	border-bottom: none !important;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding-bottom: .2em;
	color: #eeeff7;
}

#entryCal .next {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding-bottom: .2em;
	color: #eeeff7;
}

#entryCal .next a{
	color: #225522;
	margin: 0 .8em; 
	text-decoration: none;
	background-color: #F1F7FB!important;
}

#entryCal .next a:hover {
	color: #000000;
}



.Thumbnail {


	padding: 0;
	margin: 2em 18em 2em 2em;
}


.Thumbnail a img {

	border:1px solid black;
	margin: 15px;

}
.PreviousNext a
{
	text-decoration:none;
	color:#225522;
}
.PreviousNext a:hover
{
}
.newsItem
{
	padding: 10px;
	margin:0px;
	border:0; 
	background: #6b6b6b;
	font: 80%/150% 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	color:#cccccc;
	text-align:center;
}

.contactForm
{	background-color:#807080;
	padding-bottom: 0.2em;
	padding-top: 1.5em;
	border:0; 
	margin: 10px;
	padding-left: 20px;
}
#buttonBold
{
	height:27px;
	width:27px;
	/*background-image: url(images/comment_button_bold.jpg);*/
	float:left;
	margin-right:3px;
	cursor:pointer;
}
#buttonItalic
{
	height:27px;
	width:27px;
	background-image: url(images/comment_button_italic.jpg);
	float:left;
	margin-right:3px;
	cursor:pointer;
}
#buttonBlockquote
{
	height:27px;
	width:27px;
	background-image: url(images/comment_button_blockquote.jpg);
	float:left;
	margin-right:3px;
	cursor:pointer;
}
#buttonUnderline
{
	height:27px;
	width:27px;
	background-image: url(images/comment_button_underline.jpg);
	float:left;
	margin-right:3px;
	cursor:pointer;
}
#buttonHyperlink
{
	height:27px;
	width:27px;
	background-image: url(images/comment_button_hyperlink.jpg);
	float:left;
	margin-right:3px;
	cursor:pointer;
}
/* ------------- {search layout} -------------- */
#search
{
	width:100%;
	display: block;
	text-align:left;
	cursor:pointer;
	position:relative;
}


#search-box
{
	padding: 0px;
	width:100%;
	text-align: right;
}

#search input
{
	margin: 0;
	padding: 0;
}

#search-results
{
	position: relative;
	top: -40px;
	right: 150px;
	z-index:999;
	text-align: left;
	width: 300px;
}

#search-results h5
{
	font-size: 1em;
	color: #402040;
	margin: 0;
	padding: 0;
}

#search-results ul
{
	padding: 0;
	margin: 0 0 0 8px;

}

#search-results ul li
{
	padding: 0;
	margin: 0;
	width: 100%;
}

#search-results div.innerbox
{
	background-color: #f6f6f6;
	padding: 10px;
	width:100%;
}

#search a.close
{
	position: absolute;
	top:0;
	right: 4px;
	display: block;
}

#search-progress
{
	position: absolute;
	top: 18px;
	left: 80px;
}

#full-tag-cloud
{
	margin-top: 10px;
}

h1
{
	margin-top: 4px 0 6px 4px;
	padding: 8px 0 8px 0;
}

#menu
{
	background-image: url(images/CMMenu2.jpg);
	width: 100%;
	height: 26px;
	background-repeat: no-repeat;
	position:relative;
	top:88px;left:0;
}

#menu .menuitems
{
	position:relative; 
	left:30px;
}

.menuitems a {
	color: #dddddd;
	text-decoration:none;
	font: 80%/200% 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	padding-right:15px;
}
.menuitems a:hover {
	color: #402040;
}

#left_column_td {
	vertical-align:top;
	background-color:#5b5b5b;
}
#center_column_td{
	padding:5px;
	min-width:600px;
}
#right_column_td{
	vertical-align:top;
}

#contentBodyLeft {
	width:150px;
}
#contentBodyCenter {
	height: auto;
	text-align:left;
	vertical-align:top;
	min-width:600px;
}
#contentBodyRight {
	width:150px;
}
#CategoryFrame
{
	background-image:url(images/Zone.jpg);
	background-repeat: no-repeat;
}
.CMCategoryMenu a
{
	color:#dddddd;
	cursor:hand;
}

.CMCategoryMenu
{
	padding:0px;
	padding-left:2px;
	padding-right:2px;
	background-color:#225522;
	color:#dddddd;
	cursor:hand;
	font: 80%/200% 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	table-layout:fixed;
}
.CMCategoryMenuOption
{
	width:100%;
	cursor:hand;
}

.CMCategoryMenuOption a td
{	
	width:100%;
	cursor:hand;
}

.CMCategoryMenuItemHover
{
	cursor:hand;
	background-color: #402040;
}

.CMCategoryMenuItemSelected
{
	background-color: #447744;
	cursor:default;
}
.CMCategoryMenuItemSelectedHover
{
	background-color: #447744;
	cursor:default;
}
.CMCategoryMenuItemParent td, .CMCategoryMenuItemParentExpanded td
{
	background-color:#225522;
	color:#999999;
	cursor:hand;
}
.CMCategoryMenuItemParentExpandedHover td
{
	background-color:#225522;
	color:white;
	cursor:hand;
}
.CMCategoryMenuItemParentHover td
{
	background-color:#225522;
	color:#ffffff;
	cursor:hand;
} 

.CMCategoryMenuParentZoneIndicator
{
	width:10px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:center;
}

.CMCategoryMenuItemParent .CMCategoryMenuParentZoneIndicator
{
	background-image:url(images/CMArrowWhite.gif);
}
.CMCategoryMenuItemParentHover .CMCategoryMenuParentZoneIndicator
{
	background-image:url(images/CMArrowWhite.gif);
}

.CMCategoryMenuItemParentExpanded .CMCategoryMenuParentZoneIndicator
{
	background-image:none;
}

.CMCategoryMenuItemChildren
{
	display:none;
}
.CMCategoryMenuChildren
{
	display:none;
}
.CMCategoryMenuChildrenExpanded .CMCategoryMenuOption
{
	padding-left:10px;
}

.CMPostDropCap
{
	float:left;
}
.entrynotes
{
	font-style:italic;
	font-size:xx-small;
}
.EntryReadMore
{
	font-style:italic;
	font-size:xx-small;
}
.CMEntryListTitle
{
	text-align:center;
	font-size:medium;
	color:#5b5b5b;
	font-weight:bold;
	
}
.CMEntryListDescription
{
	font-size:x-small;
	font-style:italic;
	color:#402040;
	width:225px;
	height:0px;
}
.CMEntryListTitleImage
{
	text-align:right;
	height:100px;
}
.CMCategoryRSSLink
{
	font: 80%/150% 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	font-weight:bolder;
	font-size:xx-small;
	padding:5px;
	position:relative;
	top:-25px;
}
.CMCategoryRSSLink a
{
	color:#402040;
}
.CMCategoryRSSLink a:hover
{
	color:#ffffff;
}
div.comment .commentHeader .avatar
{
	border:solid 5px #black;
}
.commentButtons
{
	text-align:center;
}

.CMPageWidth{
	width:100%;
}

.CMTechnoratiFaves
{
	float:right;
}
.CMLayoutExpandControl /*the expand control*/
{
	position:relative;
	top:-20px;
	left:85px;
	float:right;
	color:#bbbbbb;
	font: 70%/50% 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	vertical-align:bottom;
}
#CMLeftBorderContainer
{
	background-color:#5b5b5b;
	background-image:url("images/transparent_black_diag.png");
	background-repeat:repeat;
}
#CMRightBorderContainer
{
	background-color:#5b5b5b;
	background-image:url("images/transparent_black_diag.png");
	background-repeat:repeat;
}
.CMLayoutFixed #CMRightBorderContainer
{
	width:50%;
}
.CMLayoutFixed #CMLeftBorderContainer
{
	width:50%;
}

.CMLayoutExpanded #CMRightBorderContainer
{
	width:0px;
}
.CMLayoutExpanded #CMLeftBorderContainer
{
	width:0px;
}
#CMPageWidthContainer
{
	width:920px;
}
.CMLayoutExpanded #CMPageWidthContainer
{
	width:100%;
}
.searchButton
{
	position:relative;
	top:-10px;
	background-image:url("images/CMSearch.png");
	border:0;
	width:35px;
	height:35px;
	float:right;
	background-color:Transparent;
	cursor:hand;
}
.searchterm
{
	width:125px;
	float:left;
}
#search-box div
{
	font: 80%/200% 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	float:left;
	
}
.CMSeriesBox
{
	width:150px;
	float:right;
	position:relative;
	background-color:#ebebeb;
	color:#402040;
	text-align:left;
	font: 80%/130% 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	border:solid 1px #cbdbcb;
	height:auto;
}


.CMSeriesBoxOuter .CMSeriesItem
{
	display:none;
}

#CMSeriesExpandCollapse
{
	width:30px;
	height:30px;
	position:relative;
	float:right;
}

.CMSeriesBoxOuter #CMSeriesExpandCollapse{
	background-image:url(Images/CMSeriesExpand.png);
}

.CMSeriesBoxOuterExpanded #CMSeriesExpandCollapse{
	background-image:url(Images/CMSeriesCollapse.png);
}
