/* resetting some default styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
a:focus {outline:1px dotted #999;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
html { font-size:100.01%; }
body { font-size:1em; }
textarea {overflow:auto}
button {cursor:pointer}
a {text-decoration:none; color:#969696	}
a:hover {color:#900	}
/*  -----------------------------------
	a better and smarter way to clear floats
--------------------------------------*/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix {display:inline-block}
/* Hide from IE Mac \*/
.clearfix {display:block}
/* End hide from IE Mac */
* html .clearfix {height:1px}
body {
	background:url(images/pageBG.jpg) repeat-x left top #350405;
	font-family:verdana, arial, sans;
}
.iamntzcom {
	padding:20px;
	text-align: center;
	margin:0 10px 10px;
	border: 1px solid #ccc;
	color:#c00;
	font-size:36px;
	display:block;
	font-weight:700;
}
	.iamntzcom a {
		color:#c00	
	}
	#wrap {
		width:930px;
		margin:0 auto;
	}
		#header {
			background:url(images/header.jpg) no-repeat 170px top;
			height:231px;
		}
		#logo {
			display:block;
			font-family:"Trebuchet MS", Helvetica, Tahoma, Sans-serif;
			font-size:3em;
			color:#fff;
			width:462px;
			height:88px;
			background:url(images/logo2.gif) no-repeat left bottom transparent;
			text-indent: -9999px;
		}
		#logo:hover {
			text-decoration:none;
		}
#content {
	margin-bottom:30px;
}
	#content .top {
		background:url(images/roundedTop.png) no-repeat left bottom;
		font-size:.1em;
		height:15px;
	}
	#content .btm {
		background:url(images/roundedBtm.png) no-repeat left top;
		font-size:.1em;
		height:15px;
	}
#mainContent {
	background:#fff;
}
#topMenu {
	margin-top:22px;
}
	#topMenu li {
		float:left;
		width:186px;
		height:90px;
		text-align: center;
		cursor:pointer;
		position: relative;
	}
		#topMenu li a {
			display:block;
			height:90px;
			color:#fff;
			background:transparent;
			font:700 .8em/90px "Trebuchet MS", Helvetica, Tahoma, Sans-serif;
			text-transform: uppercase;
			outline:none;
		}
			#topMenu li a:hover,
			#topMenu li a:focus,
			#topMenu li.current_page_item a {
				background:url(images/topBar.gif) no-repeat center center;
				text-decoration:none;
			}
#mainArea {
	float:left;
	width:640px;
	padding-left:15px;
}
#sidebar {
	width:230px;
	float:right;
	padding-right:15px;
}	
	#sidebar p {
		font-size:.8em;
		margin:0 15px;
		line-height:150%;
	}
	#sidebar h4 {
		font:100 1.1em/37px Tahoma, Helvetica, Sans-serif;
		height:37px;
		color:#900;			
		padding:0 10px;
	}
	#sidebar li {
		margin: 2px 0 2px 10px;
		font-size:.8em;
		line-height:180%
	}
	#sidebar li li {
		font-size:1em;
	}
	#sidebar #text-159440321 .textwidget {
		padding-left:0;
	}
	#sidebar #text-159440321 .textwidget li {
		margin-left:0;
		margin-bottom:15px;
	}
		#sidebar li a {
			background:url(images/orangeArrow.png) no-repeat left center;
			padding-left:10px;
		}
.sidebarRSS {
	display:block;
	width:128px;
	margin:0 auto
}
.textwidget {
	padding-left:10px;
}
.widget {
	margin-bottom:20px;
}
#mainArea .entry {
	position: relative;
	margin-bottom:10px;
}
	#mainArea .entry h1,
	#mainArea .entry h2,
	#mainArea .entry h3,
	#mainArea .entry h4,
	#mainArea .entry h5,
	#mainArea .entry h6 {
		line-height:1.5em;
		margin-bottom:1em;
		letter-spacing:-0.02em;
	}
