/*
 * NAME: EJays_styles
 * AUTHOR: E.Jay D&D
 * DATE: 2014-11-04
 *
 * USAGE:      main styles for EJay's Digital Development website                        
 *
 *
 * COLOR PALETTE:
 *                  #FFFFFF = White
 *                  #FFA500 = Orange
 *                  #FFFF00 = Yellow
 *                  #6F4E37 = coffee --- body background
 *                  #5F5522 = olive tone --- content wrapper background
 *                  #B6A341 = moderate yellow --- header name text coloring
 *
 */






/*
 * main css settings
 *
 * css settings for all web pages
 *
 */



*
{
  padding: 0px;
  border: 0px;
  margin: 0px auto;
}




body
{
  background-color: #6F4E37;
  width: 100%;
  height: 100%;
  padding: 30px 0px 30px 0px;
  border: 0px;
  margin: 0px;
}



#wrapper
{
  background-color: #5F5522;
  width: 1000px;
  height: 100%;
  padding: 0px;
  border: 0px;
  margin: 0px auto;
}




#main
{
  background-color: #5F5522;
  width: 100%;
  height: 100%;
  padding: 0px;
  border: 0px;
  margin: 0px auto;
}





#content
{
  background-color: #5F5522;
  width: 100%;
  height: 100%;
  font-family: Georgia, "Bitstream Charter", serif;
  padding: 0px;
  border: 0px;
  margin: 0px;
}



#content p
{
  color: Black;
  font-size: 17px;
  line-height: 25px;
  padding: 10px 60px 20px 60px;
}


#footer
{
  background-color: #5F5522;
  width: 1000px;
  height: 50px;
  color: #FFA500;
  border-top: 1px solid #FFFF00;
  margin-top: 45px;
}






/*
 * style for common elements throughout the page
 *
 * css settings used throughout the web pages
 *
 */


h3.similar_content
{
  color: #FFA500;
  padding: 20px 0px 0px 20px;
}




/*
 * header css settings
 *
 * css settings specific to the header portion of the web page
 *
 */


#header_wrapper
{
  background-color: #5F5522;
  width: 100%;
  height: 100px;
  padding: 0px;
  margin: 0px auto;
}



#header_contact
{
  float: right;
  background-color: #5F5522;
  width: 235px;
  height: 100px;
  padding: 0px;
  margin: 0px auto;
}


#header_contact p
{
  color: #B6A341;
  font-style: none;
  font-family: Serif, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 60px 0px 0px 0px;
  border: 0px;
  margin: 0px;
}



#header_name
{
  float: left;
  background-color: #5F5522;
  width: 765px;
  height: 100px;
  padding: 0px;
  margin: 0px auto;
}


#header_name h1
{
  color: #B6A341;
  font-family: Droid, Serif, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 4px;
  padding: 20px 0px 0px 30px;
  border: 0px;
  margin: 0px;
}



#header_name h3
{
  color: #B6A341;
  font-style: italic;
  font-family: Serif, Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  padding: 15px 0px 0px 50px;
  border: 0px;
  margin: 0px;
}




/*
 * About_Us css settings
 *
 * css settings specific to the About_Us web page
 *
 */


#about_us_content
{
  width: 100%;
  height: 750px;
}


#description_section
{
  width: 100%;
  height: 222px;
  color: Black;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}


#skills_and_expertise_listings_section
{
  width: 100%;
  height: 350px;
  color: Black;
  padding: 10px 0px 0px 0px;
  margin: 0px;
}



table#skills_and_expertise_listings
{
  width: 1000px;
  height: 300px;
  padding: 20px 75px 0px 75px;
  margin: 0px;
}


tr.skills_and_expertise_row
{
  width: 800px;
  height: 50px;
  border: 1px solid black;
}


td.skills_and_expertise_entry
{
  width: 160px;
  height: 50px;
  padding: 0px 10px 0px 10px;
  border: 1px solid black;
}



#programming_aptitude_section
{
  width: 100%;
  height: 180px;
  color: Black;
  padding: 30px 0px 0px 0px;
  margin: 0px;
}






/*
 * Web_Examples css settings
 *
 * css settings specific to the Web_Examples web page
 *
 */



#web_examples_content
{
  width: 100%;
  height: 500px;
}





#photo_carousel_section
{
  width: 100%;
  height: 370px;
}




#carousel_content
{
  width: 100%;
  height: 180px;
}


#form_section
{
  width: 100%;
  height: 220px;
}







/*
 * iPhone_Examples css settings
 *
 * css settings specific to the iPhone_Examples web page
 *
 */


#iPhone_examples_content
{
  width: 100%;
  height: 650px;
}




#content p.iPhone_examples_link
{
  padding: 10px 0px 0px 60px;
}



a#pool_plays_link:link
{
  color: #FFFF00;
  text-decoration: underline;
}

a#pool_plays_link:visited
{
  color: #FFFF00;
  text-decoration: underline;
}



a#pool_plays_link:hover
{
  color: white;
  text-decoration: none;
}



a#pool_plays_link:active
{
  color: #FFFF00;
  text-decoration: underline;
}




#pool_plays_examples
{
  width: 940px;
  height: 450px;
  color: #FFA500;
  padding: 20px 0px 0px 46px;
  margin: 0px;
}



#pool_plays_examples table
{
  width: 930px;
  padding: 0px;
  margin: 0px;
}


#pool_plays_examples tr
{
  padding: 0px;
}


#pool_plays_examples td
{
  padding-right: 68px;
}


td#zero_padding_td
{
  padding-right: 1px;
}





/*
 * Contact_Us css settings
 *
 * css settings specific to the Contact_Us web page
 *
 */



#contact_us_content
{
  width: 100%;
  height: 500px;
}



#contact_us_table
{
  width: 800px;
  height: 360px;
  color: #FFA500;
}



#contact_us_table table
{
  color: #FFA500;
  padding-top: 40px;
  margin: 0px;
}


#contact_us_table tr
{
  font-size: 20px;
}


#contact_us_table td
{
  font-size: 20px;
  padding-bottom: 30px;
}



#message_heading_alignment
{
  vertical-align: top;
}



#left_table_padding
{
  padding-left: 20px;
}



textarea
{
  font-size: 20px;
  background-color: #B6A341;
}





#top_menu_bar_wrapper
{
  background-color: black;
  width: 100%;
}



#top_menu_bar
{
  background-color: #6F4E37;
  width: 700px;
  height: 45px;
  margin: 0px auto;
  padding: 0px;
  border-radius: 25px;
}



#top_menu_bar ul
{
  margin: 0px;
  text-align: left;
  padding: 12px 0px 0px 50px;
}



#top_menu_bar li
{
  display: inline;
  margin: 0px 30px 0px 30px;
  color: #FFFF00;
}





a#top_menu_bar_selected:link
{
  color: #FFFF00;
  text-decoration: underline;
}



a#top_menu_bar_selected:visited
{
  color: #FFFF00;
  text-decoration: none;
}



a#top_menu_bar_selected:hover
{
  color: white;
  text-decoration: none;
}



a#top_menu_bar_selected:active
{
  color: #FFFF00;
  text-decoration: none;
}




a#top_menu_bar_nonselected:link
{
  color: #FFFF00;
  text-decoration: none;
}



a#top_menu_bar_nonselected:visited
{
  color: #FFFF00;
  text-decoration: none;
}



a#top_menu_bar_nonselected:hover
{
  color: white;
  text-decoration: none;
}



a#top_menu_bar_nonselected:active
{
  color: #FFFF00;
  text-decoration: none;
}



#square_corners_field
{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color: #B6A341;
height: 30px;
font-size: 20px;
}










/*
 * 
 *
 *
 */


