@charset "utf-8";
/*  
Theme Name: Kevin C. Snyder	
Theme URI: http://www.kevincsnyder.com
Description: Designed by <a href="https://www.crewebdesigns.org">CreWeb Designs</a>
Author: Faith Mondigo
Author URI: https://www.crewebdesigns.org
© 2009, Design Blog. All rights reserved. 
*/
body{
	width:auto;
	padding:0px;
	margin:0;
	background:url(images/body-bg.png) repeat-x #293E4A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	line-height:22px;
}

#main-body{
	width:978px;
	padding:0px 3px;
	margin:0px auto;
	background:url(images/main-body-bg.png) repeat-y;
}

img{
	border:none;
}

.clear{
	clear:both;
}

#header{
	width:978px;
	height:258px;
	padding:0px;
	margin:0px;
}

#col-holder{
	width:958px;
	padding:10px;
	margin:0;
	clear:both;
}

#col-left{
	width:230px;
	padding:0;
	margin:0;
	float:left;
}

#col-mid{
	width:478px;
	padding:0px 10px;
	margin:0;
	float:left;
	text-align:justify;
}

#col-right{
	width:220px;
	padding:14px 0 0 10px;
	margin:0;
	float:left;
	background:url(images/col-right-bg.png) repeat-y left;
}

/****** DROP MENU STYLE  *******/
.dropmenudiv_a{
position:absolute;
top: 0; /*THEME CHANGE HERE*/
font-family:"Lucida Sans";
font-size:16px;
z-index:100;
width: 220px;
visibility: hidden;
margin-top:-42px;
height:23px;
height:78px;
margin-left:220px;
border: 1px solid #DADADA;
}


.dropmenudiv_a a{
width: 200px;
display: block;
text-indent: 10px;
border: 0px solid #DADADA; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
text-decoration: none;
color:#466B80;
text-align:left;
background:#fff;
height:20px;
padding:10px;

}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background:#6F8A97;
color:#FFF;
height:20px;
width:200px;
padding:10px;
}

ul#nav{
	margin:0px;
	padding:0px;
	width:220px;
	height:auto;
	border-top:1px solid #DADADA;
	text-transform:capitalize;
}
	
ul#nav li{
	padding:0;
	margin:0;
	display: block;
	float: left;
}
	
ul#nav li a{
	border:0;
	text-decoration:none;
	display: block;
	border-bottom:1px solid #DADADA;
	border-left:1px solid #DADADA;
	border-right:1px solid #DADADA;
	font-family:"Lucida Sans";
	font-size:16px;
}

	
li.navi a{
	width:200px;
	height:20px;
	padding:10px;
	text-align:left;
	color:#466B80;
}



.navi a
	{
		background:url(images/home.jpg) no-repeat;
		color:white;
		text-decoration:none;
	}
	
.navi a:hover 
	{
		background:url(images/nav-hover.png) no-repeat;
		color:white;
		text-decoration:none;
	}
	
.navi #active 
	{
		background:url(images/nav-hover.png) no-repeat;
		color:white;
		text-decoration:none;
	}
	
	
.navi2 
	{
		
		text-decoration:none;
		width:200px;
	height:20px;
	padding:10px;
	text-align:left;
	color:#466B80;
	}
	
.navi2:hover 
	{
		background:url(images/nav-hover.png) no-repeat;
		color:white;
		text-decoration:none;
		width:200px;
	height:20px;
	padding:10px;
		
	}
	
.navi2 #active 
	{
		background:url(images/nav-hover.png) no-repeat;
		color:white;
		text-decoration:none;
		width:200px;
	height:20px;
	padding:10px;
	}
	
