/* ----- GENERAL RESETS below ----- */

* {
    padding: 0;
}/* same as std template */
body {
    background: #fff;
    margin: 0; /* same as std template */
    text-align: center; /* this centers the container in IE 5* browsers */
    color: #000000;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    font-weight: normal; /*note font changes affect entire site, please keep on body*/
    font-size: .7em; /* same as std template */
}
a img {
    border: none;
}
#home_row_1 a, #home_row_2 a, #home_row_3 a, #home_row_4 a { /*content level links*/
    color: #002878;
    text-decoration: underline;
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
/* ----- PAGE WRAPPERS TOP below ----- */

#container { /* TEST VS STD TEMPLATE */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    background: url("images/b.gif") repeat-y !important;
}
/* ----- CONTENT STRUCTURE below ----- */

#main { /*NOT CURRENTLY USED IN MARKUP - merged styles to specific divs*/
    padding: 40px 40px 0 40px; /*need content to have 40px whitespace around it, except bottom*/
    margin: 0 0 0 10px; /*margin puts content away from dropshadow on page edge*/
    width: 880px; /*total width of content*/
}
#home_row_1, #home_row_2, #home_row_3, #home_row_4 {
    margin-left:10px;
    padding-left: 40px;
    padding-right: 40px;
    width: 880px;
}
#home_row_1 { /*contains lead story and callouts*/
    width: 880px;
    margin-left:10px;
    height: 310px;
    overflow: hidden; 
    padding-top: 40px;
    padding-bottom: 0;
    border-bottom:1px solid #DDDDDD;
}
div.home_section {
    margin-bottom: 12px;
}
#cover_story { /*the lead art, kicker, hed and graf */
    float: left;
    width: 639px;
    padding-right: 20px;
    padding-bottom: 20px;
    height: 290px; /*310*/
    border-right: 1px solid #ddd;
}
#cover_story img {
float: left; padding-right: 20px;
}

#home_row_1 #cover_story p.cover_issue_name {
margin-top: 1px;
color: #999999;
}

#front-callouts { /*the callouts-advertisements at the top right of the page */
    float: left;
    width: 200px;
    padding-left: 20px;
}


#home_row_2 { /*aka media row*/
    min-height: 198px; /*198 + padding; needed for bg color*/
    overflow: hidden;
    
    
}
#home_row_2, #home_row_3, #home_row_4 {
    clear: both;
}

#home_row_2 div.media_top_image { /*image above headline*/
width: 190px; 
padding: 20px 0px 0px 0px; 
/*border-right: 1px solid #ccc;*/
float:left;
}

#home_row_2 div.media_text {
float: left;
padding-top: 20px;
padding-right:20px;
/*padding-left:20px;*/
/*border-right: 1px solid #ccc;*/
width:128px; /*148*//*needs width for float*/

}

#home_row_2 div.media_img_left {
float:left;
padding-left:20px; /*variable*/
margin-right:20px; /*constant*/
}



#home_row_2, #home_row_4 { /* this item can be split into different selectors if needed */
    border-bottom: 1px solid #ddd;
    
    background-color: #e9eef5 !important;
    overflow:visible;/*need a min-height for each to get bg color to stretch*/
}
#home_row_4 {
    border-top: 1px solid #ddd;
    border-bottom: none;
    min-height:353px; /*needed for bg color*/
}
#home_row_2 div, #home_row_3 div, #home_row_4 div {
    float: left;
}

#home_row_3 { /*contains Of Note, Features, Campaign and Register */
min-height: 425px; /*stretches borders as BG images on sub-divs*/
background-image: url("images/feature_row_borders.gif");
background-repeat: repeat-y;
overflow: visible;
}

#home_row_3A {
    width: 200px;
    padding: 20px 20px 20px 0;
}
#home_row_3B {
    
    width: 398px;
    padding: 20px;
    border-left: 1px solid #ddd; /*borders are on the features div because it's usually longest. */
    border-right: 1px solid #ddd;
}
#home_row_3C {
    
    width: 200px;
    padding: 20px 0 20px 20px;
}
#home_row_3_D {
    
    width: 200px;
    padding: 20px 0 20px 20px;
}

