/* @override 
	http://pagethinker.com/blog/wp-content/themes/pagethinker/style.css
	http://localhost:8888/pagethinker/wp-content/themes/pagethinker/style.css
	http://www.pagethinker.com/blog/wp-content/themes/pagethinker/style.css
*/

/*
Theme Name:		Pagethinker
Theme URI:		http://www.pagethinker.com
Description:	The design that launched a thousand emails gets a ubiquitous hairdo. By <a href="http://pagethinker.com">Pagethinker</a>.
Version:		1.0
Author:			Sherman Cheong
Author URI:		http://pagethinker.com/
*/

body { background: black; color: #222; font: 62.5% Georgia, "Times New Roman", Times, serif; }

* { padding: 0; margin: 0; }

/*---:[ global typography elements ]:---*/

a { color: #a90000; text-decoration: none; }

a:visited { color: #a90000; text-decoration: none; }

a:hover { color: #a90000; text-decoration: none; }
	
a img { border: none; }
	
blockquote { padding: 0 0 0 0.7692em; font-family: Georgia, "Times New Roman", Times, serif; color: #555; border-left: 0.2308em solid #a90000;
	margin: 1.5em 0 1.5385em 1.5em;
}

abbr, acronym { font-size: 0.8462em; line-height: 1.0em; border-bottom: 1px dotted #999; text-transform: uppercase; letter-spacing: 1px; cursor: help; }

code { color: #090; font-family: Courier, "Courier New", monospace; line-height: 1.0em; }

pre { margin: 0 0 1.5385em 0; padding: 0.7692em; font-size: 1.3em; overflow: auto; background: #ececec; }

p.unstyled { font-size: 1.3em; }

p.center { text-align: center; }

/*---:[ these styles apply to the flickrRSS plugin, which is not yet fully supported ]:---*/

.flickr_blue { color: #007ae4; text-transform: lowercase; }

.flickr_pink { color: #ff2a96; text-transform: lowercase; }



/*---:[ headlines ]:---*/

h1, h2, h3, h4, h5, h6 { font: bold 1.0em "Helvetica Neue", Helvetica, Arial, sans-serif; }
	
/* h1, h2 { font-size: 2.8em; line-height: 1.4286em; letter-spacing: -1px; color: #a90000; } */

/* Style from Pearsonified */
h1, h2 { font: bold 2.5em/1.2em Georgia, "Times New Roman", Times, serif; letter-spacing: -0.02em; color: #a90000; margin: 40px 0 0.5em; padding: 0 0 2px 0; border-bottom: 1px dotted #bbb; }
	h2 a, h2 a:visited { color: #a90000; }
	
	h2 a:hover { color: #000; }
	
	.page h1 { margin: 0 0 0.6071em 0; border-bottom: 0.10714em double #ccc; }
	
	.archive h1 { font-size: 2.4em; line-height: 1.66667em; margin: 0 0 1.66667em 0; color: #000; }
	
	#sidebar h2 { font-size: 18px; line-height: 1.5556em; color: #686868;
	background: url(images/post-it-flag-right-green.gif) no-repeat -3px;
	width: 289px;
	padding-left: 10px;
	border-bottom-style: none;
	font-weight: normal;
	font-style: normal;
	height: 25px;
	margin: 0.75em 0 0.5em;
}

	#sidebarLeft h2 { font-size: 18px; line-height: 1.5556em; margin: 0 0 0.5em 0; color: #686868;
	padding-left: 40px;
	background: url(images/post-it-flag-left-orange.gif) no-repeat;
	border-bottom-style: none;
	width: 150px;
	font-weight: normal;
	font-style: normal;
	height: 25px;
}
	
h3 { font-size: 1.3846em; line-height: 1.1111em; color: #000; }

	.entry h3 { margin: 1.6667em 0 0.5556em 0; }

.entry h3.dear {
	font-size: 1.1em;
	margin: 0 0 0.5556em;
}
	
	#comments h3 { font-size: 1.8em; }
	
	#comments h3.comment_intro { margin: 0 0 1.11111em 0; padding: 2.05556em 0 0 0; border-top: 0.166667em double #ccc; }

	#comments h3#respond { margin: 2.2222em 0 0 0; }
	
h4 { font-size: 1.1538em; line-height: 1.3333em; color: #000; }



/*---:[ core layout elements ]:---*/

#header {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	height: 87px;
	z-index: 1;
	background: white url(images/header-bg.png) no-repeat;
}

#container { width: 1010px; margin: 0 auto;
	background: white url(images/body-bg.gif) repeat-y;
}
	
	#content_box { width: 1010px; }
	
		#left_box { width: 710px; float: left; }	

			
			div#content {	width: 468px;
						padding: 20px 20px 0;
						float: right;
					}
			body > div#content { width: 300px;
						padding: 10px 0 0 30px;
						float: right;
						margin-left: 0;
}

			
			#sidebarLeft { width: 190px;
	padding: 20px 0 0;
	font-family: Tahoma, Arial, "Lucida Grande", Verdana, Sans-Serif;
}
		
		#sidebar { width: 286px;
	padding: 0px 0 0 10px;
	float: right;
	z-index: 10;
	font-family: Tahoma, Arial, "Lucida Grande", Verdana, Sans-Serif;
}

		
#footer { color: #fff;
	background: url(images/footer-bg.gif) no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 1010px;
	height: 70px;
	padding: 2em 0 0;
}



/*---:[ #header styles ]:---*/

#logo { width: 445px;
	height: 99px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0;
	background: url(images/pagethinker-logo.png) no-repeat;
	z-index: 5;
	position: relative;
	top: 4px;
	margin: 0;
}
	
	#logo a { font: normal 5.0em "American Typewriter", "Trebuchet MS", Verdana, sans-serif; color: #fff;
}
		
	#logo h1, #logo #tagline { display: none; font: normal 1.6em "Helvetica Neue", Helvetica, Arial, sans-serif; }



/*---:[ nav menu styles ]:---*/

#nav { width: 72.8em; margin: 0 0 50px 0; }

	#nav ul { list-style: none; }

		#nav ul li { font-size: 1.6em; float: left; }
	
			#nav ul li a, #nav ul li a:visited { display: block; padding: 0.3125em 0.8125em 0.5em 0.8125em; color: #a90000; }
	
			#nav ul li a:hover, #nav ul li a.current:hover { color: #fff !important; background: #a90000; text-decoration: none !important; }
		
			#nav ul li a.current, #nav ul li a.current:visited { color: #a90000; text-decoration: underline; }



/*---:[ content styles ]:---*/

.post_date { font-size: 1.1em; line-height: 1.5455em; margin: 0; color: #aaa;
	float: left;
	text-align: left;
}

	.post_date a, .post_date a:visited { color: #000; padding: 0.0909em; }
	
	.post_date a:hover { color: #000; background: #ccc; }

.entry { font-size: 1.5em; line-height: 1.5385em; }
	
	.entry a, .entry a:visited { padding: 1px 0; border-bottom: 1px dotted #bbb; }
	
	.entry a:hover { padding: 1px 0; color: #fff; background: #a90000; border-bottom: none; }
	
	.entry p { margin: 0 0 1.5385em 0; }

	.entry ul, .entry ol { margin: 0 0 1.5385em 3.0em; }
	
	.entry ul { list-style-type: disc; }
	
		.entry li {
	margin-bottom: 1em;
	line-height: 1.2em;
}
		
			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0 0 0 1.5em; }
	
	.entry dl { margin: 0 0 1.5385em 0; }
			
		.entry dt { font-weight: bold; }
		
		.entry dd { margin: 0 0 0 1.5em; }
		
	.entry sup, .entry sub { line-height: 1.0em; }
		
	.entry blockquote.right, .entry blockquote.left { width: 13.6875em; padding: 0.4375em 0; font-size: 1.2308em; line-height: 1.25em; border: 0.0625em solid #ccc; border-width: 0.0625em 0; text-align: center; }
	
	.entry blockquote.right { margin: 0 0 0 0.9375em; float: right; clear: right; }
	
	.entry blockquote.left { margin: 0 0.9375em 0 0; float: left; clear: left; }

		.entry blockquote.right p, .entry blockquote.left p { margin: 0 !important; }
		
	.entry .ad { margin: 0 0 0 1.1538em; float: right; clear: right; }
	
		.entry .ad_left { margin: 0 1.1538em 0 0; float: left; clear: left; }

	.entry img { }

	.entry img.left { margin: 0 1.1538em 0 0; float: left; clear: left; }
	
	.entry img.right { margin: 0 0 0 1.1538em; float: right; clear: right; }
	
	.entry img.center { display: block; margin: 0 auto 1.5385em auto; clear: both; }

	.entry img.frame { border: 0.3846em solid #ddd; }
	
	.entry img.stack { clear: none !important; }

.post_meta { margin: 0 0 4.5385em 0; padding: 0.3846em 0; border-bottom: 0.23077em double #ccc; font-size: 1.3em; line-height: 1.0em; clear: right;
	text-align: right;
}
	
	.add_comment { padding: 0 0 0 1.6154em; background: url('images/icon_comment.gif') 0 50% no-repeat; }

	.post_meta a:hover { color: #000; border-bottom: 1px solid #a90000; }

.page .entry { margin: 0 0 3.0769em 0; border-bottom: 0.23077em double #ccc; }

.navigation { width: 39em; margin: 0 0 3.3333em 0; font-size: 1.2em; line-height: 1.6667em; }
	
	.navigation a:hover { color: #000; border-bottom: 1px solid #a90000; }
	
	.next { text-align: right; }
	
	.sponsorIncontentTop {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	padding: 5px 10px;
	font-size: 1em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 50px;
	height: 95px;
}

.sponsorIncontentTop .left {
	float: left;
	margin-right: 10px;
}

.sponsorIncontent {
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	padding: 5px 10px;
	font-size: 0.8em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 95px;
	margin-top: 1em;
}

.sponsorIncontent h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	padding: 0;
	margin: 0 0 5px;
}

.sponsorIncontentTop p {
	line-height: 1.25em;
	margin-bottom: 5px;
}

.sponsorIncontent p {
	line-height: 1.25em;
	margin-bottom: 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.sponsorIncontentTop a:hover { padding: 1px 0; color: #fff; background: #a90000; border-bottom: none;
}

.sponsorIncontent a:link, .sponsorIncontent a:visited {
	border-bottom-style: none;
}

.social {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	border-top: 0.166667em double #ccc;
	padding-top: 2em;
}

.social li {
	margin-left: 1.5em;
}


/*---:[ sidebar styles ]:---*/

#sponsoredBy {
	width: 170px;
	height: 93px;
	margin-left: 45px;
	z-index: 15;
	margin-top: -5px;
	background: url(images/pagethinker-sponsor-post-it.png) no-repeat;
}

.sponsors {
	width: 280px;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.sponsors img {
	margin: 3px;
	padding: 0;
}

#rss { width: 20em; height: 70px; margin: 0 0 1.0em 0; background: url('images/rss.gif') 50% 0 no-repeat; text-align: center; }

	#rss a { display: block; width: 48px; height: 48px; margin: 0 auto; }
	
#rssbar {
	background-image: url(images/post-it-flag-left-rss.gif);
	width: 190px;
	height: 29px;
	margin-bottom: 20px;
}

#emailbar {
	width: 190px;
	padding-top: 32px;
	background: url(images/post-it-flag-left-email.gif) no-repeat 0 top;
	padding-left: 12px;
	text-align: center;
	margin-bottom: 20px;
}

#rssbar a { display: block; width: 190px; height: 29px; margin: 0 auto; }

ul.sponsors { list-style: none; }

ul.sponsors li.widget, ul.sponsors li.linkcat { width: 260px; margin: 0; font-size: 1.3em; line-height: 1.6667em; float: left;
}

ul.sidebar_list { list-style: none; }

ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 260px; margin: 0; font-size: 1.3em; line-height: 1.6667em; float: left;
}

ul.sidebarLeft_list { list-style: none; }

	ul.sidebarLeft_list div.textwidget { width: 200px; line-height: 1.6667em;	font-size: 1.3em;
}

		li.widget p { margin: 0 0 1.66667em 0; }
		
		li.widget ul, li.linkcat ul { list-style: none; margin: 0 0 0.8333em 0; }

		
			li.widget li, li.linkcat li { background: url(images/grey_arrow.gif) no-repeat 0 0.4167em;
	padding-left: 10px;
	line-height: 1.3em;
	margin-bottom: 5px;
	padding-right: 20px;
}

ul.sidebarLeft_list li.widget li, ul.sidebarLeft_list li.linkcat li { padding: 0 20px 0 40px; background: url(images/grey_arrow.gif) no-repeat 30px 0.4167em; }
					
				li.widget li a:hover, li.linkcat li a:hover { color: #000; border-bottom: 1px solid #a90000; }
				
		/*---:[ special widget styles ]:---*/
		
		#calendar_wrap { width: 16.3333em; margin: 0 0 0.8333em 0; padding: 0 0.166667em; }
		
		table#wp-calendar { width: 16.3333em; border-collapse: collapse; }
		
			table#wp-calendar caption { font-weight: bold; line-height: 1.58333em; border-bottom: 0.08333em solid #ccc; }
		
			table#wp-calendar th { width: 2.3333em; font-size: 1.0em; line-height: 1.58333em; border-bottom: 0.08333em solid #ccc; color: #666; text-align: center; }
			
			table#wp-calendar td { width: 2.3333em; line-height: 1.66667em; color: #999; text-align: center; }
			
				table#wp-calendar td a, table#wp-calendar td a:visited { color: #a90000; font-weight: bold; }
				
				table#wp-calendar td a:hover { text-decoration: underline; }
				
			table#wp-calendar td#next, table#wp-calendar td#prev { width: 7.0em; }
		
		/*---:[ the following styles are for the flickrRSS plugin, which is not yet fully supported ]:---*/
		
		li.widget ul.flickr_stream { list-style: none; margin: 0; padding: 0 10px; }
		
			li.widget ul.flickr_stream li { margin: 0; padding: 0 5px 5px 0; display: inline; }
			
				li.widget ul.flickr_stream li a img { padding: 3px; }
				
				li.widget ul.flickr_stream li a:hover img { background: #ff2a96; border-bottom: none; }
	


/*---:[ footer styles ]:---*/

#footer p { font-size: 1.0em; text-transform: uppercase; text-align: right;
	margin-right: 40px;
	color: orange;
}

#footer .credit { font-size: 1.0em; text-align: right;
	margin-right: 40px;
	color: orange;
	text-transform: none;
}

#footer a, #footer a:visited { color: orange; }

#footer a:hover { }

#footerAds {
	text-align: right;
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
	padding-right: 2em;
}



/*---:[ comment styles ]:---*/

#comments { width: 46.8em; }

	dl#comment_list { margin: 0 0 0 0; }
		
		dl#comment_list dt { padding: 0 0 33px 0; background: url('images/comment_top.gif') 0 100% no-repeat; font-size: 1.1em; line-height: 1.8182em; color: #999; }
		
		dl#comment_list dt.author { background: url('images/comment_author_top.gif') 0 100% no-repeat; }
		
			dl#comment_list dt .comment_num { padding: 0 0.3636em 0 0; }
			
				dl#comment_list dt .comment_num a, dl#comment_list dt .comment_num a:visited { color: #999; }
				
				dl#comment_list dt .comment_num a:hover { color: #a90000; }
				
			dl#comment_list dt strong { font-size: 1.4545em; color: #000; }
				
				dl#comment_list dt strong a, dl#comment_list dt strong a:visited { color: #000; border-bottom: 1px dotted #999; }
				
				dl#comment_list dt strong a:hover { color: #000; border-bottom: 1px solid #a90000; }
		
		dl#comment_list dd { width: 428px; padding: 0 20px; margin: 0 0 1.5385em; background: #dfdfdf url('images/comment_bottom.gif') 0 100% no-repeat; }
		
		dl#comment_list dd.author { background: #f6f4c9 url('images/comment_author_bottom.gif') 0 100% no-repeat; }
		
			dl#comment_list dd.entry p, dl#comment_list dd.entry ul, dl#comment_list dd.entry ol, dl#comment_list dd.entry blockquote { margin-bottom: 1.1538em; }



/*---:[ comment form styles ]:---*/

#comment_form { width: 46.8em; margin: 0 0 4.0em 0; }

	#comment_form a:hover { text-decoration: underline; }

	#comment_form p { padding: 0.7692em 0; }
	
		#comment_form label { padding: 0 0 0 0.83333em; font-size: 1.2em; }

		#comment_form .text_input { width: 15.3846em; padding: 0.23077em; color: #a90000; font: bold 1.3em Verdana, sans-serif; border-top: 0.15385em solid #999; border-left: 0.15385em solid #999; border-right: 0.07692em solid #eee; border-bottom: 0.07692em solid #eee; }
		
		#comment_form .text_input:focus { border-top-color: #666; border-left-color: #666; border-right-color: #ddd; border-bottom-color: #ddd; }
		
		#comment_form .text_area { width: 32.9231em; }

		#comment_form p.subscribe-to-comments { font-size: 1.3em; }
		
			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }

		#comment_form .form_submit { padding: 0.5em; background: url('images/submit_bg.gif') repeat-x; color: #000; border: 0.21429em double #999; border-top-color: #ccc; border-left-color: #ccc; font: bold 1.4em/1.0em "Helvetica Neue", Helvetica, Arial, sans-serif; cursor: pointer; }
		
		#comment_form .form_submit:hover { color: #a90000; }
			
			

/*---:[ search form styles ]:---*/

#search_form { margin: 0 0 0.5833em 0; }

html[xmlns*=""] body:last-child #search_form { margin: 0 0 0.75em 0; } /* This is a hack for Safari */

	#search_form .search_input { width: 15.91667em; padding: 0.25em; color: #777; font: normal 1.0em Verdana, Arial, Helvetica, sans-serif; border: 0.083333em solid #999; border-right-color: #eee; border-bottom-color: #eee; }
	
	#search_form .search_input:focus { border-top-color: #666; border-left-color: #666; border-right-color: #ddd; border-bottom-color: #ddd; }
	
	#content .search_input { font-size: 0.9231em !important; }
		


/*---:[ self-clearing floats courtesy of Dan Cederholm at simplebits.com ]:---*/

#header:after, #logo:after, #nav:after, #content_box:after, .page .entry:after, #comments:after, dl#comment_list dd:after, #comment_form:after { display: block; height: 0; content: "."; visibility: hidden; clear: both; }

/* style for share-this plugin */
.akst_share_link {
	background: url(share-icon-16x16.gif) no-repeat 1px 0;
	padding: 1px 0 3px 42px;
}

hr{
	margin-bottom: 1em;
}

div.flashmovie {
	margin: 0;
	padding: 0;
}

#intro {
	color: orange;
	margin-bottom: 1em;
	font: italic 1.1em/1.5em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

div.about_author{
	font-size: 0.8em;
}

code{
	font: 0.8em "Courier New", Courier, mono;
}

div.related_entry { font-size: 1.5em; line-height: 1.5385em; 
	margin-top: 0.166667em;
	padding-top: 0.5em;
}
div.related_entry ul {
	margin: 0 0 1.5385em 1.5em;
}
div.related_entry li {
	margin-bottom: .25em;
	font: .8em/normal Tahoma, Arial, "Lucida Grande", Verdana, Sans-Serif;
}

div.linkpartners {
	font-family: Tahoma, "Lucida Grande", Arial, Verdana, Sans-Serif;
}

div.linkpartners li {
	list-style-type: none;
	margin-left: -40px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 10px;
	font: .8em/1.5em Tahoma, "Lucida Grande", Arial, Verdana, Sans-Serif;
	height: 72px;
	border-bottom: 1px dotted #ccc;
	width: 100%;
}

div.linkpartners img {
	border: 1px dotted #ccc;
	float: left;
	margin-right: .75em;
}

input.button {
    padding: 0 .25em;
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}

input.button[class] {  /* IE ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}

#optinContent form#signup table{
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}

#left_box table{
	font: .8em/normal Tahoma, Arial, "Lucida Grande", Verdana, Sans-Serif;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

#left_box h1.salesheadline {
	font: 46px/normal Impact, Tahoma, Arial, Sans-Serif;
	color: black;
	margin-bottom: .5em;
	border-style: none;
}

#left_box h2.salesheadline2 {
	font: 18px/normal Impact, Tahoma, Arial, Sans-Serif;
	color: black;
	border-style: none;
	margin-top: .5em;
	margin-bottom: 2em;
}