/* 
	QuanSite - Corporate Teal 1000px
	Theme authored for the QuanSite website management system.
	Author: Nai Saelee
*/


/**************************
 + GLOBAL RESET
***************************/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}



/**************************
 + FONT RESET
***************************/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}



/***********************************************************
 + Global
************************************************************/
body,
div {
	margin:0;
	padding:0;
}
img {
	border:none;
} /* general border removal around images such as link images */

body {
	margin:0 auto;
	background:url(images/background-teal.jpg) #777 repeat-x top;
	color:#666;
	font-size:12px;
	line-height:18px;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	text-align:center;
}
h1, h2, h3, h4, h5, h6 {font-weight:bold;}
h1 { font-size:24px; line-height:34px;}
h2 { font-size:20px; line-height:28px;}
h3 { font-size:18px; line-height:26px;}
h4 { font-size:16px; line-height:23px;}
h5 { font-size:14px; line-height:20px;}
h6 { font-size:12px; line-height:17px;}
blockquote { padding:10px; }
em { font-style:italic; }
strong { font-weight:bold; }
p { padding:5px 0 15px 0; }
ul,
ol { margin-left:25px; }
ul li { padding-bottom:10px; list-style:disc; }
ol li { padding-bottom:10px; list-style:decimal; }
img.alignright { padding:0 10px 10px 0; float:right; }
img.alignleft { padding:0 0 10px 10px; float:left; }


	#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;
			width:942px;
			clear:both;
			text-align:center;
			font-size:13px;
			text-transform:uppercase;
		}
		#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 {
			color:#fff;
			padding:0 0 10px 0;
			text-decoration:none;
		}
		#menu a:hover {
			color:#666;
			text-decoration:none;
		}
		
		/* top tabs link navigation */
		#tabs6 {
			text-align:left;
			margin-left:auto;
			margin-right:auto;
			width:960px;
			border-bottom:1px solid #666;
			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:10px 20px 0 20px;
			background:transparent;
			text-align:center;
		}
		
		h1.siteName {
			margin:0 auto;
			padding:0;
			text-align:center;
			color:#fff;
			font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
			font-size:40px;
			font-weight:normal;
			text-transform:uppercase;
			line-height:52px;
		}
		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-top:10px;
			padding:0 0 10px 0;
			text-align:center;
			line-height:18px;
			color:#fff;
			font-size:14px;
			font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			letter-spacing:0.3em;
		} /* 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:12px;
	}


	/***********************************************************
 	 + Footer
	************************************************************/
	#footerWrap {
		margin:0 auto;
		padding:10px 0 0 0;
		width:942px;
		background:#fff;
		clear:both;
		font-size:11px;		
	}
	
	#footer {
		color:#fff;
		background:url(images/footer-bg.jpg) #706c6d repeat-x bottom;
	}
	
	
	/***********************************************************
	 + Links
	************************************************************/
	a,
	a:link,
	a:visited,
	a:active {
		color:#5aaaac;
		text-decoration:underline;
	}
	a:hover {
		color:#000;
		text-decoration:none;
	}


