/* This is the StyleCatcher theme addition. Do not remove this block. */

/*@import url(/mt-static/themes/unstyled/screen.css);*/
/* end StyleCatcher imports */

@import url(/mt-static/themes-base/blog.css);

/* Overrides for blog.css to adjust for iPhone */
body {
	/* Turn off font resizing */
	-webkit-text-size-adjust: none; 
}

#container-inner {
	width: 100%;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 4px;
    padding-bottom: 4px;
}

#header-inner, #footer-inner {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
}

#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 1px;
    padding-left: 1px;
}

.mt-image-center {
	text-align: center; 
}
#logo {
	float: none;
	text-align: center; 
	height: 70px;
	width: 100%;
	margin: 0px 0px;
}


#menubar {
	float: none;
	height: 20px;
	background: #000000 url(/images/menubar.png) repeat-x;
	padding-left: 0px;
}
#menubar ul {
    margin-left: -30px;
	text-align: center; 
}
#menubar li {
	display: inline;
	visibility: hidden;
	padding-right: 0px;
	font-size: 14px;
	letter-spacing: .02em;
	color: #cc3333;
	margin-left: -20px;
}

#menubar li a {
	visibility: visible;
	color: #cccccc;
	text-decoration: none;
	text-indent: -30px;
}

.sidebar-apps {
	-webkit-border-image: url("/images/sideback_sliver.png") 0 6 0 6;
    background-image: none;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 100%;
}

.layout-wtt #beta {
    width: 100%;
}

.layout-wtt #gamma {
    width: 100%;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    width: 100%;
}

.layout-twt #beta {
    width: 100%;
}

.layout-twt #gamma {
    width: 100%;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 100%;
}

.layout-wt #beta {
    width: 100%;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
    width: 100%;
}

.layout-mw #beta {
    width: 100%;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 100%;
}

.layout-wm #beta {
    width: 100%;
}
