/*
Theme Name: KabaLounge.com
Theme URI: http://kabaLounge.com
Description: The Official Digital Home for Comics Book Artist Georges Jeanty!
Version: 1.0
Author: Tone Ellis
Author URI: http://www.ToneEllis.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
12. Specifications for Main Page Left-Column
12. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
html { /*=== All scrollbars, including any horizontal and mini-scrolls that appear for textareas or iframes ===*/
	scrollbar-3dlight-color: #ccFFFF;
    scrollbar-arrow-color: #ccFFFF;
    scrollbar-base-color: #333366;
    scrollbar-track-color: #333366;
    scrollbar-shadow-color: #ccFFFF;
    overflow-x: hidden;
}
body {
	background-color: #333366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0px;
}
#header {
	height: 125px;
	width: 900px;
	margin: 0;
    padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0 0 0;
}
#menu_banner {
	height: 125px;
	width: 900px;
	margin: 0;
    padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0 0 0;
	background-image: url(images/kl_menu_banner.gif);
}
#main {
	width: 900px;
}
#content {
	width: 585px;
	min-height: 500px;
	padding: 20px;
	float: right;
	line-height: 1.3em;
	margin-right: 20px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #CBEAF6;
	border-left-color: #CBEAF6;
}
#sidebar {
	width: 200px;
	float: left;
	margin: 20px 25px 0 20px;
	padding: 10px 0 0 0;
}
#sidebar-mid {
	width: 400px;
	float: left;
	margin: 20px 0 0 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar-right {
	width: 200px;
	float: right;
	margin: 20px 20px 0 25px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
#footer {
	width: 900px;
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	display: none;
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	font-size: .9em;
	margin: 0 0 20px 0;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
	clear: both;
	margin-top: 15px;
}
.avatar {
        display: none;

}
.entry-meta {
	margin: 0 0 0 0;
	font-style: oblique;
	font-weight: bold;
}
.underpost {
	font-size: 0.9em;
	margin-top: 20px 0 50px 0;
	border-bottom-style: solid;
	border-bottom-color: #CBEAF6;
	border-bottom-width: thin;
	padding: 10px 0 20px 0;
}

/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
	color: #D4CA31;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	color: #CBEAF6;
}
#content .underpost a {
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: #D4CA31;
}
#footer a:hover {
	color: #CBEAF6;
	text-decoration: underline;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	display: none;
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 950px;
	font-weight: bold;
}
#menu ul {
	display: none;
	margin: 0px;
	padding: 0px;
	color: #CBEAF6;
}
#menu li {
	display: none;
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
	color: #CBEAF6;
}
#menu li a:link, #menu li a:visited {
	display: none;
	text-decoration: none;
	padding: 3px;
	color: #CBEAF6;
}
#menu li a:hover {
	display: none;
	text-decoration: underline;
	color: #CBEAF6;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar a:hover {
	text-decoration: underline;
	color: #CBEAF6;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
	color: #CBEAF6;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
	color: #D4CA31;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
    margin-left: 10px;
    color: #D4CA31;
}
#sidebar ul ul li, #sidebar ul ul li {
    font-size: .9em;
    margin-left: 10px;
    color: #D4CA31;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	display: none;
	font-size: 1em;
	float: left;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	display: none;
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.8em;
	margin: 20px 0 5px 0;
	padding: 0;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.post h3 {
	font-size: 1.5em;
	margin: 0 0 5px 0;
	padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	font-style: oblique;
	font-weight: bold;
}
.entry-month {
	font-style: oblique;
	font-weight: bold;
}
.entry-day {
	font-style: oblique;
	font-weight: bold;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
li.author {
	padding: 5px;
}
ol.commentlist {
	list-style-type: none;
}
ol.commentlist li {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	background-color:#0069BF;
	border-color:#06064D;
	border-style:solid;
	border-width:thin 2px 2px thin;
	font-family: Georgia,"Times New Roman",Times,serif;
        margin: 0 0 0 -40px;
	padding:10px;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
.comment-author {
	background-image: url("images/comments-arrow.png");
	background-position: 20px 0;
	background-repeat:no-repeat;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	padding: 20px 0 0 10px;
	position: relative;
	top: -2px;
        margin-bottom: 10px;
}
.commentmetadata {
        display: none;

}
/*===END SECTION 8===*/

/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/
blockquote {
    font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
    width: 545px;
    background: url(images/blockquote1.png) no-repeat right bottom;
    padding: 0 10px 0 30px;
    text-indent: -30px;
}
blockquote p:first-letter {
    background: url(images/blockquote2.png) no-repeat left center;
    padding: 0 0 0 30px;
    font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
    font-size: .7em;
    line-height: 1.1em;
    margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Specifications for Main Page Left-Column===*/
#column-left {
	width: 200px;
	float: left;
	line-height: 1.1em;
	margin: 23px 25px 0 20px;
	padding: 3px 0 0 0;
	overflow: hidden;
}
#column-left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
        text-align: center;
}
.recentpost {
	font-size: .9em;
	margin: 0 0 20px 0;
}
#column-left a:link, #column-left a:visited {
	text-decoration: none;
	padding: 0;
	color: #D4CA31;
}
#column-left a:hover, #column-left a:hover {
	text-decoration: underline;
	color: #CBEAF6;
}
/*===END SECTION 11===*/

/*===START SECTION 12 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
ul { /* This will turn off all list-style-types in the theme*/
    list-style-type: none; 
} 
.postclear { /* This clears the bottom of posts*/
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-both {
	clear: both;
}
.solid-line { /* This creates a dotted line and 10px at bottom*/
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #CBEAF6;
	margin: 20px 0 20px 0;
}
.post li {
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 10px 0 15px 0;
}
a img {
    border: none;
}
/*===END SECTION 12===*/
