/* 
	Blog i360 - Ecommerce Gray 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:#f5f5f5;
	color:#666;
	font-size:65%;
	line-height:180%;
	font-family:Arial, Georgia, 'Times New Roman', serif;
	text-align:center;
}


	#wrap {
		margin:20px auto 0 auto;
		padding:0;
		width:980px;
		text-align:center;
	}
	
	/***********************************************************
	 + Links
	************************************************************/
	a,
	a:link,
	a:visited,
	a:active {
		color:#333;
		text-decoration:underline;
	}
	a:hover {
		color:#333;
		text-decoration:underline;
	}
	
	
	/***********************************************************
 	+ Header
	************************************************************/
	#head {
		padding:0;
		text-align:left;
	}
	
		/* top text link navigation */
		#menu {
			margin:0;
			font-size:1.2em;
			font-weight:normal;
			text-align:left;
			width:978px;
			background:#000;
		}
		#menu ul,
		#menu li {
			margin:0;
			padding:0;
			list-style:none;
			line-height:31px;
		}
		#menu li {
			padding:5px 10px;
			display:inline;
		}
		
		#menu a,
		#menu a:link,
		#menu a:visited,
		#menu a:active {
			padding:7px 0;
			color:#fff;
			font-weight:normal;
			text-decoration:none;
		}
		#menu a:hover {
			color:#fff;
			text-decoration:underline;
		}
		
		/* top tabs link navigation */
		#tabs6 {
			text-align:left;
			margin-left:auto;
			margin-right:auto;
			font-size:1.2em;
			line-height:normal;
			border-bottom:1px solid #000;
		}
		#tabs6 ul {
			margin:0;
			padding: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 {
			margin:0;
			padding:20px 0;
			background:#fff;
			border-left:1px solid #000;
			border-right:1px solid #000;
			border-bottom:5px solid #333;
		}
		
		h1.siteName {
			margin:0 30px;
			padding:0;
			text-align:left;
			color:#d9d8ac;
			font-family:Impact,Helvetica,sans-serif;
			font-size:3.8em;
			text-transform:uppercase;
		}
		h1.siteName a,
		h1.siteName a:link,
		h1.siteName a:visited,
		h1.siteName a:active {
			color:#090909;
			text-decoration:none;
		}
		h1.siteName a:hover {
			color:#090909;
			text-decoration:none;
		}
		
		h3.desc {
			margin:0 30px;
			padding:0;
			text-align:left;
			color:#313131;
			font-size:1.7em;
			font-family:Helvetica, Arial, sans-serif;
			font-weight:normal;
		} /* 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;
		background:#f5f5f5;
		border-left:1px solid #000;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		font-size:1.35em;
	}

	/***********************************************************
 	 + Footer
	************************************************************/
	#footerWrap {
		margin:20px auto 0 auto;
		padding:10px;	
		background:#ededed;
		border-top:1px solid #000;
	}


