/*
Theme Name: WordPress Kickette
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {/* Resets 1em to 10px *//*
	font-size: 62.5%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;*/
	}

#page {/*
	background-color: white;
	border: 1px solid #959596;
	text-align: left;*/
	}

#header {
/*	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;*/
	}

#headerimg 	{
/*	margin: 7px 9px 0;
	height: 192px;
	width: 740px;*/
	}

#content {/*
	font-size: 1.2em;*/
	}

.widecolumn .entry p {/*
	font-size: 1.05em;*/
	}
/*
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
*/
.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('http://www.kickette.com/wpmu/wp-content/themes/kickette/images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
/*	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;*/
	}
/*
h1 {
	font-size: 4em;
	text-align: center;
	}*/

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
/*	background-color: #73a0c5;*/
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {/*
	margin: 0 0 40px;
	text-align: justify;*/
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
/*	margin: 30px 0 0;*/
	}

h2.pagetitle {
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
/*	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;*/
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */




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

.comment-rules {
margin: 15px 0 10px 0;
padding: 5px 5px 10px 10px;
list-style: none;
color: #DA3466;
font-size: 12px;
line-height: 18px;
background: #F2E5E5;
border: 2px solid #F6C8D1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
	
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px 0;
	padding: 5px 5px 10px 10px;
	list-style: none;
background: #F2E5E5;
border: 2px solid #F6C8D1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;


	}
.commentlist li ul li { 
	margin-right: px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



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

#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; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

.center {
	text-align: center;
	}

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

hr {
	display: none;
	}

a img {
	border: none;
	}

/*.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}*/
/* End Various Tags & Classes*/



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

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


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/**********************************************************************************************
	Main Sections in CSS:
	
	1.	BASIC ELEMENTS
		Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.
	
	2.	LAYOUT
		Define the basic template: header, footer, etc. Elements that help to define the basic layout of the site
		
	3.	PAGE COMMON STYLES
		Define content styles that are common to all the pages in the project. For example Logo in header, tabs in navigation, buttons, rounded boxes etc
	
	4.	PAGE SPECIFIC STYLES
		Define content styles that are specific to a particular page
	
***********************************************************************************************/


/* import core styles */
@import url(base.css);


/*------------------------------------------
// 1.BASIC ELEMENTS
//	 Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.
//------------------------------------------*/

body { color:#000; background:#f2e5e5 url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/body-bg.jpg) 113px top repeat-x; font-family:Georgia, "Times New Roman", Times, serif; overflow-x:hidden; }



blockquote{
clear: both;
margin: 15px 30px 10px 30px;
padding: 10px;
border-left: 2px solid #FDA5BB;
font-size: 85%;
background: #F2E5E5;
}

blockquote em{
line-height: 20px;
}


/*------------------------------------------
// 2.LAYOUT
//   Define the basic template: header, footer, etc. Elements that help to define the basic layout of the site
//------------------------------------------*/
	
/*---- Container ----*/
div#container{ min-width:1024px; background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/container-bg.jpg) 50% 99.5% no-repeat; _margin:auto;}
div.inner-container{ background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/page-bg.png) center top no-repeat; text-align:center;}

/*---- Page ----*/
/*div#page{ width:888px; margin:0 auto;}*/

/*---- Wrapper ----*/
div.wrapper { width:1006px; margin:0 auto; background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/wrapper-top.png) left top no-repeat;  padding-top:53px; position:relative; text-align:left;} 
div.inner-wrapper{ background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/wrapper-bg.png) left top repeat-y;}

/*---- Header ----*/
div#header { position:absolute; top:0px; left:0px; width:790px; overflow:hidden;}

/*---- Navigation ----*/
div#navigation { background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/navigation/navigation-bg.png) left top no-repeat; height:286px; padding:0px 0px 0px 0px; position: relative; z-index: 2; }
/*div#navigation div{ background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/navigation/navigation-bg-left.png) left top no-repeat; height:286px; padding:0px 0px 0px 0px; position: relative; z-index: 2; width: 34px; float: left;}*/

/*---- Content ----*/
div#content { background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/champaign.png) left bottom no-repeat; padding-bottom:132px;}