#mainArea .entry h1 {font-size:2em;}
#mainArea .entry h2 {font-size:1.8em;}
#mainArea .entry h3 {font-size:1.5em;}
#mainArea .entry h4 {font-size:1.3em;}
#mainArea .entry h5 {font-size:1em;}
#mainArea .entry h6 {font-size:.8em;}
	#mainArea span.date {
		position: absolute;
		background:url(images/date.png) no-repeat left top;
		width:50px;
		height:47px;
		top:0;
		left:-62px;
	}
		#mainArea span.date span {
			display:block;
			text-align: center;
			font-family:"Trebuchet MS", Helvetica, Tahoma, Sans-serif;
			color:#900	
		}
			#mainArea span.date span.day {
				font-size:1.7em;
				font-weight:700;
				padding:2px 0 0 0 	
			}
			#mainArea span.date span.month {
				font-size:.8em;
			}
	#mainArea .entry .entryTitle {
		font:100 1.4em/47px Tahoma, "Trebuchet MS", Helvetica, Sans-serif;
		color:#900
	}
		#mainArea .entry .entryTitle a {
			color:#900	
		}
		#mainArea .entry .entryTitle a:hover {
			color:#ff752b	
		}
	#mainArea .story {
		font-size:.77em;
		line-height:180%;
	}
		#mainArea .story p {
			margin-bottom:10px;
		}
			#mainArea .story a {
				color:#900	
			}
				#mainArea .story a:hover {
					color:#ff752b	
				}
		#mainArea .story blockquote {
			border: 1px solid #969696;
			border-left:5px solid #ff752b;
			background:#e8e8e8;
			padding:1em 10px;
			margin-bottom:10px;
			font-style:italic;			
		}
			#mainArea .story blockquote p {
				margin-bottom:.5em
			}
			#mainArea .story ul,
			#mainArea .story ol {
				margin:10px 0 0 10px;
			}
				#mainArea .story ul li {
					background:url(images/orangeArrow.png) no-repeat left 6px;	
					padding-left:10px;
					margin-bottom:5px;
				}
				#mainArea .story ul.wp-polls-ul li{
					padding-left:0;
					background:none;
				}
				#mainArea .story ol li {
					list-style:decimal inside;
					margin-bottom:5px;
				}
	#mainArea .entry .meta {
		font-size:.7em;
		line-height:16px;
	}
		#mainArea .entry .meta .tags {
			float:left;
			background:url(images/tagIcon.gif) no-repeat left center;
			padding-left:20px;
			color:#969696;
			width:510px;
		}
			#mainArea .entry .meta .tags strong {
				color:#ff752b	
			}
		#mainArea .entry .meta .comments {
			float:right;
		}
			#mainArea .entry .meta .comments a {
				background:url(images/commentIcon.gif) no-repeat left center;
				padding-left:20px;	
				display:block;
			}
	#mainArea .more-link {
		background:url(images/orangeArrow.png) no-repeat right center;
		padding-right:10px;		
	}
#paginare {
	color:#969696;	
	text-align: center;
	font-size:.8em;
	margin-top:20px;
}
	#paginare a{
		margin:0 5px
	}
/*  -----------------------------------
	comments
--------------------------------------*/
#commentlist li {
	font-size:.8em;
	margin:20px 0;
	font-family:Tahoma, Sans-serif;
}
	#commentlist .commentText {
		border: 1px solid #e8e8e8;
		padding:5px;
		line-height:150%;
		-moz-border-radius:5px;
		-webkit-border-radius: 5px;
		border-radius:5px;
	}
		#commentlist .bypostauthor .commentText {
			border:3px solid #e0e0e0;
			padding:10px;
			background-color:#fafafa;
		}
	#commentlist .commentMeta {
		line-height:24px;
	}
		#commentlist .l {
			float:left
		}
		#commentlist .r {
			float:right
		}
html>body #commentlist .r {
	display:none;
	color:#969696	
}
html>body #commentlist li:hover .r {
	display:block;
} 
#commentlist li p {
	margin-bottom:1em;
}
	#commentlist li blockquote {
		border: 1px solid #969696;
		border-left:5px solid #ff752b;
		-moz-border-radius:5px;
		-webkit-border-radius: 5px;
		border-radius:5px;
		background:#e8e8e8;
		padding:5px 10px;
		margin-bottom:10px;
		font-style:italic;	
	}
		#commentlist .author {
			font-size:1.1em;
			color:#900;
		}
			#commentlist .author a {
				color:#ff752b;
				font-weight:700;
			}
			#commentlist .author a:hover {
				color:#900	
			}
#comments,
#postcomment {
	font:100 1.3em Tahoma, Helvetica, sans;
	margin:10px 0
}			
/*  -----------------------------------
	comment form
--------------------------------------*/
#commentform {
}
	#comment {
		width:628px;
		border: 1px solid #969696;
		font:100 .88em Tahoma, Verdana, sans;
		padding:5px;
		height:190px;
		-moz-border-radius:5px;
		-webkit-border-radius: 5px;
		border-radius:5px;
	}
	#submit {
		cursor:pointer;
	}
	#commentform p{
		margin:10px 0;
	}
	#commentform label {
		font-size:.7em;
		cursor:pointer;
		float:left;
		width:250px;
		line-height:28px;
		color:#969696	
	}
	#author,
	#email,
	#url,
	#ac-in {
		float:left;
		width:250px;
		border: 1px solid #969696;
		margin-right:15px;
		-moz-border-radius:5px;
		-webkit-border-radius: 5px;
		border-radius:5px;
		padding:5px
	}
