/*
Theme Name: Celtic Kane Online - Directly modified from WordPress Default
Theme URI: http://celtickane.com, http://wordpress.org/
Description: Celtic Kane Online 2009 Theme
Version: 1.0
Author: Sean Kane, based off a theme by Michael Heilemann
Author URI: http://celtickane.com, http://binarybonsai.com/
Tags: Celtic Kane Online
*/

body { 
	padding: 0; margin: 0; min-width: 1000px; 	
	font-size: 100%; /* Resets 1em to 10px */
    background: url('images/bg.png') repeat-x #dddddd;
}
body * { font-family: Calibri, Verdana; color: #4d493d;}
#wrapper {
	height: 100%; 
	margin: 0 auto; 
	width: 965px;
}
#mainpage {
	float: left;
	margin-top: 40px;
	background: url('images/rightcolbg.png') repeat-y 700px 0px #FFF; 
	width: 962px;
	height: 100%;
}

#heading { background: url('images/headingGradient.png') repeat-x; height: 64px; border-bottom: 3px solid #bfff7f; }
#headingImage { float: left; margin-right: 15px;}
#navigation { float: left; font-family: Verdana; line-height: 64px; font-weight: bold; letter-spacing: 1px; height: 64px; }

#navigation ul { list-style-type: none; display: inline; margin-right: 15px;}
#navigation ul li{ display: inline;  border-left: 1px solid #bfff7f; font-family: Verdana; font-size: 14pt; }
#navigation ul li a { color: #DBFFDB; text-decoration: none; padding: 0 15px;}

#navigation ul li a:hover { color: #FFFFFF; text-decoration: underline; }

#navSearch {  border: 0; font-size: 11pt; font-family: Calibri, Verdana; letter-spacing: 0.5px; padding: 5px; color: #a8a8a8; font-size: 12pt;}

#content {
	float: left;
	width: 680px;
	border: 1px solid #4d493d; 
	border-right: 0; border-bottom: 0;
	background: #FFF;
	padding: 10px;
}
#rightCoulmn {
	float: left;
	width: 250px;
	border: 1px solid #4d493d; 
	border-left: 0;  border-bottom: 0;
	background-color: #EEE;
	padding-left: 10px;
	padding-top: 15px;
}

#footer { background: url('images/footerGradient.png') repeat-x #4ea600; clear: both; text-align: center; color: #FFFFFF; width: 960px; padding-top: 10px; border: 1px solid #4D493D; }
#footer a  { color: #FFFFFF;}
#footer * { color: #FFFFFF; }

/* Formatting */
a { color: #FF8000; }

/*Wordpress-specific */
.categories, .widget, .categories ul, .categories ul li {
	margin: 0; padding: 0;
	list-style-type:none;
	line-height: 1.5em;
}
.cat-item {
	border-bottom:1px dotted #DDDDDD;
	line-height:1.2em;
	margin-bottom:0.3em;
	padding:0.3em;
	list-style-type:none;
}

/* Begin Typography & Colors */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #000;
}

h1 {
	font-size: 4em;
	text-align: center;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.3em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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 ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
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 */


#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 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;
	}

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 */

img#wpstats{display:none}

.entry { padding: 5px 7px 2px 7px; }
.post h2 { margin:0; padding: 0; }
.postHeading h2 a { }
.postHeading small { color: #000000; font-style:italic; }
.code { background-color: #dadada; font: 0.9em 'Courier New', Courier, Fixed;}

.datatable{border-collapse:collapse;}.datatable th{border:1px solid #000;background-color:#274D18;font-weight:bold;color:#FFF;padding:3px;}.datatableitem td{border:1px solid #000;background-color:#FFF;color:#000;}.datatablealtitem td{border:1px solid #000;background-color:#dfdfdf;color:#000;}h4{font-family:Georgia,sans;font-size:12pt;color:#274D18;padding: 3px 0;}

.math { background-color: #cfcfcf; font-family: Consolas, 'Courier New';}