.testimonials{
	width:200px;
	height:auto;
	padding:25px 15px 0px 15px;
	background:url(images/testi-bg.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#666666;
	margin:15px 0px 0px 0px;
}

.testimonials-bottom{
	width:195px;
	height:35px;
	padding:40px 0px 0px 35px;
	background:url(images/testi-bottom.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#666666;
}

.testimonials-bottom span{
	font-size:14px;
	color:#4774AB;
}


.newsletter{
	width:210px;
	height:180px;
	margin:15px 0px;
	padding:10px;
	background:url(images/col-left-news.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:normal;
	color:#466B80;
	text-align:center;
}

.box-holder1{
	width:205px;
	height:156px;
	margin:0 0 0 5px;
	padding:5px 10px 10px 10px;
	float:left;
	background:url(images/box-bg.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#FFFFFF;
	text-align:left;
}

.title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#FFFFFF;
	text-align:center;
}

.box-holder1 p{
	margin:8px 10px;
}



.box-holder2{
	width:205px;
	height:156px;
	margin:0 5px 0 0;
	padding:5px 10px 10px 10px;
	float:right;
	background:url(images/box-bg.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#FFFFFF;
	text-align:left;
}


.box-holder2 p{
	margin:8px 10px;
}


.box-holder3{
	width:215px;
	height:156px;
	margin:0 5px 0 0;
	padding:5px 5px 10px 5px;
	background:url(images/box-bg.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#FFFFFF;
	text-align:left;
}

.box-holder3 p{
	margin:5px 0px;
	text-align:center;
}





.fl-left{
	float:left;
	margin-right:10px;
}

.fl-right{
	float:right;
	margin-left:10px;
}


.divider{
	padding:20px 0 0 0;
	background:url(images/content-div.png) no-repeat;
	margin:0;
	clear:both;
}

form{
	margin:10px 0px;
	padding:0;
}

.textbox{
	width:140px;
	margin:0;
	padding:3;
}

.button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	color:#285977;
}

.connect{
   margin:10px 0px;
}

.connect img{
	float:left;
}

#footer{
	width:978px;
	height:45px;
	padding:10px 3px 0px 3px;
	margin:0px auto;
	background:url(images/footer-bg.png) no-repeat;
	clear:both;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
}

#footer a{
	margin:0px 10px;
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	margin:0px 10px;
	color:#FFFFFF;
	text-decoration:underline;
}


#footer .norm{
	margin:0px;
	color:#FFFFFF;
	text-decoration:none;
}

#footer .norm:hover{
	margin:0px;
	color:#FFFFFF;
	text-decoration:underline;
}
.post{
	margin:0;
	padding:0;
}


h1{
	font-family:"Century Gothic";
	font-size:25px;
	font-weight:normal;
	margin:20px 0px;
	color:#285977;
}



