/* Global CSS formatting for dittie.com */
/* Typographic and positioning */

/* background and wrapper div */

body {
background-color: #fee9f0;
position: relative;
top: 0px;
left: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.3em;
}

#container {
position: relative;
width: 750px;
height: auto;
margin-left: auto;
margin-right: auto;
}

/* enable eventual image replacement */
span {
display: none;
}

/* navigation */

#logo { 
width: 750px;
height: 65px;
}

#menu {
width: 730px;
height: 35px;
margin: 0px 0px 0px 20px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
        
#menu li {
float: left;
margin: 0;
padding: 0px;
padding-right: 35px;
}

/* homepage content */

#homepage_flash {
position: absolute;
top: 120px;
left: 20px;
height: 200px;
width: 570px;
margin: 0px;
}

.box_bg {
width: 570px;
height: 500px;
background-image: url(../images/4_row_bg.gif);
background-repeat: no-repeat;
}

.box_01 {
width: 260px;
height: 100px;
}

.box_02 {
width: 120px;
height: 200px;
}

/* secondary page layout */

#main {
clear: both;
position: relative;
width: 710px;
margin: 20px 20px 20px 20px;
height: auto;
}

#content {
width: 570px;
height: auto;
margin: 0px;
}

#secondary {
width: 570px;
height: auto;
margin: 0px;
}

#challenge_container {  /* introduced in sorority challenge */
width: 570px;
height: auto;
margin: 0px;
}

table.first_table {
margin: 10px;
}

.back_links_top {
margin: 10px 0px 20px 40px;
}

.back_links_bottom {
margin: 50px 0px 20px 40px;
}

#feature {
position: absolute;
top: 0px;
left: 570px;
width: 120px;
height: auto;
margin: 0px 0px 0px 20px;
}

#sec_box_00 {
width: 550px;
height: 220px;
background-color: #ffffff;
position: absolute;
top: 100px;
left: 10px;
}

#sec_box_01 {
width: 360px;
height: 220px;
background-color: #ffffff;
position: absolute;
top: 100px;
left: 10px;
}

#sec_box_02 {
width: 170px;
height: 220px;
background-color: #ffffff;
position: absolute;
top: 100px;
left: 390px;
}

#sec_box_03a {
width: 170px;
height: 130px;
background-color: #ffffff;
position: absolute;
top: 340px;
left: 10px;
}

#sec_box_03b {
width: 360px;
height: 130px;
background-color: #ffffff;
position: absolute;
top: 340px;
left: 200px;
}

#sec_box_03c {
width: 170px;
height: 130px;
background-color: #ffffff;
position: absolute;
top: 340px;
left: 200px;
}

#sec_box_03d {
width: 170px;
height: 130px;
background-color: #ffffff;
position: absolute;
top: 340px;
left: 390px;
}

img.sec_title {
margin: 20px 20px 5px 20px;
}

#left_box { /* introduced in sorority challenge */
width: 140px;
height: auto;
background-color: #ffffff;
position: absolute;
top: 210px;
left: 0px;
}

#left_box p { /* introduced in sorority challenge */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.3em;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 20px;
width: 100px;
}

#right_content { /* introduced in sorority challenge */
width: 420px;
height: auto;
background-color: #ffffff;
position: absolute;
top: 210px;
left: 150px;
padding-top: 10px;
padding-bottom: 30px;
}

#right_content p { /* introduced in sorority challenge */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.3em;
margin-left: 20px;
margin-top: 20px;
margin-bottom: 10px;
width: 380px;
}

#right_content table { /* introduced in sorority challenge */
margin-left: 20px;
margin-top: 40px;
margin-bottom: 40px;
width: 380px;
border: 1px solid #f74c83;
}

#right_content tr { /* introduced in sorority challenge */
background-color: #fee9f0;
width: 380px;
}

#right_content td { /* introduced in sorority challenge */
padding: 5px 0px 5px 20px;
border: 3px solid #ffffff;
}

#right_content h2 { /* introduced in sorority challenge */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #63006b;
}

#left_box h2 { /* introduced in sorority challenge */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #f74c83;
width: 100px;
margin-left: 20px;
margin-top: 15px;
}

#right_content h3 { /* introduced in sorority challenge */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 0px;
}

#right_content h4 { /* introduced in sorority challenge */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
padding: 0px;
color: #666666;
}

#secondary p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.3em;
margin-left: 20px;
margin-top: 0px;
width: 120px;
}

#secondary a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.3em;
color: #D30079;
}

#secondary a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.3em;
color: #660099;
}

/* content pages */

#press_archive {
width: 570px;
height: auto;
margin: 0px;
}

#long_copy {
width: 300px;
height: auto;
padding: 40px 10px;
position: absolute;
top: 300px;
left: 20px;
}

#header_box_01 {
width: 550px;
height: 220px;
background-color: #ffffff;
position: absolute;
top: 100px;
left: 10px;
}

#header_box_01 p {
width: 190px;
}

#photo_box_01 { /* where's yr. dittie been photo boxes */
width: 170px;
height: 160px;
background-color: #ffffff;
position: absolute;
}

#photo_box_01 img { /* where's yr. dittie been thumbnail photos */
padding: 10px;
}

#photo_box_01 p { /* where's yr. dittie been captions */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
margin: 0px 10px 0px 10px;
width: 150px;
}

.back_links {
padding: 20px 0px;
}


/* typography */

#content p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1em;
margin: 5px;
}

form {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.3em;
}

#content a, #press_archive a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.3em;
color: #D30079;
}

#content a:hover, #press_archive a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.3em;
color: #660099;
}

#press_archive h3 { /* press archive heading "breadcrumb" style */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.3em;
margin: 20px 10px;
padding: 20px 20px;
background-color: #ffffff;
}

#press_archive h4 { /* press archive subheads */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.3em;
margin: 10px;
padding: 10px 20px;
}

#press_archive p { /*press archive items */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.3em;
margin: 10px;
padding: 10px 20px;
background-color: #f4d9e8;
}

#sec_box_00 p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.3em;
margin-left: 20px;
margin-top: 70px;
width: 240px;
}

#long_copy p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.3em;
margin: 0px;
width: 260px;
}

#long_copy h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px 0px 5px 0px;
font-size: 11px;
font-weight: 700;
line-height: 1.3em;
color: #63006b;
}


/* footer */

#footer {
font-size: 11px;
font-family: "Avenir", Verdana, Arial, Helvetica, sans-serif; 
border-top: 1px solid #f2749e; 
padding: 10px 0px 30px 0px;
width: 570px; 
text-align: center;
}

#footer a {
font-size: 11px; 
font-family: "Avenir", Verdana, Arial, Helvetica, sans-serif;
width: 570px; 
color: #d30079;
text-align: center;
}

#footer a:hover {
color: #660099;
}

#footer p {
color: #EC8EA6;
}

#footer ul {
list-style: none;
margin: 0px;
padding: 0px;
}
        
#footer li {
display: inline;
margin: 0px;
padding: 0px 10px 0px 10px;
}

        

