/*-----------------------------------------------------------------------------------------------*/
/*                                      3NHANCED.COM THEME                                       */
/*                                      VERSION: 2.0                                             */
/*                                      AUTHOR: jon cazier                                       */
/*                                      EMAIL: jon@3nhanced.com                                  */
/*                                      WEBSITE: 3nhanced.com                                    */
/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
/*                         CSS RESET (MODIFIED VERSION OF YAHOO UI CSS RESET)                    */
/*-----------------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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 {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	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;
}

img {
	border: none;
	text-decoration: none;
}

*:focus {
	outline: none;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                            STYLES                                             */
/*-----------------------------------------------------------------------------------------------*/

body {
	background: #101721 url(images/bg.jpg) fixed top;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #212121;
	line-height: 24px;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	margin-bottom: 15px;
	text-decoration: none;	
	color: #212121;
	font-weight: normal;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 100%;
}

p {
	margin-bottom: 15px;
}

code {
	font-size: 110%;
	color: #666; 
}

p {
	font-size: 80%;
}

dl {
	font-weight: normal;
	font-size: .8em;
}

	dt {
		font-weight: bold;
	}
	
	dd {
		margin-left: 20px;
		margin-bottom: 10px;
	}

cite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	display: block;
	padding: 0 50px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	font-style: italic;
}

.postMain ul li {
	font-size: .8em;
}

.blockLink, .blockLink:hover {
	display: block;
	padding: .1em;
	border: solid 1px #999;
	background: #444;
	width: 120px;
	text-align: center;
	text-decoration: none;
}

#vader #contentLeft .post .postMain .postImage {
	width: 250px;
	float: left;
	margin: 0 20px 10px 0;
	text-align: center;
	line-height: .7em;
}

#vader #contentLeft .post .postMain .postImage img {
	width: auto;
	height: auto;
	border: none;
	margin: 0px;
	padding: 0px;
	border: solid 1px #999;
}

#vader #contentLeft .post .postMain .postImage span {
	font-size: .6em;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                            LAYOUT                                             */
/*-----------------------------------------------------------------------------------------------*/

#vader {
	width: 1000px;
	margin: auto;
}

#header {
	height: 160px;
}

	#headerLeft {
		width: 160px;
		height: 160px;
		float: left;
		text-indent: -1300px;
	}
	
		#headerLeft[id] {
			background: transparent url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/headerLeft.png) no-repeat;
		}
	
	#headerMid, #headerMid2 {
		display: block;
		width: 606px;
		height: 160px;
		float: left;
		background: transparent url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/header.jpg) no-repeat;
		text-indent: -1300px;
	}
	
	#headerMid2 {
		background: transparent url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/header2.jpg) no-repeat;
	}
	
	#headerRight {
		width: 234px;
		height: 160px;
		float: left;
		position: relative;
	}
	
			#headerRight[id] {
				background: transparent url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/headerRight.png) no-repeat;
			}
	
		#headerRight ul {
			list-style: none;
			position: absolute;
			bottom: 10px;
			right: 0px;
		}
		
		#headerRight ul li, #headerRight ul li a {
			float: left;
			width: 70px;
			height: 25px;
		}
		
		#headerRight ul li {
			margin: 0px 3px;
		}
		
		#vader #header #headerRight ul li a, .readMore {
			display: block;
			text-align: center;
			font-size: 80%;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: bold;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		
		#headerRight ul li a {
			background: transparent url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/menuItem.gif) no-repeat;
			color: #666;
			line-height: 27px;
		}
		
		a.readMore { 
			background: transparent url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/menuItem2.gif) no-repeat; 
			line-height: 25px;
		}
		
	
