/*
Theme Name: jkblog3
Version: 3.0
Description: custom babe
Author: Julia Kying
Author URI: http://www.juliakying.com/
Tags: black, orange, white, dark, three-columns, right-sidebar, fixed-width, theme-options
*/

/* -standards- */

* {
	margin: 0 auto;
}
body {
	background: #28262c;
	color: #a5a5a5;
	font-family: helvetica, tahoma, arial;
	font-size: 13px;
}
a {
	color: #7caf00;
	text-decoration: none;
}
cite {
	font-style: normal;
}
cite a {
	color: #7caf00;
	font-style: normal;
}
code {
	font-size: 1.1em;
	line-height: 1.3em;
}
h1 {
	font-size: 2em;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
}
object {
	border: 5px solid #505050;
}
#content img {
	clear: both;
	border: 5px solid #505050;
}
p .pIndent
{
	text-indent: 25px;
}
p {
	line-height: 1.5em;
	margin: 1.2em auto;
	text-align: left;
	padding: 0 20px 0 20px
}
pre {
	background: #2b2b2b;
	border: 1px solid #4b4b4b;
	font-size: 1.1em;
	line-height: 1.3em;
	overflow: auto;
	padding: 10px;
	width: 529px;
}
textarea {
	font-family: "Arial";
	font-size: 1em;
}

/* -header- */

#headerwrap
{
	width: 940px;
}

#topbar {
	font-size: 20px;
	font-weight: lighter;
	color: #a5a5a5;
	padding: 20px 0px 30px 0px;
}
#topbar a {
	color: #7caf00;
}

#topBarRight
{
	text-align: right;
	float: right;
	padding: 20px 20px 20px 0px;
}

.number { letter-spacing: .31em; font-size: 14px;}
.email { letter-spacing: .175em; font-size: 12px;}

/* -content- */

#content {
	float: left;
	width: 720px;
}
#contentwrap {
	display: block;
	width: 937px;
}

/* -post and entries- */

.post {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px dotted #505050;
	background: #2e2c33;
	margin-bottom: 25px;
	padding: 20px;
}
.post a {
	color: #7caf00;
	text-decoration: none;
}
.post a:hover {
	color: #a5a5a5;
	text-decoration: none;
}
.post blockquote {
	background: #2b2b2b;
	border: 1px solid #4b4b4b;
	margin: 1.2em auto;
	padding: 0.1em 1em;
}
.post embed, .post img, .post object {
	display: block;
	margin: 1.2em auto;
}
.post embed.alignleft, .post img.alignleft, .post object.alignleft {
	margin: 0 10px 10px 0;
}
.post embed.alignright, .post img.alignright, .post object.alignright{
	margin: 0 0 10px 10px;
}
.post table {
	border: 1px solid #2b2b2b;
	line-height: 1.5em;
	margin: 1.2em auto;
	width: 100%;
}
.post th, .post td {
	border: 1px solid #2b2b2b;
	padding: 5px;
}
.post h2, .post h2 a {
	color: #ffffff;
}
.post h2 a:hover {
	color: #7caf00;
}
.post ul, .post ol {
	line-height: 1.5em;
	margin: 1.2em auto;
}
.post .wp-smiley {
	border: none;
	display: inline;
	margin: 0;
}

#postTagBox{
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #7caf00;
	width: 55px;
	left: -50px;
	top: -5px;
	float: left;
}


#commentTagBox{
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #7caf00;
	width: 80px;
	left: -30px;
	top: -13px;
	float: left;
}

.postmetadata-top {
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	color: #28262c;
}
.postmetadata-bottom{
	text-transform: uppercase;
	text-align: right;
}

/* -sidebar- */

