/*
/*
Theme Name: 
Theme URI: http://www.alexanderinteractive.com
Description: Custom theme for the Alexander Interactive blog
Author: Nick Angiolillo, Front-End Developer
Author URI: http://wwww.alexanderinteractive.com/
*/
#masthead {
	height: 166px;
	background: url(images/blog_masthead.png) 0 12px no-repeat;
	padding-left: 250px;
	position: relative;
}
	#masthead h1 {
		padding-top: 52px;
	}
	#masthead .blog_link {
		display: block;
		position: absolute;
		background: transparent;
		height: 90px;
		width: 170px;
		left: 25px;
		top: 35px;
		text-indent: -9000px;
	}
#main {
	background: url(images/sidebar_bg.png) right top repeat-y;
}
#entries {
	width: 520px;
	float: left;
	margin-left: 70px;
	padding-top: 29px;
}
#sidebar {
	width: 300px;
	float: right;
	margin-right: 20px;
	padding: 25px 0 0 0;
}
	#sidebar .section {
		margin-bottom: 25px;
		clear: both;
	}
		#sidebar .header,
		h2.pagetitle {
			font-size: 2em;
			color: #222;
			text-transform: uppercase;
			border-bottom: 1px solid #ddd;
			padding-bottom: 3px;
			margin-bottom: 8px;
			font-weight: bold;
		}
		#sidebar .header {
			text-indent: -9000px;
			height: 23px;
			padding: 0;
			background: url(images/sidebar_headers.png) no-repeat;
		}
		#sidebar_overview .header {
			background-position: 0 0;
		}
		#sidebar_search .header {
			border: none;
			margin-bottom: 3px;
			background-position: 0 -25px;
		}
		#sidebar_categories .header {
			background-position: 0 -50px;
		}
		#sidebar_photos .header {
			background-position: 0 -75px;
		}
		#sidebar_archives .header {
			background-position: 0 -100px;
		}
		#sidebar p,
		#sidebar a,
		#sidebar li {
			color: #7d7d7d;
		}
		#sidebar a {
			border-bottom: 1px dotted #afafaf;
		}
			#sidebar a:hover {
				color: #333;
				border-color: #333;
			}
		#sidebar ul {
		}
			#sidebar li {
				font-size: 1.5em;
				list-style: none;
				margin-bottom: 2px;
			}
		#sidebar a.rss {
			color: #f60;
			background: url(images/rss_logo.png) no-repeat;
			padding-left: 19px;
			line-height: 15px;
			border: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.1em;
			clear: both;
		}
			#sidebar a.rss:hover {
				text-decoration: underline;
			}
			
		#sidebar_photos {
			width: 309px;
			overflow: hidden;
		}
			#sidebar_photos .header {
				width: 300px;
			}
			#sidebar .flickr_badge_image {
				float: left;
				height: 68px;
				margin: 0 9px 9px 0;
			}
				#sidebar .flickr_badge_image img {
					width: 68px;
					height: 68px;
					display: block;
				}
				
		#sidebar_categories {
		
		}
			#sidebar_categories ul {
				overflow: auto;
			}
				#sidebar_categories li {
					margin-bottom: 8px;
					width: 150px;
					float: left;
				}
					#sidebar_categories li a {
						background-repeat: no-repeat;
						padding-left: 39px;
						line-height: 31px;
						border: none;
						display: inline-block;
						height: 31px;
					}
						#sidebar_categories li a span {
							border-bottom: 1px dotted #acacac;
						}
						#sidebar_categories li a:hover span {
							border-color: #333;
						}
						
		#sidebar_archives {
		
		}
			#sidebar_archives ul {
				-moz-column-count: 3;		
				-webkit-column-count: 3;
				column-count: 3;	
			}
				#sidebar_archives li {
					font-size: 1.1em;
					font-family: Arial, Helvetica, sans-serif;
					margin-bottom: 8px;
					white-space: nowrap;
				}

