/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #444;
	background: url(../images/bg.jpg) top left repeat-x #252628; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		margin: 10px 0 10px 0; }
	
	a:link, a:visited { color: #333; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	img, div, input { behavior: url("/iepngfix.htc") }
	
	a:focus, a:hover, a:active { outline:none }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 947px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 947px;
		height: 344px;
		float: left; }

	/*** NAVIGATION ***/
	ul#nav { 
		width: 947px;
		height: 52px;
		margin: 0 auto;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 52px; }
	
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 947px;
		float: left;
		background: url(../images/content_bg.png) top left repeat-y; }
		
		/*** INNER WRAPPER ***/
		#innerWrapper {
			width: 947px;
			min-height: 400px;
			height: auto !important;
			background: url(../images/content_base.png) bottom left no-repeat;
			float: left; }
			
			/*** CONTENT ***/
			#content {
				width: 615px;
				float: left;
				margin: 0 7px 0 24px;
				text-align: justify; }
				
				#content li {
					margin: 0 0 0 5px;
					list-style: none; }
				
			/*** BLOG CONTENT ***/
			#blogMainContent {
				width: 870px;
				float: left;
				margin: 0 7px 0 24px;
				text-align: justify; }
				
			/*** BLOG CENTRE ***/
			#blogCentre {
				width: 255px;
				margin: 0 0 2px 0;
				text-align: left;
				float: left; 
				background: #f1f1f1;
				border-left: 1px solid #e4e4e4;
				border-right: 1px solid #e4e4e4; 
				border-bottom: 1px solid #e4e4e4; }
				
				#blogCentre h1 {
					margin: 10px 0 10px 10px; }
					
				ul#blogContent { 
					width: 235px;
					margin: 0 auto;
					float: left;
					list-style: none; }
					
					ul#blogContent li {
						margin: 0 0 5px 0; }
				
					ul#blogContent li.date {
						width: 65px;
						height: 28px;
						color: #fff;
						line-height: 28px;
						text-align: center;
						background: url(../images/dateBlock.jpg) top left no-repeat; }
					
					ul#blogContent li.postTitle {
						margin: 0 0 25px 0; }
				
				
	/*** FOOTER ***/
	#footer {
		width: 947px;
		height: 140px;
		text-align: left;
		float: left;
		margin: 0 auto;
		padding: 0 0 8px 0;
		background: url(../images/footer_bg.png) top left no-repeat; }
		
			#footer a:link,
			#footer a:visited { 
				text-decoration: none; 
				color: #7e7e7e; }

			#footer p { 
				font-size: 10px;
				color: #fff;
				margin: 30px 0 0 40px; }
				
				#footer a:link{text-decoration:underline; color:#FFFFFF; }
				#footer a:hover{text-decoration:underline; color:#FFFFFF; }
				#footer a:visited{text-decoration:underline; color:#FFFFFF; }


			#footer p.poweredby { 
				float: right;
				margin: 30px 65px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }
			
			
			

/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */