/* 
	QuanSite - iCompany 1000px
	Custom 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-image:url(images/body-bg.gif);
	color:#333;
	font-size:10px;
	line-height:18px;
	font-family:'Trebuchet MS', 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:0 auto;
		padding:0 12px;
		width:956px;
		background:url(images/container-bg.gif) repeat-y;
		text-align:center;
	}
	
	
	/***********************************************************
	 + Links
	************************************************************/
	a,
	a:link,
	a:visited,
	a:active {
		color:#666;
		text-decoration:none;
	}
	a:hover {
		color:#666;
		text-decoration:underline;
	}
	
	
	/***********************************************************
 	+ Header
	************************************************************/
	#head {
		padding-bottom:22px;
		background:url(images/menu-bg.gif) repeat-x bottom;
		text-align:left;
	}
	
		/* top text link navigation */
		#menu {
			margin:0;
			font-size:12px;
			font-weight:bold;
			text-align:left;
		}
		#menu ul {
			background:#494949;
		}
		#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:bold;
			text-decoration:none;
		}
		#menu a:hover {
			color:#fff;
			text-decoration:underline;
		}
		
		/* top tabs link navigation */
		#tabs6 {
			margin:0;
			background:url(images/menu-bg.gif) repeat-x;
			text-align:left;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			text-transform:uppercase;
		}
		#tabs6 ul {
			margin:0;
			padding:0;
			clear:both;
			list-style:none;
		}
		#tabs6 li {
			margin:0;
			padding:0;
			list-style:none;
			line-height:22px;
			display:inline;
			color:#fff;
		}
		#tabs6 li a,
		#tabs6 li a:link,
		#tabs6 li a:visited,
		#tabs6 li a:hover,
		#tabs6 li a:active {
			text-decoration:none;
		}
		#tabs6 li a,
		#tabs6 li a:link,
		#tabs6 li a:visited,
		#tabs6 li a:active {
			color:#fff;
			padding:5px 10px;
		}
		#tabs6 li a:hover {
			color:#fff;
			background:url(images/menu-hover.gif) repeat-x;
		}
		
		
		#header {
			margin:0;
			padding:40px 0 10px 0;
			height:99px;
			background:url(images/header.jpg) no-repeat top;
		}
		
		h1.siteName {
			margin:0 30px;
			padding:0 0 10px 0;
			text-align:left;
			color:#fff;
			font-family:Helvetica, Arial, sans-serif;
			font-size:36px;
		}
		h1.siteName a,
		h1.siteName a:link,
		h1.siteName a:visited,
		h1.siteName a:active {
			color:#fff;
			text-decoration:none;
		}
		h1.siteName a:hover {
			color:#fff;
			text-decoration:none;
		}
		
		h3.desc {
			margin:0 30px;
			padding:0;
			text-align:left;
			color:#ccc;
			font-size:20px;
			font-weight:normal;
			font-family:Arial, Tahoma, Verdana, sans-serif;
			letter-spacing:0.2em;
			text-transform:uppercase;
		} /* blog description tagline */
		
		#header_img {
			display:none;
		} /* hides header image for theme, header image is only for cutline theme */
		
	
	/***********************************************************
	 +Content Area
	 ***********************************************************/
	#Contents {
		font-size:12px;
	}

	/***********************************************************
 	 + Footer
	************************************************************/
	#footerWrap {
		margin:0;
		padding:10px;
		width:936px;
		background:#000;
		color:#fff;
		text-align:left;
	}
	#footerWrap a,
	#footerWrap a:link,
	#footerWrap a:visited,
	#footerWrap a:hover,
	#footerWrap a:active {
		color:#fff;
		text-decoration:underline;
	}


