/*THIS IS THE FINAL CSS SHEET AND MUST REPLACE THE ORIGINAL CSS FILE IN angelajeweldesigns folder*/

* {
	padding:0;
	margin:0;
	line-height: 1.5;
}
body {
	color: #CCCCCC;
	behavior: url("csshover.htc");
	background-color: #123051;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	}
#outermost_wrapper {
	background-color: #000000;
	width: 828px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 25px;
	background-color: #000000;
}

/****************************************************Home Only********************************/
#home #leftColumn p {
	color: #CCCCCC;
	font-size: 0.8em;
	line-height: 1.5;
}

#home #leftColumn h4 {
	color: #CCCCCC;
	font-size: 1.1em;
	font-weight: normal;
}

/****************************************************Navigation Begins********************************/

/*#outermost_wrapper #inner_wrapper #BannerAndNav */
#navigation {
	background-image: url(images/ShortNavStrip.jpg);
	background-repeat: repeat-x;
	height: 26px;
	padding-top: 3px;
	font-size: .9em;
}
/*#earrings #outermost_wrapper #BannerAndNav #navigation {
	background-image: url(../images/ShortNavStrip.jpg);
	background-repeat: repeat-x;
	height: 26px;
	padding-top: 3px;
	font-size: .9em;
	
}*/

#navigation ul 	{
	
	text-align: left;
}
#navigation li {
	display: inline;
	vertical-align: text-bottom;
	padding-right: 20px;
	padding-left: 30px;
}

#navigation a {
	display: inline;
	text-decoration: none;
	
}
#navigation a:link {
	color: #F9C83F;
	}
#navigation a:visited {
	color: #F9C83F;
	}
#navigation a:hover {
	color: #4FAEFF;
	}
#navigation a:active {
	color: #4FAEFF;
	}
	
#navigation li.deadlink{
	color: #4FAEFF;
	
}
/**************************************************** Footer********************************/
#footer {
	background-image: url(images/ShortNavStrip.jpg);
	background-repeat: repeat-x;
	height: 26px;
	padding-top: 3px;
	font-size: .9em;
	clear: both;
	width: 100%;
	margin-top: 30px;
}
#footer ul 	{
	
	text-align: left;
}
#footer li {
	display: inline;
	vertical-align: text-bottom;
	padding-right: 25px;
	padding-left: 30px;
}

#footer a {
	display: inline;
	text-decoration: none;
	
}
#footer a:link {
	color: #F9C83F;
	}
#footer a:visited {
	color: #F9C83F;
	}
#footer a:hover {
	color: #4FAEFF;
	}
#footer a:active {
	color: #FFFF00;
	}


#outermost_wrapper #inner_wrapper #main_contentTop2columns #rightColumn {
	float: left;
	width: 432px;
}

#outermost_wrapper #inner_wrapper #main_content_bottom {
	clear: both;
	padding-right: 21px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#outermost_wrapper #inner_wrapper #main_content_entire {
	margin-left: 30px;
	}

#outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #leftColumn {
	margin-top: 30px;
	width: 290px;
	display: inline;
	float: left;
	}

#outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #rightColumn {
	width: 464px;
	margin-top: 30px;
	display: inline;
	float: right;
	}
#outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #rightColumn img {
	margin-right: 31px;
	border: 2px solid #000000;
}
#outermost_wrapper #inner_wrapper #main_content_entire #main_content_bottom img {
	float: left;
	width: 100px;
	margin-right: 7px;
	margin-left: 0px;
	margin-top: 7px;
	border: 2px solid #000000;
	}

#outermost_wrapper #inner_wrapper #main_content_entire #main_content_bottom .borderit:hover img{
	border: 2px solid #FCDD8F;
	}
/*The code below is to make the link of the current page appear a different color. You need to give the body tag of every page an ID. I made it the same as the page name. If you add a new link to the library file, be sure to give it a class of the same and add it to the group selector below. There must be a comma to separate group selectors! The beauty of this technique is that my navigation is also a library item. If I decide to add to or take away from my navigation, I only edit one file--the libary page. DW will automatically update all of the affected pages. Just remember that it's up to me to upload them!*/
/*******************Color of Deadlinks in Upper #Navigation bar START here*********************************/
#home #navigation a.home,
#necklaces #navigation a.necklaces,
#earrings #navigation a.earrings,
#portfolio #navigation a.portfolio,
#bio #navigation a.bio,
#contact #navigation a.contact
	{color: #4FAEFF;
	}
	