#searchform {
	border: 1px solid #ddd;
	background: #fff;
}
	#searchform div {
		height: 26px;
		overflow: hidden;
	}
	#searchform label,
	#s {
		font-size: 1.3em;
		color: #333;
		font-family: Arial, Helvetica, sans-serif;
		padding: 5px 0 0 6px;
	}
	#searchform label {
		position: absolute;
		top: 0;
		left: 1px;
		color: #999;
	}
		#searchform label.hide {
			display: none;
		}	
	#s {
		float: left;
		border: none;
		background: #fff;
		width: 265px;
	}
	#searchsubmit {
		width: 26px;
		height: 26px;
		background: url(images/search_button.png) no-repeat;
		text-indent: -9000px;
		display: block;
		border: none;
		cursor: pointer;
		float: right;
		font-size: 0;
		color: #fafafa;
	}
		#searchsubmit:hover {
			background-position: bottom;
		}
		
.entry {
	margin-bottom: 30px;
	position: relative;
}
	.entry .byline {

	}
		.entry .byline .date {
			display: inline;
			font-size: 1.8em;
			color: #555;
			text-transform: uppercase;
		}
		.entry .byline .author {
			display: inline;
			font-style: italic;
			color: #888;
			font-size: 1.3em;
			padding-left: 5px;
		}
			.entry .byline .author a {
				color: #888;
				border-bottom: 1px dotted #b2b2b2;
			}
			.entry .byline .author a:hover {
				color: #000;
				border-color: #000;
			}
	.entry .entry_title {
		font-size: 2.1em;
		color: #000;
		font-weight: bold;
		letter-spacing: 0.01em;
		line-height: 1.4;
		margin-bottom: 3px;
	}
		.entry .entry_title a {
			color: #000;
		}
		.entry .entry_title a:hover {
			color: #777;
		}
	.entry .content {
		border-bottom: 1px solid #ddd;
		margin-bottom: 6px;
		padding-bottom: 2px;
	}
		.entry p {
		}
		.entry .content img {
			display: block;
			margin: 8px 0;
		}
		.entry .content img.wp-smiley {
			display: inline;
			margin: 0;
		}
		.entry .content a {
			color: #39c;
		}
		.entry .content a:hover {
			border-bottom: 1px dotted #72c6e6;
		}
		.entry .content pre {
			font-size: 12px;
			border: 1px solid #ccc;
			margin-bottom: 15px;
			padding: 10px;
			width: 500px;
			overflow: auto;
			color: #006;
		}
		.entry .content blockquote {
			display: block;
			margin-bottom: 15px;
			color: #333;
			line-height: 1.5;
			font-size: 1.5em;
			font-style: italic;
			padding: 0 40px;
		}
		.entry .content blockquote p {
			font-size: 1em;
			color: #333;
		}
		.entry .content ul {
			margin: 0 0 15px 25px;
			padding-right: 25px;
		}
			.entry .content li,
			.entry .content ol ul li {
				font-size: 1.5em;
				color: #575757;
				line-height: 1.5;
				margin-bottom: 10px;
				background: url(images/bullet.png) 0 9px no-repeat;
				padding-left: 15px;
				list-style: none;
			}
		.entry .content ol {
			padding-left: 20px;
			*padding-left: 30px;
		}
			.entry .content ol li {
				background: none;
				list-style: decimal;
				padding-left: 0;
			}
			
			.entry .content li li {
				font-size: 1em !important;
			}
			.entry .content li p {
				font-size: 1em;
			}
		.entry .content .tags {
		
		}
			.entry .content .tags ul {
				margin-left: 0;
				overflow: auto;
				*zoom: 1;
				margin-bottom: 3px;
				padding-top: 10px;
				padding-right: 0;
			}
				.content .tags ul li {
					float: left;
					font-size: 1em;
					font-family: Arial, Helvetica, sans-serif;
					padding: 0;
					margin: 0;
					line-height: normal;
				}
				.content .tags ul li:hover {
					
				}
					.content .tags ul li a {
						color: #555;
						text-decoration: none;
						padding: 0 7px;
						display: block;
						margin: 0 9px 6px 0;
						border: none;
						white-space: nowrap;
						height: 22px;
						line-height: 19px;
						background: url(images/tag2.png) top center no-repeat;
					}
					.content .tags ul li a:hover {
						background-position: bottom center;
						color: #fff;
						text-decoration: none;
						border: none;
					}
					.content .tags ul li a:before {
						content: "#";
					}
	.entry .meta {
		height: 35px;
		font-size: 1.6em;
		color: #555;
		letter-spacing: 0.03em;
		clear: both;
	}
		.entry .meta a {
			color: #555;
		}
		.entry .meta a:hover {
			color: #000;
		}
		.entry .meta .comments {
			float: right;
		}
		.entry .meta .more {
			float: right;
			background: url(images/meta_separator.png) 0 5px no-repeat;
			padding-left: 10px;
		}
			.entry .meta .more a {
				background: url(images/raquo.png) right 7px no-repeat;
				padding-right: 9px;
			}
		/* title */
		.meta .categories .title,
		.meta .tags .title {
			background: url(images/postmeta.png) no-repeat;
			text-indent: -9000px;
			display: block;
			float: left;
			width: 62px;
		}
		/* content */
		.meta .categories .body,
		.meta .tags .body {
			float: left;
			width: 480px;
			letter-spacing: 0;
			font-size: 0.7em;
			font-family: Arial, Helvetica, sans-serif;
			margin-top: 1px;
			color: #7d7d7d;
		}
		.entry .meta .categories,
		.entry .meta .tags {
			clear: both;
			overflow: auto;
			margin-bottom: 15px;
			padding-top: 4px;
		}
			.meta .categories .title {
				background-position: 0 0;
			}
			.meta .tags .title {
				background-position: -600px 0;
				width: 36px;
			}
			.meta .tags a,
			.meta .categories a {
				color: #7d7d7d;
				border-bottom: 1px dotted #afafaf;
			}
			.meta .tags a:hover,
			.meta .categories a:hover {
				color: #333;
				border-color: #333;
			}
		.meta .share {
			float: left;
			position: relative;
			height: 25px;
			top: -5px;
			z-index: 1;
		}
			.meta .share .trigger {
				margin-top: 10px;
				height: 14px;
				line-height: 14px;
				font-size: 11px;
				font-family: Arial, Helvetica, sans-serif;
				color: #555;
				background: url(images/share.png) 0 0 no-repeat;
				padding-left: 19px;
				cursor: pointer;
			}
			.meta .share:hover .trigger {
				background-position: left bottom;
				color: #000;
			}
			.meta .share .menu {
				position: absolute;
				opacity: 0;
				display: none;
				left: -43px;
				z-index: 2;
				border-top: 2px solid #d5d5d5;
				background: url(images/share_menu.png) bottom left no-repeat;
				_background: url(images/share_menu.8bit.png) bottom left no-repeat;
				width: 100px;
				bottom: 5px;
			}
				.meta .share ul {
					padding-bottom: 14px;
				}
					.meta .share li {
						height: 24px;
						font-size: 11px;
						font-family: Arial, Helvetica, sans-serif;
						letter-spacing: 0;
						padding-left: 10px;
					}
						.meta .share li a {
							color: #777;
							line-height: 24px;
							height: 24px;
							float: left;
							clear: both;
							text-decoration: none;
							background: url(images/share_icons.png) no-repeat;
							padding-left: 27px;
						}
						.meta .share li a:hover {
							color: #333;
							text-decoration: none;
						}
							.meta .share li a em {
								font-style: normal;
							}
							.meta .share li a:hover em {
								border-bottom: 1px dotted #777;
							}
						.meta .share li.reddit a {
							background-position: 0 0;
						}
						.meta .share li.digg a {
							background-position: 0 -24px;
						}
						.meta .share li.delicious a {
							background-position: 0 -48px;
						}
						.meta .share li.twitter a {
							background-position: 0 -72px;
						}
						.meta .share li.facebook a {
							background-position: 0 -96px;
						}
						.meta .share li.email a {
							background-position: 0 -120px;
						}
						.meta .share li.first { padding-top: 7px; }
						.meta .share li.last {  }
	.entry .category_indicator {
		width: 31px;
		height: 31px;
		text-indent: -9000px;
		position: absolute;
		top: -5px;
		left: -40px;
	}
		.entry .category_indicator div {
			width: 31px;
			height: 31px;
			background-repeat: no-repeat;
		}
		.entry .category_indicator .branding,
		#sidebar li.branding a {
			background-image: url(images/category_branding.png);
		}
		.entry .category_indicator .strategy,
		#sidebar li.strategy a {
			background-image: url(images/category_strategy.png);
		}
		.entry .category_indicator .ux,
		#sidebar li.ux a {
			background-image: url(images/category_ux.png);
		}
		.entry .category_indicator .design,
		#sidebar li.design a {
			background-image: url(images/category_design.png);
		}
		.entry .category_indicator .technology,
		#sidebar li.technology a {
			background-image: url(images/category_technology.png);
		}
		.entry .category_indicator .ecommerce,
		#sidebar li.ecommerce a {
			background-image: url(images/category_ecommerce.png);
		}
		.entry .category_indicator .pickles,
		#sidebar li.pickles a {
			background-image: url(images/category_pickles.png);
		}
		.entry .category_indicator .videos,
		#sidebar li.videos a {
			background-image: url(images/category_videos.png);
		}
		.entry .category_indicator .crazytown,
		#sidebar li.crazytown a {
			background-image: url(images/category_crazytown.png);
		}
		.entry .category_indicator .funny-stuff,
		#sidebar li.funny-stuff a {
			background-image: url(images/category_funnystuff.png);
		}
		.entry .category_indicator .gadgets,
		#sidebar li.gadgets a {
			background-image: url(images/category_gadgets.png);
		}
		.entry .category_indicator .business,
		#sidebar li.business a {
			background-image: url(images/category_business.png);
		}
		.entry .category_indicator .ai,
		#sidebar li.ai a {
			background-image: url(images/category_ai.png);
		}