#sidebarwrap {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px dotted #505050;
	background: #2e2c33;
	float: right;
	margin-bottom: 15px;
	padding: 0 10px 20px 10px;
	width: 165px;
}
#sidebar a, #sidebar li.recentcomments, #sidebar .textwidget {
	color: #a5a5a5;
	display: block;
	padding: 3px 3px 3px 10px;
}
#sidebar a:hover {
	background: #5b5b5b;
	color: #ffffff;
}
#sidebar h2 {
	color: #ffffff;
}
#sidebar h2.small{
	border-bottom: 1px dotted #5b5b5b;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 3px;
	text-transform: none;
}
#sidebar li {
	list-style: none;
	margin-top: 3px;
}
#sidebar li:hover small {
	color: #ffffff;
}
#sidebar li.recentcomments:hover {
	background: #5b5b5b;
	color: #ffffff;
}
#sidebar li.recentcomments:hover a {
	color: #ffffff;
}
#sidebar li.recentcomments a {
	border: none;
}
#sidebar li.widget_categories ul li {
	border-bottom: 1px dotted #000000;
	display: block;
	padding: 3px 3px 3px 10px;
}
#sidebar li.widget_categories ul li a {
	border-bottom: none;
	display: inline;
	padding: 0;
}
#sidebar li.widget_categories ul li:hover, #sidebar li.widget_categories ul li:hover a {
	background: #5b5b5b;
	color: #ffffff;
}
#sidebar select {
	margin: 3px 0 3px 0;
	width: 160px;
}
#sidebar small {
	color: #7caf00;
	text-transform: uppercase;
}
#sidebar .textwidget {
	padding: 3px 0 3px 0;
}
#sidebar .textwidget img {
	display: block;
}
#sidebar .textwidget a {
	display: inline;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul.children a, #sidebar li.page_item ul li.page_item a {
	padding-left: 20px;
}
#sidebar ul.children ul.children a, #sidebar li.page_item ul li.page_item ul li.page_item a {
	padding-left: 30px;
}
#sidebar ul.children ul.children ul.children a, #sidebar li.page_item ul li.page_item ul li.page_item ul li.page_item a, {
	padding-left: 40px;
}
#sidebar .widget_text a, #sidebar1 .widget_text a img {
	border: none;
	padding: 0;
}
#sidebar .widget_tag_cloud {
	border-bottom: 1px dotted #000000;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
#sidebar .widget_tag_cloud a {
	border: none;
	display: inline;
	padding: 0 3px 0 3px;
}
#sidebar .widget_tag_cloud h2 {
	margin-bottom: 10px;
}
#sidebar .widget_rss h2.small a {
	border: none;
	display: inline;
	color: #ffffff;
	padding: 0 0 3px 0;
}
#sidebar .widget_rss h2.small a:hover {
	background: none;
}
#sidebar .widget_rss h2.small a img {
	display: none;
}
#sidebar .widget_rss ul li {
	border-bottom: 1px dotted #000000;
	display: block;
}
#sidebar .widget_rss ul li a.rsswidget {
	border: none;
	display: block;
	padding: 3px 3px 3px 10px;
}
#sidebar .widget_rss ul li cite {
	color: #7caf00;
	font-size: .75em;
	text-transform: uppercase;
	padding-bottom: 3px;
}
#sidebar .widget_rss ul li .rss-date {
	color: #7caf00;
	display: block;
	font-size: .75em;
	text-transform: uppercase;
}
#sidebar .widget_rss ul li .rssSummary {
	padding-bottom: 3px;
}

/* -sidebar calendar- */

#feedjit
{
	clear: both;
	margin-top: 10px;
}

#sidebar .widget_calendar {
	margin-top: 20px;
}
#sidebar .widget_calendar h2 {
	display: none;
}
#sidebar .widget_calendar caption {
	border-bottom: 1px dotted #5b5b5b;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
	text-transform: none;
}
#sidebar .widget_calendar table {
	border-bottom: 1px dotted #000000;
	margin-top: 3px;
	width: 100%;
}
#sidebar .widget_calendar table a {
	border: none;
	color: #a5a5a5;
	display: block;
	padding: 3px;
}
#sidebar .widget_calendar table a:hover {
	background: #5b5b5b;
	color: #ffffff;
}
#sidebar .widget_calendar table td {
	color: #000000;
	text-align: center;
}
#sidebar .widget_calendar table th {
	color: #a5a5a5;
	text-align: center;
}

/* -comments- */

#comments, #respond {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px dotted #505050;
	background: #2e2c33;
	margin-bottom: 4px;
	padding: 10px;
}
#commentpages {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px dotted #505050;
	background: #2e2c33;
	margin-bottom: 4px;
	padding: 10px;
}
ul#commentlist {
	list-style: none;
	margin-bottom: 4px;
	padding: 0;
}
ul#commentlist li.comment {
	clear:both;
	border-bottom: 1px dotted #5b5b5b;
	padding: 10px 0 10px 30px;
}
ul#commentlist ul.children {
	list-style: none;
	padding: 0 0 0 20px;
}
ul#commentlist ul.children li {
	border-top: 1px dotted #5b5b5b;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