/***********************************************************
 + Content (Blog)
************************************************************/
#contentWrap {
	margin:0 auto;
	padding:0 0 0 0;
	text-align:center;
}

	#contentWrap #innerWrap-2 {
		padding-top:260px;
		background:url(images/feature.png) no-repeat top;
	}
	
	#contentWrap #innerWrap-3 {
		margin:0 auto;
		width:942px;
		background:url(images/content-bg.gif) repeat-y;
		background-position-y:40px;
		text-align:left;
	}

	
	/***********************************************************
	 + Contents400 (3 column layout)
	************************************************************/
	#contents400 {
		margin:0 10px;
		padding:0 5px;
		width:532px;
		float:left;
		overflow:hidden;
	}
	
	
	/***********************************************************
	 + Contents580 (2 column layout)
	************************************************************/
	#contents580 {
		margin:0 5px;
		padding:0;
		width:742px;
		float:left;
		overflow:hidden;
	}
	

	/***********************************************************
	 + General HTML Tags
	************************************************************/
	div.post code {
		font-size:10px;
	}
	div.post blockquote {
		padding-left:10px;
		border-left:1px solid #999;
	}
	
	
	/***********************************************************
	 + Post Area
	************************************************************/
	div.posts {
		background:transparent;
	}
	
	div.post {
		margin-bottom:20px;
		padding:10px;
		background:transparent;
	}
	
	div.post a.post-edit-link { padding:10px; background:#5aaaac; color:#fff; display:block; }
	div.post a.post-edit-link:hover { text-decoration:underline; }
	
	div.post h2.postTitle {
		margin:0 0 5px 0;
		padding:0;
		font-size:17px;
		line-height:21px;
		text-align:left;
		text-transform:uppercase;
		border-bottom:2px solid #000;
	}
	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:#666;
		text-decortation:none;
	}
	
	div.post div.metaWrap {
		margin-top:20px;
		padding:10px 0;
		font-size:10px;
		text-transform:uppercase;
	}
	div.post div.metaWrap div.utwtags {
		margin-top:5px;
	}
	
	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;
		border-top:1px solid #999;
		text-align:right;
		line-height:16px;
		font-size:10px;
		text-transform:uppercase;
	}
	
	div.post p.tagged a,
	div.post p.tagged a:link,
	div.post p.tagged a:visited,
	div.post p.tagged a:active {
		color:#999;
		text-decoration:none;
	}
	
	div.post p.tagged a:hover {
		color:#999;
		text-decoration:underline;
	}
	
	div.postInfo h4 {
		margin:15px 0 0 0;
		padding:0;
		text-align:left;
		color:#999;
		font-size:11px;
		font-weight:normal;
		text-transform:uppercase;
		
	}
	div.postInfo h4 div {
		display:inline;
	}
	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#comments {
		padding:5px;
		font-size:17px;
		line-height:21px;
		text-transform:uppercase;
		border-top:1px solid #666;
		border-bottom:1px solid #666;
	}
	
	div.post #Comments #Reply,
	div.post #Comments #respond {
		margin-top:10px;
		display:block;
		border-top:1px solid #666;
	}
	div.post #Comments #Reply h3,
	div.post #Comments #respond h3 {
		padding:5px 0;
		font-size:17px;
		line-height:25px;
		text-transform:uppercase;
		border-bottom:1px solid #666;
	}
	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,
	div.post #commentform h2 {
		font-size:17px;
		text-transform:uppercase;
		border-bottom:1px solid #666;
	}
	
	/***********************************************************
	 + More block, below posts (Want more? Keep rolling...)
	************************************************************/
	div#More {
		margin:10px 0;
		padding:0 10px;
	}
	div#More span.tier-1 {
		display:block;
		clear:both;
		font-size:17px;
		font-weight:bold;
		text-transform:uppercase;
	}
	div#More span.tier-2 {
		padding-bottom:7px;
		display:block;
		clear:both;
		font-size:17px;
		font-weight:bold;
		text-transform:uppercase;
		border-bottom:1px solid #666;
	}
	
	
	/***********************************************************
	 + leftSidebar
	************************************************************/
	#leftSidebar {
		padding:0 5px;
		width:180px;
		background:transparent;
		float:left;
		overflow:hidden;
		font-size:12px;
	}
	
	#leftSidebar ul,
	#leftSidebar li {
		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:disc;
	}
	#leftSidebar h2 {
		margin:0 0 5px 0;
		padding:5px 0;
		font-size:22px;
		border-top:1px solid #000;
		border-bottom:2px double #000;
		color:#000;
		font-weight:normal;
		line-height:28px;
		word-wrap:break-word;
		text-transform:uppercase;
		letter-spacing:-0.05em;
	}
	
	#leftSidebar a,
	#leftSidebar a:link,
	#leftSidebar a:visited,
	#leftSidebar a:active {
		color:#999;
		text-decoration:none;
	}
	#leftSidebar a:hover {
		text-decoration:underline;
	}
	
	
	/***********************************************************
	 + rightSidebar
	************************************************************/
	#rightSidebar {
		padding:0 5px;
		width:180px;
		background:transparent;
		float:left;
		overflow:hidden;
		font-size:12px;
	}
	
	#rightSidebar ul,
	#rightSidebar li {
		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:disc;
	}
	#rightSidebar h2 {
		margin:0 0 5px 0;
		padding:5px 0;
		font-size:22px;
		border-top:1px solid #000;
		border-bottom:2px double #000;
		color:#000;
		font-weight:normal;
		line-height:28px;
		word-wrap:break-word;
		text-transform:uppercase;
		letter-spacing:-0.05em;
	}

	#rightSidebar a,
	#rightSidebar a:link,
	#rightSidebar a:visited,
	#rightSidebar a:active {
		color:#999;
		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:14px;
	}
	
	
/***********************************************************
 + Content (Home Page)
************************************************************/
#content2 {
	margin:0 auto;
	width:980px;
	text-align:center;
}
#content2 #content2-2 {
	padding-top:260px;
	background:url(images/feature.png) no-repeat top;
	}
	
#content2 #content2-3 {
	margin:0 auto;
	padding:10px;
	width:922px;
	overflow:hidden;
	text-align:left;
	background:url(images/content-bg.gif) repeat-y;
	background-position-y:40px;
}


/***********************************************************
 + Content (Custom Pages)
************************************************************/
#externalpagebody {
	margin:0 auto;
	width:980px;
	text-align:center;
}

#externalpagebody #externalpagecontent #external-2 {
	padding-top:260px;
	background:url(images/feature.png) no-repeat top;
}
	
#externalpagebody #externalpagecontent #external-3 {
	margin:0 auto;
	padding:10px;
	width:922px;
	overflow:hidden;
	text-align:left;
	background:url(images/content-bg.gif) repeat-y;
	background-position-y:40px;
}




/**** [ !!! 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 */

