/* 
	Blog i360 - River Run 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:#1a1a1a;
	color:#161616;
	font-size:.8em;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}


	#wrap {
		margin:0 auto;
		padding:0;
		width:980px;
		background:transparent;
		text-align:center;
	}
	
	
	/***********************************************************
 	+ Header
	************************************************************/
	#head {
		margin:0 auto;
		width:980px;
	}
	
	
		/* top text link navigation */
		#menu {
			margin:0 auto;
			padding-bottom:5px;
			width:980px;
			text-align:left;
		}
		#menu ul,
		#menu li {
			margin:0;
			padding:0;
			list-style:none;
		}
		#menu ul {
			margin:0;
			padding:10px 10px 0 10px;
		}
		#menu li {
			padding:5px 10px;
			display:inline;
		}
		
		
		#menu a,
		#menu a:link,
		#menu a:visited,
		#menu a:active {
			color:#ecf6ff;
			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-size:93%;
			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;
		}
		#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 auto;
			width:980px;
			height:83px;
			background:url(images/head1.jpg) #fff no-repeat left;
			text-align:left;
		}
		
		
		h1.siteName {
			margin:25px 0 0 20px;
			padding:0 10px 0 0;
			border-right:2px solid #fff;
			text-align:left;
			float:left;
			font-size:1.9em;
			font-weight:normal;
		}
		h1.siteName a,
		h1.siteName a:link,
		h1.siteName a:visited,
		h1.siteName a:active {
			color:#fff;
			font-weight:normal;
			text-decoration:none;
		}
		h1.siteName a:hover {
			color:#fff;
		}
		
		
		h3.desc {
			margin:0;
			padding:37px 0 10px 10px;
			text-align:left;
			float:left;
			color:#fff;
			font-size:.9em;
			font-weight:normal;
		} /* blog description tagline */
		
		#postHead-inc {
			display:block;
			clear:both;
		}
		
		
		#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:#fff;
		text-align:center;
	}

	/***********************************************************
	 + Links
	************************************************************/
	a,
	a:link,
	a:visited,
	a:active {
		color:#224970;
		font-weight:normal;
		text-decoration:none;
	}
	a:hover {
		color:#000;
		text-decoration:underline;
	}
	
	
	/***********************************************************
 	 + Footer
	************************************************************/
	#footerWrap {
		margin:0 auto;
		width:100%;
                min-width:100%;
		background:#30acc5;
		text-align:center;
		font-size:12px;
	}
	#footer {
		margin:0;
		padding:0;
	}
	#footer #sk2-footer a {
		color:#fff
	}
	#footer p.copy360 {
		margin:0;
		padding:10px 0 0 0;
	}
	
	#postFooter-inc a,
	#postFooter-inc a:link,
	#postFooter-inc a:visited,
	#postFooter-inc a:active {
		color: blue;
		font-weight:bold;
		text-decoration:underline;
	}
	
	#footermain {
		background:url("http://www.quansite.com/templates/business/images/qs/fbg.png") #e0fdfe repeat-x 0 bottom;
		padding:28px 10px 43px 10px;		
		min-height:186px;		
		height:186px;		
		height:auto !important;
		text-align:center;
		border-top:1px solid #9fe6e8;		
		border-bottom:1px solid #fff;		
		clear:both;
	}
	#footer_nav {		
		margin:0 auto;
		width:900px;		
	}
	#footermain h3 { 
	height:55px;
	font-size:18px;
	font-weight:bold;
	text-shadow: 0 1px 0 #fff; 
	}
			
	#footermain li span {		
		display:none;		
		left:-99999999px;		
	}
	#footermain ul,
	#footermain li,
	#footermain ol {
		margin:0;		
		padding:0;
		list-style:none;
		text-align:left;		
	}
	#footermain ol li {		
		padding-bottom:5px;		
	}
	#footermain li.b_product,
	#footermain li.b_tour,
	#footermain li.b_members {		
		padding-left:10px;		
		width:145px;		
		float:left;		
	}
	#footermain li.b_ambser {
		padding-left:10px;		
		width:190px;		
		float:left;		
	}
	#footermain li.b_last {		
		width:220px;		
		float:left;		
	}
	#footermain li.a_net {		
		display:block;		
		width:216px;		
		height:120px;		
		background:url("http://www.quansite.com/templates/business/images/qs/authorize.png") no-repeat center 20px;		
	}
	#footermain li.get_started {
		width:216px;		
		height:81px;		
		background:url("http://www.quansite.com/templates/business/images/qs/getstarted.png") no-repeat 0 0;		
	}
	#footermain li.get_started a {		
		display:block;		
		width:216px;		
		height:81px;		
		background:url("http://www.quansite.com/templates/business/images/qs/getstarted.png") no-repeat 0 0;		
	}
	#footermain li.get_started a:hover {		
		background:url("http://www.quansite.com/templates/business/images/qs/getstartedhover.png") no-repeat 0 0;		
	}
	#footermain a,
	#footermain a:visited {
		color:#4b4b4b;		
		font-weight:normal;
		text-decoration:none;
	}
	#footermain a.selectedMenu:visited {
		color:#fff;
	}
	#footermain a:hover,
	#footermain a.selectedMenu {
		background:#55b625;
		
		color:#fff;
		text-decoration:none;
	}
	#footer {
		margin:-43px auto 0 auto;		
		/*padding-top:108px;*/		
		padding-bottom:30px;
		width:900px;		
		background:url("http://www.quansite.com/templates/business/images/qs/ficons.png") transparent no-repeat top;		
		display:block;		
		clear:both;		
		color:#e0fdfe;		
		text-align:center;		
		vertical-align:bottom;	
	}
	.inpSubmit, #bigButton  {
		font:12px/100% Arial, Helvetica, sans-serif;
		cursor:pointer;
		font-weight:700;
		color:#000000;
		line-height:16px;
		background:#abc8e1 url("http://www.quansite.com/templates/business/images/gsprite_pg_sky.gif") repeat-x 0 -251px;
		border:1px solid #3674ae;
	}
	.inpSubmit:hover, #bigButton:hover {
		background:#3d658b url('http://www.quansite.com/templates/business/images/gsprite_pg_sky.gif') repeat-x 0 100%;
		cursor:pointer;
		color:#FFFFFF;
	}
