/* 
	Blog i360 - Biz Card Black 1000px
	Wordpress theme authored for the blogi360 blogging system.
	Author: Nai Saelee
*/

/***********************************************************
 + Global
************************************************************/
body,
div {
	margin:0;
	padding:0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height:130%;
}
img {
	border:none;
} /* general border removal around images such as link images */

body {
	margin:0 auto;
	background:url(images/background.gif) #000 repeat-x top;
	color:#000;
	font-size:62.5%;
	line-height:180%;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	text-align:center;
}


	#wrap {
		margin:10px auto 0 auto;
		padding:0 0 20px 0;
		text-align:center;
	}
	
	
	/***********************************************************
 	+ Header
	************************************************************/
	#head {
		margin:0 auto;
		width:980px;
	}
	
		/* top text link navigation */
		#menu {
			margin:0 auto;
			clear:both;
			text-align:left;
			font-size:1.1em;
		}
		#menu ul,
		#menu li {
			margin:0;
			padding:0;
			list-style:none;
		}
		#menu li {
			padding:5px 10px;
			display:inline;
		}
		
		#menu a,
		#menu a:link,
		#menu a:visited,
		#menu a:active {
			padding:7px 0;
			font-weight:bold;
			text-decoration:none;
		}
		#menu a:hover {
			text-decoration:underline;
		}
		
		/* top tabs link navigation */
		#tabs6 {
			text-align:left;
			margin-left:auto;
			margin-right:auto;
			font-family:Verdana, sans-serif;
			line-height:normal;
		}
		#tabs6 ul {
			margin:0;
			padding:10px 10px 0 10px;
			list-style:none;
		}
		#tabs6 li {
			margin:0;
			padding:0;
			list-style:none;
			display:inline;
		}
		#tabs6 a {
			float:left;
			background:url(img/tableft6.gif) no-repeat left top;
			margin:0;
			padding:0 0 0 4px;
			text-decoration:none;
			border:none;
		}
		#tabs6 a span {
			float:left;
			display:block;
			background:url(img/tabright6.gif) no-repeat right top;
			padding:5px 15px 4px 6px;
			color:#FFF;
		}
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#tabs6 a span {
			float:none;
		}
		/* End IE5-Mac hack */
		#tabs6 a:hover span {
			color:#FFF;
		}
		#tabs6 a:hover {
			background-position:0% -42px;
		}
		#tabs6 a:hover span {
			background-position:100% -42px;
		}
		#tabs6 #current a {
			background-position:0% -42px;
		}
		#tabs6 #current a span {
			background-position:100% -42px;
		}
		#tabs6 .current_page_item a {
			background-position:0% -42px;
		}
		#tabs6 .current_page_item a span {
			background-position:100% -42px;
		}
		#tabs6 #current {
			background-position:0% -42px;
		}
		#tabs6 #current span {
			background-position:100% -42px;
		}
		#tabs6 .current_page_item {
			background-position:0% -42px;
		}
		#tabs6 .current_page_item span {
			background-position:100% -42px;
		}
		
		#header {
			padding:40px 0 40px 20px;
			background:#fff;
			border:1px solid #bdbcbd;
		}
		
		h1.siteName {
			margin:0 auto;
			padding:0;
			text-align:left;
			font-family:'Times New Roman', Georgia, serif;
			font-size:3em;
			font-weight:normal;
		}
		h1.siteName a,
		h1.siteName a:link,
		h1.siteName a:visited,
		h1.siteName a:active {
			color:#2255aa;
			font-weight:normal;
			text-decoration:none;
		}
		h1.siteName a:hover {
			color:#666;
		}
		
		h3.desc {
			margin:0;
			padding:0;
			text-align:left;
			line-height:110%;
			color:#000;
			font-size:1.1em;
			font-family:Arial, Tahoma, Verdana, sans-serif;
		} /* blog description tagline */
		
		#header_img {
			display:none;
		} /* hides header image for theme, header image is only for cutline theme */
		
	
	/***********************************************************
	 +Content Area
	 ***********************************************************/
	#Contents {
		margin:0 auto;
		width:980px;
		background:transparent;
		text-align:center;
		font-size:1.2em;
	}
	* html #Contents {
		width:980px;
	}


	/***********************************************************
 	 + Footer
	************************************************************/
	#footerWrap {
		margin:0 auto;
		padding:10px 0 0 0;
		width:980px;
		text-align:left;
		clear:both;
		font-size:.9em;
		
	}
	
	
	/***********************************************************
	 + Links
	************************************************************/
	a,
	a:link,
	a:visited,
	a:active {
		color:#2255aa;
		text-decoration:underline;
	}
	a:hover {
		color:#333;
		text-decoration:none;
	}


