/*  

Theme Name: Digital Charis
Theme URI: 
Description: 
Version: 1.0
Author: Denis
Author URI: http://skyture.com/

*/

#toplogo {
	position:absolute;
	width:279px;
	height:74px;
	left: 18px;
	top: 39px;
	border: none;
}

#toplogo a {
	display: block;
	background-image: url(images/logo_279x74.jpg);
	background-repeat: no-repeat;
	width:279px;
	height:74px;
	border: none;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#content {
	font-size: 1.2em
	}


.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	text-align: left;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 30px;
	width: 450px;
	border: 0px solid red;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}


#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 15px 15px 15px;
	border-left: 1px solid #DDECF3;
	width: 180px;
	text-align: left;
	float: right;
  margin-right: 8px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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 Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


/***************************************************************************************/

html, body {
	padding:0;
	margin:0;
}

h1 {
	font-size: 16px;
	color: #416AA0;
	display: inline;
	padding: 0px;
	text-align: left;
	margin: 0;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

body {
	text-align:center;
	min-width: 802px;
	background-color: #147BA8;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#outer {
	width:802px;
	color: #666666;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(images/repeater_802x2.gif) repeat-y center center;
	background-color: #FFFFFF;
	position:relative;
	overflow:visible;
}

#inner {
	width:100%;
	background:  url(images/repeater_802x2.gif) repeat-y center center;
} 

#header {
	width: 802px;
	height: 171px;
	background: #CCCCCC url(images/header_802x171.jpg);
	background-repeat: no-repeat;
	color: #fff;
	z-index:100;
}

#left {
	position: relative;
	width: 597px;
	float: left;
	padding-top: 171px;
}

#left p {padding-left:20px;padding-right:2px}

#footer {
	width: 802px;
	clear: both;
	height: 38px;
	background-color: #83C23D;
	color: #fff;
	text-align: center;
	background-image: url(images/footer_802x38.gif);
	background-repeat: no-repeat;
}

.footer-second {
  padding-top: 10px;
  color: #fff;
}

.footer-second a {
  color: #D6E3ED;
}

