/*Main Style Sheet- Alex Sheppard*/
html, body
{
  color: rgb(32, 32, 32);
  background-color: rgb(242, 242, 242);
  /*background-image:url('images/wallpaper.png');*/
  padding: 0;
  margin: 0;  
  font-family: 'Telex', Helvetica, Tahoma, sans-serif;
  text-align: center;
}

/*---- HEADER ----*/
#header
{
  width: 100%;
  background-color: rgb(224, 224, 224);
  box-shadow: rgb(0, 0, 0) 0 0 1em;
 /*background-image:url('images/header.png');*/
  background-repeat:repeat-x;
}

/*---- HEADER LINKS ----*/
#pagelinkssection
{
  float: right; 
}

#pagelinkssection li
{  
  margin: 0;
  float: left;  
  padding: 0.5em 1em 0.5em;
  list-style: none outside none;
  background-color: rgb(64, 64, 64);
  border-top-left-radius: 0.75em;
  border-top-right-radius: 0.75em;
  -moz-border-radius-topleft: 0.75em;
  -moz-border-radius-topright: 0.75em;   
}

ul#pagelinks
{
  padding: 0;
  margin: 0;
}

#pagelinkssection  .current 
{
	background-color: rgb(48, 48, 48);
}

li ul 
{
  display: none;
}

/*---- BODY ELEMENTS ----*/
.content
{
  margin: auto;
  max-width: 1024px;
  min-width: 640px;
  text-align: justify;
  text-justify: inter-word;
}

#bodycontent
{
  margin-top: 1em;
}

.left
{
  float: left;
  width: 50%;
}

.right
{
  float: right;
  width: 50%;
}

.project
{  
  margin-bottom: 3em;
  padding: 0 1em;
  width: 95%;
  float: left;
}

.divslide
{
   background-image:url('images/header.png');
   padding: 0.25em 1em;
   border-radius: 0.75em;
   -moz-border-radius: 0.75em;
}
 
.show_hide
{
    display:none;
}

.clear
{
  clear: both;
}

/*---- FOOTER ----*/
.footer
{
  background-color: rgb(224,224,224);
  padding: 1em 0em;
  /*margin: auto;*/
  margin-bottom: 2em;
  text-align: center;
  border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  width: 100%;
}

/*#networks 
{
  text-align: center;
  width: 100%;
  float: left;
  margin: 0;
}*/

/*#networks ul
{
  margin: 0;
  padding: 0;
}*/

#networks li
{
  /*width: 75px;
  height: 75px;  
  background-color: rgb(255,127,127);
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;*/
  float: left;
  margin: 0em 0.5em;
  list-style: none outside none;
}

#copyright 
{
  /*min-width: 320px;
  width: 512px;*/
  width: 100%; 
  float: right;
}

#copyright p
{
  text-align: right;
  margin: 0;
  padding: 1em 1em;
}

/*---- IMAGES ----*/
.imageplaceholder
{
  /*background-color: rgb(255,127,127);*/
  margin-bottom: 1em;
  padding: 0.5em;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  /*box-shadow:rgb(128, 128, 128) 0px 0px 12px;*/
}

.largecenterimage
{
  margin-top: 1em;
  height: 250px;  
}

#placeholderimage
{
  width: 100%;
  height: 270px;
  float: left;
  margin-bottom: 0em;
}

.rightimage, #map_canvas
{
  height:250px;
  width: 250px;
  margin-left: 1em;
  float: right; 
}

.rightimagep
{
  height:250px;
  width: 208px;
  margin-left: 1em;
  float: right; 
}

.centerimage
{
  margin: auto;
  height: auto;
  width: auto;
  text-align: center;
}

#bannerimage li
{
  width: 512px;
  display: block;
  margin: 0.5em auto;
  list-style: none outside none;
}

/*---- FORMS ----*/
#contactform
{
  width: 100%;
  float: left;
}

.formrow
{
}

label
{
  display: block;
  width: 20%;
  float: left;
}

input, textarea
{
  color: rgb(242, 242, 242);
  background-color: rgb(128,128,128);
  border: 1px solid rgb(0,0,0);
  height: 1.5em;
  line-height: 1em;
  width: 79%;
  margin-bottom: 0.5em;
  font-family: 'Telex', Helvetica, Tahoma, sans-serif;
  font-size: 0.9em; 
}

textarea
{
  height: 5em;
}

.submit
{
  width: 20%;
  float: left;
}

/*---- HEADING OVERRIDES ----*/
h1
{
  margin: 0;
  font-size: 5.5em;
  font-variant: small-caps;
}

h3
{
  margin: 0;
  font-size: 1.5em;
  text-align: center;
}

/*---- HYPERLINKS ----*/
#pagelinks a:link, p a:link, .contact a:link, #testimonials a:link, .bulletlist a:link
{
  text-decoration: none;
	/*color: rgb(242, 242, 242);*/
	border-bottom: 1px dotted rgb(242, 242, 242);
}

#pagelinks a:hover, p a:hover, #testimonials a:hover, .bulletlist a:hover
{
	color: rgb(255, 255, 255);
	border-bottom: 1px dashed rgb(255, 255, 255);
	text-shadow: 0 0 0.1em rgb(128, 128, 128);
}

a:visited
{
  text-decoration: none;
	color: rgb(32, 32, 32);
	border-bottom: 1px dotted rgb(255, 255, 255);
}

h1 a:link
{
  color: rgb(32, 32, 32);
  text-decoration: none;
  border-bottom: none;
}

h1 a:hover
{
  color: rgb(32, 32, 32);
}

h1 a:visited
{
  border-bottom: none;
}

.project:hover, .contact:hover
{
    color: rgb(255, 255, 255);
    text-shadow: 0 0 0.1em rgb(128, 128, 128);
}

a img
{
  border: none;
}

/*---- LISTS ----*/
.bulletlist ul
{
  padding-left: 1em;
  font-weight: bold;
  list-style: square inside none; 
}

.bulletlist .noboldbullet
{
  font-weight: normal;
}

.bulletlist .nobullet
{
  font-weight: normal;
  list-style: none; 
  margin: 0em 2em 1em 0em;
}

/*---- HORIZONTAL RULES ----*/
hr
{
  height: 0.25em;
  border: 0;
  color: rgb(128,128,128);
  background-color: rgb(128,128,128);
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
}

hr.narrow
{
  height: 0.2em;
  width: 50%;
}
