/* AT&T Default Creator Styling CSS v2


//Last Modified - (10/25/2011) by dj906c

// MT 00011 - Version 2.3.2

// Release Notes

- Removed Bing Map styling from the Master Reset

--------------------------------------------------------------
//Last Modified - 10/19/11 by dj906c
//MT 00011 v2.3.1

// Release Notes 
- Removed Content Image Margin due to it affecting the Galleries

--------------------------------------------------------------

//Last Modified - (10/17/2011) by dj906c

// MT 00011 v2.3

// Release Notes

- Removed Gallery styling from the Master Reset

--------------------------------------------------------------

MT 00011 v2.2

The Default CSS for Creator for AT&T sites with Reset being imported. 

last edit: yee .page-template

For errors, questions, or suggestions, please see:
Matt Korpak, (mk8197@att.com), Marquis Ford, (mf9257@att.com), Yee Yang, (yy6992@att.com)

TOC

1.ROOT
2.HEADINGS
3.TYPOGRAPHY
4.LINKS
5.NAVIGATION/MENU
6.MAIN
7.WIDGET AREA
8.WIDGET STYLING
9.MODULES
10.FOOTER AREA
11.WEBSPLANET DEFAULT

____________________________________________________*/

/* ----------------- RESET IMPORT ----------------- */

@import url("gfx/MasterCreatorRESETv5.2.3.css"); /* Upload stylesheet to GFX folder */

/* 1.ROOT */

body {
	margin: 0;
	color: #fff;
	font : 90%/1.2 Verdana, Arial, sans-serif;
	background-color: #222222;
	background-image: url('/templates/bubbles/templates_cj5753/styles/1512/gfx/bg.png')
	}
	body#mysite { 
		background-position:left top;
		background-repeat:repeat-x;	
		}
	body.sendtoafriend_body {
		background-image:none !important;
		}
.skinBg {
	}
	body div.skinBg {
		background-position:left top;
		background-repeat:repeat-x;
		}

/* 2.HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-family : sans-serif;
	font-weight : bold;
	text-transform: uppercase;
	}

h1 { 
	margin-bottom : .75em;
	font-size : 1.875em; /* 48 / 16 = 3 */
	line-height : 1.2; 
	}
	.titles { /* Content Title Only styles for site level design control */
		color:;
		font-family:;
		font-size:;
		}
h2 { 
	margin-bottom : .75em;
	font-size : 1.75em; /* 36 / 16 = 2 */
	line-height : 1.2; 
	}

h3 { 
	margin-bottom : 1em;
	font-size : 1.5em; /* 24 / 16 = 1.5 */
	line-height : 1.3; 
	}

h4 { 
	margin-bottom : 1.25em;
	font-size : 1.25em; /* 20 / 16 = 1.25 */
	line-height : 1.25; 
	}

h5 { 
	margin-bottom : 1.5em;
	font-size : 1em; /* 16 / 16 = 1 */ 
	}

h6 { 
	font-size : 1em; /* 16 / 16 = 1 */ 
	}

/* 3.TYPOGRAPHY */

p, ol, ul, dl, address { 
	margin-bottom : 1.5em; 
	font-size : .875em; /* 16 / 16 = 1 */ 
	}

ul, ol { 
	margin : 0 0 1.5em 24px; 
	padding-left : 24px; 
	list-style-position: outside;
	}

ul { 
	list-style-type : disc; 
	}

ol { 
	list-style-type : decimal; 
	}

li ul, 
li ol { 
	margin : 0;
	font-size : 1em; /* 16 / 16 = 1 */ 
	}

dl, 
dd { 
	margin-bottom : 1.5em;
	}

dt { 
	font-weight : normal; 
	}

blockquote  { 
	margin : 0 0 1.5em 24px; 
	padding-left : 24px; 
	border-left : 1px solid rgb(200,200,200); /* hex code can be used here too */
	font-style : italic; 
	}

blockquote:before, blockquote:after, q:before, q:after {
	content : '';
	content : none; 
	}

b, strong	{ 
	font-weight : bold; 
	}

i, em { 
	font-style : italic; 
	}

sup, sub { 
	position : relative;
	font-size : 75%; 
	line-height : 0; 
	}

sup { 
	top : -.5em; 
	}

sub { 
	bottom : -.25em; 
	}

address { 
	font-style : normal;
	}

/* IMAGES */

/*div#content img[src^="/var"], div#content img[src^="/images"] { /*Styling for site level images inside the content area
	border: 1px solid #ccc;
	margin: 0 15px 15px;
	}*/

/* 4.LINKS */

a {
	outline : none;
	color : #eee; 
	text-decoration : underline; 
	}
 
a:hover { 
	outline : none;
	color : #fff; /* hex code can be used here too */
	text-decoration : none; 
	}
 
