/*  
Theme Name: Upstart Blogger Modicus: ver. Kevin Terry
Theme URI: http://www.upstartblogger.com/
Description: Simple and clean, lightweight theme. For updates, please <a href="http://feeds.feedburner.com/UpstartBlogger">subscribe to Upstart Blogger</a>.
Version: 0.3.kt
Author: Robert Ellis
Author URI: http://www.mysticsoftheordinary.com/
License: Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/. Feel free to make any changes, but please keep a link back to Upstart Blogger in your sidebar or footer.
*/

/* @group Normalize */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
ol,ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
caption,th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
/* @end */



/* @group Structure */

body {
	margin: 0 auto;
	padding: 0;
	background-color: #f7f6f4;
	color: #202020;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height: 200%;
	background-image: url(images/bg2.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}
#homebody {
	text-align: left;
	font-size: 1.5em;
	line-height: 2.5em;
	letter-spacing: .1em;
	width: 916px;
	padding-top: 200px;
}
#wrapper {
	position: relative;
	font-size: 1.2em;
	width: 920px;
	text-align: center;
	margin: 0 auto;
}
#header {
	text-align: left;
	position: absolute;
	top: 50px;
	left: 155px;
	z-index: 50;
}
#footer {
	
}
*|*:-moz-any-link:focus {
    outline-width: 0 !important;
}

/* @end */


a:link, a:visited {
	color: #202020;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #D7006D;
	border-bottom: none;
}

.post li p, #sidebar2 li p {display: inline;}
.post li a, #sidebar2 li a {font-weight: bold;}
.post li, #sidebar2 li {display: inline;}

a:link.subscribe, a:visited.subscribe {
	color: #D7006D;
}

a:hover.subscribe {
	color: #333333;
}

.description {font-size: .5em;}

#header #kevinterry {float: left;}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#sidebar {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 145px;
}
#sidebar-inner {
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 40px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #D7006D;
	/*background-color: #656565;*/
}
#sidebarTopRound {
	width: 145px;
	height: 13px;
	background-image: url(images/sidebarTopRound.gif);
	background-repeat: no-repeat
}
#sidebarBottomRound {
	width: 145px;
	height: 13px;
	background-image: url(images/sidebarBottomRound.gif);
	background-repeat: no-repeat;
}
#sidebar a {
	padding-left: 15px;
	display:block;
	color: #FFFFFF;
	font-weight: normal;
	font-size: .9em;
}
#sidebar a:hover {
	color: #EEEEEE;
	background-color: #656565;
}
#sidebar h3 {
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
}

#sidebar2 {
	text-align: left;
	position: absolute;
	top: 145px;
	left: 620px;
	width: 270px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
	/*background-color: #EFEBE1;*/
}

#sidebar2 h1 {
	font-size: 2em;
	text-transform: none;
	line-height: 1.1em;
}

#sidebar h2 {text-transform: uppercase;}

#sidebar2 h3 {line-height: 2.2em; font-weight: normal;}

#sidebar2 ul {padding: 0;}

#sidebar2 small {
	line-height: 1.5em;
	color: #202020;
}
#sidebar2 .featured {
	border: 0;
	padding: 0px;
	margin-bottom: 15px;
}
.copyright {
	color:#FFFFFF;
	padding-left: 15px;
	font-size: 0.8em;
	margin-top: 10px;
	line-height: 1.4em;
}
p.postmetadata {
	font-size: 0.9em;
	color: #EEEEEE;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
p.postmetadata a:link, p.postmetadata a:visited {
	color: #D7006D;
	text-decoration: none;
}
p.postmetadata a:hover {
	color: #EEEEEE;
	border-bottom: none;
}

.post {
	text-align: left;
	top: 150px;
	left: 155px;
	width: 455px;
	position: absolute;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 30px;
	/*background-color: #EFEBE1;*/
	color: #EEEEEE;
}
.post a:link, .post a:visited {
	color: #D7006D;
	text-decoration: none;
	font-weight: bold;
}
.post a:hover {
	color: #EEEEEE;
	border-bottom: none;
}
.post h1 {
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0;
}
.post h1 a:link, .post h1 a:visited {
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bold;
}
.post h1 a:hover {
	color: #D7006D;
	border-bottom: none;
}
.postIcon {
	float: left;
	border: none;
	margin-right: 9px;
	margin-top: 2px;
}

.entry {
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	background-color: #202020;
}

#entryTopRound {
	width: 455px;
	height: 13px;
	background-image: url(images/entryTopRound.gif);
	background-repeat: no-repeat
}
#entryBottomRound {
	width: 455px;
	height: 13px;
	background-image: url(images/entryBottomRound.gif);
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 30px;
}

.entry p:first-child {font-weight: normal; font-size: 1.1em; padding-top: 0;}