ul#commentlist li blockquote {
	background: #2b2b2b;
	border: 1px solid #4b4b4b;
	margin: 1.2em auto;
	padding: 0.1em 1em;
}
ul#commentlist a {
	color: #7caf00;
}
h2.comments, h2.respond {
	color: #ffffff;
	padding-bottom: 10px;
}
h2.commentpages {
	color: #ffffff;
	margin-bottom: 10px;
}
small a.comment-edit-link {
	color: #ff7700;
	text-transform: uppercase;
}
#commentlist div .avatar {
	float: left;
	border: 4px solid #2b2b2b;
	margin: 0 10px 10px 0;
}
.vcard .fn, .vcard .says {
	color: #ffffff;
	font-size: 1.5em;
}
.comment-meta {
	font-size: .8em;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.comment-meta a {
	color: #000000;
}
.comment-meta a.comment-edit-link {
	color: #ff7700;
}
.reply {
	margin-top: 20px;
	text-align: left;
}
li.depth-1 #respond {
	margin: 0 0 -20px -10px;
}
li.depth-2 #respond {
	margin: 0 0 -20px -30px;
}
li.depth-3 #respond {
	margin: 0 0 -20px -50px;
}
li.depth-4 #respond {
	margin: 0 0 -20px -70px;
}
li.depth-5 #respond {
	margin: 0 0 -20px -90px;
}
#commentform {
	width: 549px;
}
#commentform a {
	color: #ff7700;
}
#commentform input, #commentform textarea {
	background: #2b2b2b;
	border: 1px solid #4b4b4b;
	color: #ffffff;
	padding: 3px;
}
#commentform #commentbox {
	color: #ffffff;
	height: 100px;
	width: 542px;
}
#commentform #submit {
	color: #ffffff;
	margin-top: 20px;
}
#commentform small {
	text-transform: normal;
}
.commentlinks {
	padding: 5px;
}
.commentlinks a {
	color: #ffffff;
	padding: 5px 10px 5px 10px;
}
.commentlinks a:hover {
	background: #5b5b5b;
	color: #ffffff;
}
.commentlinks .current {
	background: #5b5b5b;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
}
p.nocomments {
	background: #2e2c33;
	margin: 0 0 4px 0;
	padding: 10px;
}

/* -search form- */

#searchform
{
	display: inline-block;
	float: right;
}

#s {
	background: #252525;
	border: 1px solid #303030;
	color: #a5a5a5;
	padding: 5px;
	width: 120px;
}
#searchsubmit {
	cursor: pointer;
}

/* -menu- */

#menu
{
	background: #2e2c33;
	color: #a5a5a5;
	padding: 14px;
	width: 915px;
	text-align: right;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-left: 1px dotted #505050;
	border-right: 1px dotted #505050;
	border-bottom: 1px dotted #505050;
}

#menu ul
{
	display: inline-block;
	list-style-type: none;
	padding-right: 30px;
}

#menu ul li
{
	display: inline;
	padding-right: 15px;
	font-size: 18px;
}

#menu ul li a:hover
{
	color: #ffffff;
	border-bottom: 5px solid #7caf00;
}


/* -footer- */

#footer {
	position: relative;
	background: #2e2c33;
	clear: both;
	color: #a5a5a5;
	padding: 10px;
	height: 25px;
	text-align: right;
	width: 914px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-left: 1px dotted #505050;
	border-right: 1px dotted #505050;
	border-top: 1px dotted #505050;
}

#footer a{
	color: #a5a5a5;
}

#footer small {
	text-transform: uppercase;
}

#icon {
	float: left;
}

#icon img
{
	margin-left: 5px;
}

/* -misc and universal- */

#navlink {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px dotted #505050;
	background: #2e2c33;
	color: #a5a5a5;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
#navlink a:hover {
	color: #a5a5a5;
}
.uppercase {
	text-transform: uppercase;
}
.wp-smiley {
	border: none;
	display: inline;
	margin: 0;
}

/* -floats - */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
