/* AT&T Default Creator Styling CSS v2

MT 00016 v2.2

The Default CSS for Creator for AT&T sites with Reset being imported. (7/8/2011)

last edit: yee #header, .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/masterResetv5.2.1.min.css"); /* Upload stylesheet to GFX folder */

/* 1.ROOT
----------------------------------------------------------------------------------------------------*/

body {
	margin: 0;
	color: #222;
	font : 90%/1 Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

body#mysite {
	/* Set background image POSITION and REPEAT here! */
	background-repeat: repeat-x;
	background-position: top left;
}

.skinBg {
}

body div.skinBg {
/* Set background image POSITION and REPEAT here! */
	}

/* 2.HEADINGS
----------------------------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}

h1 {
	font-size: 26px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	color: #706852;
}

.titles { /* Content Title Only styles for site level design control */
 color: #706852;
 font-family:;
 font-size:;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

/* 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;
}

/* 4.LINKS
----------------------------------------------------------------------------------------------------*/

a,
a:visited {
	outline : none;
	color : #00F;
	text-decoration : underline;
}

a:hover {
	outline : none;
	color : rgb(40,40,40); /* hex code can be used here too */
	text-decoration : none;
}

a:active,
a:focus {
	outline : none;
	color : rgb(0,0,0); /* 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;
	position: absolute;
	bottom: 15px;
	right: 34px;
	z-index: 5
}

ul.nav {
	margin: 0;
	padding: 0;
}

ul.nav li {
	float: left;
	padding: 0;
	list-style: none;
	list-style-image: none;
	border-left: 1px solid #ccc;
}

ul.nav li.last {
	border-right: 1px solid #ccc;
}

ul.nav li.first {
}

ul.nav li a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 16px 15px;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
	color: #1a1a1a;
}

/* yes, you can combine the bottom two styles if you would like or need to */	
		ul.nav li.current a {
			background: #000;
			color: #fff
		}

ul.nav li a:hover {
	background: #000;
	color: #fff
}

ul#nav li ul { /* second-level lists */
	position: absolute;
	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;
	top: 0px;
	left: 0px;
	z-index: 2
	width: 515px;
	height: 70px;
}

#slogan {
	color: #ffffff;
	position: absolute;
	font-size: 25px;
	top: 200px;
	right: 60px;
	z-index: 3
}

div#phonenumber {
	color: #ffffff;
	position: absolute;
	top: 240px;
	right: 60px;
	z-index: 3
}

div#header {
	position:relative;
	width: auto;
	height: auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 101;
	}

div#header img#siteMainDynHeaderImage1 { /* Header Image 1 */

}

#content {
	padding:15px;
	line-height:1.2em;
	position: relative9; /* IE8 and below */
	z-index: 09; /* IE8 and below */
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url('../1696/gfx/pie.html');
	color: #404040;
}

div.full {
	width: 960px; /* Content width without sidebar widgets */
	margin:15px auto;
}

div.half {
	width: 630px; /* Content width with sidebar widgets */
	float: left;
	margin:15px 0;
}

div#footer {
	text-align: center;
	clear: both;
	padding: 10px 0 15px 0;
	width: 990px;
}

#getDirections {
font-size:14px;
}

/* 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 !important; /* replace color here */
 border: 1px solid #cfcfcf;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 behavior: url('../1696/gfx/pie.html');
 position: relative; /* IE8 and below */
 z-index: 1; /* IE8 and below */
}

/* add widget header bg that will show up as a tab-styled graphic for the h3 below */ 
.widget-title {
}

/* 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-top: 8px;
}

.widget-body { /* should correct centering of elements inside of most widgets */
	text-align: center;
	line-height:1.6em;
	overflow-x:hidden;
}

.widget-body p { /* can further effect elements inside on most widgets */
	text-align: left;
}

div#twtr-widget-1 div.twtr-doc div.twtr-hd h3 {
	display: none;
}

/* 9.MODULES
----------------------------------------------------------------------------------------------------*/

/* facebook like link */
div#fblike {
	float: left;
	margin: 15px;
	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,
div#content a.sms-button {
	margin: 0px;
	padding:0;
	font-size: 12px;
	display:inline-block;
	line-height:35px;
}
/* click to call link*/
div#content a.sms-button {
	width: 150px;
	padding-left: 35px;
}
span.print-page-link {
clear:both;
}

/* language link styling for spanish, french, and english */
div#languagelinks {
	text-align: right;
}

div#languagelinks a {
	font-size:.75em;
	margin:0 0 0 10px;
}

/* 10.FOOTER AREA
----------------------------------------------------------------------------------------------------*/

/* Utility Nav
----------------------------------------------------------------------------------------------------*/

ul#mirror-menu-module {
	text-align: center;
	margin: 0 auto;
}

ul#mirror-menu-module li {
	display: inline;
	padding:0px;
	margin: 0px;
	color: #000;
	list-style: none;
}

ul#mirror-menu-module a,
ul#mirror-menu-module a:link,
ul#mirror-menu-module a:visited {
	border-left: solid 1px #999;
	color:#000;
	padding: 0 5px 0 8px;
	font-size:11px;
}

ul#mirror-menu-module li:first-child a {
	border-left: none;
}

ul#mirror-menu-module a:hover,
ul#mirror-menu-module a:active {
	text-decoration: none;
}

/* 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 {
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 8px;
	color: #000000;
	text-align: center;
}

#copyright a, #copyright a:link, #copyright a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover, #copyright a:active {
	text-decoration:underline;
	color: #000000;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding: 5px 0px;
}
/* 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 {
}