/*---- Main ----*/
div#main { width:790px; float:left; }

/*---- Sidebar ----*/
div#sidebar { width:204px; float:right; position:relative; z-index:50; margin-top:0; }

/*---- Footer ----*/
div#footer { clear:both; background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/footer/footer-bg.png) left top no-repeat; padding:10px 0px 90px 0px; width:100%; overflow:hidden; }
div#footer div.section{width:565px; margin:0 auto; background:none; padding:0px;}


/*------------------------------------------
// 3. PAGE COMMON STYLES
//	  Define content styles that are common to all the pages in the project. For example Logo in header, tabs in navigation, buttons, rounded boxes etc
//------------------------------------------*/

/*---- Header - Logo ----*/
div#header div.logo {float:left;}
div#header div.logo h1 a{ display: block; width: 308px; height: 128px;  background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/header/logo.png) no-repeat;}

/*---- Header - Search Box ----*/
div#header div#search-form{ background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/header/search-box.png) left top no-repeat; width:232px; height:90px; float: left; padding:32px 0px 0px 35px; position:relative; z-index:10; margin-left:-3px; }
div#header div#search-form img{margin-bottom:8px;}
div#header div#search-form p{ background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/header/textbox.png) left top no-repeat; width:132px; height:24px; margin-right:5px; float:left; display:inline}
div#header div#search-form input.textbox{ font-family:Georgia, "Times New Roman", Times, serif;  width:122px; color:#62585B; font-size: 14px; background:none; border:none; padding:3px 5px;} 
div#header div#search-form input.search{vertical-align:bottom; float:left;}

/*---- Header - Tagline ----*/
div#header div.tagline{float:left;  z-index:5; background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/header/tagline.png) 0px 0px no-repeat; width:195px; height:152px; margin-left:23px;}  