/***********************************************************
 + Content (Blog)
************************************************************/
#contentWrap {
	margin:0 auto;
	padding:10px 0 0 0;
	width:980px;
	text-align:left;
}
	
	/***********************************************************
	 + Contents400 (3 column layout)
	************************************************************/
	#contents400 {
		padding:0 10px;
		width:495px;
		float:left;
		overflow:hidden;
	}
	* html #contents400 {
		width:424px;
		display:inline;
	}
	
	
	/***********************************************************
	 + Contents580 (2 column layout)
	************************************************************/
	#contents580 {
		padding:0 10px;
		width:730px;
		float:left;
		overflow:hidden;
	}
	* html #contents580 {
		width:750px;
		display:inline;
	}
	
	/***********************************************************
	 + General HTML Tags
	************************************************************/
	div.post code {
		font-size:1.2em;
	}
	div.post blockquote {
		padding:0 10px;
		background:#e8e8e8;
		border-top:2px solid #000;
		border-bottom:2px solid #000;
	}
	
	
	/***********************************************************
	 + Post Area
	************************************************************/	
	div.post {
		font-size:.85em;
	}
	
	
	div.post h2.postTitle {
		margin:0;
		padding:0;
		line-height:150%;
		font-size:1.7em;
		font-weight:bold;
		font-family:Arial, sans-serif;
	}
	div.post h2 a,
	div.post h2 a:link,
	div.post h2 a:visited,
	div.post h2 a:active {
		color:#000;
		font-weight:bold;
		text-decoration:none;
	}
	div.post h2 a:hover {
		color:#fff;
		background:#000;
		text-decoration:none;
	}
	
	
	div.post div.metaWrap {
		padding:30px 0 0 0;
		display:block;
		clear:both;
	}
	div.post div.Print,
	div.post div.Email {
		margin-right:10px;
		display:inline;
	}
	div.post div.Print a,
	div.post div.Print a:link,
	div.post div.Print a:visited,
	div.post div.Print a:active,
	div.post div.Email a,
	div.post div.Email a:link,
	div.post div.Email a:visited,
	div.post div.Email a:active {
		color:#000;
		font-size:.9em;
		font-weight:bold;
	}
	div.post div.metaWrap span.Tags {
		padding-left:15px;
		background:url(images/tag_green.png) no-repeat left;
	}
	
	
	div.post p.tagged {
		margin-top:5px;
		padding-left:10px;
		text-align:right;
		line-height:160%;
		font-family:Verdana, sans-serif;
	}
	
	
	div.postInfo h4 {
		margin:0;
		padding:0 0 15px 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 {
		margin-top:20px;
		padding-top:23px;
		background:url(images/stripe.png) repeat-x top;
	}
	
	
	div.post #Comments h3 {
		margin-top:3px;
		padding-top:0;
		background:#fff;
		line-height:120%;
		color:#5f9410;
		font-size:.85em;
		font-weight:normal;
		text-transform:uppercase;
	}
	
	
	div.post #Comments #Reply {
		margin-top:30px;
	}
	div.post #Comments #Reply h3 {
		padding-bottom:5px;
		border-bottom:1px solid #dadada;
		color:#000;
	}
	div.post #Comments textarea#comment {
		width:98%;
	}
	div.post #Comments #Reply #commentform {
		border-bottom:1px solid #dadada;
	}
	
	
	div.post #Comments ol.commentlist,
	div.post #Comments ol.commentlist li {
		margin:0;
		padding:0;
		list-style:none;
	}
	div.post #Comments ol.commentlist li {
		margin-top:15px;
		padding-right:10px;
		border-right:3px solid #dadada;
		border-bottom:1px solid #dadada;
	}
	div.post #Comments ol.commentlist li a {
		font-weight:bold;
	}
	div.post #Comments cite {
		font-style:normal;
	}
	div.post #Comments small.commentmetadata {
		font-size:1em;
	}
	
	
	div.post div.related h2 {
		font-weight:bold;
	}
	
	
	div#betweenPosts-inc {
		padding-bottom:15px;
		border-top:1px solid #dadada;
	}
	
	
	/***********************************************************
	 + More block, below posts (Want more? Keep rolling...)
	************************************************************/
	div#More {
		margin:20px 0;
		padding:10px 0;
		line-height:160%;
		font-size:.85em;
	}
	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:5px 10px;
		width:230px;
		float:left;
		overflow:hidden;
		font-size:.85em;
	}
	* html #leftSidebar {
		width:250px;
		display:inline;
	}
	
	#leftSidebar ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#leftSidebar ul ul {
		margin-bottom:15px;
		margin-left:0;
		padding-bottom:10px;
	}
	#leftSidebar li li {
		padding:3px 0 3px 15px;
		background:url(images/postbullet.png) no-repeat 0 6px;
		border-bottom:1px solid #dadada;
	}
	#leftSidebar h2 {
		margin:0 0 0 0;
		padding:5px 0;
		color:#a11b1b;
		font-size:.8em;
		font-family:Helvetica, Arial, 'Lucida Grande', Verdana, sans-serif;
		text-transform:uppercase;
		letter-spacing:0.1em;
		word-wrap:break-word;
	}
	
	
	#leftSidebar a,
	#leftSidebar a:link,
	#leftSidebar a:visited,
	#leftSidebar a:active {
		color:#224970;
		font-weight:normal;
		text-decoration:none;
	}
	#leftSidebar a:hover {
		color:#000;
		text-decoration:underline;
	}
	
	
	/***********************************************************
	 + rightSidebar
	************************************************************/
	#rightSidebar {
		padding:5px;
		width:180px;
		float:left;
		overflow:hidden;
		font-size:.85em;
	}
	* html #rightSidebar {
		width:170px;
		display:inline;
	}
	
	
	#rightSidebar ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#rightSidebar ul ul {
		margin-bottom:15px;
		margin-left:0px;
		padding-bottom:10px;
	}
	#rightSidebar li li {
		padding:3px 0 3px 15px;
		background:url(images/postbullet.png) no-repeat 0 6px;
		border-bottom:1px solid #dadada;
	}
	#rightSidebar h2 {
		margin:0 0 0 0;
		padding:5px 0;
		color:#a11b1b;
		font-size:.8em;
		font-family:Helvetica, Arial, 'Lucida Grande', Verdana, sans-serif;
		text-transform:uppercase;
		letter-spacing:0.1em;
		word-wrap:break-word;
	}
	
	#rightSidebar a,
	#rightSidebar a:link,
	#rightSidebar a:visited,
	#rightSidebar a:active {
		color:#224970;
		font-weight:normal;
		text-decoration:none;
	}
	#rightSidebar a:hover {
		color:#000;
		text-decoration:underline;
	}
	
	
	
	
	/***********************************************************
	 + Specific Sidebar Blocks
	************************************************************/
	#rightSidebar .categories li,
	#leftSidebar .categories li {
		margin-bottom:5px;
		padding:0;
		background:none;
		font-size:.8em;
	}
	.categories li a,
	.categories li a:visited,
	.categories li a:active {
		padding:0 5px;
		background:url(images/arrow.png) #fff no-repeat right 5px;
		border-left:3px solid #dadada;
		display:block;
		line-height:auto;
		text-transform:uppercase;
	}
	.categories li a:hover {
		background:url(images/arrow2.png) #f1f1f1 no-repeat right 5px;
		text-decoration:none !important;
	}
	
	#rightSidebar #recentPosts li,
	#leftSidebar #recentPosts li {
		padding-left:0;
		padding-bottom:10px;
		background:none;
		border-bottom:1px dotted #7f7f7f;
		line-height:130%;
	}
	#recentPosts li a,
	#recentPosts li a:link,
	#recentPosts li a:visited,
	#recentPosts li a:active {
		color:#000;
		font-weight:bold;
	}
	#recentPosts li a:hover {
		color:#fff;
		background:#000;
		text-decoration:none;
	}
	
	
		
	#rightSidebar #recentComments li,
	#leftSidebar #recentComments li {
		background-image:url(images/bubble.png);
	}
	
	
	
	#rightSidebar #Search ul,
	#leftSidebar #Search ul {
		margin-left:0;
	}
	#Search ul li {
		padding-left:0;
		background:none;
		none;list-style:none;
	}
	#Search form {
		margin:0;
		padding:0;
	}
	#Search .searchTier-1 {
		display:block;
		clear:both;
	}
	
	.sidebar_index_form {
		
		height:737px;
		
		background:url('images/sidebar-flight-plan.jpg') #fff no-repeat 0 0;
		
	}
	
	.sidebar_index_form .af-form {
		
		padding-top:490px;
	
	}
	
	.sidebar_index_form .buttonContainer {
		
		padding-top:25px;
		
		padding-bottom:25px;
	
	}
	
	
	#rightSidebar #Tags ul,
	#leftSidebar #Tags ul {
		margin:0;
	}
	#Tags ul li {
		padding-left:0;
		background:none;
		list-style:none;
	}
	
	
	#rightSidebar #Calendar li,
	#leftSidebar #Calendar li {
		padding-left:0;
		border-bottom:none;
		background:none;
	}
	
	
/***********************************************************
 + Content (Home Page)
************************************************************/
#content2 {
	margin:0 auto;
	background:#fff;
	text-align:center;
}
#content2 #content2-3 {
	margin:0 auto;
	padding:20px;
	width:724px;
	text-align:left;
	overflow:hidden;
}
* html #content2 #content2-3 {
	width:744px;
}
/***********************************************************
 + Content (Custom Pages)
************************************************************/
#externalpagebody {
	margin:0 auto;
	background:#fff;
	text-align:center;
}
#externalpagebody #externalpagecontent #external-3 {
	margin:0 auto;
	padding:20px;
	width:724px;
	text-align:left;
	overflow:hidden;
}
* html #externalpagebody #externalpagecontent #external-3 {
	width:744px;
}
/**** [ !!! WARNING !!!! DO NOT EDIT BELOW THIS LINE! ] ****/
/***********************************************************
 + Overflow fix
************************************************************/
.clearfix:after {content:" ";display:block;height:0;clear: both;visibility:hidden; font-size:0;line-height:0;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