.entry blockquote p:first-child {font-weight: normal; color: #202020; font-size: inherit;}

.entry blockquote {font-weight: normal; color: #202020; font-size: 1.1em; border-left: 2px solid silver; margin: 1.2em 0 1.2em 2em; padding-left: 1em;}

.entry img {max-width: 425px; padding: 0px; /*border: 1px solid silver;*/}

.entry li {display: block;}

.cat a:link, .cat a:visited {text-transform: uppercase; color: #D7006D;}

.cat a:hover{text-transform: uppercase; color: #333333;}

.cat {text-transform: uppercase;}

p {padding: 1em 0 .5em 0;}

strong {font-weight: bold;}

h2 {padding-top: 10px; font-size: 1.2em;}

h3 {padding-top: 10px; text-transform: uppercase;}

.navigation {margin: 0 0 1em;}

.center {text-align: center;}

.borderless img, img.borderless {border: none;}

.imgleft {float:left;}

em {font-style: italic;}

ul {padding-bottom: 1em;}

ul.related li a{display: block;}
ul.related li {display: block;}

ul.archive li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	margin-bottom: 30px;
}

ul.archive p {
	display: block;
	padding: 0;
}

ul.archive {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}

.alignleft {float: left;}
.alignright {float: right;}

/* Begin Comments*/

/* Normal Bubble */
div.bubble {
	width: auto;
	margin-bottom: 30px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 10px;
	border: 1px solid #c9c2c1;
	background-color: #FFFFFF;
}

div.bubble blockquote p {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}

div.bubble cite {
	position: relative;
	margin: -7px;
	padding: 7px 0px 10px 15px;
	top: 5px;
	background: transparent url('images/tip.gif') no-repeat 20px 0;
	font-style: normal;
	font-size: .9em;
	display: block;
}


.alt {
	margin: 0;
	padding: 0;
}

#commentform p {
	padding: 5px 0;
	font-size: 1.2em;
}

#comment {
	width: 406px;
	height: 100px;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}
	
#commentPreview {font-size: .8em;}

/* End Comments */

/* Share This */

.sharethis {padding: 2em 0 3em;}

#akst_form {margin-left: -50px;}

/* End Share This */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 125px;
}

#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; }
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	text-align: center;
}

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

/* End Calendar */

/* Begin Search */

#search_form {padding-left: 15px;}

.search_input {}

.sbox {
	width: 90px;
}

/* End Search */




/* Begin Top Navigation Styling */

#topnavigation {
	margin-top: 3px;
	float: left;
    clear: left;
}
#topnavigation ul {
	list-style:none;
	height:auto;
	margin: 0;
	padding: 0;
    }
#topnavigation a {
	font-weight: normal;
    display:block;
    color:#EEEEEE;
    text-decoration:none;
    padding:2px 10px;
	background-color: #202020;
    }
#topnavigation ul li {
	float: left;
	padding: 0;
    }
#topnavigation ul li:hover {
	background-color: #D7006D;
    }
#topnavigation ul li ul {
	left: -999em;
    position: absolute;
    margin: 0;
    border: 0;
    }
#topnavigation ul li ul li {
	float: left;
	clear: left;
    padding: 0;
	width: 125px;
    }	
#topnavigation ul li ul li a {
	font-weight: normal;
	color: #EEEEEE;
	width: 125px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #D7006D;
    }
#topnavigation ul li ul li:hover {
    
    }
#topnavigation li ul ul {
	margin-top: -21px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
    }
#topnavigation li ul li:hover a, #topnavigation li ul li li:hover a, #topnavigation li ul li li li:hover a, #topnavigation li ul li li li:hover a {
    color:#EEEEEE;
	background-color: #656565;
    }
#topnavigation li:hover a, #topnavigation li.sfhover a {
    color:#EEEEEE;
	background-color: #D7006D;
    }
#topnavigation li:hover li a, #topnavigation li li:hover li a, #topnavigation li li li:hover li a, #topnavigation li li li li:hover li a {
    color:#EEEEEE;
    }
#topnavigation li:hover ul ul, #topnavigation li:hover ul ul ul, #topnavigation li:hover ul ul ul ul, #topnavigation li.sfhover ul ul, #topnavigation li.sfhover ul ul ul, #topnavigation li.sfhover ul ul ul ul {
    left:-999em;
    }
#topnavigation li:hover ul, #topnavigation li li:hover ul, #topnavigation li li li:hover ul, #topnavigation li li li li:hover ul, #topnavigation li.sfhover ul, #topnavigation li li.sfhover ul, #topnavigation li li li.sfhover ul, #topnavigation li li li li.sfhover ul {
    left:auto;
    }
#topnavigation li:hover, #topnavigation li.sfhover {
    
    }

/* End Top Navigation Styling */




/* Begin Twiiter Tools Styling */

.tweet_top {
	margin: 0px;
	padding: 0px;
}
.tweet_bg {
	width: 220px;
	float: left;
	padding: 15px 28px 0px 20px;
	background-image: url("images/tweeter-middle.gif");
	background-repeat: repeat-y;
	/*
border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #505050;
	border-left-color: #505050;
*/
}
.tweet_bg h3 {
	margin-top: 1.5em;
	padding: 0;
}
.aktt_tweets {
	float: left;
}
.aktt_tweets ul {
	padding-top: 0;
	margin: 0;
	width: 100%;
}
.aktt_tweets ul li {
	width: 100%;
	padding-bottom: 7px;
	display: block;
	float: left;
	line-height: 1.4em;
}
#aktt_tweet_posted_msg {
	clear: left;
}

/* End Twiiter Tools Styling */