/*******************Color of Deadlinks in FOOTER navigation bars START here*********************************/
#home #footer a.home,
#necklaces #footer a.necklaces,
#earrings #footer a.earrings,
#portfolio #footer a.portfolio,
#bio #footer a.bio,
#contact #footer a.contact
	{color: #4FAEFF;
	}
/*******************Color of Deadlinks in navigation bars END here*********************************/
/*******************Allows Earrings page to be wider than all other pages*********************************/
#earrings #outermost_wrapper {
	width: 938px;
	background-color: #000000;
}

#earrings #outermost_wrapper #earrings_outer_wrapper #column_one {
	display: inline;
	float: left;
	width: 180px;
	margin-left: 30px;
	margin-right: 15px;
}

#earrings #outermost_wrapper #earrings_outer_wrapper #column_two {
	display: inline;
	float: left;
	width: 180px;
	margin-left: 30px;
	margin-right: 15px;
	color: #000000;
}
#earrings #outermost_wrapper #earrings_outer_wrapper #column_three {
	display: inline;
	float: left;
	width: 180px;
	margin-left: 30px;
}

#earrings #outermost_wrapper #earrings_outer_wrapper #column_four {
	display: inline;
	float: left;
	width: 180px;
	margin-left: 25px;
}
#earrings #outermost_wrapper #earrings_outer_wrapper {
	margin-top: 30px;
	margin-bottom: 30px;

}

#earrings #outermost_wrapper #earrings_outer_wrapper p {
	font-size: 0.7em;
	color: #DDDDDD;
	text-align: left;
	margin-bottom: 0px;
}

#earrings .smallcaps {
	font-style: normal;
	font-size: 0.75em;
	color: #DDDDDD;
}

 #earrings_outer_wrapper img {
	margin-bottom: 5px;
}

#earrings #outermost_wrapper #earrings_outer_wrapper #column_one div,
#earrings #outermost_wrapper #earrings_outer_wrapper #column_three div
 {
	width: 182px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

#earrings #outermost_wrapper #earrings_outer_wrapper #column_two div,
#earrings #outermost_wrapper #earrings_outer_wrapper #column_four div
{
	width: 182px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 10px;
	background-color: #000000;
	
}

#earrings #outermost_wrapper #earrings_outer_wrapper #column_two img,
#earrings #outermost_wrapper #earrings_outer_wrapper #column_four img {
	margin-top: 5px;
}

#earrings #outermost_wrapper #earrings_outer_wrapper #column_four div {
	margin-left: 20px;
	margin-right: 0px;
	
}
#earrings #outermost_wrapper #earrings_outer_wrapper #column_one div,
#earrings #outermost_wrapper #earrings_outer_wrapper #column_two div,
#earrings #outermost_wrapper #earrings_outer_wrapper #column_three div,
#earrings #outermost_wrapper #earrings_outer_wrapper #column_four div
 {
	border: 1px solid #4a95db;
}
#earrings #earrings_outer_wrapper img {
	border: 1px solid #4a95db;
}
/***********************Gloasssary page starts here***************************************/
#glossary #outermost_wrapper {
	width: 910px;
	background-color: #333333;
}
#glossary #outermost_wrapper #glossary_outer_wrapper p {
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 7px;
}

#glossary #outermost_wrapper #glossary_outer_wrapper #column_one,
#glossary #outermost_wrapper #glossary_outer_wrapper #column_two {
	display: inline;
	float: left;
	width: 260px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	color: #FFFFFF;
	
}#glossary #outermost_wrapper #glossary_outer_wrapper #column_three {
	display: inline;
	float: left;
	width: 260px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}

#glossary #outermost_wrapper #glossary_outer_wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #CCCCCC;
	font-size: .8em;
}
#glossary #outermost_wrapper {
	background-color: #333333;
}
#glossary #outermost_wrapper #column_three #abbreviations {
	background: #FFFFFF;
	color: #333333;
	width: 230px;
	padding: 10px;

}

#glossary #outermost_wrapper #glossary_outer_wrapper #column_three #white_text {
	background: #333333;
	width: 260px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;


}

#glossary #outermost_wrapper #glossary_outer_wrapper #column_three p {
	color: #FFFFFF;
}
#glossary #outermost_wrapper #glossary_outer_wrapper #column_three #abbreviations p {
	color: #333333;
}

