/* Style sheet for TWC Graphics Design template */
html {
	margin: 0px;
	padding: 0px;
}

body  { background: #FFFFFF;
	background-attachment: fixed;
	height: 100%;
	color: #F0EDE2; 
	margin: 0px;
	padding: 0px;
	text-align: left; font-style:normal; font-variant:normal; font-weight:normal; 
	line-height:1.5em; font-size:69%; font-family:Verdana, Arial, sans-serif;
}
/*input, select, textarea { background: #F3ECE5; color: #000; 
	border: 1px solid #ECE293; 
	font: normal normal 12px/18px Arial, sans-serif;}
#radio input { background: transparent; color: #615D0D; 
	border: 0px solid #ECE293; 
	font: normal normal 11px Arial, sans-serif; }
#checkbox input { background: transparent; color: #615D0D; 
	border: 0px solid #ECE293; 
	font: normal normal 11px Arial, sans-serif; }
h1    { background: #D6D28B;
font: normal bold 12pt georgia, serif; padding: 2px 5px 2px 5px; font-variant: small-caps;
	color: #000000; border-bottom: 0px;  }
h2    { color: #615D0D; font:  normal normal 14px Georgia, serif; 
	font-variant: small-caps; }
h3    { font: normal bold 10pt georgia, serif; color: #000000;  }
h4    { color: #615D0D; font:  normal bold 12px Verdana, Arial, sans-serif; }
h5    { color: #000000; font:  normal bold 11px Verdana, Arial, sans-serif; }
h6    { color: #615D0D; font:  normal bold 10px Verdana, Arial, sans-serif; }
ol, ol ol, ol ol ol { color: #615D0D; font: normal normal 11px Verdana, Arial, sans-serif; }
ul       { list-style-image: url('images/design_elements/bullet.gif'); color: #615D0D; 
	 font-style:normal; font-variant:normal; font-weight:normal; line-height:140%; font-size:110%; font-family:Verdana, Arial, sans-serif }
ul ul    { list-style-image: url('images/design_elements/bullet2.gif'); color: #615D0D; 
	font: normal normal 11px/16px Verdana, Arial, sans-serif; }
ul ul ul { list-style-image: url('images/design_elements/bullet3.gif'); color: #615D0D; 
	font: normal normal 10px/13px Verdana, Arial, sans-serif; }
*/
h1    { background: #D7D7D7;
font: normal bold 12pt georgia, serif; padding: 2px 5px 2px 5px; font-variant: small-caps;
	color: #252525; border-bottom: 0px;  }
h2    { color: #615D0D; font:  normal normal 14px Georgia, serif; 
	font-variant: small-caps; }
h3    { font: normal bold 10pt georgia, serif; color: #252525;  }
h4    { color: #615D0D; font:  normal bold 12px Verdana, Arial, sans-serif; }
h5    { color: #000000; font:  normal bold 11px Verdana, Arial, sans-serif; }
h6    { color: #615D0D; font:  normal bold 10px Verdana, Arial, sans-serif; }
ol, ol ol, ol ol ol { color: #615D0D; font: normal normal 11px Verdana, Arial, sans-serif; }
ul       { list-style-image: url('images/design_elements/bullet.gif'); color: #252525; 
	 font-style:normal; font-variant:normal; font-weight:normal; line-height:140%; font-size:110%; font-family:Verdana, Arial, sans-serif }
ul ul    { list-style-image: url('images/design_elements/bullet2.gif'); color: #252525; 
	font: normal normal 11px/16px Verdana, Arial, sans-serif; }
ul ul ul { list-style-image: url('images/design_elements/bullet3.gif'); color: #252525; 
	font: normal normal 10px/13px Verdana, Arial, sans-serif; }
	
#header { 
	background: #000000 url('images/header.jpg') no-repeat top right;
	position: absolute;
	display: block;
	text-align: left;
	width: 800px;
	height: 180px;
	color: #000;
	font: normal bold 30px Georgia, Times, serif;
	font-variant: small-caps;
	margin: 0px 0px 0px auto;
	padding-left: 0px; 
	}

#yourname { 
	position: absolute;
	display: block;
	text-align: left;
	width: 800px;
	height: 150px;
	color: #cc0000;
	font: normal bold 30px Georgia, Times, serif;
	font-variant: small-caps;
	margin: 0px 0px 0px auto;
	padding-left: 250px; 
	padding-top: 80px;
}


/* Define Container to set Width */
#container1 { display: block;
	width: 800px;
/*	background: #A59641;*/
  background: #C2C2C2;
	position: absolute;
	text-align: left;
	top: 202px;
	padding: 0px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

#pictcontainer { display: block;
	width: 800px;

  background: #C2C2C2;
	position: absolute;
	text-align: left;
	top: 202px;
	padding: 0px;
filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	}
#photocontainer { display: block;
	width: 800px;

  background: #C2C2C2;
	position: absolute;
	text-align: left;
	top: 0px;
	padding: 0px;
filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	}
#content { position: relative;
	/*background: #EDEAB5;*/
	background: #ECECEC;
	top: 36px;
	left: 10px;
	margin-bottom: 15px;
	width: 710px;
	color: #000000; font: normal normal 110%/140% Verdana, Arial, sans-serif; 
	padding: 5px 15px 15px 15px;
	text-align: left;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}
/*
#content p { color: #000000; 
	text-indent: 30px; }
#content a:link    { color: #000000;  text-decoration: underline;   }
#content a:active  { color: #000000; text-decoration: none;   }
#content a:visited { color: #000000; text-decoration: underline;   }
#content a:hover   { color: #615D0D; text-decoration: none;  }

#content ul  { list-style-image: url('images/design_elements/bullet.gif'); color: #000000; 
	 font-style:normal; font-variant:normal; font-weight:normal; line-height:140%; font-size:110%; font-family:Verdana, Arial, sans-serif 
}
*/

#content p { color: #252525; 
 }
