@import 'reset.css';

@import 'color.css';
@import 'typography.css';
@import 'layout.css';

/* LAYOUT */
#pageContent {}
	#pageContent h1 {
	  margin-left: 260px
	}
  #taggedArticles {
	  float: right;
	  margin: 0 140px 40px 20px;
	}
		#taggedArticles h3 {
			width: 560px;
		}
			h3 a.news-headline {
		    display: block;
			}
		#taggedArticles h4 {
		  margin-bottom: 20px;
			width: 560px;
		}			
			h4 a.news-headline {
		    display: block;
			}
	#otherTags {
	  float: left;
	  margin: -20px 20px 40px;
	}
	  #otherTags h2 {
		  width: 200px;
		}
		  #otherTags ul li {
			  margin-bottom: 0;
			}
			  #otherTags ul li a {
				  font-size: 14px;
				  text-decoration: none;
				}
			  #otherTags ul li a:hover {
				  text-decoration: underline;
				}
		
/* TYPOGRAPHY */
		  #relatedByTag .rel-header {
			  font-weight: bold;
			}
		  #taggedArticles h3, #taggedArticles h4 {
			  font-style: normal;
				font-weight: normal;
			}
		    #taggedArticles h3 a, #taggedArticles h4 a {
		      font-size: 24px;
				  line-height: 40px;
		    }
			#taggedArticles p {}
			  a.news-headline {
					text-decoration: none;
				}
				a.news-headline:hover {
					text-decoration: underline;
				}	
			
/* COLOR */