/*  
Theme Name: dk
Theme URI: http://droppingknowledge.org
Description: The dropping knowledge Theme
Version: 0.1
Author: Marco Stahl
Author URI: http://droppingknowledge.org

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

	This original 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
	
	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.	
*/


/*	-----------------------------------------------------------------------------------------
				
	----------------------------------------------------------------------------------------- */


/*	-----------------------------------------------------------------------------------------
				Body + Global TextFormating
	----------------------------------------------------------------------------------------- */



body {
	margin:   0px;
	padding: 0px;
	font-family:  Helvetica, Arial, sans-serif, sans;
	font-size: 11px;
	background: #292929;
	color: #333333;
	line-height: 140%;
}


a {
	text-decoration:none;
}

a:link {
	color:#880000; /* 66 */
}


a:visited {
	color: #660000; /*  66*/
}


a:hover {
	color:#FF0000; /* 99 */
}




a img {
    border: 0px;
}


hr {
	width: 100%;
	height: 1px;
	background-color: silver;
	border: 0px;
}

/* ------ lists ----------- */



ul {
	margin-left:  0px;
	padding-left: 30px;
}



ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ol li{
	margin: 0px;
	padding: 0px;
}


/*	-----------------------------------------------------------------------------------------
				icons
	----------------------------------------------------------------------------------------- */

.icon {
	vertical-align: middle;
	margin-right: 5px;
}

.RSS {
	padding-top: 5px;
	position: relative;
	top: -3px;
}

.emailIcon {
	position: relative;
	top: 1px;
}

/*	-----------------------------------------------------------------------------------------
				Page
	----------------------------------------------------------------------------------------- */

#page {
	margin: 0px auto;
	width: 790px;
	overflow: hidden;
}

#pageContent {	
	overflow: hidden;
	background: white url('images/page_background.gif');	
	padding-bottom: 100px;
}

/*	-----------------------------------------------------------------------------------------
				page-header
	----------------------------------------------------------------------------------------- */

#header {
	border-bottom: 3px solid #292929;
}

#header h1{
	margin: 0px;	
	/* background: url('images/header_banner.jpg'); */
}

#mainTabs {
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 36px;
	background: #eeeeee url(images/header/dk_tab.gif) no-repeat;
	overflow:hidden;
	list-style: none;
}

#mainTabs li{
	margin:0px 0px ;
	padding: 0px;
	float: left;
}

#mainTabs li.tab img{
	margin-top: -1px;
}

#mainTabs .dkLogo img{
	margin: 5px 26px 5px 5px;
}

a.textMode{
		height: 1px;
		overflow: hidden;
		position: absolute;
		top: -999em;
		width: 1px;
}

#mainMenu {
	width: 820px;
	height: 45px;
	overflow: hidden;
	background: white;
	margin: 0px auto 3px auto;
}

#rightMainMenu {
		float: right;
		margin: 15px 15px 5px 0px;
}

#dkLogo {
	float: left;
	margin:10px 0px 5px 15px;
}

/* header menu buttons ******************** */
/*a.headMenuButton		{ height:26px; width:160px; margin-left:5px; overflow: hidden; display:block; float:left; }
a.jointhedialog			{ background-image:url(images/menu/jointhedialog_out.gif); }
a.jointhedialog:HOVER	{ background-image:url(images/menu/jointhedialog_over.gif); }
a.spreadtheword			{ background-image:url(images/menu/spreadtheword_out.gif); }
a.spreadtheword:HOVER	{ background-image:url(images/menu/spreadtheword_over.gif); }
*/

a.headMenuButton		{ height:26px; width:180px; margin-left:5px; overflow: hidden; display:block; float:left; }
a.entertheplatform			{ background-image:url(images/menu/entertheplatform_out.gif); }
a.entertheplatform:HOVER	{ background-image:url(images/menu/entertheplatform_over.gif); }
a.viewsocialmedia			{ background-image:url(images/menu/viewsocialmedia_out.gif); }
a.viewsocialmedia:HOVER	{ background-image:url(images/menu/viewsocialmedia_over.gif); }