#glossary #outermost_wrapper #glossary_outer_wrapper #column_one  h1 {
	font-size: 1em;
	color: #FFFFFF;
}
#glossary #outermost_wrapper #glossary_outer_wrapper #column_two  h1 {
	font-size: 1em;
	color: #FFFFFF;
}
#glossary #outermost_wrapper #glossary_outer_wrapper #column_three  h1 {
	font-size: 1em;
	color: #333333;
}

/****************************************************Necklaces Only********************************/
#necklaces #leftColumn p {
	color: #CCCCCC;
	font-size: 0.8em;
	line-height: 1.5;
}
#necklaces #leftColumn h4 {
	color: #CCCCCC;
	font-size: 1.1em;
	font-weight: normal;
}
#glossary #outermost_wrapper #glossary_outer_wrapper #column_three #white_text h1 {
	color: #FFFFFF;
}
/***********************************Navigation within body of earring page***************************/
#earrings #outermost_wrapper #earrings_outer_wrapper a:link {
	color: #4A95DB;
	text-decoration: none;
}
#earrings #outermost_wrapper #earrings_outer_wrapper a:visited {
	color: #4A95DB;
	text-decoration: none;
}
#earrings #outermost_wrapper #earrings_outer_wrapper a:hover {
	color: #FBDA81;
	text-decoration: none;
}
#earrings #outermost_wrapper #earrings_outer_wrapper a:active {
	color: #FBDA81;
	text-decoration: none;
}
/******************************link color within the body of home page********************************/
 
#home #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #leftColumn a:link {
	color: #4FAEFF;
}

#home #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #leftColumn a:visited {
	color: #4FAEFF;
}

a:hover {
	color: #FFFFFF;
}

a:active {
	color: #4FAEFF;
}
/******************************portfolio page********************************/
#portfolio #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #leftColumn p {
	font-size: .8em;
}
#portfolio #leftColumn h4 {
	color: #CCCCCC;
	font-size: 1.1em;
	font-weight: normal;
}
#portfolio #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #leftColumn a:link {
	color: #4FAEFF;
}
#portfolio #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #leftColumn a:visited {
	color: #4FAEFF;
}
#portfolio #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #leftColumn a:hover {
	color: #F9C83F;
}
#portfolio #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #leftColumn a:active {
	color: #4FAEFF;
}
/******************************bio page********************************/
#bio #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #leftColumn p {
	font-size: .8em;
}
#bio #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #rightColumn p {
	font-size: .8em;
}
#bio #leftColumn h4 {
	color: #CCCCCC;
	font-size: 1.1em;
	font-weight: normal;
}
/******************************contact page********************************/
#contact #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #leftColumn {
	width: 365px;
}
#contact #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #rightColumn {
	width: 360px;
	margin-right: 30px;
}
#contact #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #leftColumn p {
	font-size: .8em;
}
#contact #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #rightColumn p {
	font-size: 0.8em;
	color: #CCCCCC;
}
#contact #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #rightColumn h4 {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 1.1em;
}
#contact #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #leftColumn h4 {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 1.1em;
}

#outermost_wrapper #inner_wrapper #main_content_entire #main_content_top  a:link {
	color: #4FAEFF;
}
#outermost_wrapper #inner_wrapper #main_content_entire #main_content_top  a:visited {
	color: #4FAEFF;
}
#outermost_wrapper #inner_wrapper #main_content_entire #main_content_top  a:hover {
	color: #F9C83F;
}
#outermost_wrapper #inner_wrapper #main_content_entire #main_content_top  a:active {
	color: #4FAEFF;
}



/******************************below the bottom navigation********************************/
.gold {
	color: #F9C83F;
}
#copyright {
	margin-top: 0px;
	margin-left: 30px;
	font-size: 0.7em;
	color: #F9C83F;
}
#copyright a:link {
	color: #4FAEFF;
}
#copyright a:visited {
	color: #4FAEFF;
}
#copyright a:hover {
	color: #F9C83F;
}
#copyright a:active {
	color: #F9C83F;
}
/******************************all links********************************/
a {
	text-decoration: none;
}
#contact #outermost_wrapper #inner_wrapper #main_content_entire #main_content_top #rightColumn #goldCaption p {
	color: #F9C83F;
}

