﻿/* Common elements and selectors for entire site. Website is left alligned - not fluid. % are expressed in 10s because not all browsers recognize smaller units */

/*--------------------------------------------------------Basic Elements---------------------------------------------------------*/
body{font-family:Arial, Helvetica, sans-serif;font-size:62.5%;/*Gives a base font of 10 pixels. 1em = 10 pixels, 1.2em = 12 pixels, 1.4 em = 14 pixels, etc. */line-height:1.3;color:#EFEFEF;background-color:black/*#620D10#4A337B*/;margin-left:0px;background-image:url('http://www.engaygedweddings.com/images/engaygedweddings-banners/side.gif');background-repeat:repeat-y}
img{border:none}/*No boarder on hyperlinked images*/

/* Content Text Styles. Note that a paragraph immeadiatly following a heading will have no space but there will be a 1em space between paragraphs. Text is lightest Grey to reduce eye glare */
p{/* removed - margin:0;*/ 
	font-size:1.4em;text-align:justify;font-family:Arial, Helvetica, sans-serif;font-weight:normal;font-style:normal;padding:4px;color:#EFEFEF}

/* SEO Heading Tags */
h1, h2, h3, h4, h5, h6{color:#E3C831;font-weight:normal}
h1{font-size:2.2em}/* 22 pixels */
h2{font-size:1.8em}/* 18 pixels */
h3{font-size:1.8em}/* 18 pixels */
h4{font-size:1.5em}/* 15 pixels */
h5{font-size:1.3em}/* 13 pixels */
h6{font-size:1.1em}/* 11 pixels */

/* Colors for paragraph text, headings*/
.first{color:#E3C831}/* Tannish Gold */
.second{color:#FF1C41}/* Red */
.third{color:#FF4AFC}/* Fuschia  */
.fourth{color:#AA2BFF}/* Purple */ 
.fifth{color:#0026FF}/* Blue */
.sixth{color:#00CD21}/* Lime */
.seventh{color:#3D3D3D}/* Grey */

/*EnGaygedWeddings Tagline*/
.tagline p{color:#E3C831;font-size:1.7em;font-weight:bold;padding:4px}

/* Lists - the style-types take up space */
ul{list-style-image:url(http://www.engaygedweddings.com/images/heart-bullet-point-10px-purple.gif);font-size:1.3em;padding-bottom:1em;padding-left:1.5em}
ol{list-style-type:decimal;font-size:1.3em;padding-bottom:1em;padding-left:3em}

/* Article Hyperlinks are "medium" display purple then hot pink then fuschia - For use on black background */
a:link{color:#AC58FA;text-decoration:none}
a:visited{color:#AC58FA;text-decoration:none}
a:hover{color:#9A2EFE;text-decoration:underline}
a:focus{color:#9A2EFE;text-decoration:underline}
a:active{color:#9A2EFE;text-decoration:underline}

/*Quicklink Hyperlinks are "small" display purple no underline then hot pink then fuschia - For use on black background*/
.link2 a:link{font-weight:normal;color:#AC58FA;text-decoration:none} 
.link2 a:visited{font-weight:normal;color:#AC58FA;text-decoration:none}  
.link2 a:hover{font-weight:normal;color:#9A2EFE;text-decoration:underline}  
.link2 a:focus{font-weight:normal;color:#9A2EFE;text-decoration:underline}  
.link2 a:active{font-weight:normal;color:#9A2EFE;text-decoration:underline}

/*Footer Hyperlinks are "small" display black no underline - For use on yellow background*/
.footer a:link{font-size:1.3em;font-weight:normal;color:black;text-decoration:none}  
.footer a:visited{font-size:1.3em;color:black;text-decoration:none}  
.footer a:hover{font-size:1.3em;color:black;text-decoration:underline}  
.footer a:focus{font-size:1.3em;color:black;text-decoration:underline}  
.footer a:active{font-size:1.3em;color:black;text-decoration:underline}

/* Gay Wedding Quick Links - Image Background in specific style sheet */
.gayWeddingLinks h1{text-align:left;font-weight:bold;color:black;font-size:1.5em;padding:4px}  
.gayWeddingLinks h3{text-align:left;font-weight:normal;color:black;font-size:1.5em;padding:2px}  
.gayWeddingLinks h4{text-align:center;font-weight:bold;color:#3D3D3D;font-size:1.5em;padding:4px}  
.gayWeddingLinks h5{text-align:left;font-weight:bold;color:black;font-size:1.2em;padding:4px}  
.gayWeddingLinks ul{background:black;text-align:left;border-style:ridge;border-color:#E3C831;border-width:2px;font-size:1.3em;padding-left:1.5em;padding-right:4px;margin-left:0em;color:#3D3D3D;padding-top:6px;padding-bottom:6px;list-style-image:url(http://www.engaygedweddings.com/images/heart-bullet-point-10px-purple.gif);list-style-type:none}  
.gayWeddingLinks p{padding:4px;font-size:1.5em;background:black} 
.gayWeddingLinks a:link{font-weight:normal;color:#AC58FA;text-decoration:none} 
.gayWeddingLinks a:visited{font-weight:normal;color:#AC58FA;text-decoration:none} 
.gayWeddingLinks a:hover{font-weight:normal;color:#9A2EFE;text-decoration:underline} 
.gayWeddingLinks a:focus{font-weight:normal;color:#9A2EFE;text-decoration:underline} 
.gayWeddingLinks a:active{font-weight:normal;color:#9A2EFE;text-decoration:underline}

/* State pages vendor categories - No image background*/
.vendorCategory h1{padding-top:4px;text-align:left;color:#3D3D3D;font-weight:normal;font-size:2.2em} 
.vendorCategory h2{padding-top:4px;text-align:left;color:#3D3D3D;font-weight:normal;font-size:1.7em} 
.vendorCategory ul{text-align:left;font-size:1.3em;padding-left:1em;margin-left:0em;color:#EFEFEF;padding-bottom:4px;list-style-image:none;list-style-type:square} 
.vendorCategory a:link{font-weight:normal;color:#AC58FA;text-decoration:none} 
.vendorCategory a:visited{font-weight:normal;color:#AC58FA;text-decoration:none} 
.vendorCategory a:hover{font-weight:normal;color:#9A2EFE;text-decoration:underline} 
.vendorCategory a:focus{font-weight:normal;color:#9A2EFE;text-decoration:underline} 
.vendorCategory a:active{font-weight:normal;color:#9A2EFE;text-decoration:underline}

/* Default and LGBT Pages Titles  - No Background Image*/
.title{margin:0px;padding:4px}
.title h1{padding-top:0em;text-align:left;color:#E3C831;font-weight:bold;font-size:2.2em}  
.title h2{padding-top:0em;text-align:center;color:#EFEFEF;font-weight:normal;font-size:1.6em}  
.title p{color:#EFEFEF;font-size:1.6em;font-weight:normal;font-style:normal}  
.title a:link{font-weight:normal;font-style:normal;color:#AC58FA;text-decoration:none} 
.title a:visited{font-weight:normal;font-style:normal;color:#AC58FA;text-decoration:none} 
.title a:hover{font-weight:normal;font-style:normal;color:#9A2EFE;text-decoration:underline} 
.title a:focus{font-weight:normal;font-style:normal;color:#9A2EFE;text-decoration:underline} 
.title a:active{font-weight:normal;font-style:normal;color:#9A2EFE;text-decoration:underline}

/* State and Vendor Category Pages Bread Crumbs and Titles - No Image Background */
.breadcrum h1{padding-top:0em;text-align:center;color:#E3C831;font-weight:bold;font-size:2.0em} 
.breadcrum h2{padding-top:0em;text-align:center;color:#EFEFEF;font-weight:normal;font-size:1.6em} 
.breadcrum h3{padding-top:0em;text-align:left;color:#EFEFEF;font-weight:normal;font-size:1.2em} 
.breadcrum p{color:#EFEFEF;font-size:1.6em;font-weight:normal;font-style:normal;padding-bottom:0em} 
.breadcrum a:link{font-weight:normal;font-style:normal;color:#AC58FA;text-decoration:none} 
.breadcrum a:visited{font-weight:normal;font-style:normal;color:#AC58FA;text-decoration:none}  
.breadcrum a:hover{font-weight:normal;font-style:normal;color:#9A2EFE;text-decoration:underline} 
.breadcrum a:focus{font-weight:normal;font-style:normal;color:#9A2EFE;text-decoration:underline} 
.breadcrum a:active{font-weight:normal;font-style:normal;color:#9A2EFE;text-decoration:underline}

/*------------------------------------------------- Articles and Side Elements -----------------------------------------------------*/
/*bulletin board background and boarder*/
.bulletinBoarder{border:7px ridge #C2A351;background-image:url('http://www.engaygedweddings.com/images/cork-board-2.jpg')}

/*------------------------------------------------- Selectors for specific divs ----------------------------------------------*/
#container{position:absolute;width:1000px;float:none;background-color:black;}
#header{position:absolute;width:1000px;float:none;left:0px;top:0px;height:103px}
#nav{position:absolute;width:1000px;height:36px;float:none;z-index:200;left:0px;top:104px;z-index:200}
/* For some reason - this div needs to be defined in the css for the specific template it refers to
	#footerBoxAll {position:absolute;width:1000px;float:none;height:236px;z-index:110;left:0px;background-image:url('http://www.engaygedweddings.com/images/engaygedweddings-banners/footer-engayged-weddings.jpg')}*/
/*
#footer1{position:absolute;width:250px;height:140px;top:45px;left:10px}#footer2 {position:absolute;width:250px;height:140px;z-index:100;top:45px;left:260px}#footer3 {position:absolute;width:250px;height:140px;z-index:100;top:45px;left:510px}#footer4 {position:absolute;width:250px;height:140px;z-index:100;top:45px;left:760px}*/