/*	-----------------------------------------------------------------------------------------
				headlines
	----------------------------------------------------------------------------------------- */

h1.pageCategory {
	margin-bottom: 3px;
	line-height: 100%;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 15px;
	color: #919191;
}

#content  h2 {
	line-height: 100%;
	margin: 15px 0px 10px 0px ;
	padding: 0px;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	margin: 3px 0px;
	padding: 0px;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	font-weight: bold;
}



/*	-----------------------------------------------------------------------------------------
				content Box
	----------------------------------------------------------------------------------------- */


#content {
	margin-left: 175px;
	width: 435px;
}


/*	-----------------------------------------------------------------------------------------
				Posting
	----------------------------------------------------------------------------------------- */

.post {
	margin: 20px 0px 10px 0px;
}

.post .postmetadata {
	font-size: 10px;
	font-weight: bold;
}

.post .entry img{
	margin: 0px;
	padding: 2px;
	border: 1px solid silver;
}

.post .entry a:hover img{
	border-color: #ff0000;
}

.post .entry {
	font-size:12px;
}

.post .entry .p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.post blockquote {
	margin-left: 0px;
	margin-right: 0px;
	margin-right: 20px;	
	position: relative;
	left: 10px;
}

table.imageBox { 
	float: left;
/*	display: block;*/
	margin: 0px 10px 10px 0px;
}

table.imageBox  td { 
	font-size: 9px;
/*	width: 5px;*/
}


/*
.imageBox { 
	display: block;
	margin: 0px 10px 10px 0px;
}

.imageBox span{ 	
	font-size: 9px;
	display: block;
}
*/

.post .realContent {
	overflow: hidden;
}





/*	-----------------------------------------------------------------------------------------
				Recent Articles 
	----------------------------------------------------------------------------------------- */

ol.recentArticles {
	margin-left:  30px;
	width: 300px;
}

ol.recentArticles p{
	margin: 3px 0px;
	padding:0px;
}

ol.recentArticles li{
	margin: 10px 0px 20px 0px;
}


/*	-----------------------------------------------------------------------------------------
				Round Filled Box With dark-grey border and a shadow
	----------------------------------------------------------------------------------------- */

.roundBoxWithShadow {
    margin:1em auto;
}

.roundBoxWithShadow .hd .c {
 font-size:1px; /* ensure minimum height */
 height: 7px;
}

.roundBoxWithShadow .ft .c {
  font-size: 1px; /* ensure minimum height */
  height: 13px;
}

.roundBoxWithShadow .hd {
 background:transparent url(images/roundBox/shadow_tl.gif) no-repeat 0px 0px;
}

.roundBoxWithShadow .hd .c {
 background: transparent url(images/roundBox/shadow_tr.gif) no-repeat right;
}

.roundBoxWithShadow .bd {
  background: transparent url(images/roundBox/shadow_ml.gif) repeat-y 0px 0px;
}

.roundBoxWithShadow .bd .c {
 background: url('images/roundBox/shadow_mr.gif') repeat-y right;
 background-color: transparent;
}

.roundBoxWithShadow .bd .c .s {
 margin:0px 0px 0px 0px;
 padding: 0.5em;
}

.roundBoxWithShadow .ft {
 background:transparent url(images/roundBox/shadow_bl.gif) no-repeat 0px 0px;
}

.roundBoxWithShadow .ft .c {
 background:transparent url(images/roundBox/shadow_br.gif) no-repeat right;
}


/*	-----------------------------------------------------------------------------------------
				Forms
	----------------------------------------------------------------------------------------- */

.roundBoxWithShadow form {
	margin:0px 10px;
	width: 95%;
	overflow: hidden;
}

label {
	display: block;
	margin-bottom: 2px;
}
	
input.text, textarea {
	border: 1px solid;
	border-color: #bbbbbb #e9e9e9 #e9e9e9 #bbbbbb;
	padding: 1px;
}	

.submitButton {
	display: block;
	width: 47px;
	height: 15px;
	margin: 5px 10px 0px auto;
	padding: 1px;
	font-size: 10px ;
	font-weight: bold;	
}