#content {
	background: transparent url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/mainBg.gif) repeat-y;
	overflow: hidden;
	height: 1%;
}

	#contentLeft {
		width: 766px;
		float: left;
		background: transparent url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/mainLeftBg.gif) no-repeat top;	
	}
	
		.post {
			position: relative;
			margin: 20px 0;
			background: transparent url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/postBtm.gif) no-repeat bottom;
			overflow: hidden;
			height: 1%;
		}
		
			.postLeft {
				width: 160px;
				float: left;
			}
			
				.postThumbContainer {
					width: 126px;
					margin: auto;
				}
				
					.postThumb {
						width: 126px;
						height: 113px;
						background: transparent url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/thumbBg.jpg) no-repeat;
						text-align: center;
						padding-top: 13px;
						position: relative;
					}
					
						.postThumb img.postBadge {
							position: absolute;
							top: 5px;
							left: 5px;
						}
					
						.postThumb img.post-image {
							width: 100px;
							height: 100px;
							vertical-align: middle;
							border: solid 2px transparent;
						}
						
						.postThumb img.post-image:hover {
							border: solid 2px #393939;
						}
					
					.postInfo {
						height: 21px;
						background: transparent url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/greenBg.gif) repeat-x;
						text-align: center;
						line-height: 21px;
					}
					
						.postInfo a {
							font-weight: bold;
							color: #FFF;
							text-decoration: none;
							text-transform: uppercase;
							font-size: 80%;
						}
						
						.postInfo a em {
							font-style: italic;
							font-weight: bold;
						}
						
						.postInfo a:hover em {
							font-style: italic;
							font-weight: bold;
							color: #212121;
						}
						
						.postInfo ul, .postInfo ul li {
							list-style: none;
						}
						
						.postInfo ul li {
							margin: 0 0 0 1px;
						}
						
						.postInfo ul li, .postInfo ul li a {
							float: left;
							width: 40px;
							height: 21px;
							text-indent: -4000px;
						}
						
						.diggBtn {
							background: transparent url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/diggBtn.gif) no-repeat top;
						}
						
						.delBtn {
							background: transparent url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/delBtn.gif) no-repeat top;
						}
						
						.stumbleBtn {
							background: transparent url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/stumbleBtn.gif) no-repeat top;
						}
						
						.diggBtn:hover, .delBtn:hover, .stumbleBtn:hover {
							background-position: bottom;
						}
			
			.postMain {
				width: 556px;
				float: left;
				padding: 0 25px 50px 25px;
				position: relative;
				font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
				color: #444;
				line-height: 1.3em;
				font-size: 1.2em;
			}
			
				.postMain a {
					color: #A1D40A;
					text-decoration: none;
					font-weight: bold;
				}
				
				.postMain a:hover {
					text-decoration: underline;
				}
			
				.postMain h2, .postMain h2 a, .postMain h2 a:hover {
					text-align: right;
					margin: 0 0 10px 0;
					color: #212121;
					text-decoration: none;
					font-size: 1.2em;
					line-height: 1.2em;
					font-weight: normal;
				}
				
				.postMain h3 {
					font-size: 1.1em;
				}
				
				.postMain h5 {
					text-align: right;
					font-size: .8em;
				}
				
				a.readMore {
					width: 70px;
					height: 25px;
					position: absolute;
					bottom: 4px;
					left: 50px;
					color: #212121;
				}
				
				a.readMore:hover {
					text-decoration: none;
				}
				
				.postMain .tutImage {
					display: block;
					width: 500px;
					margin: 20px auto;
					border: solid 5px #999;
					text-align: center;
				}
			
			.navigatePosts {
				height: 25px;
				padding: 0 20px 0 160px;
				text-align: right;
			}
			
				.navigatePosts a {
					text-decoration: none;
					text-transform: uppercase;
					font-size: 70%;
					color: #212121;
					font-weight: bold;
				}
				
				.navigatePosts a:hover {
					text-decoration: underline;
				}
				
				.oldPosts {
					float: left;
					margin-left: 10px;
				}
	
/*-----------------------------------------------------------------------------------------------*/
/*                                           SIDEBAR                                             */
/*-----------------------------------------------------------------------------------------------*/
	
	#sideBar {
		width: 234px;
		float: left;
	}
	
		#sideBar .bookmarks a {
			color: #696969;
			text-decoration: none;
			font-weight: bold;
			display: block;
			padding-left: 10px;
		}
		
		#sideBar .bookmarks a:hover {
			background: #e1dfdf;
		}
	
		.sideBarSection {
			width: 200px;
			margin: 20px auto;
			padding: 0 0 20px 0;
			border-bottom: 2px solid #999;
		}
		
		.sideBarSection h3 {
			
		}
		
			.search * {
				vertical-align: middle;
			}
			
			.categories ul {
				list-style: none;
				overflow: hidden;
			}
			
			.categories ul li{
				margin: 5px;
			}
			
			#sideBar .categories ul li, #sideBar .categories ul li a {
				float: left;
				width: 50px;
				height: 50px;
				text-indent: -1500px;
			}
			
				#sideBar .cat-item-3, #sideBar .cat-item-3:hover {
					background: transparent url(images/icons/small_css.gif) no-repeat;
				}
				
				#sideBar .cat-item-4, #sideBar .cat-item-4:hover {
					background: transparent url(images/icons/small_photoshop.gif) no-repeat;
				}
				
				#sideBar .cat-item-7, #sideBar .cat-item-7:hover {
					background: transparent url(images/icons/small_javascript.gif) no-repeat;
				}
				
				#sideBar .cat-item-9, #sideBar .cat-item-9:hover {
					background: transparent url(images/icons/small_ideas.gif) no-repeat;
				}
				
				#sideBar .cat-item-10, #sideBar .cat-item-10:hover {
					background: transparent url(images/icons/small_review.gif) no-repeat;
				}
				
				.icon_News {
					background: transparent url(images/icons/small_news.gif) no-repeat;
				}
				
			.currentlyReading p {
				font-size: 70%;
				line-height: 14px;
			}
			
			.currentlyReading p em, .readThis p em {
				font-size: 80%;
				line-height: 14px;
			}
			
			.currentlyReading img, .readThis img {
				float: left;
				margin: 0 5px 5px 0;
			}
			
			.currentlyReading div.ammCurrent {
				padding: 10px;
			}
			
			.currentlyReading div.ammCurrent:hover {
				background: #e1dfdf;
			}
			
		.rssFeed * {
			vertical-align: middle;
		}
		
		.rssFeed a {
			text-decoration: none;
			color: #212121;
			font-weight: bold;
			font-size: 1.3em;
			line-height: 1.3em;
		}

