/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background-color: #595757;
	color: #635821;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	padding: 0px 0px;
}

h1, h2, h3 {
	color: #5E510E;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1{
	clear: both;
	font-size: 26px;
	line-height: 28px;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

h1.indented{
	clear: both;
	font-size: 26px;
	line-height: 28px;
	margin: 5px 0px 0px 6px;
	padding: 5px 0px 0px 0px;
}

.regSign{
	font-size: 18px;
	position: relative;
	top: -3px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	line-height: 26px;
	margin: 0 0 2em 0;
}

a:link {
	color: #e58804;
}

a:hover, a:active {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #e58804;
}

img {
	border: none;
}

blockquote{
	margin: 5px 5px;
	padding: 0px 0px;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

.clearIt{
	clear: both;
	height: 1px;
	line-height: 1px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	display: none;
}

input, textarea, select {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper {
}

/* Header */

#header {
	background: url(../images/sd_MyMcCafe_head.png) no-repeat left top;
	height: 108px;
	margin: 0 auto;
	padding: 0;
	width: 996px;
}

#logo {
	float: left;
	margin-left: 55px;
	padding-top: 25px;
	position: absolute;
	z-index: 10;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
	color: #3399CC;
	font-size: 38px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	color: #F2B870;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

#logo a {
	color: #F2B870;
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	position: relative;
	top: 46px;
}

#menu ul {
	list-style: none;
	margin: 0px 0px;
	padding: 0px 20px 0px 0px;
}

#menu li {
	display: inline;
}

#menu a {
	background-image: url(../images/nav/sprite_off.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #a7a5a5;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
	line-height: 14px;
	margin-left: 0px;
	padding-top: 40px;
	text-decoration: none;
	text-align: center;
}

#menu a:hover {
	color: #FFF;
	text-decoration: underline;
}

#menu a.homeLink{
	background-position: 0px 0px;
	width: 109px;
}

#menu a.homeLink:hover{
	background-image: url(../images/nav/sprite_on.png);
	background-position: 0px 0px;
}

#menu a.newsLink{
	background-position: -109px 0px;
	width: 129px;
}

#menu a.newsLink:hover{
	background-image: url(../images/nav/sprite_on.png);
	background-position: -109px 0px;
}

#menu a.mcCafeDLink{
	background-position: -238px 0px;
	width: 129px;
}

#menu a.mcCafeDLink:hover{
	background-image: url(../images/nav/sprite_on.png);
	background-position: -238px 0px;
}

#menu a.myMcCafeLink{
	background-position: -366px 0px;
	width: 110px;
}

#menu a.myMcCafeLink:hover{
	background-image: url(../images/nav/sprite_on.png);
	background-position: -366px 0px;
}

#menu a.ronaldLink{
	background-position: -475px 0px;
	width: 129px;
}

#menu a.ronaldLink:hover{
	background-image: url(../images/nav/sprite_on.png);
	background-position: -475px 0px;
}

#menu a.RMHCLink{
	background-position: -604px 0px;
	width: 110px;
}

#menu a.RMHCLink:hover{
	background-image: url(../images/nav/sprite_on.png);
	background-position: -604px 0px;
}


/* Page */
#page {
	background: url(../images/page_background.png) repeat-y left top;
	margin: 0 auto;
	width: 996px;
}

#page .bgtop {
	background: url(../images/underNavBG.png) no-repeat left top;
}

/* Content */

#content {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 20px;
	width: 710px;
}

#subRightNav{
	float: right;
	height: 26px;
	margin: 20px 0px 0px 0px;
	width: 331px;
}

#subRightNav a{
	background-image: url(../images/arrow_subNav.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #3e3d3d;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	padding: 0px 10px 0px 15px;
	text-decoration: none;
}

#subRightNav a:hover{
	text-decoration: underline;
}
/* Post */

.post {
	padding-bottom: 20px;
}

.post .title {
	color: #3e3d3d;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post .promo {
	display: block;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px;
}

.promo h2{
	color: #ad0b03;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -.15px;
	line-height: 20px;
	margin: 0px 0px 7px 0px;
	padding-top: 5px;
	text-transform: capitalize;
}

.promo p{
	color: #3e3d3d;
	font-size: 14px;
	line-height: 24px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px;
}

#_Page .promo p{
	color: #3e3d3d;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px;
}

.promo .moveLeft{
	margin-left: -13px;
}

.promo .bottomMargin{
	margin-bottom: 20px;
}

.promo .bottomMarginTall{
	margin-bottom: 80px;
}

.promo h3{
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

#joinBtn, #twitterBtn{
	margin: 6px 0px 0px 0px;
}

#subLeftCol{
	float: left;
	height: 500px;
	margin-right: 15px;
	padding: 0px 0px;
	width: 234px;
}

#subRightCol{
	float: left;
	width: 400px;
}

#bizCard{
	border: 1px solid #333333;
	clear: both;
	margin: 0px 0px 0px 8px;
	padding: 5px;
	position: relative;
	top: 20px;
	width: 214px;
}

/* Sidebar */

#sidebar {
	float: left;
	padding: 85px 0px 0px 45px;
	position: relative;
	width: 200px;
}

#sidebar ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar h2 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#sidebar a {
	background-repeat: no-repeat;	
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}

