/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://www.ckleach.com">CK Leach</a>.
Version: 1.0
Author: CK Leach
Author URI: http://www.ckleach.com/
*/

/* Begin Typography & Colors */
body {margin:0px; padding:0px; text-align:center; background:#000; color:#ccc; font-family:Verdana, sans-serif; font-size:12px; line-height:16px; }
p {margin-bottom:10px; }
a, a:hover {color:#fff; text-decoration:underline; }
a:hover {text-decoration:none; }
h1, h2, h3 {margin:10px 0 15px; padding:0px; color:#2f62a7; }
ul {margin:0 0 10px; }
ul li {margin-bottom:10px; }
.header span {position:absolute; left:-9999px; }

.wrapper {position:relative; width:1020px; margin:0px auto; padding:0px;}
.container {position:relative; float:left; width:780px; margin:0px; padding:0px; text-align:left; }

.header {position:relative; display:block; width:1020px; height:168px; background:url(images/headbar.jpg) no-repeat; text-align:left; }
.header a img {margin:18px 0 0 38px; padding:0px;}

.menu {height:23px; text-align:center; font-size:20px; }
.menu a,
.menu a:hover {text-decoration:none; color:#fff; padding:0px 10px }
.menu a:hover {color:#3b3b3b; }

.textarea {display:block; background:url(images/fill.jpg) repeat-y; }
.content {display:block; padding:67px 95px 45px; background:url(images/topframe.jpg) no-repeat top center; min-height:230px; height:auto !important; _height:230px;
 }
.btm {display:block; background:url(images/btmframe.jpg) no-repeat bottom center; }

.footer {display:block; height:46px; padding-top:20px; text-align:center; font-size:10px; background:url(images/footer.jpg) no-repeat; clear:both; }
.footer a {text-decoration:none; }
.footer a:hover{color:#3b3b3b; }

.imgalign {vertical-align:middle; }
.alignleft {float:left; margin:0 15px 10px 0; }
.alignright {float:right; margin:0 0 10px 15px; }

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

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



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

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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

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

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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


/*///// custom styling /////*/
.blogentry { position:relative; width:440px; }
.blograil { position:relative; float:right; width:140px; margin:0px; padding-left:10px; font-size:10px; color:#fff; text-align:center; z-index:100; }
.blograil h2 { margin-bottom:5px;}
.blogwidget {}

.rightCategories { display:block; padding:0; background:transparent; overflow:hidden; }
.rightCategories ul { margin:0px; padding:0px; }
.rightCategories li { list-style:none; font-size:12px; margin-bottom:30px; }
.rightCategories li li { list-style:none; font-size:12px; margin-bottom:10px; }
.rightCategories li h2 { font-size:15px; }
.rightCategories li a { text-decoration:none; }
.rightCategories li a:hover { color:#3b3b3b; }

span.post-stats { font-weight:normal!important; line-height:12px; color:#666; }
span.post-stats .wpp-comments {}
.rightCategories .wpp-post-title { font-size:11px; font-weight:bold; line-height:12px!important; }

#tag_cloud a { text-align:center; }

.clear { clear:both; height:0px; }

h1 a,
h2 a,
h3 a { color:#2F62A7; }

h1 a:hover,
h2 a:hover,
h3 a:hover { color:#fff; text-decoration:none; }

.divider { display:block; height:1px; border-bottom:1px dashed #333; margin-bottom:10px; }
.editblock { display:block; padding:1px 5px; font-size:10px; text-align:right; background:#333; }
.postmetadata { background:#222; }
.wp-pagenavi { display:block; clear:both; height:20px; text-align:center; }


/*//// Right and left ad banners ////*/
.adsleft,
.adsright { position:relative; top:33px; width:120px; padding:0; text-align:center; z-index:50 }

.adsleft img,
.adsright img { margin-bottom:10px; }

.adsright { float:left; left:25px; }
.adsleft { float:right; right:25px; }