

/* Theme Name: The Lacking Organization
URI: http://www.lacking.org
Description: Custom WordPress Theme For The Lacking Organization. Design by CarlKingCreative.
Author: Carl King 
Author URI: http://www.carlkingcreative.com 
Version: 1.0 
*/

/* @charset "UTF-8"; */

/* CSS Document */

/* @group Layout */

#wrapper {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 1000px;
	height: 350px;
}

#middle {
	width: 1000px;
	float: left;
}

#footer {
	width: 1000px;
	height: 85px;
	padding-top: 65px;
	clear: both;
}

/* @group Content */

#content {
	width: 675px;
	margin-left: 50px;
	float: left;
}

#content .header {
	width: 675px;
	height: 40px;
}

#content .content {
	width: 635px;
	padding: 10px 20px 0 20px;
}

#content .footer {
	width: 675px;
	height: 25px;
}

.post {
	position: relative;
	padding-bottom: 10px;
}



/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 200px;
	margin-right: 50px;
}

#sidebar .header {
	width: 200px;
	height: 20px;
}

#sidebar .content {
	width: 160px;
	padding: 0 20px 20px 20px;
	text-align: right;
}

#sidebar .footer {
	width: 200px;
	height: 35px;
}

#sidebar .section {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}


/* @end */

/* @group Navigation */

#navigation {
	width: 130px;
	height: 250px;
	position: absolute;
	left: 835px;
	top: 45px;
}

#navigation .button {
	position: relative;
	width: 130px;
	height: 32px;
	float: left;
}

#navigation #rss {
	position: relative;
	width: 130px;
	height: 50px;
	float: left;
}



/* @end */

/* @group Decoration */

#tapes {
width: 250px;
height: 375px;
position: absolute;
left: -35px;
top: -15px;
}

#paperclip-top {
width: 50px;
height: 100px;
position: absolute;
left: 230px;
top: 325px;
}

#paperclip-right {
width: 100px;
height: 50px;
position: absolute;
left: 702px;
top: 475px;
}



/* @end */



/* @end */

/* @group Graphics */

body {
	background: url(images/RepeatingTiles.jpg) repeat fixed;
}

#header {
	background-image: url(images/Background_Header.png);
	background-repeat: no-repeat;
}

#middle {
	background-image: url(images/Background_Middle.png);
	background-repeat: repeat-y;
}

#footer {
	background-image: url(images/Background_Footer.png);
	background-repeat: no-repeat;
}

/* @group Content */

#content .header {
	background-image: url(images/Content_Background_Top.png);
	background-repeat: no-repeat;
}

#content .content {
	background-repeat: repeat-y;
	background-image: url(images/Content_Background_Middle.png);
}

#content .footer {
	background-image: url(images/Content_Background_Bottom.png);
	background-repeat: no-repeat;
}



/* @end */

/* @group Sidebar */

#sidebar .header {
	background-image: url(images/Sidebar_Background_Top.png);
	background-repeat: no-repeat;
}

#sidebar .content {
	background-image: url(images/Sidebar_Background_Middle.png);
	background-repeat: repeat-y;
}

#sidebar .footer {
	background-image: url(images/Sidebar_Background_Bottom.png);
	background-repeat: no-repeat;
}



/* @end */

/* @group Navigation */

#navigation {
	background-repeat: no-repeat;
}

#navigation #blog {
	background-image: url(images/Nav_Blog.png);
}

#navigation #playlists {
	background-image: url(images/Nav_Playlists.png);
}

#navigation #listen {
	background-image: url(images/Nav_Listen.png);
}

#navigation #yourhost {
	background-image: url(images/Nav_YourHost.png);
}

#navigation #theshow {
	background-image: url(images/Nav_TheShow.png);
}

#navigation #links {
	background-image: url(images/Nav_Links.png);
}

#navigation #rss {
	background-image: url(images/Nav_RSS.png);
	background-position: top;
}

