/*
Theme Name: KramerC
Theme URI: http://kramerc.com/
Description: The official KramerC theme.
Version: 2.1
Author: Kramer Campbell
Tags: 

*/

/* 
 * KramerC
 * Copyright 2010 Kramer Campbell
 */

body {
	/*background: url(images/background.png) top center no-repeat;*/
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

/* Default Links */
a:link, a:visited, a:active {
	color: #2266BB;
	text-decoration: none;
}

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

/* Paragraphs */
p {
	margin-top: 1em;
}

div#top {
	/*background: #80b3ff url(images/top_bg.png) top center no-repeat;*/
	background: #09446e url(images/top_bg.png) top center no-repeat;
	border-bottom: 1px solid #000000;
	height: 82px;
	margin: 0 auto;
	/*width: 1100px;*/
	width: 100%;
}

/* Header */
div#header {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	margin: 0 auto;
	padding: 7px 0;
	width: 960px;
}

div#header .search {
	height: 22px;
	float: right;
	margin-top: 4px;
	margin-right: 0;
	position: relative;
	width: 226px;
}

div#header input#s {
	background: url(images/search_bg.png) 0 0 no-repeat;
	border: 0;
	cursor: text;
	font-size: 12px;
	left: 9px;
	outline: medium none;
	margin: 0;
	height: 18px;
	padding: 2.5px 6px;
	position: absolute;
	top: 4px;
	width: 173px;
}

div#header input#s_button {
	background: url(images/search_button.png) 0% 0% no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 8px;
	top: 4px;
	height: 22px;
	width: 24px;
}

div#navbar {
	/*background-image: url(images/barbg.gif);*/
	/*border-bottom: 1px solid #222222;*/
	/*background-color: #EEF5FF;
	border: 1px solid #D2E1F4;*/
	color: #FFFFFF;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

div#navbar a {
	/*color: #2266BB;*/
	color: #FFFFFF;
}

/* Header Bar left side */
div#leftnav {
	display: block;
	float: left;
	height: 25px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

div#leftnav ul {
	/*border-right: 1px solid #222222;*/
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

div#leftnav li {
	/*border-right: 1px solid #222222;*/
	float: left;
	height: 25px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	text-align: center;
}

div#leftnav li a, div#leftnav li span {
	display: block;
	float: left;
	height: 25px;
	margin: 0;
	padding: 0 8px;
	text-decoration: none;
}

div#leftnav li a:hover {
	/*color: #FF5A00;*/
	text-decoration: underline;
}

/*div#leftnav li:hover a {
	background-color: #111111;
}*/

div#leftnav li {
	position: relative;
}

/* Left bar sub-menus */
div#leftnav ul ul {
	background-color: #111111;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	position: absolute;
	width: 12em;
	z-index: 500;
}

div#leftnav ul ul div {
	float: left;
	
}

div#leftnav ul ul li {
	border-right: 0;
	text-align: left;
	width: 100%;
}

/*div#leftnav ul ul li:hover a {
	background-color: #222222;
}*/

div#leftnav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

/* No JS support */
div#leftnav ul ul,
div#leftnav ul li:hover ul ul,
div#leftnav ul ul li:hover ul ul {
	display: none;
}

div#leftnav ul li:hover ul,
div#leftnav ul ul li:hover ul,
div#leftnav ul ul ul li:hover ul {
	display: block;
}

/* Header Bar right side */
div#rightnav {
	display: block;
	float: right;
	height: 25px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

div#rightnav ul {
	/*border-left: 1px solid #222222;*/
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

div#rightnav li {
	/*border-left: 1px solid #222222;*/
	float: left;
	height: 25px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	text-align: center;
}

div#rightnav li a, div#rightnav li span {
	display: block;
	float: left;
	height: 25px;
	margin: 0;
	padding: 0 8px;
	text-decoration: none;
}

div#rightnav li a:hover {
	/*color: #FF5A00;*/
	text-decoration: underline;
}