.submitButton:hover {
	color: #cc0000;
}



/*	-----------------------------------------------------------------------------------------
				Comments Page 
	----------------------------------------------------------------------------------------- */



#commentform h2{
	margin:0px 0px;	
}

#commentform label{
	display: block;
}

#commentform input{
	display: block;
}


/*	-----------------------------------------------------------------------------------------
				TeamPage
	----------------------------------------------------------------------------------------- */
	
.team div.userImage {
	width: 90px;
	float: left;	
	margin-right: 10px;
	overflow: hidden;
}	

.team .userImage img.userImage{
	width: 80px;
	margin: 0px 10px 0px 0px;
	padding: 2px;
	border: 1px solid silver;
}	

.team .userImage .emailLink{
	display: block;
	width: 20px;
	margin: 5px 0px 0px auto;
}	
.team .userInfoPost {
	margin-left: 100px;
}


/*	-----------------------------------------------------------------------------------------
				BEGIN: Sidebars
	----------------------------------------------------------------------------------------- */

.sidebar {	
	margin: 10px 0px;
	padding: 0px;
	color: inherit;
	overflow: hidden;
	width: 160px;
	font-weight: bold;;	
}

/* headlines */
.sidebar h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px; 
	padding: 0px;
	font-family:  Helvetica, Arial, sans-serif, sans;
}



/*-------------  lists ----------------- */

.sidebar ul{
	list-style-type: none;
	margin: 0px 0px; 
	padding: 0px 0px;
}

.sidebar ul ul {
	background: white;
	padding: 5px 0px 2px;
}

.sidebar ul li {
	margin: 0px 5px 5px 5px;
	padding: 0px 0px;
	background: #e9e9e9;
	text-indent: 5px;
}

.sidebar ul ul li{
	margin: 0px 5px 5px 10px; 
	padding: 0px;
	background: white;
	text-indent: 0px;
}

.sidebar .current-cat a, 
.sidebar .current-cat , 
.sidebar .current_page_item a,
.sidebar .current_author a
{
	color: #E17E27;
}

.sidebar .current_page_item li a,
.sidebar .current-cat li a
{
	color:#880000; 
}


.sidebar .current_page_item li a:visited
{
	color:#660000; 
}

.sidebar .features ul li{
	padding-bottom: 5px;
	font-size: 11px;
}

.sidebar .features ul h2{
	padding-top: 5px;
	/* margin-left: -5px; */
}

.sidebar .features ul p{
	font-size: 10px;
	margin: 5px 0px 3px 0px;
}

.sidebar .features ul li a{
	font-size: 10px;
	font-weight: bold;
}



/*.sidebar .features ul p{
	display: none;
}*/

.sidebar .features ul li {
	font-size: smaller;
	font-weight: normal;
}


/*	left Sidebar */
#leftSidebar {
	float: left;	
}

 
/*	right Sidebar  */
#sidebar {
	float: right;
}


/*	-----------------------------------------------------------------------------------------
				SearchForm
	----------------------------------------------------------------------------------------- */

#searchForm {
	margin-top: 4px;
	width: 160px;
	height: 50px;
	background: url(images/searchbox.gif) no-repeat;
	display: block;
	padding-top:30px;
}

#searchForm #s {
	margin: 0px auto;
	width: 140px;
	height: 10px;
	font-size: 9px;
	display: block;
}





/*	-----------------------------------------------------------------------------------------
				END: Sidebars
	----------------------------------------------------------------------------------------- */


/*	-----------------------------------------------------------------------------------------
				Comments
	----------------------------------------------------------------------------------------- */
	
textarea#comment	 {
	width: 100%;
}

.commentlist li {
	margin: 10px 0px;
	background: #fafafa;	
	padding: 5px;
}

/*	-----------------------------------------------------------------------------------------
				BEGIN: Popup
	----------------------------------------------------------------------------------------- */

/*	-----------------------------------------------------------------------------------------
				END: Popup
	----------------------------------------------------------------------------------------- */
