/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: 62.5%;
margin: 0px;
text-align: center;
background: #ffffff url(img/bg.gif) top left repeat-x;
color: #1F1F1F;
font-family: Arial, Helvetica, sans-serif;
}
img {
border: 0px;
}
#wrap{
	position: relative;
	margin: auto;
	width: 950px;	
}

	#top{
		position: relative;
		height: 134px;
		background: url(img/head.gif) top left no-repeat;	
	}
	
	#nav{
		position: relative;
		height: 20px;
		overflow: hidden;
		padding-bottom: 60px;
	}
	
		#nav ul{
			position: relative;
			width: 970px;	
		}
		
		#nav li{
			position: relative;
			float: left;
			padding-right: 20px;
			height: 20px;	
			width: 77px;
		}
		
		#nav a{
			position: relative;
			float: left;
			padding: 2px 0 0 0;
			height: 18px;
			font-size: 1.2em;
			color: #fff;
			width: 77px;
			background: #B2CE42;
			text-decoration: none;	
		}
		
		#nav a:hover{
			background: #A0B83B;
		}
	
	
	
	
	#page{
		position: relative;
		overflow: hidden;
	}
	
		#content{
			position: relative;
			float: left;
			width: 664px;
			font-size: 1.2em;
			text-align: left;
		}
		
			#content h1{
				position: relative;
				height: 55px;
				background: url(img/blog-title.gif) top left no-repeat;
				text-indent: -9999em;
			}
			
			.entry{
				position: relative;
				overflow: hidden;
				padding: 18px 5px 12px 5px;	
			}
			
				.entry h2{
					position: relative;
					color: #FF9801;
					font-size: 1.5em;
					font-weight: bold;
					padding-bottom: 8px;
					border-bottom: 1px solid #E3E3E3;
					margin-bottom: 14px;
				}
				
					.entry h2 a{
						color: #FF9801;;
					}
				
					.entry h2 span{
						position: relative;
						float: right;
						font-size: .8em;
						padding-top: .2em;
						font-weight: normal;
					}
					
				.entry p{
					position: relative;
					line-height: 1.5em;
					padding-bottom: 1em;	
				}
				
				.entry strong{
					font-weight: bold;	
				}
				
				.entry em{
					font-style: italic;		
				}
				
				.entry a{
					color: #B2CF43;
				}
				
				.image-wrap{
					position: relative;
					padding: 3px;
					background: #ECECEC;
					border: 1px solid #D7D7D7;
					text-align: center;
				}
				
				.post{
					position: relative;
					overflow: hidden;
					padding-bottom: 8px;
				}
				
				.post-foot{
					position: relative;
					color: #FE9901;
					overflow: hidden;
					border-top: 1px solid #E3E3E3;
					padding: 5px 0 5px 0;
				}
				
					.post-foot p.float-left{
						padding: 4px 0 4px 0;
					}
				
					.post-foot p.float-right{
						padding: 4px 0 4px 30px;
						background: url(img/comment.gif) left center no-repeat;
					}
				
				.navigation{
					position: relative;
					padding: 10px 0 10px 0;
					overflow: hidden;
				}	
				
					.navigation a{
						position: relative;
						float: left;
						width: 102px;
						padding: 10px 0 10px 0;
						background: #B0CF2B;
						text-align: center;
						color: #fff;
					}
			
				#comwrap{
					position: relative;
				}
				
					#comment{
						width: 95%;	
					}
					
					#comwrap input{
						padding: 3px;	
					}
					
					.commentlist li{
						position: relative;
						padding: 10px;
						background: #f3f3f3;
						margin-bottom: 10px;
						border: 2px solid #B0CF2B;
					}
					
					.commentlist li li{
						background: #fff;
					}
					
					#comwrap h3{
						position: relative;
						font-size: 1.2em;
						font-weight: bold;
					}
			
		
		
		#sidebar{
			position: relative;
			float: right;
			width: 254px;
			padding-left: 0px;
			font-size: 1.2em;
			text-align: left;
		}
		
			.searchbox{
				position: relative;
				padding: 7px 0 0 22px;
				height: 24px;
				background: #B0CF2B;	
			}
			
				.searchbox .text{
					position: relative;
					float: left;
					padding: 2px 5px 0 5px;
					height: 15px;
					border: 0;
					background: #fff;
					width: 145px;
					margin-right: 5px;	
					font-size: 10px;
				}
				
				.searchbox .submit{
					position: relative;
					float: left;
					color: #fff;
					padding: 0px 5px 3px 5px;
					background: none;
					border: 0;
					font-size: 12px;
				}
			
			#sidebar h3{
				position: relative;
				padding: 20px 0 0 16px;
				height: 30px;
				font-size: 1.5em;
				color: #FF9902;
			}
			
			.widget{
				position: relative;
				padding: 8px 15px 8px 16px;
				background: #B0CF2B;
				color: #fff;
			}
			
				.widget ul{
					position: relative;
					line-height: 1.5em;
					list-style: inside disc;
				}
				
				.widget li{
					position: relative;
				}
				
				.widget a{
					color: #fff;
				}
			
			#blogroll{
				background: #B1CF2C url(img/bbg.gif) right top no-repeat;
			}
			
			#categories{
				background: #B1CF2C url(img/cbg.gif) right top no-repeat;
			}
			
			#archives{
				background: #B1CF2C url(img/abg.gif) right top no-repeat;
			}
			
			#birdie{
				background: #B1CF2C url(img/bbbg.gif) right top no-repeat;
			}
			


	
	#foot{
		position: relative;
		padding: 25px 0 25px 0;
		overflow: hidden;	
		color: #A9ABAA;	
		font-size: 1.3em;
	}
	
		#foot a{
			position: relative;
			color: #A9ABAA;	
			margin: 0 3px 0 3px;
			text-decoration: underline;
		}
		
		#foot a:hover{
			color: #222;
		}
	
		#foot p{
			position: relative;
			line-height: 1.5em;
			padding-bottom: 1em;	
		}


#bits_bar {
border: 0px solid red;
width: 600px;
height: 100px;
}

#bits_bar img{
position: relative;
float:left;
}