/*---- Content ----*/
div#content h1{font-size:240%; color:#3d3333; line-height:1.2em; font-weight:normal;}
div#content h1 A{color:#3d3333;}
div#content h1 A:HOVER{text-decoration: none;}
.entry h4 {margin-top:-19px; font-size:11px; color:#555555; font-style:italic; font-weight:normal; line-height:16px; margin-bottom: 15px !important; padding:0;}
.entry h4 a {color: #354F88 !important; text-decoration: none !important;}
.entry h4 a:hover {color:#555555 !important; text-decoration: none;}
div#content p{font-size:140%; color:#555555; line-height:1.2em;}

div#main div.inner-main div.right-column div.posts div.post div.entry h2{ font-size:220%; font-weight:normal; color:#3d3333; line-height:1.2em;}
div#main div.inner-main div.right-column div.posts div.post div.entry h3{ line-height:1.2em; color:#3d3333; font-size:200%; font-weight:normal;}
div#main div.inner-main div.right-column div.posts div.post div.entry ul{margin:0px 0px 16px 15px;}
div#main div.inner-main div.right-column div.posts div.post div.entry ul li{ font-size:140%; margin-bottom:3px; line-height:1.2em; color:#555555; list-style-type:disc;}
div#main div.inner-main div.right-column div.posts div.post div.entry a{color:#3d3333; text-decoration:underline;} 
div#main div.inner-main div.right-column div.posts div.post div.entry a:hover { text-decoration:none; }
div#main div.inner-main div.right-column div.posts div.post div.entry ol{ margin:0px 0px 16px 20px;}
div#main div.inner-main div.right-column div.posts div.post div.entry ol li{ color:#555555; font-size:140%; line-height:1.2em; margin-bottom:3px; list-style:decimal;}
div#main div.inner-main div.right-column div.posts div.post div.entry p a{color: #354F88; text-decoration: none;}
div#main div.inner-main div.right-column div.posts div.post div.entry p a:hover {color: #3D3333; text-decoration: none;}
.post-category {line-height:20px; color:#6C6C6C; font-size: 14px; margin: 5px 0 15px 0;}
.post-category a {color: #3D3333; text-decoration: underline; font-size: 14px;}
.navigation {margin: 30px 0;}
.share {background: url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/content/share.gif) no-repeat; float:left; height:25px; margin:0; padding:0 0 0 70px;}
.share img {border:none !important; margin:0 3px 0 0 !important; vertical-align:middle;}
.posted {clear:both; color:#231F20; height:17px; margin:20px 0; padding:0 0 10px;}
div.comments {margin-top:-12px;}
.blogbodyad {border-bottom:1px solid #E5C5C5; margin:0 0 20px; padding:0 0 10px; text-align:center;}
.nav_mod {margin-top: 0 !important;}

/*---- Footer ----*/
div#footer div.navigation{ margin-bottom:18px;}
div#footer div.navigation ul{width:100%; overflow:hidden;}
div#footer div.navigation ul li{float:left; font-size:120%; color:#933737; line-height:1.2em; padding-right:6px;}
div#footer div.navigation ul li span{float:left;  color:#933737; margin:0px 3px;}
div#footer div.navigation ul li a{ text-decoration:underline; color:#933737; float:left;}
div#footer div.navigation ul li a:hover{ text-decoration:none;}

/*---- Footer - Bottom ----*/
div#footer div.bottom { float:right; font-size:120%; color:#c27f7f;  line-height:24px; margin-right: 12px; display: inline;}
div#footer div.bottom a{text-decoration:underline; color:#933737;} 
div#footer div.bottom a:hover { text-decoration:none; }
div#footer div.bottom img{vertical-align:top; margin-left:10px;}
/*------------------------------------------
// 4.1  INDEX PAGE SPECIFIC STYLES
//------------------------------------------*/

/*---- Main - Inner Main - Left Column ----*/
div#main div.inner-main{ padding-top:65px; min-height: 1300px;}
div#main div.inner-main div.left-column{float:left; width:240px; position:relative; z-index: 5;}

/*---- Main - Inner Main - Left Column - Navigation ----*/
div.main-menu ul li a.home { display:block;  background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/navigation/navigation.png) left top no-repeat; height:22px; width:68px; text-indent: -9999px; }
div.main-menu ul li a.home:hover, div.main-menu ul li.selected a.home {background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/navigation/navigation.png) -72px top no-repeat; height:22px; width:68px;}

div.main-menu ul li a.features { display:block;  background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/navigation/navigation.png) left -22px no-repeat; height:22px; width:88px; text-indent: -9999px;}
div.main-menu ul li a.features:hover, div.main-menu ul li.selected a.features{background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/navigation/navigation.png) -94px -22px no-repeat; height:22px; width:88px;}

div.main-menu ul li a.community { display:block;  background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/navigation/navigation.png) left -44px no-repeat; height:22px; width:120px; text-indent: -9999px; }
div.main-menu ul li a.community:hover, div.main-menu ul li.selected a.community{background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/navigation/navigation.png) -125px -44px no-repeat; height:22px; width:120px;}

div.main-menu ul li a.about { display:block;  background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/navigation/navigation.png) left -108px no-repeat; height:22px; width:68px; text-indent: -9999px; }
div.main-menu ul li a.about:hover, div.main-menu ul li.selected a.about{background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/navigation/navigation.png) -76px -108px no-repeat; height:22px; width:68px;}

div.main-menu ul li a.links { display:block;  background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/navigation/navigation.png) left -66px no-repeat; height:22px; width:68px; text-indent: -9999px; }
div.main-menu ul li a.links:hover, div.main-menu ul li.selected a.links{background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/navigation/navigation.png) -77px -66px no-repeat; height:22px; width:68px;}

div.main-menu ul li a.contact { display:block;  background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/navigation/navigation.png) left -88px no-repeat; height:22px; width:82px; text-indent: -9999px; }
div.main-menu ul li a.contact:hover, div.main-menu ul li.selected a.contact{background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/navigation/navigation.png) -90px -88px no-repeat; height:22px; width:82px;}

li.feed_item {padding-top: 7px;}