#navigation #rss:hover {
	background-position: bottom;
}

#navigation #rss span {
	display: none;
}

#navigation .button {
	background-position: top;
}

#navigation .button:hover {
	background-position: bottom;
}

#navigation .button span {
	display: none;
}



/* @end */

/* @group Decoration */

#tapes {
	background-image: url(images/Tapes.png);
	ba

ckground-repeat: no-repeat;
}

#paperclip-top {
	background-image: url(images/Paperclip_Top.png);
	background-repeat: no-repeat;
}

#paperclip-right {
	background-image: url(images/Paperclip_Right.png);
	background-repeat: no-repeat;
}



/* @end */

/* @end */

/* @group Typography */

body {
	text-align: left;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0.5em 0;
}

p {
	margin: 0.5em 0;
	padding: 0;
}

a:hover {
	text-decoration: underline;
}

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

#sidebar ul, li {
	font-size: 0.9em;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* @group Posts */

.post_title {
	color: #1F3A51;
	margin: 0.5em 0;
}

.entry-date {
	color: #333333;
	font-size: 0.9em;
}

.entry-content {
	text-align: justify;
}

.entry-meta {
	font-size: 0.9em;
	text-align: right;
	margin-top: 1.0em;
	padding-bottom: 1.0em;
	border-bottom: 3px solid #ccc;
}

.entry-tags {
	font-size: 0.8em;
	line-height: 150%;
}

/* @end */

/* @group Header / Footer / Sidebar */

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

#footer a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#footer .rss_link a:link, #footer .rss_link a:visited, #footer .rss_link a:active {
	color: #ff8800;
	text-decoration: none;
	font-weight: bold;
}

#footer .rss_link a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.sidebar_title {
	font-size: 10pt;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
}

#footer {
	color: #FFFFFF;
	text-align: center;
	font-size: 10pt;
	clear: both;
}

/* @end */

/* @end */

/* @group Playlists */

ol.playlist {
	width: 630px;
	margin: 0;
	padding: 0;
}

.playlist li {
	width: 630px;
	clear: both;
	padding: 0 5px;
}

.playlist li.heading {
	width: 630px;
	height: 20px;
	background: #5d6265;
	border-top: 4px solid #4e5255;
	color: white;
}

.playlist li.odd {
	background: #8c9499;
}

.playlist li.even {
	background: #b6c1c8;
}

.playlist li.odd,
.playlist li.even {
	height: 25px;
	overflow: hidden;
}

.playlist li.odd:hover,
.playlist li.even:hover {
	background: #5d6265;
	color: white;
	height: auto;
}

p.instructions {
	font-size: 0.8em;
	font-style: italic;
}

.playlist .heading {
	width: 290px;
	float: left;
	font-weight: bold;
}

.playlist .title {
	width: 290px;
	float: left;
	font-size: 0.9em;
}

.playlist .artist {
	width: 290px;
	float: left;
	font-size: 0.9em;
}

.playlist .notes {
	clear: both;
}

.itunes {
	margin-bottom: 10px;
}
/* @end */

/* @group Comments */

#respond {
	margin-top: 10px;
	border-top: 3px solid #ccc;
}

#comments ol,
#comments li {
	width: 630px;
	padding: 0px;
	margin: 0;
	font-style: italic;
}

#comments li {
	padding: 5px;
	background: #8c9499;
}

#comments li.alt {
	background: #b6c1c8;
}

.comment-text {
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

.comment-meta {
	text-align: right;
	margin: 0;
}

.no-comments {
	font-style: italic;
	margin-top: 10px;
	padding: 0;
}
#comment-form {
	width: 630px;
	background: #8c9499;
	padding: 5px;
	font-weight: bold;
}

/* @end */

.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #8c9499;
	font-size: 10px;
	text-align: center;
	background-color: #b6c1c8;
	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-dd {
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img {
	border:0;
}

.blogroll a {
	font-size: 1.3em;
}