#sidebar a:hover{
	text-decoration: underline;
}

a.feedLink{
	background-image: url(../images/nav/sidebarSpriteBack.png);
	background-position: 0px -96px;
	height: 37px;
	margin: 5px 0px 5px -30px;
	padding: 3px 0px 0px 45px;
}

a.restLocaLink{
	background-image: url(../images/nav/sidebarSpriteBack.png);
	background-position: 0px -1px;
	height: 37px;
	margin: 0px 0px 5px -30px;
	padding: 3px 0px 0px 45px;
}

a.careersLink{
	background-image: url(../images/nav/sidebarSpriteBack.png);
	background-position: 0px -50px;
	height: 37px;
	margin: 5px 0px 0px -30px;
	padding: 3px 0px 0px 45px;
}

a.iphoneLink{
	background-image: url(../images/nav/5icons.jpg);
	background-position: 0px -140px;
	height: 37px;
	margin: 5px 0px 0px -30px;
	padding: 3px 0px 0px 45px;
}

a.androidLink{
	background-image: url(../images/nav/5icons.jpg);
	background-position: 0px -186px;
	height: 37px;
	margin: 5px 0px 0px -30px;
	padding: 3px 0px 0px 45px;
}

#clubSignup{
	margin: 10px 0px 0px 10px;
	width: 154px;
}


#24sidebarfeature {margin: 10px 0px 0px 0px; width: 154px;}


#clubSignup h3{
	color: #413f3f;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
}

/*News Updates */
#archiveNews{
	background-image: url(../images/archiveNewsBack.png);
	background-repeat: no-repeat;
	float: left;
	height: 414px;
	margin: 9px 10px 12px 0px;	
	padding: 0px 0px;
	width: 234px;
}

#archiveNews h2{
	color: #ad0b03;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0px 0px 0px;
	text-align: center;
	width: 224px;
}

#archiveNews ul{
	height: 370px;
	margin: 3px 7px 0px 7px;
	padding: 0px 0px;
	overflow: auto;
}

#archiveNews li{
	border-bottom: 1px solid #79b7e0;
	line-height: 14px;
	list-style: none;
	margin: 5px 6px 4px 15px;
	padding-bottom: 4px;
}

#archiveNews li.last{
	border: none;
}

#archiveNews a{
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}

#archiveNews a:hover{
	text-decoration: underline;
}

#archiveNews .blueLink{
	font-size: 11px;
	line-height: 12px;
	color: #79b7e0;
}

/* Footer */

#footer {
	background: url(../images/footerBack.png) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	height: 80px;
	margin: 0 auto;
	min-height: 65px;
	padding: 40px 0 0 0;
	width: 996px;
}

html>body #footer {
	height: auto;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footerText{
	margin: 0px 0px 0px 240px;
	width: 720px;
}

#legal {
	color: #FFF;
	display: inline;
	float: left;	
	font-size: 12px;
	font-weight: bold;
	margin: 0px 20px 0px 40px;
	text-align: center;
	width: 200px;
}

#siteLink{
	display: inline;
	float: left;
	margin: 0px 20px 0px 20px;
	text-align: center;
	width: 200px;
}

#footerLinks{
	display: inline;
	float: left;
	margin: 0px 10px;
	text-align: center;	
	width: 200px;
}

#footerLinks a{
	margin: 0px 30px 0px 0px;
}

#hoverImages{
	display: none;
}

div.sitemap ul li {
	list-style: none;
}



#rightTopColumn{
    display: inline;
    margin: 10px 0px 0px 10px;
    width: 458px;
}

#locOverflow {
height: 450px;
overflow: auto;
width: 592px;
}

.alternate {
background-color: #5e5e5e;
color: white;
float: left;
height: 12px;
padding: 1px 0px 3px 20px;
width: 280px;
}

.altRow2 {
background-color: #5e5e5e;
color: white;
float: left;
height: 12px;
padding: 1px 10px 3px 0px;
width: 128px;
}

.altRow3 {
background-color: #5e5e5e;
color: white;
float: left;
height: 12px;
padding: 1px 10px 3px 0px;
width: 128px;
}


.regRow {
color: white;
float: left;
height: 12px;
padding: 1px 0px 3px 20px;
width: 280px;
background-color: #808080;
}

.regRow2nd {
color: white;
float: left;
height: 12px;
padding: 1px 10px 3px 0px;
width: 128px;
background-color: #808080;
}

.regRow3rd {
color: white;
float: left;
height: 12px;
padding: 1px 10px 3px 0px;
width: 128px;
background-color: #808080;
}


#rightTopColumn h1.Margin {
margin-right: 132px;
}

#rightTopColumn h1.Margin2 {
margin-right: 82px;
}


#rightTopColumn.left {
background-color: #2B170F;
background-image: url(http://sdmcdonalds.com/mccafe/lib/images/loct_table_back.jpg);
background-position: top center;
background-repeat: repeat-x;
width: 592px;
}

#rightTopColumn h1.Margin {
margin-right: 132px;
}


#rightTopColumn h1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #5E4D34;
letter-spacing: 1px;
margin: 0px 0px 10px 20px;
display: inline;
padding: 0px 0px;
width: 200px;
}
#locTableHeader {
    position: relative;
    top: -3px;
}