/*---- Main - Inner Main - Left Column - Gossip Filter ----*/
div#main div.inner-main div.left-column img.flower{position:absolute; top:300px; left:0px; z-index:20;}
div#main div.inner-main div.left-column div#filter-gossip{background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/content/main/gossip-bg.png) left top no-repeat; height:193px; margin-left:31px; padding:20px 0px 0px 18px; margin-top: -10px;}
div#main div.inner-main div.left-column div#filter-gossip label{font-size:140%; color:#555555; line-height:1.2em; display:block; margin-bottom:10px;}
div#main div.inner-main div.left-column div#filter-gossip select{ width:152px; font-size:120%; color:#845359; font-family:Arial, Helvetica, sans-serif; margin-bottom:10px; cursor:pointer; cursor:hand;}

/*---- Main - Inner Main - Left Column - Gossip RSS ----*/
div#main div.inner-main div.left-column div#rss-gossip{background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/content/main/rss-gossip.gif) left top no-repeat; height:78px; margin:-16px 0px 0px 40px; position:relative; padding:37px 0px 0px 22px;}
div#main div.inner-main div.left-column div#rss-gossip img{margin-bottom:10px;}
div#main div.inner-main div.left-column div#rss-gossip a.more-link{background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/content/main/rss.gif) left top no-repeat; padding-left:30px; color:#3d3333; text-decoration:underline;}
div#main div.inner-main div.left-column div#rss-gossip a.more-link:hover { text-decoration:none; }
/*---- Main - Inner Main - Left Column - Ad ----*/
div#main div.inner-main div.left-column img.ad{ margin-left:65px; border:3px solid #ebb7b2;}

/*---- Main - Inner Main - Right Column ----*/
div#main div.inner-main div.right-column{padding:34px 20px 0px 15px; float:left; width:515px; position:relative;}
div#main div.inner-main div.right-column img.latest{position:absolute; top:-10px; left:-30px;}
div#main div.inner-main div.right-column div.posts div.post{border-bottom:1px solid #e5c5c5; padding-bottom:5px; margin-bottom:16px; width:100%; overflow:hidden;}
div#main div.inner-main div.right-column div.posts div.post div.metadata{ font-size:140%; line-height:1.2em; color:#c0acac; margin-bottom:3px;}
div#main div.inner-main div.right-column div.posts div.post div.entry img{border:6px solid #e5c5c5; margin:0px 17px 20px 0px; padding: 0;}
div#main div.inner-main div.right-column div.posts div.post div.entry p{margin-bottom:15px;}

div#main div.inner-main div.right-column div.posts div.post div.entry p span{ color:#3d3333;}


div#main div.inner-main div.right-column div.posts div.post div.entry div.comments{float:right; }
div#main div.inner-main div.right-column div.posts div.post div.entry div.comments a{ overflow: hidden; color:#555555; font-size:140%; background:url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/content/main/comments.jpg) left bottom no-repeat; padding-left:130px; display:block; line-height:39px; text-decoration:none; position:relative; padding-top:5px; z-index: 1; }
div#main div.inner-main div.right-column div.posts div.post div.entry div.comments a:hover{text-decoration:none;}

/*---- Main - Inner Main - Right Column - Pagination ----*/
div#main div.inner-main div.right-column div#pagination{ font-size:140%; color:#555555; line-height:1.4em; border-top: 1px solid #E5C5C5; margin-top: -17px; padding-top: 17px;}
div#main div.inner-main div.right-column div#pagination span{float:left; margin-right:5px;}
div#main div.inner-main div.right-column div#pagination a{ color:#555555; text-decoration:underline; margin-right:2px;}
div#main div.inner-main div.right-column div#pagination a:hover , div#main div.inner-main div.right-column div#pagination a.active{text-decoration:none;}
div#main div.inner-main div.right-column div#pagination a.top{margin-right:32px;}
div#main div.inner-main div.right-column div#pagination a.previous{margin-right:10px;}
div#main div.inner-main div.right-column div#pagination a.next{margin-left:10px;}