a:active, a:focus { 
	outline : none;
	color : #fff; /* hex code can be used here too */
	}

/* 5.NAVIGATION/MENU */

/* Feel free to change up this area as you see fit in order
to best suit your design. */

div#menu {
	height: 50px; 
	width:960px;
	position:absolute;
	bottom:0;
	left:15px;
	}

ul.nav {
	margin: 0 0 0 25px;
	padding: 0;
	height:50px;
	border-left: #aaa solid 1px;
	}
	ul.nav li {
		float: left;
		padding: 0;
		list-style: none;
		list-style-image: none;
		border-left:#eee solid 1px;
		border-right: #aaa solid 1px;
		}
		ul.nav li:first-child {
			}
		ul.nav li:last-child {
			-webkit-box-shadow: 1px 0px 0px #eee;
			-moz-box-shadow: 1px 0px 0px #eee;
			box-shadow: 1px 0px 0px #eee;
			behavior: url('/templates/bubbles/templates_cj5753/styles/1512/gfx/pie.htc');
			}
		ul.nav li a {
			font-size: 12px;
			text-decoration: none;
			display: block;
			text-align: left;
			padding: 18px 15px;
			white-space: nowrap;
			font-weight: bold;
			text-transform: uppercase;
			color: #000;
			}
		/* yes, you can combine the bottom two styles if you would like or need to */	
		ul.nav li.current a, ul.nav li a:hover {
			background: url('/templates/bubbles/templates_cj5753/styles/1512/gfx/highlight.png') left top repeat;
			}

		ul#nav li ul { /* second-level lists */
			position: absolute;
			/*background: orange;*/
			width: 10em;
			left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		}
		 
		ul#nav li ul ul { /* third-and-above-level lists */
			margin: -1em 0 0 10em;
		}
		 
		ul#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
			left: -999em;
		}
		 
		ul#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}

/* 6.MAIN */

div#container {
	margin: 0 auto;
	width: 990px;
	}
	
div#logo {
	position:absolute;
	left:16px;
	top:90px;
	width:auto;
	height:auto;
	}

#slogan {
	position:absolute;
	left:16px;
	top: 186px;
	text-align:center;
	width:auto;
	height:auto;
	font-style:italic;
	font-size:24px;
	color:#000;
	}
	
div#phonenumber {
	position:absolute;
	left:16px;
	top:226px;
	text-align:center;
	width:auto;
	height:auto;
	font-size:24px;
	}
	
div#header {
	position:relative;
	width: auto;
	height: auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 2;
	}
	div#header img#siteMainDynHeaderImage1 { /* Header Image 1 */
		}
		
div#content {
	padding:15px;
	line-height:1.2em;
	}
	div.full{
		margin:15px auto;
		width: 960px; /* Content width without sidebar widgets */
		}
	div.half {
		float: left;
		margin:15px 0;
		width: 630px; /* Content width with sidebar widgets */
		}
		
div#footer {
	text-align: center;
	clear: both;
	padding: 10px 0 15px 0;
	width: 990px;
	}

/* 7. WIDGET AREAS */

div#widgetsidebar {
	width: 300px;
	margin: 15px;
	float: left;
	}	
	
div#widgetbottom,
div#widgettop {
	width: 990px;
	}
	div#widgetbottom .widget-wrapper,
	div#widgettop .widget-wrapper {
		float: left;
		width: 300px;
		margin-left: 22px;
		}
		div#widgetbottom > *:after,
		div#widgettop > *:after {
			content:'';
			clear: left;
			}

/* 8.WIDGET STYLING */

