body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 15px;
    
    margin: 0;
    padding: 0;
}

/**** GENERAL ****/
img { border: 0; }
h2 {
    color: #345fb5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 5px 0;
    margin: 0;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    padding: 0 0 20px 0;
    margin: 0;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    padding: 0 0 0px 0;
    margin: 0;
}
.homepage h2 {
    color: #345fb5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 6px 0;
    margin: 0;
}
.homepage h3 {
    color: #345fb5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.homepage h5 {
    color: #345fb5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 16px;
    padding: 25px 0 10px 0;
    margin: 0;
    margin-bottom: 10px;
}
h5 {
    color: #345fb5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 10px 0;
    margin: 0;
}
h6 {
    color: #ff0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 10px 0;
    margin: 0;
    text-align: left;
}
.homepage h1 {
    padding: 0;
}
p {
    margin: 0 0 8px 0;
    padding: 0;
}

.break { float:none;
	clear:both;
	height: 1px; 
	margin-top:-1px;
	overflow: hidden;
	font-size:0;
}

/**** HEADER ****/
#header {
    position: relative;
    height: 68px;
    width: 760px;
    margin: 0 auto;
}

#header .logo {
    float: left;
}

#header .tagimage {
    float: right;
}

#header .tagline {
    color: #999999;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    
    position: absolute;
	width: 250px;
    right: 0;
    bottom: 0;
    
    margin-right: 5px;
    margin-bottom: 5px;
}

/**** NAVIGATION ****/
#navigation {
    margin: 0 auto;
    width: 760px;
    height: 22px;
    background-color: #ff0000;
}

#navigation ul {
    margin: 0;
    padding: 0;
}

#navigation li {
    display: inline;
    list-style: none;
    color: #ffffff;
    font-weight: bold;
}

#navigation li a {
    color: #ffffff;
    text-decoration: none;
    
    display: block;
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 14px;
}

#search {
	float: right;
}
#search form {
	margin: 0;
	padding: 0;
}
#search #query {
	font-size: 10px;
	height: 12px;
	padding: 1px;
	margin: 2px;
}
#search-button {
	margin: 4px 6px 0 0;
	padding: 0;
}

/**** MAIN ****/
#main {
    margin: 0 auto;
    width: 760px;
    padding: 8px;
}

/*** CONTENT ***/
#content {
    margin-left: 150px;
}
.article {
    margin-right: 128px;
}



/**** FOOTER ****/
#footer {
    clear: both;
    margin: 0 auto;
    width: 760px;
    border-top: 1px solid #aaaaaa;
}
#footer .copyright {
    margin-top: 5px;
    text-align: center;
    color: #999999;
}

/**** LOGIN BOX ****/
#loginbox {
    float: right;
    border: 1px solid #345fb5;
    color: #345fb5;
    width: 190px;
    margin: 0px 0px 10px 8px;
	/* IE double-margin bugfix */
	display: inline;
}

#loginbox .header {
	display:block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    
    margin: 1px 0 6px 0;
    padding: 0;
}

#loginbox form {
    margin: 0;
    padding: 0;
}

#loginbox p {
    display: block;
    margin: 0 auto 4px auto;
    padding: 0;
    width: 155px;
}

#loginbox label {
    float: left;
    clear: left;
    width: 55px;
    margin-top: 3px;
    font-size: 11px;
}

#loginbox .textbox {
    font-size: 100%;
    width: 90px;
    height: 13px;
}

#loginbox .buttons {
    float: right;
    margin-bottom: 4px;
}

#loginbox .buttons input {
    border: 0;
    background-color: transparent;
    color: #345fb5;
    font-size: 13px;
    font-weight: bold;
}

#loginbox .register {
    float: left;
}
#loginbox .register a {
    display: block;
    color: #999999;
    font-weight: bold;
    font-style: italic;
    margin: 2px 0 0 6px;
}

#right_sidebar {
    clear: right;
    float: right;
    color: #345fb5;
    width: 120px;
    margin: 0 0 0 8px;
	/* IE double-margin bugfix */
	display: inline;
}














/**** LEFT SIDEBAR ****/
#left-sidebar {
    clear: both;
    float: left;
    width: 130px;
	
}
#left-sidebar h2 {
    color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 7px 0;
    padding: 0;
}
#left-sidebar .sections-header {
    color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 7px 0;
    padding: 0;
}
#left-sidebar ul {
    list-style: none;
    margin: 0 0 8px 0;
    padding: 0;
}
#left-sidebar ul li {
    color: #345fb5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    margin: 0 0 4px 8px;
}
#left-sidebar ul li a {
	text-decoration: none;
	color: #345fb5;
}
#left-sidebar .current {
    color: red;
}

/**** CURRENT ISSUE ****/

.current-issue-text {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
}
.current-issue-image {
    display: block;
    margin: 8px auto;
}

/**** FEATURED STORY TEXT ****/

.featured-story-text {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}
.featured-story-image {
    display: block;
    margin: 8px auto;
}