.Post {	position: relative; clear: left; padding:15px; color:#333;}
.Post h1 { font-size: 19px; line-height: 19px; letter-spacing: -1px; font-weight: normal; font-family: 'Arial'; padding: 0px; margin: 0px; display: block;}
.Post h1 a { color: #CC9900; text-decoration: none;}
.Post h1 a:visited { color: #CC9900; text-decoration: none;}
.Post h1 a:hover { color: #003399; text-decoration: none;}

.PostHead {}
.PostInfo { padding: 0px; margin: 0px; font-size: 11px; color:#333;}
.PostInfo em { font-style: normal;}
.PostInfo em a { text-decoration: underline; color:#333;}
.PostInfo em a:visited { text-decoration: underline; color:#333;}
.PostInfo em a:hover { text-decoration: underline; color:#333; }



.PostDate { position: absolute; top: 0px; left: 0; text-align: center; margin: 0; padding: 2px 10px 2px 0px; list-style: none; border-right: solid 1px #ccc;}
.PostDate .month { display: block; font-size: 9px; line-height: 9px; color: #666; text-transform: uppercase;}
.PostDate .day { display: block; font-size: 21px; font-family: 'Arial'; font-weight: bold; line-height: 19px; color: #006699; letter-spacing: -1px;}



.PostContent { padding: 5px 0px 0px 0px;  font-size: 12px; line-height: 16px; border-top: solid 1px #666; margin-top: 15px;}
.PostContent p { font-size: 12px; line-height: 16px;}
.PostContent img { padding: 1px; border: solid 1px #f0f0f0; margin: 0px 15px 15px 0px;}
.PostContent blockquote { padding: 3px 15px; background: #fffde5; margin: 5px 0px; color:#993300; border: solid 1px #f6f3d3;}
.PostContent blockquote p { font-size: 11px; padding: 5px 0px; margin: 5px 0px; line-height: 15px;}
.PostContent ul { font-size: 11px; padding-left: 12px; }

.PostDetails { padding: 0px; margin: 0px; font-size: 11px; display: inline;}
.PostDetails li { padding: 0px; margin: 0px; list-style-type: none; }

.PostDetails .PostCom {}
.PostDetails .PostCom a { padding: 0px 0px 0px 23px; background: url(./images/PostComLeft.png) no-repeat left top; float: left; text-decoration: none; font-size: 11px;}
.PostDetails .PostCom a span { padding: 4px 15px 3px 5px; display: block; background: url(./images/PostComRight.png) no-repeat right top; float: left; }
.PostDetails .PostCom a span { float: none;}
.PostDetails .PostCom a:hover span {}
.PostDetails .PostCom a:hover { background-position: 0% -23px; text-decoration: none;}
.PostDetails .PostCom a:hover span { background-position: 100% -23px; }

.PostDetails .Tags { background: url(./images/PostDetailsTagsIco.png) no-repeat left center; padding: 5px 0px 5px 20px; margin-left: 0px;}

.Comments { padding: 0px; margin: 20px 0px 0px 0px;}
.Comments .List h3 { font-size: 14px; letter-spacing: -1px; background:url(images/CommentsListHeading.png) no-repeat left center; border-bottom: dashed 1px #87909e; padding: 5px 0px 5px 20px; margin: 0px; }
.Comments .List ol { padding: 10px 0px 0px 0px; margin: 0px;}
.Comments .List li { position: relative; padding: 15px 0px; margin: 0px; list-style-type: none; font-size: 11px; position: relative;}
/*\ IE/Win min height hack */ * html .Comments .List .ListNr { left: 0px;} /* */ 
.Comments .List .ListNr { color:#a8bed7; position: absolute; top: 15px; font-size: 18px; line-height: 14px; font-family: "Trebuchet MS"; font-weight: normal; letter-spacing: -1px; width: 15px; height: 15px; padding: 5px; text-align: center; border: solid 1px #cee0f4; background: #eaf4ff;}

.Comments .List .ListUser { margin: 0px; padding: 0px 0px 0px 35px; font-size: 14px; line-height: 14px; font-family: 'Arial'; letter-spacing: -1px;}
.Comments .List .ListUser a { text-decoration: none;}
.Comments .List .ListUser a:visited { text-decoration: none;}
.Comments .List .ListUser a:hover { text-decoration: none;}

.Comments .List .ListDate { color:#8c97a1; padding: 0px 0px 0px 35px; margin: 0px 0px 0px 0px; font-size: 10px; }
.Comments .List .ListDate a { color:#8c97a1; text-decoration: none;}
.Comments .List .ListDate a:visited { text-decoration: none;}
.Comments .List .ListContent { color:#333; font-size: 11px; line-height: 14px; border-top: solid 1px #c5cad0; margin: 10px 0px 0px 0px;}
.Comments .List .ListContent p { padding: 3px 0px; margin: 3px 0px; font-size: 11px; line-height: 14px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Comments .Form {}
.Comments .Form h3 { font-size: 14px; letter-spacing: -1px; background:url(images/CommentsFormHeading.png) no-repeat left center; border-bottom: dashed 1px #87909e; padding: 5px 0px 5px 20px; margin: 0px 0px 10px 0px;}

.Comments .FormTop { background: #accbed url(images/CommentsFormTopBkg.gif) no-repeat left top; width: 510px; height: 5px; display: block;}

.Comments .Form form { padding: 20px; margin: 0px; background: #accbed url(images/CommentsFormEndBkg.gif) no-repeat left bottom;}
.Comments .Form p { padding: 3px 0px; margin: 0px; font-size: 11px; color:#000033;}
.Comments .Form p label { padding-bottom: 11px; display: block;}
.Comments .Form p label small { font-size: 11px; color: #000033}

.Comments .Form .Note {  margin: 5px 0px; width: 395px;}
.Comments .Form .Note small { font-size: 10px;}
.Comments .Form .TextField { background: #fff; border: solid 1px #89afd8; padding: 5px; font-size: 11px; margin-right: 20px; color:#40454b;}
.Comments .Form .TextArea { background: #fff; border: solid 1px #89afd8; padding: 5px; font-size: 11px; color:#40454b;}

.Comments .Form input.SubmitComment { width: 150px; height: 26px; background: url(images/SubmitComment.png) no-repeat; margin-top: 7px;}
.Comments .Form input.SubmitComment:hover { background: url(images/SubmitComment.png) no-repeat 0 -26px; }
.Comments .Form input.SubmitCommentIE { width: 150px; height: 26px; background: url(images/SubmitComment.png) no-repeat 0 -26px; margin-top: 7px; }



a{
	color:#0099CC;
	text-decoration:underline;
}

a:hover{
	color:#0099CC;
	text-decoration:none;
}

.client-box{
	padding:15px;
	border:1px dashed #CCCCCC;
	margin:10px 0px;
	clear:both;
	font-style:italic;
}

.red{
	color:#CC0000;
	font-weight:bold;
}

.orange{
	color:#CC0000;
	font-family:"Arial Black";
	font-size:25px;
	text-align:center;
	line-height:normal;
	font-style:italic;
	letter-spacing:-2px;
}

.grey{
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	text-align:center;
	line-height:normal;
}

.sprice{
	text-decoration:line-through;
}


.product-holder{
	width:200px;
	text-align:center;
	margin:15px;
	float:left;
	height:250px;
}