.entry table {
	border: 1px solid #e1e1e1;
	width: 100%;
	margin-bottom: 23px;
	margin-top: 10px;
}
	.entry td {
		font-size: 11px;
		color: #555;
		line-height: 1.6;
		padding: 15px;
		border: 1px solid #e1e1e1;
	}
	.entry tr:nth-child(even) td {
		background: #f9f9f9;
	}
		
.social_tools {
	height: 15px;
	margin: -5px -10px 40px;
}
	.social_tools ul {
		height: 15px;
		float: right;
	}
		.social_tools li {
			text-indent: -9000px;
			float: left;
			margin-right: 10px;
		}
			.social_tools li a {
				background: url(images/social_networking.png) no-repeat;
				display: block;
				height: 12px;
			}
			.social_tools li.email a {
				width: 14px;
				background-position: -50px 1px;
			}
			.social_tools li.email a:hover {
				background-position: -50px -24px;
			}
			.social_tools li.digg a {
				width: 17px;
				background-position: 0 0;
			}
			.social_tools li.digg a:hover {
				background-position: 0 -25px;
			}
			.social_tools li.delicious a {
				width: 12px;
				background-position: -25px 0;
			}
			.social_tools li.delicious a:hover {
				background-position: -25px -25px;
			}
			.social_tools li.twitter a {
				width: 12px;
				background-position: -75px 0;
			}
			.social_tools li.twitter a:hover {
				background-position: -75px -25px;
			}
			.social_tools li.reddit a {
				width: 32px;
				background-position: -100px 0;
			}
			.social_tools li.reddit a:hover {
				background-position: -100px -25px;
			}
			