#sideBar .friends ul {
	margin: 10px 0;
}

#sideBar .friends a {
	color: #444;
}

#sideBar .twitter ul {
	font-size: .8em;
}

	#sideBar .twitter ul li {
		font-size: .8em;
		border-bottom: solid 1px #CFCFCF;
	}
	
	#sideBar .twitter a {
		font-size: .8em;
		color: #444;
	}

/*-----------------------------------------------------------------------------------------------*/
/*                                            FOOTER                                             */
/*-----------------------------------------------------------------------------------------------*/
			
#footer {
	width: 966px;
	margin: auto;
	background: #222 url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/footerBg.gif) no-repeat top left;
	clear: both;
	overflow: hidden;
	padding: 30px 0;
	color: #999999;
	font-size: 80%;
}

	#footer a {
		color: #666666;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

.footerDiv {
	width: 215px;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 40px;
}

	.footerDiv h2 {
		color: #F9F9F9;
		font-size: 160%;
	}
	
	.footerDiv ul li a {
		color: #E9E9E9;
		font-size: 120%;
	}
	
.linkcat {
	list-style: none;
}

a.feedLink {
	padding-left: 25px;
	background: transparent url(http://www.3nhanced.com/wp-content/themes/3nhanced%20theme%20v2/images/icons/feedIconSmall.png) no-repeat left;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                     SYNTAX HIGHLIGHTER                                        */
/*-----------------------------------------------------------------------------------------------*/

.dean_ch {
	line-height: 1.2em;
	font-size: .8em;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                         COMMENTS                                              */
/*-----------------------------------------------------------------------------------------------*/

.commentHeader {
	padding-left: 180px;
	margin: 20px 0 50px 0;
}

.commentHeader a {
	font-weight: bold;
	text-decoration: none;
	color: #A1D40A;
}

.commentHeader a:hover {
	text-decoration: underline;
}

.commentWrapr {
	overflow: hidden;
}

	.commentLeft {
		width: 160px;
		float: left;
		text-align: center;
		padding: 10px 0;
	}
	
	
		.commentLeft cite, .commentLeft cite a {
			font-weight: bold;
			color: #A1D40A;
			text-decoration: none;
			font-size: 1em;
			line-height: 1.2em;
			padding: 0px;
			margin-top: 3px;
		}
		
		.commentLeft cite {
			color: #999;
		}
		
		.commentLeft em {
			font-size: .7em;
			color: #666;
		}
	
	.commentRight {
		width: 546px;
		float: left;
		padding: 10px 30px;
		border-top: solid 1px #999;
		border-bottom: solid 1px #E8E8E8;
		min-height: 150px;
		font-size: 1.2em;
		line-height: 1.3em;
		font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #444;
		background: #FFF;
	}
	
	.commentWrapr .alt {
		background: #EFEFEF;
	}
	
#commentform {
	padding-left: 180px;
	margin-top: 50px;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                       LISTS POSTS                                             */
/*-----------------------------------------------------------------------------------------------*/	

.postListContainer {
	overflow: hidden;
	margin: 20px 0;
	padding-top: 20px;
	border-top: solid 2px #EFEFEF;
}

.postListContainer img {
	width: 100px;
	height: 100px;
	border: solid 1px #999;
	padding: 5px;
	float: left;
	margin: 0 20px 20px 0;
}

.postListContainer h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0px;
}

.postListContainer small {
	font-size: .9em;
	line-height: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #999;
	display: block;
}

.postListContainer cite {
	padding-left: 130px;
	padding-right: 60px;
	display: block;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                         GRAVATARS                                             */
/*-----------------------------------------------------------------------------------------------*/

.gravatar {
/*float:left;
padding: 3px;
border: 1px solid #000;
background: #fff;*/
}

.postgrav {
/*float: left;
padding: 3px;
margin-right: 5px;
margin-left: 5px;
border: 1px solid #000;
background: #fff;*/
}

/*-----------------------------------------------------------------------------------------------*/
/*                                   POST SPECIFIC STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

#contentLeft .postMain .specificityTable {
	width: 80%;
	border: solid 2px #EEE;
	border-bottom: solid 20px #EEE;
	margin: 10px 0;
}

#contentLeft .postMain .specificityTable thead th {
	font-size: 90%;
	font-weight: bold;
	padding: 6px;
}

#contentLeft .postMain .specificityTable td {
	font-size: 80%;
	padding: 6px;
	border: solid 2px #EEE;
}