/*---- Sidebar ----*/
div#sidebar div.ad {margin-bottom:15px;}
.title_twitter {background: url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/content/whatarewedoing.gif) no-repeat; height:23px; margin:20px 0 0 55px; padding:0; width:162px;}
.title_finestfive {background: url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/content/finestfive.gif) no-repeat; height:14px; margin:20px 0 0 55px; padding:0; width:120px;}
.title_hothof {background: url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/content/hothof.gif) no-repeat; height:14px; margin:0 0 0 55px; padding:0; width:120px;}
.title_sidetitle {background: url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/content/recentlyposted.gif) no-repeat; height:19px; margin:0 0 0 55px; padding:0; width:130px;}
.title_links {background: url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/content/links.gif) no-repeat; height:25px; margin:0 0 0 55px; padding:0; width:120px;}
.title_recentcomments {background: url(http://www.kickette.com/wpmu/wp-content/themes/kickette/images/content/recentcomments.gif) no-repeat; height:15px; margin:0 0 0 55px; padding:0; width:146px;}

.left-column ol {color:#555555; font-size:14px; margin:5px 0 20px; padding:0 0 0 76px;}
.left-column ol li a {color: #555555;}
.left-column ol li a:hover {color: #354F88; text-decoration: none;}

.left-column ul {color:#555555; font-size:14px; margin:5px 0 20px; padding:8px 0 0 71px;}
.left-column ul li {list-style: disc; list-style-position: outside; padding-bottom: 4px; line-height:17px;}
.left-column ul li a {color: #555555; font-size: 12px;}
.left-column ul li a:hover {color: #354F88; text-decoration: none;}

.left-column em {padding:0 0 0 61px; font-style: normal;}
.left-column em a {color: #555555; font-size: 14px;}
.left-column em a:hover {color:#354F88; text-decoration: none;}

.left-column .status {color:#3A538B; font-size:12px; font-style:italic; line-height:16px; padding:5px 0 20px 60px;}
.status .quote-top {float:left; margin:0 5px 0 0;}
.status .quote-bottom {float:right; margin:0 0 0 5px;}
.follow {padding:0 0 0 45px;}

/*---- Contact Form ----*/
div.wpcf7 p{text-align: left;}
div.wpcf7 input{cursor: pointer;}
div.wpcf7 input, div.wpcf7 textarea {background:#FFFFFF none repeat scroll 0 0; border:1px solid #E4CCCC; color:#555555; margin:0; padding:6px;}

/*---- Sub Menu ----*/
div.main-menu ul {height: 216px; padding-top: 70px; float: left; width: 160px;}
div.main-menu ul li {position: relative; top: 0; left: 0;}
div.main-menu ul li:hover  ul{display: block;}
div.main-menu ul li ul{position: absolute; top: 0; left: 119px; background: #FFF; border: 1px solid #FAEDE4; width: 140px; padding-bottom: 10px; z-index: 10; height: auto; display: none; padding: 0;}
div.main-menu ul li ul li{display: block; z-index: 100;_float: left;zoom:1;}
div.main-menu ul li ul li a{display: block; padding: 8px 0; border-bottom: 1px solid #DEE7EC; color: #354F88; margin: 0 5px 0 10px; font-size: 13px; _float: left; _width: 135px; _display: inline;}
div.main-menu ul li ul li a:hover{border-bottom: 1px solid #D43462; color: #D43462; text-decoration: none;}
div.main-menu {position: absolute; top: 118px; left: 34px; z-index: 100;}


.jointhecommunity{
margin: 8px 0 30px 38px;
padding: 0;
width: 195px;
height: 174px;
background: transparent url(http://www.kickette.com/wp-content/themes/kickette/images/content/jointhecommunity.gif) no-repeat;
}
.jointhecommunity p{
padding: 70px 20px 0 20px;
}

#pinkpost{
margin: 0px 0 10px 40px;
padding: 0;
width: 187px;
height: 128px;
background: transparent url(http://www.kickette.com/images/site/new/pinkpost.gif) no-repeat;
}
#pinkpost p{
padding: 40px 35px 0 20px;
}
#pinkpost a{
text-decoration: underline;
color: #000;
}



.recentcommentlist li{
font-size: 11px;
}


#related-posts{
text-indent: -9999px;
background: transparent url(http://www.kickette.com/images/site/new/related.gif) no-repeat;
margin: 30px 0 0 0;
}
#container #related-posts ul{
margin-left: 0px;
padding: 5px 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}
#container #related-posts li{
list-style: none;
font-size: 12px;
color: #DD3F70;
}
