/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
	font-family: sans-serif;
	color: #000;
}

#wrapper{
	width: 1000px;
	background-color: #fff;
	margin: 0 auto;
	border-top: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

a{
	color: #0033CC;
	font-weight: bold;
	text-decoration: none;
}
	a:hover{
		text-decoration: underline;
	}

/******************************/

#header{
	background:#880404 url(i/header_bg.jpg) bottom left repeat-x;
	width: 1000px;
	float: left;
}

	/******/
	
	#banner{
		padding: 40px 20px 25px 20px;
	}
		#banner h1{
			font-size: 24px;
			margin: 0;
			padding: 0;
			color: #fff;
			text-transform: lowercase;
		}
		#banner h2{
			margin: 0;
			padding: 0;
			font-size: 12px;
			font-weight: normal;
			color: #aaa;
		}
	
	/******/
	
	#nav{
		padding-left: 20px;
		float: left;
	}
		#nav ul{
			margin: 0;
			padding: 0;
			float: left;
		}
		#nav li{
			margin: 0;
			padding: 0 4px 0 0;
			float: left;
			list-style: none;
		}
			#nav li a{
				display: block;
				padding: 4px 20px 4px 20px;
				float: left;
				font-size: 12px;
				color: #fff;
				text-decoration: none;
				background: #642021 url(i/nav_bg.gif) bottom left repeat-x;
				border-left: 1px solid #3D1716;
				border-right: 1px solid #3D1716;
				border-top: 1px solid #3D1716;
			} 
				#nav li.current_page_item a{
					background: #fff;
					color: #000;
					font-weight: bold;
				}
			
			#nav li a:hover{
				
				color: #fff;
				text-decoration: none;
				background-color: #3D1716;
			}
				#nav li.current_page_item a:hover{
					background-color: #fff;
					color: #000;
					font-weight: bold;
				}
			
	
	/******/
	
	#reg{
		float: right;
	}
		#reg a{
			font-size: 12px;
			display: block;
			width: 100px;
			text-align: center;
			padding: 4px 0 4px 0;
			margin-right: 15px;
			color: #fff;
			text-decoration: none;
			background: #642021 url(i/nav_bg.gif) bottom left repeat-x;
			border-left: 1px solid #3D1716;
			border-right: 1px solid #3D1716;
			border-top: 1px solid #3D1716;	
		}
		#reg a:hover{
			color: #fff;
			text-decoration: none;
			background-color: #3D1716;
			padding: 4px 0 4px 0;
		}
		
	
/*****************************/

#main{
	clear: both;
}

/******************************/

#left{
	float: left;
	width: 200px;
	padding: 35px 0;
}
	#left h3, #right h3, #left h2, #right h2{
		display: block;
		padding: 2px 0;
		background-color: #f2f2f2;
		border-top: 1px solid #ccc;
		font-size: 13px;
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	#left ul, #right ul{
		margin: 0;
		padding: 0;
	}
	#left li, #right li{
		list-style: none;
		font-size: 11px;
		padding: 3px 0;
		line-height: 14px;
	}
	#left p, #right p{
		font-size: 11px;
	}
	#left form,#right form{
		
	}
		#left input, #right input{
			font-size: 11px;
		}
	
		/**********/
		
		#left div.module{
			
		}
		#right div.module{
			
		}
		div.module{
			padding: 5px;
			margin: 0 5px;
			margin-bottom: 20px;
		}
		div.module2{
			padding: 5px;
			margin: 0 5px;
		}
			div.ads{
				background-color: #f2f2f2;
				width: 122px;
			}

/******************************/

#right{
	float: right;
	width: 220px;
	padding: 35px 0;
}

/******************************/