/* bottom row = #home_row_4 */
#home_row_4A, #home_row_4B, #home_row_4C, #home_row_4D  {
    width: 190px;
}

#home_row_4A  { /*#letters*/
    margin: 20px 0 20px 0;
    padding-right: 20px;
}
#home_row_4B /*#emoryinfo*/, #home_row_4C /*#subscription*/ {
    padding: 20px;
}
#home_row_4D /*#printedition*/ {
    padding: 20px 0 0px 20px;
}
/* ----- PARAGRAPH STYLING below ----- */

p {
    font-size: 1.1em;
    line-height: 1.5em;
    color: #333;
    margin: 14px 0;
}
span.alumni {
    font-weight: bold;
}
span.title {
    font-style: italic;
}

#mediarow p, #home_row_2 p {
    margin-top: .5em;
}

/* ----- HEADLINE STYLING below ----- */

h1, h2, h3, h4 {
    font-family: georgia, times new roman, times, serif !important;
}
h1 {
    font-size: 2.5em;
    color:#333;
    margin: 0 0 8px 0;
    padding-top: 0;
}

#home_row_1 h1 a, #home_row_2 h1 a, #home_row_3 h1 a, #home_row_4 h1 a {
    text-decoration: none;
    color: #333;
}
#home_row_1 h1 a:hover, #home_row_2 h1 a:hover, #home_row_3 h1 a:hover, #home_row_4 h1 a:hover {
    text-decoration: underline;
}

#front-callouts div h1 {
font-size: 2em;
margin: 14px 0;
}

div#features h1  {
    font-size: 2em;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
}

div#features p {
    margin-top: 0px;
    margin-bottom: 20px;
}

h2 {
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 1.4em;
    color: #333;
    margin: 2px 0 10px 0;
    font-weight: normal;
}
div#home_row_2 h2, div#features h2 {
    font-family: georgia, times new roman, times, serif;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 0;
}
div#home_row_2 h2 a {
    text-decoration: none;
}
div#home_row_2 h2 a:hover {
    text-decoration: underline;
}
#letters h2 {
    padding-bottom: 0;
}
h3 {
    font-size: 1.25em;
    color: #333;
}
h3.header {
    font-size: 1em;
    color: #444;
    margin: 0 0 6px 0;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: verdana, arial, helvetica, geneva !important;
    text-transform: uppercase;
    letter-spacing: .2em;
}
/* ----- LIST STYLING below ----- */

div#ofnote ul, div#campaign ul, div#register ul, ul#emory-info, div.home_section ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

/*applies to all ul's on bottom row?*/

div#ofnote ul li, div#campaign ul li, div#register ul li, div.home_section ul li {
    color: #666;
    font-size: 1em;
    line-height: 1.4em;
    padding-bottom: 10px;
}

div#home_row_3 div#home_row_3A div.home_section ul li a {
    text-decoration: none;
}

div#ofnote ul li a:link, div#campaign ul li a:link, div#register ul li a:link, ul#emory-info li a:link, div.home_section ul li a:link {
    font-weight: bold;
    text-decoration: none;
}
div#ofnote ul li a:visited, div#campaign ul li a:visited, div#register ul li a:visited, ul#emory-info li a:visited, div.home_section ul li a:visited {
    font-weight: bold;
    text-decoration: none;
}
div#ofnote ul li a:hover, div#campaign ul li a:hover, div#register ul li a:hover, ul#emory-info li a:hover, div.home_section ul li a:hover, div#home_row_3 div#home_row_3A div.home_section ul li a:hover {
    text-decoration: underline;
}
ul#emory-info li {
    margin-top: 8px;
    line-height: 1.3em;
}

/* utilityNav fix */
#utilityNav p {
font-size: 1em !important;
}