/***********************************************************
 + Content (Blog)
************************************************************/
#contentWrap {
	margin:0;
	padding:15px 0 0 0;
	background:#fff;
	text-align:left;
}
	
	/***********************************************************
	 + Contents400 (3 column layout)
	************************************************************/
	#contents400 {
		margin:0 5px;
		padding:0 5px;
		width:578px;
		float:left;
		overflow:hidden;
		
	}
	* html #contents400 {
		width:588px;
		display:inline;
	}
	
	
	/***********************************************************
	 + Contents580 (2 column layout)
	************************************************************/
	#contents580 {
		margin:0 5px;
		padding:0 10px;
		width:743px;
		float:left;
		overflow:hidden;
	}
	* html #contents580 {
		width:763px;
		display:inline;
	}
	

	/***********************************************************
	 + General HTML Tags
	************************************************************/
	div.post code {
		font-size:1.2em;
	}
	div.post blockquote {
		padding-left:10px;
		border-left:1px solid #999;
	}
	
	
	/***********************************************************
	 + Post Area
	************************************************************/
	div.posts {
		background:transparent;
	}
	
	div.post {
		margin-bottom:20px;
		padding:10px;
	}
	
	div.post h2.postTitle {
		margin:0 0 5px 0;
		padding:0;
		font-size:1.6em;
		text-align:;left;
	}
	div.post h2 a,
	div.post h2 a:link,
	div.post h2 a:visited,
	div.post h2 a:active {
		color:#000;
		text-decoration:none;
	}
	div.post h2 a:hover {
		color:#000;
		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 p.tagged {
		text-align:left;
		line-height:160%;
		border-top:1px solid #999;
	}
	
	div.postInfo h4 {
		margin:0;
		padding:0;
		font-size:1em;
		font-weight:normal;
		
	}
	div.postInfo h4 div {
		display:inline;
	}
	* html div.postInfo h4 div {
		margin-right:3px;
	}
	
	
	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 {
		border-top:1px solid #999;
	}
	
	div.post #Comments h3#comments {
		margin-top:50px;
		text-align:left;
		color:#666;
		font-size:1.8em;
		border-bottom:1px solid #999;
	}
	
	div.post #Comments #Reply {
		margin-top:30px;
		padding:10px 0;
	}
	div.post #Comments #Reply h3 {
		margin:0;
		padding:0;
		text-align:left;
		color:#666;
		font-size:1.8em;
		border-bottom:1px solid #999;
	}
	div.post #Comments textarea#comment {
		width:98%;
	}
	
	div.post #Comments ol.commentlist {
		margin:0;
		padding:0;
	}
	div.post #Comments ol.commentlist li {
		padding:10px 10px 10px 0;
		border-bottom:1px dotted #bdbcbd;
		list-style:none;
	}
	
	div.post div.related h2 {
		text-align:left;
		color:#666;
		font-size:1.8em;
		border-bottom:1px solid #999;
	}
	div.post div.related li {
		list-style:square;
	}
	
	/***********************************************************
	 + 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;
		text-align:left;
		color:#666;
		font-size:1.8em;
		line-height:110%;
	}
	div#More span.tier-2 {
		display:block;
		clear:both;
		text-align:left;
		color:#666;
		font-size:1.8em;
		line-height:110%;
	}
	div#More ul li {
		list-style:square;
	}
	
	
	/***********************************************************
	 + leftSidebar
	************************************************************/
	#leftSidebar {
		margin:0;
		padding:0 5px;
		width:180px;
		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 {
		padding-bottom:30px;
	}
	#leftSidebar li li {
		padding:4px 0 4px 0;
		list-style:square;
	}
	#leftSidebar h2 {
		margin:0 0 5px 0;
		padding:4px 5px;
		background:url(images/sideback.gif) no-repeat top left;
		font-size:1.1em;
		color:#fff;
		font-weight:normal;
		line-height:140%;
		word-wrap:break-word;
	}
	#leftSidebar a,
	#leftSidebar a:link,
	#leftSidebar a:visited,
	#leftSidebar a:active {
		text-decoration:none;
	}
	#leftSidebar a:hover {
		text-decoration:underline;
	}
	
	/***********************************************************
	 + rightSidebar
	************************************************************/
	#rightSidebar {
		margin:0;
		padding:0 5px;
		width:180px;
		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 {
		padding-bottom:30px;
	}
	#rightSidebar li li {
		padding:4px 0 4px 0;
		list-style:square;
	}
	#rightSidebar h2 {
		margin:0 0 5px 0;
		padding:4px 5px;
		background:url(images/sideback.gif) no-repeat top left;
		font-size:1.1em;
		color:#fff;
		font-weight:normal;
		line-height:140%;
		word-wrap:break-word;
	}
	#rightSidebar a,
	#rightSidebar a:link,
	#rightSidebar a:visited,
	#rightSidebar a:active {
		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:0;
	padding:10px 0 0 0;
	width:978px;
	background:#fff;
	text-align:center;
}
#content2 #content2-3 {
	margin:0 auto;
	padding:10px;
	width:948px;
	overflow:hidden;
	text-align:left;
}
* html #content2 #content2-3 {
	width:968px;
}


/***********************************************************
 + Content (Custom Pages)
************************************************************/
#externalpagebody {
	margin:0;
	padding:10px 0 0 0;
	background:#fff;
	text-align:center;
}
#externalpagebody #externalpagecontent #external-3 {
	margin:0 auto;
	padding:10px;
	width:948px;
	overflow:hidden;
	text-align:left;
}
* html #externalpagebody #externalpagecontent #external-3  {
	width:968px;
}




/**** [ !!! 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 */

