/* -------------------------------------

Title : CECD Resource Stylesheet
Author : Janelle Corkill
URL : http://k-state.edu/cecd/

Description : This stylesheet is for CECD resources.

Created : August 14, 2007
Modified :

---------------------------------------- */


/* Styling two featured programs */

div#featuredProgramWrapper {
   overflow: auto;
   margin: 0;
   border-bottom: 1px solid #ccc;
   margin-bottom: 25px;
   padding-bottom: 15px;
   clear: right;
   width: 99%;
}

   div#featuredProgramWrapper h4{
      margin-bottom: 0;
   }

   div#featuredProgramWrapper img {
      float: left;
      margin: 5px 10px 0 0;
   }

div#featuredProgram1 {
   margin: 20px 0 0 0;
   float: left;
   width: 45%;
}

div#featuredProgram2 {
   margin: 20px 0 0 45px;
   padding: 0 10px 0 10px;
   float: right;
   width: 45%;
}


/* General program styling */

.programTitle {
   font-size: 1.2em;
   line-height: 1.4em;
   font-weight: bold;
   color: #50017c;
   }

.programDesc {
   line-height: 1.4em;
   }


   /* Specific program styling */
   .programBlock {
      margin-left: 2em;
      }

/* Resource pages text styling */

.emphasize {
   font-weight: bold;
   font-style: italic;
}


.separateSection {
   border-top: 1px solid #ccc;
   padding-top: 1em;
}



div#technologyDev ul li p {
   margin-top: 1em;
}

div#technologyDev h4 {
   border-bottom: 1px solid #ccc;
   margin-top: 2em;
}

div#technologyDevContent h5 {
   xmargin-left: 2.5em;
}


/* Third column */

div#OIP_techDev {
   margin: 20px 0 0 45px;
   padding: 0 10px 0 10px;
   float: right;
   width: 225px;
}

div#OIP_techDev img {
   padding: 5px;
   border: 1px solid #666;
}

div#OIP_techDev .caption {
   font-size: 80%;
   margin: 5px 0;
   text-align: justify;
}


/* Photos */

div.photoArea {
   float: right;
   margin: 0 10px 10px 10px;
}

div.photoArea img {
   padding: 5px;
   border: 1px solid #666;
}

div.photoArea .caption {
   font-size: 80%;
   width: 300px;
   margin: 5px 0;
}