#comments {
	clear: both;
}
			
#respond {
	padding-top: 25px;
	position: relative;
	clear: both;
}
	#respond h2,
	#comments h2 {
		font-size: 2em;
		color: #222;
		text-transform: uppercase;
		margin-bottom: 20px;
		font-weight: bold;
	}
	#respond p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.3em;
	}
		#respond p a {
			border-bottom: 1px dotted #aaa;
		}
	#respond .field {
		margin-bottom: 15px;
	}
	#respond div.submit {
		clear: both;
	}
	#respond .fields {
	}
		#respond .fields .field {
			float: left;
			width: 235px;
			*padding-bottom: 15px;
		}
		#respond label {
			display: block;	
			color: #555;
			margin-bottom: 4px;
			font-size: 1.2em;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
		}
			#respond label .note {
				font-size: 0.8em;
				font-style: italic;
				font-weight: normal;
				color: #999;
			}
			#respond label span.required {
				color: #c00;
			}
		#respond input,
		#respond textarea {
			border: 1px solid #ccc;
			font-size: 1.3em;
			color: #333;
			padding: 5px 6px 4px;
			width: 200px;
		}
		#respond textarea {
			width: 500px;
		}
		#respond #submit {
			width: 90px;
			height: 36px;
			background: url(images/submit.png) no-repeat;
			text-indent: -9000px;
			border: none;
			padding: 0;
			display: block;
			*font-size: 0;
			*text-align: left;
			*color: #f1f1f1;
		}
		#respond #submit:hover {
			background-position: bottom;
			cursor: pointer;
		}
		#respond div.required {
			position: absolute;
			top: 33px;
			right: 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.1em;
			color: #777;
		}
			#respond div.required span {
				color: #c00;
			}
			
