/*
THEME NAME: BlackIBM
THEME URI: http://www.pantao.name/themes
DESCRIPTION: I copy this theme from the ibm.com, only used two pics.
VERSION: 1.0
AUTHOR: PANTAO.NAME
AUTHOR URI:http://www.pantao.name
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/*
Basic Settings
*/
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: small;
	color:#000000;
	margin:0px;
	padding:0px;
	}

a {
	color:#5C81A7;
	text-decoration : none;
	}
	
a:hover{
	text-decoration: underline;
	}

/*
Header
*/

div#wrapper{
	width:100%;
	margin:0px;
	padding:0px;
	}

div#header{
	width:100%;
	margin:0px;
	padding:0px;
	height:50px;
	background:#000000;
	color:#FFFFFF;
	}

h1#blog-title{
	margin:0px;
	padding:0px;
	}
	
h1#blog-title a{
	width: 250px;
	height:50px;
	background:#000000 url(images/logo.gif) no-repeat top left;
	display:block;
	float:left;
	text-indent: -9999px;
	}

div#blog-description{
	padding-top:30px;
	}

div#access{
	width:100%;
	margin:0px;
	padding:0px;
	height: 22px;
	background:#C8D7E3;
	border-top:solid #99AFC4 2px;
	border-bottom:solid #99AFC4 1px;
	}
	
div.skip-link{
	float:right;
	padding:2px;
	margin:0px 10px;
	}
	
div#menu ul, div#menu ul ul{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	}
	
div#menu ul li, div#menu ul li ul li{
	float:left;
	margin:0px;
	padding:0px;
	}
	
div#menu a{
	float:left;
	padding: 3px 12px;
	color:#293D6B;
	font-weight:bold;
	background: url(images/menu-bg.gif) no-repeat left;
	}
	
/*
End Header
*/
/*
Start Mid Content Area
*/

div#container{
	float:left;
	width:100%;
	margin-top:0px;
	margin-bottom:10px;
	}
	
div#content{
	margin: 10px 160px;
	padding: 5px 10px;
	}

* html div#content{
	margin: 10px 170px 10px 160px;;
	}
	
div.navigation{
	width:100%;
	margin:0px;
	}
	
div.navigation a{
	color:#999999;
	margin:0px;
	padding:2px;
	}

div.nav-previous{
	float:left;
	display:block;
	width:50%;
	} 
	
div.nav-next{
	float:right;
	display:block;
	width:50%;
	text-align:right;
	}
	
h2.entry-title,h3.entry-title{
	font-size:100%;
	margin:2px 0px;
	color:#FFFFFF;
	clear:both;
	display:block;
	padding:2px 10px;
	background:#999999;
	border-bottom:solid #3C5F84 3px;
	}
	
h2.entry-title a,h3.entry-title a{
	color:#FFFFFF;
	display:block;
	text-decoration : none;
	}
	
h2.entry-title a:hover,h3.entry-title a:hover{
	padding-left: 15px;
	border-left:solid #FFFFFF 4px;
	}
	
h2.page-title{
	font-size:150%;
	color:#333333;
	margin:0px;
	}
div.entry-date{
	font-weight:bold;
	color:#666666;
	margin-bottom:5px;
	}
	
blockquote{
	padding: 5px 20px;
	border: dotted #999999 1px;
	background: #DDDDDD;
	}
	
table{
	border-collapse: separate;
	}
	
div.entry-meta{
	margin:10px;
	border:dotted #999999 1px;
	}
	
div#nav-below{
	margin-bottom:10px;
	}
	
	
div#comments{
	border:solid #CCCCCC 1px;
	margin-top:30px;
	padding:5px;
	}
	
* html div#comments{
	margin-top:10px;
	}
	
div#comments h3{
	background:#CCCCCC;
	color:#000000;
	margin:0px;
	padding:2px 2px 2px 5px;
	font-size:14px;
	clear:both;
	}
	
div#comments h3 span{
	color:#FFFFFF;
	}

div#comments ol{
	margin:10px;
	}
	
div#comments ol li{
	border-bottom:dotted #000000 1px;
	margin-bottom:5px;
	}
	
* html div#comments ol li{
	padding-left:30px;
	}
	

div#comments ol li p{
	clear:both;
	margin:2px;
	padding:2px;
	}
	
div.comment-author img{
	float:left;
	margin:2px;
	}
	
/*
Start Sidebar
*/

div.sidebar{
	width:150px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	}
	
div#primary{
	margin-left:-100%;
	}

div#secondary{
	margin-left:-160px;
	}

div.sidebar ul,div.sidebar ul ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
	
div.sidebar h3 img{
	display:none;
	}
	
div#primary h3{
	margin:0px;
	background:#98B1C4;
	color:#FFFFFF;
	font-size:100%;
	padding:2px 4px;
	border-bottom:solid #FFFFFF 1px;
	}
	
div#primary h3 a{
	color:#FFFFFF;
	text-decoration : none;
	}
	
div#primary ul li ul li{
	background:#C8D7E3;
	font-size:100%;
	font-weight:bold;
	border-bottom:solid #FFFFFF 1px;
	}
	
div#primary ul li ul li a{
	display:block;
	padding:2px 4px;
	}
	
div#primary ul li ul li a:hover{
	background:#98B1C4;
	padding:2px 0px 2px 8px;
	border-left:solid #FFFFFF 4px;
	}
	
div#secondary ul li{
	border:solid #CCCCCC 1px;
	margin-bottom:10px;
	}
	
div#secondary ul ul{
	margin:0px;
	padding:4px;
	}
	
div#secondary ul li ul li{
	border:none;
	}
	
div#secondary h3{
	margin:0px;
	background:#CCCCCC;
	padding:2px 4px;
	font-size:100%;
	color:#000000;
	}
div#secondary h3 a{
	color:#000000;
	}

form.searchform{
	margin:2px;
	padding:2px;
	}
	
li#search {
	padding:0px;
	}
	
/*
Archives Page
*/
ul#archives-page,
ul#archives-page li ul,
ul#links-page,
ul#links-page li ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}

ul#archives-page li,
ul#links-page li{
	width:49%;
	margin:0px;
	float:left;
	text-align:center;
	}
	
ul#archives-page h3,
ul#links-page h3{
	text-align: center;
	text-decoration:underline;
	}
	
/*
Footer
*/
div#footer{
	clear:both;
	height:22px;
	text-align:center;
	background:#000000;
	color:#FFFFFF;
	}
	
div#footer a{
	padding: 2px 8px;
	color:#FFFFFF;
	font-weight:bold;
	}

/*********************Extra Features*************************
div.entry-content p,div.entry-content li{
	display:block;
	}
	
div.entry-content p:hover,div.entry-content li:hover{
	background:#000000;
	color:#FFFFFF;
	}
/*********************************************************/


div#wrapper{
	max-width:1280px;
	min-width:800px;
	}
	
/*************************************************/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/****************************************/