/**** MAILER FORMS ****/
.mailer-form {
    margin: 0;
    padding: 8px;
    border: 1px solid #999999;
    background-color: #dddddd;
}

/**** TAGS ****/
#tags {
    padding: 8px;
    color: #999999;
}
#tags a {
    color: #999999;
}

/**** FEATURED ARTICLE ****/
#featured-articles {
    margin-top: 0px;
    float: right;
    width:607px;
}
#featured-articles #arrow {
    margin-top: 10px;
    margin-left: 0;
    float: left;
}
#arrow img {
    width: 216px;
    height: 214px;
    margin-bottom: 10px;
}
.featured-article {
    display: inline;
    float: right;
}
.section-featured-article .featured-article {
    float: none;
}
.featured-article .content {
    width: 170px;
    padding: 2px;
    margin: 0 0 10px 20px;
}
.section-featured-article .content {
    width: 600px;
    margin: 0 0 10px 0;
}
.section-featured-article .left {
    float: left;
    text-align: center;
    margin-right: 10px;
}

.featured-article h3 {
    color: #325eb4;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    margin: 0 0 2px 0;
    padding: 0;
}
.featured-article p {
    margin: 0;
}
.featured-article .featured-image {
    text-align: left;
}
.featured-article .featured-image img {
    border: 1px solid black;
    margin: 3px auto;
}
.featured-article .published_at {
    float: left;
    color: #325eb4;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
}
.featured-article .read-more {
    text-align: right;
    color: red;
    font-weight: bold;
}
.featured-article .read-more a {
    color: red;
}


/**** RECENT/POPULAR STORIES ****/
#homepage-recent-popular {
    clear:right;
}
.most-recent-articles {
    display:inline;
    float:left;
}
.most-recent-articles .content {
    margin: 0 0 10px 0;
    width: 302px;
    height:280px;
}
.most-recent-articles .right {
    margin-left: 4px;
}
.most-recent-articles h3 {
    background-color: red;
    color: white;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    padding: 4px;
    margin-bottom: 4px;
}
.most-recent-articles .listing {
    border: 1px solid #cccccc;
}
.most-recent-articles .listing ul {
    list-style: none;
    margin: 5px;
    padding: 0;
}
.most-recent-articles .listing ul li {
    font-weight: bold;
    margin-bottom: 3px;
}
.most-recent-articles .listing ul li a {
    text-decoration: none;
    color: #325eb4;
}
.most-recent-articles .full-archive {
    text-align: right;
    margin: 5px;
    font-weight: bold;
    color: black;
}
.most-recent-articles .full-archive a {
    color: black;
}

/**** FEATURED STORIES ****/
#homepage-featured-stories {
     clear:right;
}
.featured-stories {
    display:inline;
    float:left;
}
.featured-stories .content {
    margin: 0 5px 5px 10px;
    width: 170px;
    height:302px;
}
.featured-stories h3 {
    background-color: red;
    color: white;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    padding: 4px;
    margin-bottom: 4px;
}

/**** BREADCRUMBS ****/
#breadcrumbs {
    color: black;
    font-weight: bold;
    margin-bottom: 14px;
}
#breadcrumbs a {
    color: #325eb4;
    margin-bottom: 14px;
}
.article #breadcrumbs {
    margin-bottom: 14px;
}


/**** ARTICLE ****/
.article .featured-image {
    float: left;
    text-align: center;
    margin: 2px 10px 0 0;
}
.article .featured-image img {
    border: 1px solid black;
    margin-bottom: 3px;
}
.article .featured-image .date {

    display: block;
    color: red;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;

}
.article .published_at {
    color: red;
}
.article h4 {
    color: #345fb5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0 0 8px 0;
    margin: 0;
}
.article h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    padding: 0 0 8px 0;
    margin: 0;
}

.news .asset-caption {
  color: black;
}

/**** SECTION ****/
.section h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}


/**** FLASH MESSAGES ****/

#flash-notice, #flash-error {
    text-align: center;
    margin-bottom: 8px;
    padding: 6px;
    font-weight: bold;
    width: 380px;
    color: white;
}
#flash-notice {
	background-color: #0c3;
	border: 3px solid #7FE699;
}
#flash-error {
	background-color: #c00;
	border: 3px solid #e67f00;
}

/*** ASSETS ***/
.asset-right {
  float: right;
  margin-left: 8px;
}
.asset-right .asset-caption {
  text-align: right;
}
.asset-left {
  float: left;
  margin-right: 8px;
}
.asset-caption {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
}
.homepage .featured-article .asset-caption {
  visibility: hidden;
  display: none;
}

/**** SEARCH RESULTS ****/

#search-results ol {
	margin: 0 0 0 30px;
	padding: 0;
}
#search-results ol li {
  margin-bottom: 20px;
}

#search-results .search-title {
  font-style: italic;
  font-size: 120%;
  margin-bottom: 5px;
}
#search-results .published {
  color: red;
  font-size: 80%;
}
#search-results .score {
  font-style: normal;
  color: #AAAAAA;
  font-size: 80%;
}
#search-results .search-content {
  font-size: 90%;
  color: #666666;
}