/*  -----------------------------------
	sidebar Search
--------------------------------------*/
#sidebarSearch {
	padding-left:10px;
}
	#submitSearch {
		text-indent:-9999px;
		background:url(images/49.gif) no-repeat center center;
		border: none;
		float:left;
		margin-left:5px;
		width:16px;
	}
	#sidebarSearch input#srch {
		background:none;
		border: 1px solid #e8e8e8;
		float:left;
		width:160px;
	}
#footer {
	background:#fff;
	text-align: right;
	font-size:.7em;
	padding:0 15px;
	color:#969696	
}
	#footer a {
		font-weight:700;		
	}
.wp_syntax {
	border: 1px solid #888;
	border-left-width:5px;
	background:#FFFDF7 ;
	color: #100;
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.wp_syntax table {
  border-collapse: collapse;
}
.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
}
.wp_syntax .line_numbers {
  text-align: right;
  background-color: #888;
  color: #fff;
  overflow: visible;
}
/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
  font-size:14px;
}
code {
	font-size:1.2em;
	background:#fffbe7;
	padding:0 5px;
	border: 1px solid #ccc;
}
.strike,
.stroke {
	text-decoration:line-through;
}
img.left, 
img.alignleft {
	float:left;
	margin:0 10px 0 0;
}
img.right,
img.alignright {
	margin:0 0 0 10px;
	float:right
	}
div.nb {
	border: 2px solid #c00;
	padding:0 1em;
	margin-bottom:1em
}
.injura-ma a {
	font:700 26px/50px "Trebuchet MS", Helvetica, Tahoma, Sans-serif;
	text-align: center;
	color:#00f;
	display:block;	
	border: 1px solid #ccc;
}
	.injura-ma a:hover {
		color:#fff;
		background-color:#00f	
	}
#bug {
	position: absolute;
	left:0;
	top:0;
}
.allowedTags,
#captch-label {
	font-size:.8em;
	background-color:#fee;
	line-height:150%;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	position: relative;
}
.allowedTags span {
	display:none;
	position: absolute;
	left:270px;
	top:0;
	width:300px;
	background-color:#000;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	color:#fff;
	font-size:.77em;	
	padding:5px;
	z-index: 10;
}
.postRSS {
	display:block;
	margin:10px 0
}
	.postRSS img {
		display:block;
	}
body {
	padding-bottom:80px;
}
* html .catFish {
	display:none;
}
.catFish {
	position: fixed;
	bottom:-102px;
	left:0;
	width:100%;
	background:url(images/catFishBG.png) repeat-x left bottom;
	height:102px;
	overflow:hidden;
}
	.catFish .closeCatfish {
		position: absolute;
		right:10px;
		top:35px;
		background:url(images/closeCatfish.png) no-repeat left center;
		padding-left:12px;
		font-size:11px;
		line-height:16px
	}
.catFish .innerCatFish {
	margin:24px 0 1px;
	line-height:74px;
	text-align: center;
	font-size:3em;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
.wp_syntax  {
	background:url(images/code.png) no-repeat 99% 4px;
}
#mainArea .entry #profitshare  {
	border: 1px solid #f2f2f2;
	padding:5px 0;
	margin:2em 0;
}
#mainArea .entry #profitshare h1 {
	margin:0 0 10px;
	text-align: center;
	font-size:18px;
}
.profitShare,
#ad_2parale {
	float:left;
	margin-right:10px;
}

#captch-wrap {
	
}
	#commentform #captch-wrap label {
		display:block;
		float:none;
		width:auto;
		line-height:150%;
		font-size:.8em;
		color:#000;
		margin:1em 0;
		text-indent:5px;
	}
	#ac-in {
		float:none;
		margin-top:1em;
	}
	#captch-imgbg {
		margin-bottom:15px;
	}

.guestPost {
	padding:15px;
	margin-bottom:1em;
	background-color:#fdfdfd;
	border: 5px solid #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	font-size:11px;
	font-weight:700;
	font-style:italic;
	color:#666;
}
	.guestPost a {
		color:#350405;
		font-size:14px;		
	}
	.guestPost a:hover {
		text-decoration:underline;
		color:#c00;
	}