#content{
	margin: 0 240px 0 220px;
	padding: 35px 0;
}

	div.entry{
		font-size: 12px;
		margin-bottom: 55px;	
	}
	div.title{
		color: #333;
		padding: 5px;
		background-color: #f2f2f2;
		border-top: 1px solid #ccc;
		font-size: 19px;
		font-weight: bold;
	}
		div.title a{
			color: #333;
		}
	div.details{
		color: #666;
		line-height: 22px;
	}
		div.details a{
			color: #444;
			line-height: 16px;
			text-decoration: none;
		}
		div.details a:hover{
			text-decoration: underline;
		}
	
	
	div.post{
		font-size: 13px;
		line-height: 1.5em;
	}
	div.post h1,div.post h2,div.post h3,div.post h4{color: #555}
	div.post h1{
		font-size: 20px;
	}
	div.post h2{
		font-size: 18px;
	}
	div.post h3{
		font-size: 16px;
	}
	div.post h4{
		font-size: 14px;
	}
	div.post p{
		font-size: 13px;
	}
	div.post ul li{
		font-size: 12px;
		color: #666;
		list-style: circle;
	}
	div.post ol li{
		font-size: 12px;
		color: #666;
		list-style: lower-roman;
	}
		div.post li{
			margin-bottom: 10px;
		}
	div.post blockquote{
		color: #666;
		border: 1px solid #ccc;
		background-color: #f2f2f2;
		margin: auto 35px;
		padding: 10px 15px;
	}
        div.post img{margin: 15px;}
	
	/********/
	div.tools{
		margin-top: 25px;
		padding-top: 4px;
		border-top: 1px solid #f2f2f2;
                text-align: left;
	}
	

/******************************/

#footer{
	clear: both;
	font-size: 11px;
	text-align: center;
	padding: 20px 0;
}

/*******************************/

div.comments{
	
}
	div.comm_head{
		color: #333;
		font-size: 18px;
		font-weight: bold;
		padding: 0 15px;
	}
	div.comm_rss{
		color: #666;
		font-size: 12px;
		padding: 0 15px;
	}
	div.comm{
		margin: 25px 15px;
		background-color: #f2f2f2;
		border: 1px solid #ccc;
		padding: 15px;
	}
	div.time{
		font-size: 16px;
		color: #000;
		font-family: Georgia, "Times New Roman", Times, serif;
		
	}
	div.dets{
		padding-bottom: 20px;
		color: #666;
		font-size: 12px;
	}
	div.words{
		font-size: 12px;
		color: #333;
		line-height: 1.4em;
	}
	
/***********************************BUTTONS*/

.rss{
	display: block;
	padding-left: 20px;
	background: url(i/iconFeed.gif) top left no-repeat;
}
.delicious{
	display: block;
	padding-left: 20px;
	background: url(i/delicious.gif) top left no-repeat;
}
.digg{
	display: block;
	padding-left: 20px;
	background: url(i/digg.gif) top left no-repeat;
}
.web20{display:block;padding-left:20px; background: url(../../../images/iconConf1.gif) left center no-repeat;}
.reddit{
	display: block;
	padding-left: 20px;
	background: url(i/reddit.gif) top left no-repeat;
}
.technorati{
	display: block;
	padding-left: 20px;
	background: url(i/technorati.gif) top left no-repeat;
}
.clock{
	display: block;
	padding-left: 20px;
	background: url(i/time.gif) top left no-repeat;
}
.tabor{
	height: 184px;
	background: url(i/mtabor.jpg) top left no-repeat;
}
.taborlogo{
	 display:block;height:36px; width: 490px; background:url(i/mktabor.gif) top left no-repeat;
}
.emailadd{
	 height:20px; background:url(i/email.html) top left no-repeat;
}

.linkcat{
	margin-bottom: 20px;
}

.pop{
	background-color:;
	border: 1px solid #999;
	margin: 0 10px;
	margin-bottom: 25px;
}
	.pop h4{
		display: block;
		padding: 2px;
		margin: 0;
		border-bottom: 1px solid #999;
		background-color: #bbb;
		font-size: 13px;
		font-weight: bold;
		color: #000;
	}
	#left .pop ul, #right .pop ul{
		padding: 5px;
		background-color: #FFFFCC;
	}


.news_email{
	padding: 3px 0;
}
	.news_email input{
		width: 95%;
		padding-left: 2px;
	}

.news_submit{
	font-size: 11px;
}

/*********************************/

.nextprev{
	font-size: 12px;
	text-align: center;
	margin-top: 50px;
}

.pagetitle{
	color: #333333;
	font-size: 11px;
	
	display: block;
	padding: 5px;
	text-align: center;
	background-color: #FFFFCC;
	border: 1px solid #FF9900;
	border-right: 0px;
	border-left: 0px;
}

.top_ads{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	height:27px;
	width:116px;
	display: block;
	background: url(i/anhosting.gif) top left no-repeat;
}

.post_newsletter{
	padding: 20px 0 0 0;
	border-top: 1px solid #f2f2f2;
	text-align: center;
}
	.post_newsletter input{
		font-size: 11px;
	}
	.news_email_input{
		width: 200px;
	}

.l_icons{text-align: left}
   .l_icons img{border: 0}