/*

Theme Name: Adakist 2009

Theme URI: http://www.adakist.com/

Description: The default Adakist Theme designed in 2009.

Version: 1.0

Author: Brett

Author URI: http://www.adakist.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



*/


body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#fff;
}

* { 
    margin: 0; 
} 
html, body { 
    height: 100%; 
} 
#container { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -28px; 
    text-align:center;
} 
#footer, .push { 
    height: 27px; 
}

.postmetadata {
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:#f5f5f5;	
	padding:0 10px;
}

#footer {
   width:100%;
   text-align:center;
   background-color:#efefef;
   border-top:1px solid #aaa;
}
#visual-footer {
	width:800px;
	padding: 7px 0 0 0;
	margin:0 auto;
	text-align:left;	
	font-weight:bold;
	color:#333;
	font-size:.9em;
}
#visual-footer .left {
	float:left;
	width:350px;
	text-align:left;	
}
#visual-footer .right {
	float:right;
	width:350px;
	text-align:right;	
}
#header {
	background-image:url('images/header.background.png');
	height:100px;
	width:100%;	
	text-align:center;
}
#header .container {
	margin:0 auto;	
	text-align:left;
	padding: 0;
	width: 800px;
}
#header .container img.logo {
	margin-top:20px;
	float:left;
}
#menu .container {
	margin:0 auto;	
	text-align:left;
	width: 800px;
}

#menu 
{
	height:53px;
	background:#FFF url(images/bmid_108.gif);
	background-repeat:repeat-x;
	border:0;
	margin:0;
}
#menushadow {
	width:100%;
	background:#FFF url(images/nav_shadow.png);
	background-repeat:repeat-x;	
	height:10px;
	margin-bottom:5px;
	float:left;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0 1px 0 0;
	padding:0;
}
#tab a 
{
	background:url(images/bright.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(images/bleft.gif) no-repeat left top;
	font-size:13px;
	color:#FFF;
	line-height:53px;
	padding:0 35px;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	font-style:normal;
	text-decoration:none;
}
#tab a:hover,#tab li.item_active a,.dropmenudiv a:hover span 
{
	background-position:right bottom;
}

/*
#content-wrap {
	margin:0 auto;
	width:840px;
	text-align:center;
	background-image: url('pg-background.png');
}
*/

#content {
	background-color:#fff;
	margin:0 auto;	
	text-align:left;
	width: 800px;
	padding: 5px 0 60px 0; /*60px is height of footer*/
}
h4 a {
	font-size:.8em;	
}
.horizontal-list {
  	padding:0;
  	margin:0;
}
.horizontal-list li {
  	display: inline;
  	list-style-type: none;
  	text-align:center;
	position: relative;
	padding: 4px;
	float: left;
}
.horizontal-list.border img {
	padding:2px;
  	border:1px solid #666;
}
.feature {
	width:100%;
	border-top: 2px solid #ccc;	
	padding-top:5px;
}
.feature.padding{
	width:96%;
	padding: 5px 0 0 0;
}
.horizontal-list a:link, .horizontal-list a:visited {
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:.9em;
}
.horizontal-list a:hover {
	color:#000;
}
.horizontal-list.border a img {
	display:block;
	margin: 0 0 2px 0;
	text-decoration:none;
}

h1,h2,h3 {
	padding:0;
	margin:0;	
}
h1 .subtitle {
	font-size:.7em;	
	color:#666;
}
h3 {
	color:#333;
	border-bottom:1px solid #ccc;	
	margin-bottom:10px;
}
h2 {
	color:#333; //#EE8400;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:5px;
}
h1 .tag {
	font-size: .7em;	
	padding: 0 0 0 180px;
	font-style: italic;
}
.tagline {
	font-size:1.3em;
	font-style: italic;	
	font-weight:normal;
	color:#3B90FF;
}
h1 {
	font-size:2em;	
	color:#EE8400; /*#EE8400;*/
	border-bottom:2px solid #ccc;
	margin-bottom:10px;
}
h1.homepage {
	color:#000;
	font-size:2.5em;
}
h1 strong {
	color:#EE8400;	
}
img {
	border: 0;	
}
.clear {
	clear:both;
}

a:link, a:visited {
	color:#666;	
}
a:hover {
	color:#000;
}

