@charset "UTF-8";
/* 
Here is the place where a strategic arrangement of letters numbers and special characters define how the nzime pages look.
*/

/*********************************************
*** reset layout styles
*********************************************/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, img{
	margin:					0;
	padding:				0;
	border:					0;
}

/*********************************************
*** core structure layout styles
*********************************************/
#wrapper{
	margin:					10px auto;
	padding:				0 85px 0 45px;
	width:					840px;
}

#header{
	height:					55px;
	position:				relative;
}

/*********************************************
*** logo layout styles
*********************************************/

#logo a{
	height:					103px;
	position:				absolute;
	left:					0;
	top:					0;
	width:					216px;
}

/*********************************************
*** Naivgation layout styles
*********************************************/

#navigation{
	padding-top:			116px;
}

#navigation li{
	float:					left;
	padding:				0 3px;
}

#navigation li a{
	display:				block;
}

/*********************************************
*** Footer layout styles
*********************************************/

#footer{
	heigth:					124px;
	margin-top:				62px;
	padding:				8px 0 0 0;
	width:					836px;
}

#footer p{
	margin:					8px 0 0 9px;
	position:				relative;
}

#footer .file{
	
}

#footer p.date{
	margin-left:			45px;
}

#footer .copyright{
	margin-left:			55px;
}

.social{
	float:					right;
	padding:				0 0 10px 0;
	margin-right:			102px;
}

.social li{
	float:					left;
}

.social li a{
	display:				block;
	margin:					0 0 0 10px;
	position:				relative;
}

.social .logo-rss a{
	height:					17px;
	width:					18px;
}

.social .logo-facebook a{
	height:					17px;
	width:					17px;
}

.social .logo-twitter a{
	height:					17px;
	width:					17px;
}

.social .logo-digg a{
	height:					17px;
	width:					17px;
}

.social .logo-delicious a{
	height:					17px;
	width:					18px;
}

.social .logo-flickr a{
	height:					17px;
	width:					47px;
}


/*********************************************
*** Blog layout styles
*********************************************/
#blog{
	float:					left;
	padding:				28px 10px 5px 0;
	width:					500px;
}

#blog h2{
	padding-bottom:			6px;
	padding-top:			12px;
	margin:					0 0 8px 0;
}

#blog .post .entry p{
	padding-top:			10px;
}

#blog .post .entry{
	margin-bottom:			8px;
}

#blog .post{
	margin-bottom:			18px;
}

#sidebars{
	float:					left;
	margin-left:			50px;
	position:				relative;
	width:					280px;
}

#sidebars #searchform{
	margin:					14px 0;
}

#sidebars #t-sidebar{
	
}

#sidebars #l-sidebar{
	float:					left;
	margin-top:				39px;
	width:					280px;
}

#sidebars #r-sidebar{
	float:					left;
	margin-top:				39px;
	width:					150px;
}

#sidebars h2{
	padding-bottom:			6px;
	margin:					0 0 8px 0;
}

#sidebars #l-sidebar h2{
	padding-bottom:			6px;
	margin:					0 0 8px 0;
}

#sidebars #l-sidebar ul{
	padding-bottom:			10px;
}

.widget_nzime_twitter_feed li{
	padding:				3px 0 15px 0px;
	margin:					3px 0 3px;
	min-height:				30px;
}

.widget_categories li, .widget_recent_entries li, .widget_archive li{
	padding:				3px 0 3px 0;
	margin:					0 0 0 14px;
}

/*********************************************
*** Generic layout styles
*********************************************/

.col1{
	float:					left;
	margin-right:			36px;
	width:					235px;
}

.col1a{
	float:					left;
	margin:					0 0 15px 0;
	width:					271px;	
}

.col2{
	float:					left;
	width:					135px;
}

.width400{
	width:					400px;
}
	
.width580{
	width:					580px;
}
	
.clear{
	clear:					both;
}