/***************************************************************************************
 ******* Name		: blog.css
 ******* URI		: /elements/css/blog.css
 ******* Description: Blog specific styles. Accommodates the blog styles which are not
 *******              included in the styles provided in interior.css
 ******* Author		: Congruent Media
 ******* Author URI	: http://www.congruentmedia.com
 ***************************************************************************************/
 #primaryContent .news {
	 border-top: 5px solid #6699cc;
 }
	 #primaryContent .news .article {
		 border: 1px solid #dee7f0;
		 border-width: 0 1px 1px 1px;
		 padding: 5px 10px;
	 }
		 #primaryContent .news .article .date {
			 float: left;
			 margin: 0 15px 0 0;
			 width: 120px;
		 }
		 #primaryContent .news .article .content {
			 float: left;
			 width: 375px;
		 }
			 #primaryContent .news .article .content h3 {
				 font: bold 1em/1em Arial, Helvetica, sans-serif;
				 margin: 0 0 0.25em;
				 padding: 0;
			 }
			 #primaryContent .news .article .content p {
				 font-style: italic;
				 margin: 0;
			 }
		 #primaryContent .news .article .link {
			 display: block;
			 float: right;
			 width: 75px;
		 }