.threecol-left {
	float:left;
	width:34%;	
}
.threecol-rightside {
	float:right;
	width:66%;	
}
.threecol-rightside .middle {
	float:left;
	width:50%;	
}
.threecol-rightside .right {
	float:right;
	width:50%;	
}
.center {
	text-align:center;	
}
p {
	margin-top:0;
	padding-top:0;
	margin-bottom:15px;
	line-height:180%;	
}
.twocol-left {
	width:50%;
	float:left;	
}
.wide-col {
	width:58%;	
}
.twocol-right {
	width:50%;
	float:right;	
}
.narrow-col {
	width:40%;	
}
.hp-articles a {
	color:#3B90FF;
}
.hp-articles a:hover {
	color:#000;
}
.hp-articles a.title {
	font-weight:bold;
	color:#000;
}
.hp-articles a.title:hover {
	color:#666;
}
.hp-articles {
	line-height:140%;
	padding-top:5px;
}
.article-date {
	width:25px;
	height:60px;
	float:left;	
	font-size:.8em;
	color:#333;
	text-align:center;
	margin:0 10px 0 0;
}
.article-date span {
	font-size:2em;	
}
.article-date div {
	padding: 17px 0 0 0;	
}
.hp-articles-container {
	background-color:#f5f5f5;
	border:1px solid #ccc;
	padding:10px 10px 15px 10px;	
	margin:2px;
}
.tele {
	display:block;
	text-decoration:none;
	float:right;
	font-weight:bold;
	font-size:1.6em;
	/* color:#EE8400; */
	color:#333;
	text-align:center;
	padding:0;
	margin-top:16px;
}
.tele:link,.tele:visited {
	color:#333;	
}
.tele span.chat {
	font-size:.6em;
	/*letter-spacing: 0.2em;*/
	font-weight:bold;
	color:#3B90FF;
}
.tele span {
	font-size:.56em;
	font-weight:normal;
	color:#333;
}
.hp-feature {
	padding: 5px 0;	
}

.imgshadow img {
	padding:4px;
	border:1px solid #ccc;
}
.link {
	margin:10px 0;
	padding:5px 5px 5px 10px;
	background-color:#f5f5f5;
	border:1px solid #ccc;
}
.noborder {
	border:0;
}
/* Begin Sidebar */
#sidebar {
	float:right;
	font-size:.95em;
	line-height:160%;
	padding:0;
	width:220px;
	}
	
	#sidebar ul {
		padding:10px 10px 0 10px;
		background:#f5f5f5;
		border:1px solid #ccc;
		}
		
		#sidebar ul ul {
			padding:0 0 0 10px;
			background:none;
			border:none;
			}
		
		#sidebar ul li {
			list-style:none;
			margin-bottom:15px;
			}
		
		#sidebar li li {
			margin:5px 0;
			}
			
		#sidebar li li {
			}
			
	#sidebar h4, .hp-articles-container h4 {
		padding:5px 5px 5px 10px;
		font-size:1.3em;
		background:#ccc;
		}
.widecolumn {
	width:560px;	
	float:left;
}
/* End Sidebar */

/* Start Portfolio */
	#portfolio {
	   margin: 0;
	   padding: 0;
	   list-style: none;
	   }
	#portfolio li  {
	   float: left;
	   padding: 0;
	   width:356px;
	   height:300px;
	   font-size:.9em;
	   line-height:160%;
	   }
	#portfolio li.left {
		margin-right:44px;
	}
	#portfolio li.right {
		margin-left:44px;
	}
	#portfolio li h4 {
	   font-size:1.4em;
	   color:#000;
	}
	#portfolio li a img  {
	   padding:2px;
	   border:1px solid #ccc;
	   margin: 4px 0;
	   }
	#portfolio li a:hover img  {
	   padding:2px;
	   border:1px solid #666;
	   margin: 4px 0;
	   }
/* End Portfolio */



/* BEGIN CURVES */
#sidebar>ul, #sidebar h4, .hp-articles-container, .hp-articles-container h4, .link, .postmetadata, .commentlist .cinfo {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
/* END CURVES */




/* Begin Comments */		
.commentlist {
	margin:1em 0 0 0;
	padding:0 0 0 15px;
	}
		
.commentlist li {
	list-style:none;
	
	margin:0 0 20px 0;
	background:#fff;
	}
	
.commentlist li.odd {
	background:#f4f4f4;
	}
	
	.commentlist .cinfo {
		background-color:#f5f5f5;
		width:100%;
	}
	
	.commentlist .pad {
		padding: 5px 10px;	
	}
	.commentlist .txt {
		padding:5px 10px 0 10px;
		font-size:.9em;
	}
		
	.commentlist li cite {
		font-style:normal;
		font-weight:bold;
		font-size:.9em;
	}
	.commentlist li cite a:link,.commentlist li cite a:active,.commentlist li cite a:visited {
	    color:#EE8400;
	}
	.commentlist li cite a:hover {
	    color:#000;
	}
	
		
		.commedit a {
			color:#aaa;
			}
			
		.commentmetadata .commenter {
			font-size:1.1em;
			margin-right:30px;
			}
		
	.avatar {
		float:left;
		margin-right:10px;
		}

/* End Comments */



	a.blue {
		color:#3B90FF;
	}