/* Change the overall widget-wrapper class, you may add additional properties in 
this area as needed such as border, border-radius, etc. Calculator ID's are used
because their backgrounds are super, ultra stubborn to get rid of */
.widget-wrapper,
div[id*="widget"] div#UnitCalc, 
div[id*="widget"] div#CaloriesCalc, 
div[id*="widget"] div#MortageCalc, 
div[id*="widget"] div#PregnancyCalc, 
div[id*="widget"] div#TaxCalc {
	background: #fff; /* replace color here */
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#e4e4e4));
	background: -moz-linear-gradient(#fff, #e4e4e4);
	background: linear-gradient(#fff, #e4e4e4);
	-pie-background: linear-gradient(#fff, #e4e4e4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	box-shadow: #000 0px 0px 5px;
	behavior: url('/templates/bubbles/templates_cj5753/styles/1512/gfx/pie.htc');
	position:relative;
	z-index:1;
	}
	
	/* All browsers but IE6-8 - Hack get calculator background to work correctly.  IE and css3pie do not like it though and they work without it */
	:root *> .widget-wrapper,
	:root *> div[id*="widget"] div#UnitCalc, 
	:root *> div[id*="widget"] div#CaloriesCalc, 
	:root *> div[id*="widget"] div#MortageCalc, 
	:root *> div[id*="widget"] div#PregnancyCalc, 
	:root *> div[id*="widget"] div#TaxCalc {
		background: #fff !important; /* replace color here */
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#e4e4e4)) !important;
		background: -moz-linear-gradient(#fff, #e4e4e4) !important;
		background: linear-gradient(#fff, #e4e4e4) !important;
		}

/* add widget header bg that will show up as a tab-styled graphic for the h3 below */ 
.widget-title {
	padding-top: 15px;
	}
	/* the heading tag within each widget, this will change heading style for widgets 
	specifically, don't forget about font color */
	.widget-title h3 {
		color: #000;
		margin: 0;
		}

.widget-body { /* should correct centering of elements inside of most widgets */
	text-align: center;
	line-height:1.6em;
	font-size:.75em;
	color:#000;
	}
	.widget-body a {
		color:#333;
		}
	.widget-body p { /* can further effect elements inside on most widgets */
		text-align: left;
		font-size: 1em;
		}

div#twtr-widget-1 div.twtr-doc div.twtr-hd h3 {
	display: none;
}

/* 9.MODULES */



/* facebook like link */
div#fblike {
	float: left;
	margin: 10px 0 0 !important;
	color: #333;
}

/* default contact us form */
div#contact_us_container {
	/* should inherit most of the body styling */
	}
	div#contact_us_container .astrix{
		color: red;
	}


/* search module */
div#modulesearch {
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 100;
}

/* print page and send to friend links found in content area */
span.print-page-link, 
span.sendtofriend-link,
#content a.sms-button {
	margin: 0px;
	padding:0;
	font-size: 12px;
	display:inline-block;
	text-transform: capitalize;
	line-height:35px;
}
span.print-page-link {
clear:both;
}
/* click to call link*/
div#content a.sms-button {
	width: 150px;
	padding-left:35px;
	}

	
/* language link styling for spanish, french, and english */
div#languagelinks {
	text-align: right;
	z-index: 10;
	}
	div#languagelinks a{
		font-size:.75em;
		margin:0 0 0 10px;
		color:#333;
		}

/* 10.FOOTER AREA */

/* mirror module for utility nav */
ul#mirror-menu-module {
	width: 990px;
	margin: 5px auto;
	padding: 5px 0;
	clear: both;
	font-size:12px;
	}
	ul#mirror-menu-module li {
		float: left;
		padding: 0 5px;
		list-style: none;
		text-align: center;
		}
	ul#mirror-menu-module a {
		}
		ul#mirror-menu-module a:hover {
			}

/* misc links and text that may be generated using platform dynamic tags*/
div#footerdata, 
span.footerLinks {
	text-align: center;
	font-size:12px;
	margin: 10px auto;
	clear: both;
}

a.print-map {
	font-size: 10px;
}

/* ATT Copyright */
div#copyright {
	clear: both;
	margin: 15px auto;
	text-align: center;
	font-size: 12px;
}

/* 11.WEBSPLANET DEFAULT */

/* WebsPlanet Platform Default classes for many of their
dynamic tags that we may not have covered above. This should
hypothetically overwrite any styling we made above if you style
the below classes. NOTE: Be sure that you are targeting the 
correct class selector below.  */

.page-template:after{
content: '';
display: block;
clear: both;
}
.languages {}
.headerimage {}
.slogan {}
.logo {}
.menu {}
.menu_rollover {}
.menu_active {}
.skinBg {}
.skinAlign {}
.footerText {}
.footerLinks {}

.text {}
.titles {}
.titles_path {}
.titles_in {}

.modules_table_border {}
.modules_table_data {}
.modules_td {}
.dark_text {}
.dark_links {}

.content_pages_table {}
.content_pages_table td {}

.nextprevout {}
.nextprevin {}
.nextprevactive {}

.printv_link {}
.printv_table {}
.printv_body {}
.printv_content_title {}
.sendtoafriend_link {}
.sendtoafriend_body {}
.sendtoafriend_data {}

.astrix {}
.form_field_text {}
.text_field {}
.text_field_big {}
.buttons {}

.search_button {}
.search_field {}
.search_text {}
.search_result_highlight {}

.login_field {}

.side_menu {}
.side_menu_sub {}

.gallery_titles {}
.gallery_text {}
.gallery_links {}

.user_normal {}
.user_self {}
.user_admin {}
.quote {}

.price {}
.top_categories_titles {}
.multimulti_attribute_image {}

.replies_page_toplinks_table {}
.replies_page_toplinks_td {}
.replies_page_toplinks_link {}
.replies_page_replylink {}

/* Modules */

.module-wrapper {}
.module-title {}
.module-content {}