/*div#rightnav li:hover a {
	background-color: #111111;
}*/

div#rightnav li {
	position: relative;
}

/* Right bar sub-menus */
div#rightnav ul ul {
	background-color: #111111;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	position: absolute;
	width: 12em;
	z-index: 500;
}

div#rightnav ul ul li {
	border-left: 0;
	text-align: left;
	width: 100%;
}

/*div#rightnav ul ul li:hover a {
	background-color: #222222;
}*/


div#rightnav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

/* No JS support */
div#rightnav ul ul,
div#rightnav ul li:hover ul ul,
div#rightnav ul ul li:hover ul ul {
	display: none;
}

div#rightnav ul li:hover ul,
div#rightnav ul ul li:hover ul,
div#rightnav ul ul ul li:hover ul {
	display: block;
}

.twitter-link a {
	background: url(images/twitter.png) no-repeat 0% 4px;
	padding-left: 20px !important;
}

.feed-link a {
	background: url(images/feed.png) no-repeat 0% 4px;
	padding-left: 20px !important;
}

/* Content Container */
div#container {
	background: #FFFFFF url(images/content_bg.png) 0px 0px repeat-x;
	min-height: 209px;
	margin: 0 auto;
	padding: 5px 0;
	width: 100%;
}
	
/* Notice */
.notice {
	background-color: #FFF9D7;
	/*border-bottom: 1px dotted #222222;*/
	border: 1px solid #E2C822;
	color: #000000;
	/*padding: 8px 16px 8px 16px;*/
	/*margin: 0px 8px 0px 8px;*/
	font-weight: bold;
	margin: 5px 0;
	padding: 5px;
}

.noticeicon {
	background-image: url(images/information.png);
	float: left;
	height: 16px;
	margin-right: 4px;
	width: 16px;
}

.noticetext {
	margin-left: 20px;
}

.notice a {
	text-decoration: underline;
}

.sitenotice {
	margin: 5px auto;
	width: 960px;
}

/* Content */
div#content {
	/*padding: 5px;*/
	margin: 0 auto;
	width: 960px;
}

/* Site index columns */
/* Widths should add up to 941px */
div.col1 {
	/*border-right: 1px solid #333333;*/
	float: left;
	margin: 5px 0px 5px 0;
	overflow: hidden;
	padding-right: 10px;
	width: 712px;
}

div.col2 {	
	/*border-left: 1px solid #333333;*/
	float: left;
	margin: 5px 0px 5px -1px;
	padding-left: 10px;
	/*width: 215px;*/
	width: 229px;
}

/* Heading Elements */
h1, h2, h3, h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 14px;
}

/* Table Elements */
table
{
    border-color: #222222;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

th {
	/*background: url(images/tableheadbg.gif) repeat-x;*/
	white-space: nowrap;
}

th, td {
    border-color: #222222;
    border-width: 1px 1px 0 0;
    border-style: solid;
	font-size: 11px;
    margin: 0;
    padding: 4px;
}

.alt1 {
	background-color: #3c3c3c;
}

.alt2 {
	background-color: #3a3a3a;
}

/* Form Elements */
form {
	margin: 0;
	padding: 0;
}

form fieldset {
	clear: both;
	font-size: 100%;
	border-color: #000000;
	border-width: 0 0 0 0;
	border-style: none none none none;
	margin: 0;
	padding: 0;
}

form fieldset legend {
	font-size: 18px;
	font-weight: bold;
	color: #91AF06;
	margin: 0px;
	padding: 0px;
}

form fieldset label {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

form fieldset label input {
	vertical-align: middle;
}

form fieldset dl {
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	overflow:hidden;
}

form fieldset dt {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 130px;
}

form fieldset dd {
	margin: 0;
	padding: 0;
	margin-left: 130px;
	vertical-align: middle;
}

.error {
	border: 1px solid #B1D706;
	color: #B1D706;
	margin: 4px;
	padding: 4px;
}

.formdesc {
	border: 0px solid #4B5B02;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
}


/* Footer */
div#footer {
	/*background-image: url(images/footbg.gif);*/
	/*border-top: 1px solid #333333;*/
	clear: both;
	font-size: 11px;
	margin: 5px auto;
	padding: 4px;
	text-align: left;
	width: 960px;
}

/* Bad smiley */
img#wpstats {
	border: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	width: 0;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

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

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

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #DDDDDD;
	margin-left: 1.5em;
	padding-left: 5px;
	overflow: auto;
}