.lefthead {
	background-image: url(images/left_head_597x17.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 597px;
}

.leftbodyhead {
	background-image: url(images/left_body_head_597x18.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 597px;
}
.leftbodybackground {
	background-image: url(images/left_body_repeat_597x1.gif);
	background-repeat: repeat-y;
}

.leftbodybackground h1 {
	font-size: 14px;
	color: #1992C1;
	display: block;
	padding: 0px;
	text-align: left;
	text-indent:15px;
	margin-top: 15px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: url(images/call_out_18x10.gif);
	background-repeat: no-repeat;
}
.leftbodybackground p {
	margin-top:5px;
	padding:0;
	margin-left:5px;
	font-size: 12px;
	line-height: 14px;
	margin-right:6px;
}
.leftbodybackground p a {
	color: #379E17;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 12px;
	font-style: italic;
}
.leftbodybackground p strong {
	color: #379E17;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.leftbodybackground p b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #C9E7F2;
	font-weight: normal;
}

.blog {

	font-family: Verdana;
}

.blog p a {

	color: #379E17;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: none;
	font-size: 12px;
	font-style: normal;

}

.blog li a {

	color: #379E17;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: none;
	font-size: 12px;
	font-style: normal;

}

.breaker {
	background-image: url(images/breaker_597x3.gif);
	background-repeat: no-repeat;
	height: 3px;
	width: 597px;
}

.subscribe {
	display: block;
	background-image: url(images/subscribe_190x68.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 190px;
	color: #1580AE;
	margin: 0px;
	padding: 0px;
}
.subscribebottom {
	display: block;
	background-image: url(images/subscribe_bottom_190x18.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 190px;
	color: #1580AE;
	margin: 0px;
	padding: 0px;
}
.subscribe p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1580AE;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	padding-top:0px;
	width:170px;
	line-height: 12px;
}
.callouthead {
	display: block;
	background-image: url(images/call_out_head_190x7.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 190px;
	color: #1580AE;
	margin: 0px;
	padding: 0px;
	padding-top:0px;
	overflow:hidden;
}
.calloutbody {
	display: block;
	background-image: url(images/call_out_body_190x1.gif);
	background-repeat: repeat-y;

	width: 190px;
	color: #1580AE;
	text-align:center;
	margin: 0px;
	padding: 0px;
	padding-top:0px;
}
.calloutbody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #64AB4D;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	text-align:center;
}
.calloutbottom {
	display: block;
	background-image: url(images/call_out_bottom_190x5.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 190px;
	color: #1580AE;
	margin: 0px;
	padding: 0px;
	padding-top:0px;
	overflow:hidden;
}
.subscribebody {
	display: block;
	background-image: url(images/subscribe_repeat_190x1.gif);
	background-repeat: repeat-y;
	height: 88px;
	width: 190px;
	color: #1580AE;
}
.subscribebody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1580AE;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	padding-top:0px;
	line-height: 12px;
}
.subscribefield {
	padding-top:2px;
	height: 68px;
	width: 190px;
	border: 0px
	text-align:left;
	line-height: 16px;
}
.subscribefield p {
margin-top:2px;
	line-height: 19px;
}


.rightbackground {
	background-image: url(images/sprite.jpg);
	background-repeat: no-repeat;
	height: 219px;
	width: 582px;
	background-position: 0px -94px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#footernav {
	float: right;
	padding-top:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
#footernav a {
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: none;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
}
#footernav a:hover {
	color: #147FAD;
}
#leftboxes {
	padding-top: 0px;
	padding-left: 17px;
}

.leftbox {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.leftbox li {
	margin:0;
	padding:0;
	margin-left:6px;
	display: block;
	float: left;
	background-image: url(images/leftboxrepeat_182x1.gif);
	background-repeat: repeat-y;
	width: 182px;
	height: 240px;
}
.leftbox li p {
	margin:0;
	padding:0;
	margin-left:-6px;
	font-size: 11px;
	line-height: 14px;
	margin-right:6px;
}
.leftbox li a {
	display: block;
	text-decoration: none;
	width: 83px;
	background-image: url(images/learnmore_83x28.gif);
	background-repeat: no-repeat;
	height: 28px;
	margin: 0px;
	margin-left:95px;
	padding: 0px;

}




.leftbox li a:hover {

	background-image: url(images/learnmore_83x28_roll.gif);
	background-repeat: no-repeat;
}
.leftboxhead {
	background-image: url(images/leftboxhead_182x39.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 182px;
}
.leftboxbottom {
	background-image: url(images/leftboxbottom_182x14.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 182px;
}



.leftboxhead h1 {
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	padding-left: 20px;
	padding-top:4px;
	text-align: left;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


#topbuttons {

	position: absolute;

	top: 128px;

	right: 63px;



}

.topnav {

	list-style-type: none;

	margin:0px;

	padding: 0px;

}

.topnav li {

	margin:0px;

	padding:0px;

	display: block;

	float: right;	

}







.topnav li a {

	text-decoration: none;

	text-align: center;

	z-index: 999;

	position: relative;

	display: block;

	width: 92px;

	height: 25px;

	background:url(images/tab_97x50.jpg) no-repeat 0px 0px;

	text-decoration: none;

	line-height: 25px;

	color: #fff;

	font-family: "trebuchet MS";

	font-weight: bold;

	font-size: 12px;

	padding-left: 5px;

	

}

.topnav li a:hover {

	background:url(images/tab_97x50.jpg) no-repeat 0px -25px;

	color: #1A5A73;

}








.search {
	width: 170px;
	background-image: url(images/search_170x145.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F4F4F4;
	float: left;
	height: 145px;
	padding-right: 0px;
	text-align: left;
}
input {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	background-color: #F2F7FB;
	border: 1px inset #93C1D8;

}
.submit {
	display:block;
	border: 0px;
	float: right;
	margin-right: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 25px;
	width: 75px;
}
textarea, select {
font-family: Verdana, Arial; 
font-size: 11px; 
color: #000000;
width: 90px;
background-color: #F2F7FB;
border: 1px inset #000000;
TEXT-DECORATION: none;
}
.stdInput {
font-family: Verdana, Arial; 
font-size: 11px; 
color: #000000;
width: 80px;
background-color: #F2F7FB;
border: 1px inset #000000;
}
.inpradio {
font-family: Verdana, Arial; 
font-size: 11px; 
color: #000000;
width: 80px;
background-color: white;
border: none;
}
.btn {
font-family: Verdana, Arial; 
font-size: 10px; 
width: 90px;
color: #000000;
background-color: #F2F7FB;
}






#addy {
	height: 195px;
	width: 190px;
	position: relative;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
	



#addypic {
	display: block;
	background: url(images/ad_190x195.jpg) no-repeat top left;
	height: 195px;
	width: 190px;
	text-decoration: none;
}



.mailinghead {
	display: block;
	background-image: url(images/mailing_head_190x42.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 190px;
	color: #1580AE;
}
.mailingbottom {
	display: block;
	background-image: url(images/mailing_bottom_190x21.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 190px;
	color: #1580AE;
}
.mailing p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1580AE;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	padding-top:0px;
	width:170px;
	line-height: 12px;
}

.mailingbody {
	display: block;
	background-image: url(images/mailing_body_190x1.gif);
	background-repeat: repeat-y;
	height: 150px;
	width: 190px;
	color: #1580AE;
}
.mailingbody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1580AE;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	padding-top:0px;
	line-height: 12px;
	padding-right:6px;
}
.mailingfield {
	padding-top:2px;
	height: 68px;
	width: 190px;
	border: 0px
	text-align:left;
	line-height: 16px;
}
.mailingfield p {
margin-top:2px;
	line-height: 19px;
}

.testhead {
	display: block;
	background-image: url(images/test_190x33.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 190px;
	color: #1580AE;
}
.testpic {
	display: block;
	background-image: url(images/testpic_89x89.jpg);
	background-repeat: no-repeat;
	height: 89px;
	width: 89px;
	color: #1580AE;
	padding-top:5px;
	padding-bottom:5px;
}
.testtext {
}
.testtext p {
	margin-top:5px;
	padding:0;
	margin-left:5px;
	font-size: 11px;
	line-height: 14px;
	margin-right:10px;
}
.testtext p a {
	color: #379E17;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.testtext p strong {
	color: #379E17;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.testtext p b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #DFEECD;
	font-weight: normal;
	color: #0C5977;
}

#toplinks {
	position:absolute;
	width:82px;
	height:21px;
	left: 661px;
	top: 9px;
	border: none;
}
#toplinks p {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: none;
}
#toplinks a {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: none;
}
#toplinks p a {

	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: none;
}
.noborder {
	margin: 0px;
	padding: 0px;
	border: none;
}

.tab {
	z-index: 999;
	position: relative;
	display: block;
	width: 97px;
	height: 25px;
	background:url(images/tab_97x50.jpg) no-repeat 0px 0px;
	text-decoration: none;
	float: left;
	
}
.tab:hover {
	background:url(images/tab_97x50.jpg) no-repeat 0px -25px;
}


#singlecontent {
padding: 20px 0 0 15px;
float: left;
width: 464px;
margin-right: 17px;
}

h1, h1 a, h1 a:visited {

	font-size: 16px;

	color: #1992C1;

	display: inline;

	padding: 0px;

	text-align: left;

	margin: 0;
  text-decoration: none;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: normal;

}

h1 a:hover {
  text-decoration: underline;
  color: #315079
}