#content a:link    { color: #252525;  text-decoration: underline;   }
#content a:active  { color: #252525; text-decoration: underline;   }
#content a:visited { color: #252525; text-decoration: underline;   }
#content a:hover   { color: #615D0D; text-decoration: underline;  }

#content ul  { list-style-image: url('images/design_elements/bullet.gif'); color: #252525; 
	 font-style:normal; font-variant:normal; font-weight:normal; line-height:140%; font-size:110%; font-family:Verdana, Arial, sans-serif 
}

#pictures { position: relative;
	background: #ECECEC;
	top: 36px;
	left: 10px;
	margin-bottom: 15px;
	width: 710px;
	color: #000000; font: normal normal 110%/140% Verdana, Arial, sans-serif; 
	padding: 5px 15px 15px 15px;
	text-align: left;
}

#pictures p { color: #252525; 
 }
#pictures a:link    { color: #252525;  text-decoration: underline;   }
#pictures a:active  { color: #252525; text-decoration: underline;   }
#pictures a:visited { color: #252525; text-decoration: underline;   }
#pictures a:hover   { color: #615D0D; text-decoration: underline;  }

#pictures ul  { list-style-image: url('images/design_elements/bullet.gif'); color: #252525; 
	 font-style:normal; font-variant:normal; font-weight:normal; line-height:140%; font-size:110%; font-family:Verdana, Arial, sans-serif 
}
#content1 { position: relative;
	/*background: #EDEAB5;*/
	background: #ECECEC;
	left: 10px;
	top: 36px;
	margin-bottom: 15px;
	width: 460px;
	color: #000000; font: normal normal 110%/140% Verdana, Arial, sans-serif; 
	padding: 5px 15px 15px 15px;
	text-align: left;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}

