/* 
		CMSyourPSD // We love clean code & happy customers!	
					Structure Style Sheet
*/


#container {
width:995px;
margin:0 auto;
}

ul {
list-style:none
}

li {
font-size:13px;
}


/* Logo Area */

#identity {
position: relative;
width:995px;
height:300px;
background: url("../images/normal-identity-bg.jpg") top center no-repeat;
}

.id-home #identity {
height:285px;
background: url("../images/home-identity-bg.jpg") top center no-repeat;
}

/*		  Footer Area  		*/

#footer-wrap {
background:#272733 url("../images/footer-bg.jpg") top left repeat-x;
width:100%;
margin:0;
float:left;
}

#footer {
width:965px;
margin:20px auto 0 auto;
}


.foot-1col {
	width:200px;
	float:left;
	margin:0 10px 0 25px;
	padding-bottom:20px
}


	/* Twitter Area */
	#twitter {
	width:194px;
	}
	
	#twitter-top {
	background: url("../images/twitter-top.gif") top left no-repeat;
	height:8px;
	font-size:0;
	}
	
	#twitter-content {
	background:#d8d8d8 url("../images/twitter-content.gif") top left no-repeat;
	}
	
	#twitter-bottom {
	background: url("../images/twitter-bottom.gif") top left no-repeat;
	height:16px;
	}
	
	#twitter-follow {
	background: url("../images/twitter-icon.gif") center left no-repeat;
	height:33px;
	margin-top:5px;
	}
			
	#twitter-content p {
	margin:0 auto;
	padding:13px 0;
	width:150px;
	}
	
	#twitter-follow p {
	padding:10px 0 0 50px;
	}
	
	
	/* Articles that Inspire */
	
	#footer h3 {
	margin:3px 0 0 0;
	}
	
	#footer h3.posts-icon {
	background: url("../images/posts-icon.gif") top left no-repeat;
	padding:4px 0 0 23px;
	border-bottom:1px solid white;
	height:20px;
	}
	
	#footer ul {
	padding:0;
	margin:0;
	}
	
	#footer li {
	margin:10px 0 25px 0;
	}
	
	#footer ul span {
	float:left;
	margin-top:3px;
	}

	
	/* Latest Blog Post */

	.foot-2col {
	width:455px;
	float:right;
	background: url("../images/quote-bg.gif") 0px 40px no-repeat;
	padding:0 0 20px 10px;
	}
	
	.read-more {
	margin:0 15px 0 0;
	float:right;
	}