a img {
	border: 0;
}

img.alignleft{
	display: inline;
	margin-bottom: 2px;
	margin-right: 6px;
	padding: 3px;
}

img.alignright{
	display: inline;
	margin-bottom: 2px;
	margin-left: 6px;
	padding: 3px;
}

pre {
	overflow: auto;
}

cite {
	font-style: normal;
}

ol#comments li p {
	font-size: 100%;
}

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

.pinglist {
	padding: 0;
}

.pinglist li {
	margin: 0 0 10px 20px;
}

.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;
	margin-bottom: 0;
	padding-bottom: 0;
}

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

/*.commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}*/

.commentform textarea {
	width: 100%;
}

.commentlist li ul {
	/*border-left: 1px dotted #333333;*/
	list-style-type: none;
}

.commentlist li .avatar {
	float: left;
	margin-right: 5px;
	padding: 2px 0;
}

.comment-author {
	font-weight: bold;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	/*display: block;*/
	font-weight: normal;
	}
/* End Comments */

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.post-footer {
	font-size: 11px;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #000000;
	float: right;
	font-weight: bold;
	text-align: right;
	/*clear: both;*/
}

/*.feedback a {
	color: #000000;
}*/

span.comments-link a {
	background: url(images/comments.png) no-repeat 100% 0%;
	padding-right: 20px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #999999;
	/*font-size: 11px;*/
	font-weight: normal;
	letter-spacing: 0;
}

.page-title {
	/*border-bottom: 1px solid #CCCCCC;*/
	font-size: 24px;
	margin-bottom: 5px;
	padding: 2px 0;
}

.page-title a {
	color: #000000;
	text-decoration: none;
}

.page-title a:hover {
	color: #2266BB;
}

.post-title {
	/*border-bottom: 1px solid #333333;*/
	/*margin-bottom: 5px;*/
	margin: 0;
	padding: 2px 0;
	font-size: 20px;
	font-weight: bold;
}

.post-title a {
	color: #000000;
	text-decoration: none;
}

.post-title a:hover {
	color: #2266BB;
}

.entry {
	line-height: 1.35em;
}

.sociable_tagline {
	margin-bottom: 2px;
}

.tags {
	margin: 16px 0;
}

div#sidebar {
}

div#sidebar form {

}

div#sidebar input#s {
	width: 68%;
}

div#sidebar ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

div#sidebar ul li {
	margin-bottom: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

div#sidebar ul li h4 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	margin: 0;
	margin-bottom: 2px;
	padding: 4px 0;
}

div#sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#sidebar ul ul li {
	border: 0;
	/*border-bottom: 1px dotted #333333;*/
	letter-spacing: 0;
	margin: 0;
	padding: 2px 0;
}

div#sidebar ul ul li:hover {
	/*background-color: #111111;*/
}

div#sidebar ul ul li a {
	text-decoration: none;
}

div#sidebar ul ul li a:hover {
	text-decoration: underline;
}

div#sidebar ul ul ul.children {
	padding-left: 4px;
}

/* tag cloud */
div#sidebar ul li.widget_tag_cloud div{
	font-weight: normal;
	/*padding: 10px 16px;*/
	padding-top: 5px;
}

div#sidebar  ul li.widget_tag_cloud div a{
	/*color: #ccc;*/
}

div#sidebar ul li.widget_tag_cloud div a:hover{
	/*color: #ff5a00;*/
}

/* Twitter */
div#sidebar ul li.widget_twitter ul#tweets li {
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 0;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#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;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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