/***********************************************************
 + Content (Blog)
************************************************************/
#contentWrap {
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:left;
}

	
	/***********************************************************
	 + Contents400 (3 column layout)
	************************************************************/
	#contents400 {
		margin:0 11px;
		padding:0 14px;
		width:548px;
		float:left;
		overflow:hidden;
		
	}
	* html #contents400 {
		width:578px;
		display:inline;
	}
	
	
	/***********************************************************
	 + Contents580 (2 column layout)
	************************************************************/
	#contents580 {
		margin:0 11px;
		padding:0 15px;
		width:747px;
		float:left;
		overflow:hidden;
	}
	* html #contents580 {
		width:779px;
		display:inline;
	}
	

	/***********************************************************
	 + General HTML Tags
	************************************************************/
	div.post code {
		font-size:1.2em;
	}
	div.post blockquote {
		padding-left:10px;
		border-left:3px solid #999;
	}
	
	
	/***********************************************************
	 + Post Area
	************************************************************/
	div.posts {
		background:transparent;
		border-right:1px solid #bdbcbd;
		border-left:1px solid #bdbcbd;
		border-top:1px solid #bdbcbd;
	}
	
	div.post {
		margin-bottom:20px;
		padding:10px;
		background:transparent;
	}
	
	div.post h2.postTitle {
		margin:0 0 5px 0;
		padding:0;
		font-size:2em;
		text-align:center;
		font-family:'Times New Roman', Georgia, serif;
		font-weight:normal;
	}
	div.post h2 a,
	div.post h2 a:link,
	div.post h2 a:visited,
	div.post h2 a:active {
		color:#2255aa;
		font-weight:normal;
		text-decoration:none;
	}
	div.post h2 a:hover {
		color:#666;
		text-decortation:none;
	}
	
	div.post div.postContent {
		margin-top:20px;
	}
	
	div.post div.metaWrap {
		margin-top:20px;
		padding:10px 0;
	}
	div.post div.metaWrap div.utwtags {
		margin-top:5px;
	}
	div.post div.metaWrap span.Tags {
		font-weight:bold;
	}
	
	div.post .Print,
	div.post .Email {
		margin-right:10px;
	}
	div.post .Print {
		display:inline;
	}
	div.post .Email {
		display:inline;
	}
	
	div.post div.metaWrap a {
		text-decoration:none;
	}
	div.post div.metaWrap a:hover {
		text-decoration:underline;
	}
	
	div.post p.tagged {
		margin-top:5px;
		padding-left:10px;
		padding-right:10px;
		text-align:right;
		line-height:160%;
	}
	
	div.postInfo h4 {
		margin:0;
		padding:0;
		border-bottom:3px double #bdbcbd;
		text-align:center;
		font-size:.9em;
		font-weight:normal;
		
	}
	div.postInfo h4 div {
		display:inline;
	}
	* html div.postInfo h4 div {
		margin-right:3px;
	}
	div.postInfo h4 a {
		text-decoration:none;
	}
	div.postInfo h4 a:hover {
		text-decoration:underline;
	}
	
	
	div#navigation {
		padding:10px 0 30px 0;
	}
	div#navigation div.previous {
		padding:0 10px 0 0;
		float:left;
	}
	div#navigation div.next {
		padding:0 0 0 10px;
		float:right;
	}
	
	div.post #Comments h3 {
		line-height:120%;
		font-size:1.6em;
	}
	
	div.post #Comments h3#comments {
		padding:5px;
		font-weight:bold;
	}
	
	div.post #Comments #Reply {
		margin-top:30px;
		padding:10px;
	}
	div.post #Comments #Reply h3 {
		margin:0;
		padding:0;
	}
	div.post #Comments textarea#comment {
		width:98%;
	}
	
	div.post #Comments ol.commentlist {
		margin:0;
		padding:0;
	}
	div.post #Comments ol.commentlist li {
		padding:10px;
		list-style:none;
		border-bottom:1px dotted #bdbcbd;
	}
	
	div.post div.related h2 {
		font-weight:normal;
	}
	
	/***********************************************************
	 + More block, below posts (Want more? Keep rolling...)
	************************************************************/
	div#More {
		margin:10px 0;
		line-height:160%;
	}
	div#More span.tier-1 {
		display:block;
		clear:both;
		font-size:1.4em;
		font-weight:bold;
	}
	div#More span.tier-2 {
		display:block;
		clear:both;
		font-size:1.4em;
		font-weight:bold;
	}
	
	
	/***********************************************************
	 + leftSidebar
	************************************************************/
	#leftSidebar {
		padding:3px 4px;
		width:180px;
		background:transparent;
		border-top:1px solid #bdbcbd;
		border-left:1px solid #bdbcbd;
		border-right:1px solid #bdbcbd;
		float:left;
		overflow:hidden;
		font-size:1em;
	}
	* html #leftSidebar {
		width:190px;
		display:inline;
	}
	
	#leftSidebar ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#leftSidebar ul ul {
		margin-left:15px;
		padding-bottom:30px;
	}
	#leftSidebar li li {
		padding:4px 0 4px 0;
		list-style:square;
	}
	#leftSidebar h2 {
		margin:0 0 5px 0;
		padding:5px 0;
		font-size:1.1em;
		border-bottom:3px double #c0c0c0;
		color:#000;
		font-family:Arial, Tahoma, Verdana, sans-serif;
		font-weight:bold;
		line-height:140%;
		word-wrap:break-word;
	}
	
	#leftSidebar a,
	#leftSidebar a:link,
	#leftSidebar a:visited,
	#leftSidebar a:active {
		color:#0066cc;
		text-decoration:none;
	}
	#leftSidebar a:hover {
		text-decoration:underline;
	}
	
	
	/***********************************************************
	 + rightSidebar
	************************************************************/
	#rightSidebar {
		padding:3px 4px;
		width:180px;
		background:transparent;
		border-top:1px solid #bdbcbd;
		border-left:1px solid #bdbcbd;
		border-right:1px solid #bdbcbd;
		float:left;
		overflow:hidden;
		font-size:1em;
	}
	* html #rightSidebar {
		width:190px;
		display:inline;
	}
	
	#rightSidebar ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#rightSidebar ul ul {
		margin-left:15px;
		padding-bottom:30px;
	}
	#rightSidebar li li {
		padding:4px 0 4px 0;
		list-style:square;
	}
	#rightSidebar h2 {
		margin:0 0 5px 0;
		padding:5px 0;
		font-size:1.1em;
		border-bottom:3px double #c0c0c0;
		color:#000;
		font-family:Arial, Tahoma, Verdana, sans-serif;
		font-weight:bold;
		line-height:140%;
		word-wrap:break-word;
	}

	#rightSidebar a,
	#rightSidebar a:link,
	#rightSidebar a:visited,
	#rightSidebar a:active {
		color:#0066cc;
		text-decoration:none;
	}
	#rightSidebar a:hover {
		text-decoration:underline;
	}
	
	
	/***********************************************************
	 + Specific Sidebar Blocks
	************************************************************/
	#rightSidebar #Search ul,
	#leftSidebar #Search ul {
		margin-left:0;
	}
	#Search ul li {
		padding:4px 0;
		list-style:none;
	}
	#Search form {
		margin:0;
		padding:0;
	}
	#Search .searchTier-1 {
		display:block;
		clear:both;
	}
	
	#rightSidebar #Tags ul,
	#leftSidebar #Tags ul {
		margin:0;
	}
	#Tags ul li {
		padding:4px 0;
		list-style:none;
	}
	#Tags ul li a {
		line-height:120%;
	}
	
	
/***********************************************************
 + Content (Home Page)
************************************************************/
#content2 {
	margin:10px auto;
	background:#fff;
	border:1px solid #bdbcbd;
	text-align:center;
}
#content2 #content2-3 {
	margin:0 auto;
	padding:10px;
	width:940px;
	overflow:hidden;
	text-align:left;
}
* html #content2 #content2-3 {
	width:960px;
}


/***********************************************************
 + Content (Custom Pages)
************************************************************/
#externalpagebody {
	margin:10px auto;
	background:#fff;
	border:1px solid #bdbcbd;
	overflow:hidden;
	text-align:center;
}
#externalpagebody #externalpagecontent #external-3 {
	margin:0 auto;
	padding:20px 10px;
	width:940px;
	overflow:hidden;
	text-align:left;
}
* html #externalpagebody #externalpagecontent #external-3{
	width:960px;
}




/**** [ !!! WARNING !!!! DO NOT EDIT BELOW THIS LINE! ] ****/

/***********************************************************
 + Overflow fix
************************************************************/
.clearfix:after {content:".";display:block;height:0;clear: both;visibility:hidden;}
.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
