`@charset "UTF-8";
/* CSS Document */
/* RESET */

html, body, div, span, applet, object, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, font, img,
strong, dl, dt, dd, ol, ul, li,
fieldset, form, label{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
*{
	margin: 0;}
	
/* Reference Section

MAIN COLORS:
	GREEN: #9BCC65
	LT GREEN: #CFE8BF
	BLUE: #C7E0EF
	LT BLUE: #E1F2FF
	PINK: #FF0055
	LT PINK: #FFBDBD
	GREY: #3B3B3B
	LT GREY: #C3C2BC
	Alt Grey: #919191
	
ACCENT COLORS:
	PURPLE: #8A4499
	GOLD: #E5A320

*/

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* TEXT STYLES*/
#utilityNav a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3B3B3B;
	font-size:11px;
	letter-spacing:0px;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

#utilityNav a:link {color:#3B3B3B;}
#utilityNav a:visited {color:#3B3B3B;}
#utilityNav a:hover {color:#9BCC65; text-decoration: underline;}
#utilityNav a:active {color:#9BCC65;}


#nav p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #3B3B3B;
	font-size: 12px;
	letter-spacing:0px;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 2px 0 2px;

	}
#nav a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #3B3B3B;
	font-size: 12px;
	letter-spacing:0px;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 2px 0 2px;

	}

#nav a:link {color:#3B3B3B;}
#nav a:visited {color:#3B3B3B;}
#nav a:hover {color:#9BCC65; text-decoration: underline;}
#nav a:active {color:#9BCC65;}

p{
font-family: Georgia, "Times New Roman", Times, serif;
color: #3B3B3B;
font-size: 13px;
line-height: 15px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #919191;
	font-size: 18px;
	font-weight:normal;
	font-style:italic;
	line-height: 1.2;
}

h1#subhead{
	margin:-20px 0 12px 65px;
}

h3{
	text-align:right;
}
h3 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c3c2bc;
	font-size: 14px;
	font-weight:normal;
	line-height: 1.2;
	text-decoration:none;
	margin-right:10px;
}

#CTA {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b3b3b;
	font-size: 11px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}

#disclaimer p{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#3b3b3b;
	font-size:9px;
	margin-right:25px;
	text-align:right;
}

/*Facebook Callout text! */
#callout{
	float:right;
	margin-top:-40px;
	margin-right:60px;
}
h1#callout{
font-family: Georgia, "Times New Roman", Times, serif;
	color: #e5a320;
	font-size: 18px;
	font-weight:normal;
	font-style:italic;
	line-height: 1.2;
	text-align:left;
	}

h1#callout a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e5a320;
	font-size: 18px;
	font-weight:normal;
	font-style:italic;
	line-height: 1.2;
	text-align:center;
	text-decoration:underline;
}
/*End Facebook Callout text! */

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b3b3b;
	font-size: 20px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	
}

.cat_nav p{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#C3C2BC;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 0pt;
	text-decoration: none;}
	

.cat_nav a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3B3B3B;
	font-size: 11px;
	letter-spacing: 0pt;
	line-height: 1.6;
	text-decoration: none;
	text-transform: uppercase;
	}

.cat_nav a:link {color:#3B3B3B;}
.cat_nav a:visited {color:#3B3B3B;}
.cat_nav a:hover {color:#9BCC65; text-decoration: underline;}
.cat_nav a:active {color:#9BCC65;}


.footer h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FF0055;
	font-weight:normal;
	font-size: 15px;
	text-align:left;
	line-height: 1.2;
	margin-bottom:4px;
}

.footer p, a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #3B3B3B;
	font-size: 12px;
	font-weight:normal;
	line-height: 1.2;
	vertical-align: top;

	}

.footer a:link {color:#3B3B3B;}
.footer a:visited {color:#3B3B3B;}
.footer a:hover {color:#9BCC65; text-decoration: underline;}
.footer a:active {color:#9BCC65;}


/* Main Styles*/
html, body {
	height:100%;
	background-color: #CFE8BF;
}

.container {
	width:948px;
	height:auto;
	margin:auto;
	background-color: white;
}

#nav {
	margin:auto;
}

#content {
	padding: 20px;
}

#homecontent {
		padding: 20px;
	height:1050px;
}
/* START HEADER STYLES*/

#header {
	height: 100%;
}

#logo{
	margin: 20px 20px 20px 15px;
	border:none;
	}
	
ul#utilityNav {
	float: right;
	padding: 25px 50px 0 25px;

}

#utilityNav li {
	display:inline;
	float: left;
	padding: 0 0 0 5px;
}

ul#nav {
	margin: auto;
	padding: 0 20px 0 20px;
	}

#nav li {
	display:inline;
	float: left;
}

.hr {
	padding: 5px 0 7px 0;}
	
/*END HEADER STYLES*/

/* START FOOTER STYLES*/


.footer {
	background-color: white;
	width: 948px;
	height: 130px;
	margin: 0 auto 0 auto;
	padding: 0px;
	}

#f1 {
	float:left;
	padding:20px 20px 0 20px;
	}

#f1 img{
	padding: 0px;
	margin: -5px 0 0 0;}
		
#f2 {
	float:right;
	padding: 20px 20px 0 20px;}
	
#f3 {
	float:left;
	height: 110px;
	margin: 0px;
	padding: 0px;
	}
	
/* END FOOTER STYLES*/

/*START HOME STYLES*/
#home_main {
	background-image:url(http://formallyyoursga.com/images/home_main.png);
	background-repeat:no-repeat;
	width:543px; height:566px;
	margin:0px;
}

#home_main h1{
	position: absolute;
	width:270px;
	margin: 100px 0 0 245px;
}

#home_CTA1 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b3b3b;
	font-size: 11px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	position:absolute;
	width:130px;
	margin:468px 0 0 40px;
}
#home_CTA2 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b3b3b;
	font-size: 10px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	position:absolute;
	width:100px;
	float:left;
	margin: 314px 0 0 420px;
}


#home_CTA3 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b3b3b;
	font-size: 10px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	position:absolute;
	width:100px;
	float:left;
	margin: -194px 0 0 295px;
}

#home_CTAalt{
	position:absolute;
	width:200px;
	float:left;
	margin: 0px 0 0 30px;
}

#home_CTAalt a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b3b3b;
	font-size: 10px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}


#home_about {
	position:relative;
	width:465px;
	margin:10px 0 0 40px;
	padding-bottom:40px;	
}

#home_col2{
	position:absolute; 
	width:400px;
	float:left;
	margin-left:550px;
	margin-top:-1050px;
}

#home_event {
	background-image:url(http://formallyyoursga.com/images/home_eventbackground.png);
	width:390px; height:221px;	
}

#home_event h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b3b3b;
	font-size: 22px;
	font-weight:normal;
	font-style:normal;
	line-height: 1.2;
	padding: 26px 0 0 22px;
}

#home_eventItem{
	float:right;
	position:relative;
	margin-top:0px;
	margin-right:40px;
}

#home_eventItem p{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b3b3b;
	font-size: 15px;
	font-weight:normal;
	font-style:normal;
	line-height: 27px;
	margin-bottom:4px;
}

#home_facebook img{
	margin:-7px 0 0 20px;	
}


#home_facebook h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#007bd9;
	font-weight:normal;
	font-style:italic;
	line-height: 1.2;
	text-align:center;
	margin:40px 0 0 140px;	
}

#home_facebook a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#007bd9;
	font-weight:normal;
	font-style:italic;
	line-height: 1.2;
	text-align:center;
	text-decoration:underline;	
}

#home_highlight{
	float:none;
	margin-left:60px;
}

#home_quote{
	width:350px;
	margin:10px 0 0 20px;	
}

#home_alteration{
	background-image:url(http://formallyyoursga.com/images/home_alterationsbackground.png);
	background-repeat:no-repeat;
	width:368px; height:201px;
	margin-left:150px;
	}

#home_alteration h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b3b3b;
	font-size: 22px;
	font-weight:normal;
	font-style:normal;
	line-height: 1.2;
	padding:40px 0 0 30px;
}

#home_alteration h1{
	font-size:17px;
	padding:10px 0 10px 30px;
	width:250px;
}


/*END HOME STYLES*/

/*START EVENTS STYLES*/
#events {
	width:900px;
	margin:auto;
	height:1200px;
}

#eventItem{
	background-image:url(http://formallyyoursga.com/images/events/eventItem_background.png);
	background-repeat:no-repeat;
	width:415px; height:249px;
	margin:2px;
	float:left;
}

#eventItem img{
	margin-left:5px;
}

#eventDescription{
	float:right;
	position:relative;
	margin-top:6px;
	margin-right:24px;
}

#eventItem h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b3b3b;
	font-size: 22px;
	font-weight:normal;
	font-style:normal;
	line-height: 1.2;
	padding: 30px 0 0 22px;
}

#eventItem p{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b3b3b;
	font-size: 16px;
	font-weight:normal;
	font-style:normal;
	line-height: 1.9;
	margin-bottom:4px;
}

/*END EVENTS STYLES*/

/*START REAL STORIES STYLES*/
#realstories {
	width:900px;
	margin:auto;
	height:1700px;
}

#storyItem img{
	margin-left:-20px;
}

#storyDescription_r{
	float:right;
	position:relative;
	margin-top:0px;
	margin-right:0px;	
	width:275px;

}
#storyDescription_l{
	float:left;
	position:relative;
	margin-top:0px;
	margin-right:0px;	
	width:275px;

}

#storyImg_r img{
	float:left; margin-left:100px;}

#storyItem p{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b3b3b;
	font-size: 13px;
	font-weight:normal;
	font-style:normal;
	line-height: 1.4;
	margin-bottom:4px;
}
#storyItem h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c3c2bc;
	font-size: 14px;
	font-weight:normal;
	font-style:normal;
	line-height: 1.4;
	margin-bottom:4px;
}

/*END REAL STORIES STYLES*/

/*START LINKS STYLES*/
#links {
	width:900px;
	margin:auto;
	height:1035px;
}

#linkItems_l{
	background-image:url(http://formallyyoursga.com/images/links/links_background.png);
	background-repeat:no-repeat;
	width:627px; height:925px;
	margin:auto;
	}
	
#linkItems_r{
	position:relative;
	top:-925px;
	left:445px;
	}
	
ul#linkBridal{
	padding-top:30px;
	padding-left:50px;	
	}

ul#linkBridesmaids{
	padding-top:25px;
	padding-left:50px;	
	}

ul#linkMothers{
	padding-top:25px;
	padding-left:50px;	
	}
ul#linkFlowergirls{
	padding-top:22px;
	padding-left:50px;	
	}
	
ul#linkShoes{
	padding-top:30px;
	padding-left:50px;	
	}
ul#linkAccessories{
	padding-top:26px;
	padding-left:50px;	
	}
ul#linkProm{
	padding-top:22px;
	padding-left:50px;	
	}
ul#linkFriends{
	padding-top:25px;
	padding-left:50px;	
	}
			
li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b3b3b;
	font-size: 16px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:26px;
	
}

#tab_bridal {
	position:absolute;
	margin:45px 0 0 73px;
}

h2#tab_bridal {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:white;
	font-size: 18px;
	text-align:center;
	width:68px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height: 1.65;
	 
}


#tab_bridesmaids {
	position:absolute;
	margin:405px 0 0 21px;
}

h2#tab_bridesmaids {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:white;
	font-size: 18px;
	text-align:center;
	width:120px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height: 1.65;
}

#tab_mothers {
	position:absolute;
	margin:667px 0 0 52px;
}

h2#tab_mothers {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:white;
	font-size: 18px;
	text-align:center;
	width:89px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height: 1.65;
}

#tab_flowergirls{
	position:absolute;
	margin:817px 0 0 34px;
}

h2#tab_flowergirls {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:white;
	font-size: 18px;
	text-align:center;
	width:107px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height: 1.65;
}

#tab_shoes{
	position:absolute;
	margin:45px 0 0 758px;
}

h2#tab_shoes {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:white;
	font-size: 18px;
	text-align:center;
	width:63px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height: 1.65;
}

#tab_accessories{
	position:absolute;
	margin:175px 0 0 758px;
}

h2#tab_accessories {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:white;
	font-size: 18px;
	text-align:center;
	width:110px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height: 1.65;
}

#tab_prom{
	position:absolute;
	margin:400px 0 0 758px;
}

h2#tab_prom {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:white;
	font-size: 18px;
	text-align:center;
	width:68px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height: 1.65;
}

#tab_friends{
	position:absolute;
	margin:630px 0 0 758px;
}

h2#tab_friends {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:white;
	font-size: 18px;
	text-align:center;
	width:82px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height: 1.65;
}
/*END LINKS STYLES*/

/* START CATEGORY STYLES*/
.cat_content{
	width: 949px;
	height: 700px;
	margin:10px;}

.cat_nav{
	float:left;
	margin: 0px;
	}
	
.cat_nav img{

	vertical-align: top;
	margin-top: 5px;
}

.cat_grid{
	display:block;
	float: left;
	position:relative;
	top:0px;
	left:10px;
	width: 330px;
	margin:10px;
	}
	
.cat_grid_lg{
	display:block;
	float: left;
	position:relative;
	top:0px;
	left:10px;
	width: 630px;
	margin:10px;
	}

.cat_thb{
	float:left;
	height: 100px;
	width: 100px;
	background: black;
	margin: 5px;
	border: 0px;
}

.cat_note{
	margin:10px 12px 0 15px;
	float:left;
	width: 300px;
	}
.cat_note p{
	line-height:14pt;
}
	
/* END CATEGORY STYLES*/

/* START DESIGNER STYLES*/
.des_content{
	width: 949px;
	height: 525px;
	margin:10px;
	}
	
/* END DESIGNER STYLES*/

/* START ABOUT STYLES*/
.about_content{
	width: 949px;
	height: 350px;
	margin:10px;
	}
.ot_content {
	width: 949px;
	height: 450px;
	margin:10px;
	}
.ot_about{
	float: left;
	width: 450px;
	margin: 0 0 0 20px;
}

.ot_about h1 {
	font-weight: 100;
}

.ot_about a{
	color:#9BCC65;
	font-weight: bold;
	text-decoration: none;}
/* END ABOUT STYLES*/

/* START CONTACT STYLES*/
.contact_content{
	width: 949px;
	height: 200px;
	margin:10px;
	}
/* END CONTACT STYLES*/