#content1 p { color: #000000;}
#content1 a:link    { color: #000000;  text-decoration: underline;   }
#content1 a:active  { color: #000000; text-decoration: none;   }
#content1 a:visited { color: #000000; text-decoration: underline;   }
#content1 a:hover   { color: #615D0D; text-decoration: none;  }
/*
#content1 ul  { list-style-image: url('images/design_elements/bullet.gif'); color: #615D0D; 
	 font-style:normal; font-variant:normal; font-weight:normal; line-height:140%; font-size:110%; font-family:Verdana, Arial, sans-serif 
}*/
#content1 h1    { /*background: #D6D28B;*/
  background: #D7D7D7;
  font: normal bold 12pt georgia, serif; padding: 2px 5px 2px 5px; font-variant: small-caps;
	color: #000000; border-bottom: 0px;  }

#content2 { position: absolute;
/*	background: #D6D28B;*/
/* background: #AFBEE4;*/
  background: #000000;
	top: 36px;
	left: 520px;
	width: 210px;
	color: #060606; font: normal normal 110%/140% Verdana, Arial, sans-serif; 
	padding: 5px 10px 10px 10px;
	text-align: left;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}

/*#content2 p { color: #060606; }
#content2 a:link    { color: #060606;  text-decoration: underline;   }
#content2 a:active  { color: #060606; text-decoration: none;   }
#content2 a:visited { color: #060606; text-decoration: underline;   }
#content2 a:hover   { color: #615D0D; text-decoration: none;  }*/
#content2 p { color: #FFFFFF; }
#content2 a:link    { color: #FFFFFF;  text-decoration: underline;   }
#content2 a:active  { color: #FFFFFF; text-decoration: none;   }
#content2 a:visited { color: #FFFFFF; text-decoration: underline;   }
#content2 a:hover   { color: #CC0000; text-decoration: none;  }

#content2 ul  { list-style-image: url('images/design_elements/bullet.gif'); color: #060606; 
	 font-style:normal; font-variant:normal; font-weight:normal; line-height:140%; font-size:110%; font-family:Verdana, Arial, sans-serif 
}
#content2 h1    { 
/*  background: #ECECEC;*/
	background: #D4DCF0;
  font: normal bold 12pt georgia, serif; padding: 2px 5px 2px 5px; font-variant: small-caps;
	color: #000000; border-bottom: 0px; 
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
 }

#mainmenu { position: absolute;
	/*background: #676429;*/
	background: #004989;
	text-align: center;
	left: 0px;
	top: 180px;
	width: 800px;
/*	color: #D6D28B;*/
  color: #ECECEC; 
	height: 20px;
	font: normal normal 11px/20px Verdana, Arial, sans-serif;
	padding: 0px 0px 0px 0px;
	/*border-top: 1px solid #ECE293;
	border-bottom: 1px solid #ECE293;*/
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	}

/* Define leftmenu mouseover states */
/*#mainmenu a  { text-align: left; color: #D6D28B; text-decoration: none;  }
#mainmenu a:link {color: #D6D28B;   }
#mainmenu a:visited {color: #D6D28B;  }
#mainmenu a:hover {color: #FFF;}*/
#mainmenu a  { text-align: left; color: #ECECEC; text-decoration: none;  }
#mainmenu a:link {color: #ECECEC;   }
#mainmenu a:visited {color: #ECECEC;  }
#mainmenu a:hover {color: #D6D28B;}
	 
.spacer { display: none; }

/* Define footer section */
#footer { position: relative;
	top: 20px;
	width: 740px;
	text-align: center;
	font-size: 90%;
	padding: 5px 5px 25px 5px;
/*	color: #ECE293;*/
	color: #ececec;
}
#footer a:link    { color: #ECE293; text-decoration: none;   }
#footer a:visited { color: #ECE293; text-decoration: none;   }
#footer a:hover   { color: #FFFFFF; text-decoration: underline;  }
	
/* Define standard hyperlinks */	
a:link  { color: #000000;  }  
a:visited { color: #000000;  }
a:hover { color: #000; text-decoration: none; }
/* From About.com */
#main {
margin: 5px 20px;
}

.slideshow{ /*CSS for DIV containing each image*/
float: left;
width: 200px;
height: 220px;
}

.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
width: 175;/*174px;*/
/*height: 175;/*175px;*/
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
/*background-color: #CC0000;*/
font-weight: bold;
}