#comments {

}
	.commentlist {
	
	}
		.commentlist li.comment {
			margin-bottom: 28px;
		}
			.commentlist li.comment .comment_inner {
				background: #f2f2f2 url(images/comment_bottom.png) bottom left no-repeat;
				padding: 18px;
			}
				li.comment .comment_inner p {
					font-size: 1.3em;
					color: #444;
				}
				li.comment .comment_inner a {
					color: #39c;
				}
				li.comment .comment_inner a:hover {
					border-bottom: 1px dotted #39c;
				}
			.commentlist li.comment .moderation {
				background: #ffc;
				padding: 8px 18px;
				font-size: 1.1em;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
			}
			.commentlist li.comment .comment-author {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 1.2em;
				padding-left: 18px;
				padding-top: 3px;
				color: #7d7d7d;
			}
				li.comment .comment-author a {
					color: #7d7d7d;
					border-bottom: 1px dotted #afafaf
				}
				li.comment .comment-author a:hover {
					color: #333;
					border-color: #333;
				}
				
h2.pagetitle {
	margin-bottom: 25px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */





/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.navigation {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 30px 0;
}
	.navigation .prev {
		float: left;
	}
	.navigation .next {
		float: right;
	}
	
#modal_overlay {
	z-index: 150 !important;
}
	
#video_popup {
	width: 900px;
	height: 754px;
	position: absolute;
	z-index: 200 !important;
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
	#video_popup .inner {
		position: relative;
	}
	#video_popup .header {
		background: #000;
		color: #D7D7D7;
		font-size: 1.6em;
		font-style: italic;
		height: 39px;
		line-height: 39px;
		padding-left: 14px;
	}
	#video_popup .player {
		width: 900px;
		height: 715px;
	}
	#video_popup .close {
		position: absolute;
		top: 0;
		right: 0;
		background: url("/img/btn/btn_close_overlay.png") no-repeat scroll 0 0 transparent;
		cursor: pointer;
		height: 36px;
		position: absolute;
		text-indent: -9999px;
		width: 35px;
	}