/***********************************************************
 + Content (Blog)
************************************************************/
#contentWrap {
	margin:0;
	padding:10px 0 0 0;
	background:#fff;
	text-align:left;
}
	
	/***********************************************************
	 + Contents400 (3 column layout)
	************************************************************/
	#contents400 {
		margin:0 10px;
		padding:0;
		width:556px;
		float:left;
		overflow:hidden;
		
	}
	
	
	/***********************************************************
	 + Contents580 (2 column layout)
	************************************************************/
	#contents580 {
		margin:0 15px;
		width:716px;
		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:#2255aa; 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:19px;
		text-align:left;
		text-transform:uppercase;
		letter-spacing:0.05em;
	}
	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;
		text-transform:uppercase;
	}
	
	div.post .Print,
	div.post .Email {
		margin-right:10px;
		text-transform:uppercase;
	}
	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 {
		padding:2px 0 3px 16px;
		background:url(images/comments.png) no-repeat 0 3px;
		border-bottom:1px solid #333;
		text-align:left;
		text-transform:uppercase;
		line-height:16px;
	}
	
	div.postInfo h4 {
		margin:0;
		padding:8px 5px;
		border-top:1px solid #333;
		border-bottom:1px solid #333;
		font-size:14px;
		font-weight:normal;		
	}
	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 {
		margin-top:3px;
		border-top:1px solid #333;
	}
	
	div.post #Comments h3#comments {
		margin-top:50px;
		text-align:left;
		color:#000;
		font-size:16px;
		font-weight:bold;
		text-transform:uppercase;
	}
	
	div.post #Comments #Reply,
	div.post #Comments #respond {
		margin-top:30px;
		padding:10px 0;
	}
	div.post #Comments #Reply h3,
	div.post #Comments #respond h3 {
		margin:0;
		padding:0;
		font-size:16px;
		font-weight:bold;
		text-transform:uppercase;
	}
	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 #b7b7b7;
	}
	
	div.post div.related h2,
	div.post #commentform h2 {
		font-size:16px;
		font-weight:bold;
		text-transform:uppercase;
	}
	div.post div.related li,
	div.post #commentform li {
		list-style:square;
	}
	
	/***********************************************************
	 + More block, below posts (Want more? Keep rolling...)
	************************************************************/
	div#More {
		margin:10px 0;
	}
	div#More span.tier-1 {
		display:block;
		clear:both;
		color:#000;
		font-size:19px;
		text-align:left;
		text-transform:uppercase;
		letter-spacing:0.05em;
		line-height:20px;
	}
	div#More span.tier-2 {
		padding-bottom:7px;
		display:block;
		clear:both;
		color:#000;
		font-size:19px;
		text-align:left;
		text-transform:uppercase;
		letter-spacing:0.05em;
		line-height:20px;
	}
	div#More ul li {
		list-style:square;
	}
	div#More .tier-1 a,
	div#More .tier-2 a {
		text-decoration:underline;
	}
	
	
	/***********************************************************
	 + leftSidebar
	************************************************************/
	#leftSidebar {
		margin:0;
		padding:0 5px;
		width:180px;
		background:url(http://walterjacobsonmd.com/blog/uploaded/Images/3colleft-bg.gif);
		float:left;
		overflow:hidden;
		font-size:12px;
		text-align:right;
	}
	
	#leftSidebar ul,
	#leftSidebar li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#leftSidebar li {
		list-style:none;
	}
	#leftSidebar ul ul {
		padding-bottom:30px;
	}
	#leftSidebar li li {
		padding:4px 0 4px 0;
		list-style:none;
	}
	#leftSidebar h2 {
		margin:0 0 5px 0;
		padding:5px 20px 5px 0;
		background:url(images/continue_reading.png) no-repeat 167px 8px;
		border-bottom:1px solid #333;
		font-size:13px;
		color:#000;
		font-weight:bold;
		line-height:18px;
		word-wrap:break-word;
	}
	
	
	/***********************************************************
	 + rightSidebar
	************************************************************/
	#rightSidebar {
		margin:0;
		padding:0 5px;
		width:180px;
		background:url(http://walterjacobsonmd.com/blog/uploaded/Images/3colleft-bg.gif);
		float:left;
		overflow:hidden;
		font-size:12px;
		text-align:right;
	}
	
	#rightSidebar ul,
	#rightSidebar li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#rightSidebar li {
		list-style:none;
	}
	#rightSidebar ul ul {
		padding-bottom:30px;
	}
	#rightSidebar li li {
		padding:4px 0 4px 0;
		list-style:none;
	}
	#rightSidebar h2 {
		margin:0 0 5px 0;
		padding:5px 20px 5px 0;
		background:url(images/continue_reading.png) no-repeat 167px 8px;
		border-bottom:1px solid #333;
		font-size:13px;
		color:#000;
		font-weight:bold;
		line-height:18px;
		word-wrap:break-word;
	}
	
	
	/***********************************************************
	 + Specific Sidebar Blocks
	************************************************************/
	#rightSidebar #Archives h2,
	#leftSidebar #Archives h2 {
		background:url(images/calendar.png) no-repeat 167px 8px;
	}
	
	
	#rightSidebar #RSS h2,
	#leftSidebar #RSS h2 {
		background:url(images/rss.png) no-repeat 167px 8px;
	}
	
	
	#rightSidebar #recentPosts h2,
	#leftSidebar #recentPosts h2 {
		background:url(images/tab_document.png) no-repeat 167px 8px;
	}
	
	
	#rightSidebar .categories h2,
	#leftSidebar .categories h2 {
		background:url(images/folder.png) no-repeat 167px 8px;
	}
	
	
	#rightSidebar #linkcat-2 h2,
	#leftSidebar #linkcat-2 h2 {
		background:url(images/display.png) no-repeat 167px 8px;
	}
	
	
	#rightSidebar #Search ul,
	#leftSidebar #Search ul {
		margin-left:0;
	}
	#Search ul li {
		padding:4px 0;
		list-style:none;
	}
	#Search h2 {
		background:url(images/search.gif) no-repeat 167px 8px;
	}
	#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:16px;
	}
	
	
/***********************************************************
 + Content (Home Page)
************************************************************/
#content2 {	
	margin:0;
	background:#fff;
	text-align:center;
}
#content2 #content2-3 {
	margin:0 auto;
	padding:10px;
	width:936px;
	overflow:hidden;
	text-align:left;
}


/***********************************************************
 + Content (Custom Pages)
************************************************************/
#externalpagebody {
	margin:0;
	background:#fff;
	text-align:center;
}
#externalpagebody #externalpagecontent #external-3 {
	margin:0 auto;
	padding:0px;
	width:953px;
	overflow:hidden;
	text-align:left;
}




/**** [ !!! 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 */

