@import url("images.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
body {
	line-height: 1;
/* 	background: #b4511a url(images/back_3.png) repeat; */
	background-color: #b4511a;
	font-size: 14px;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}

ol li {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

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

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

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#head {
	width: 840px;
	margin: 0 auto;
	min-height: 30px;
	max-height: 30px;
	height: 30px;
	padding-top: 70px;
	background: url(images/redsun.png) no-repeat bottom center;
	text-align: right;
}

#head a,
#head a:visited {
	font-size: 16px;
	color: #13120f;
}

#logo {
	position: absolute;
	width:180px;
	height: 200px;
	margin-left: 0px;
	margin-top: -119px;
	background: url(http://macsuperstart.com/images/friends_logo.png) no-repeat right bottom;
	z-index: 100;
}

#content {
	width: 840px;
	margin: 0 auto 10px auto;
	padding: 0;
	background: #e6e4d8;
	-webkit-box-shadow: 0 0 15px black; -moz-box-shadow: 0 0 15px black;
	-webkit-border-radius: 10px; -moz-border-radius: 10px;
	color: #48463e;
	line-height: 1.5em;
}

#contenthead {
	background: #e19600 url(images/headback.png) repeat-x bottom left;
	padding: 30px 50px 1px 50px;
	min-height: 80px;
	max-height: 80px;
	height: 80px;
	-webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px; -moz-border-radius-topright: 10px;
	color: #fff;
}

#title {
	display: block;
 	position: relative;
 	top: 0px;
 	left: 220px;
 	width: 550px;
 	height: 80px;
 	min-height: 80px;
 	max-height: 80px;
	color: #e6e4d8;
 	background-image: url(images/title_inv_2.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 1px solid white;
	text-indent: -5000px;
}

#title:hover {
	text-decoration: none;
}

#contentmenu {
	padding: 25px 50px 25px 50px;
	background: #13120f url(images/shining_imac_2.png) no-repeat 530px -30px;
	color: #e6e4d8;
	min-height: 120px;
}

#contentmenu p,
#contentmenu a {
	margin-right: 200px;
	font-size: 16px;
	line-height: 1.8em;
	text-align: right;
}

#contentmenu a {
	color: #e19600;
}

#contentmenu strong {
	color: #ffcc00;
}

#promobox {
	padding: 20px 50px 50px 200px;
	background: #b7cad0 url(images/downblack.png) no-repeat top center;
	border-bottom: 5px solid #4c585b;
	min-height: 200px;
}

#promobox h2,
#promobox h2 * {
	font-family: "Arial Black", Verdana, "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5em;
}

#promobox h2 em {
	padding-left: 0.5em;
	padding-right: 2em;
	background-color: #f2f2df;
}

#promobox p {
	font-size: 16px;
	line-height: 1.3em;
	color: #23231d;
}

#promo_icon {
	position: absolute;
	margin-left: -200px;
	margin-top: 20px;
}

#foot {
	width: 720px;
	background: #13120f url(images/nextlife_logo_gray.png) no-repeat 50px center;
	min-height: 40px;
	margin: 0 auto 10px auto;
	padding: 5px 20px 5px 100px;
	text-align: right;
	color: #48463e;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	-webkit-border-radius: 10px; -moz-border-radius: 10px;
	-webkit-box-shadow: 0 0 15px black; -moz-box-shadow: 0px 0px 15px black;
}

h1, h2, h3, h4 {
	font-family: "Arial Black", Verdana, "Lucida Grande", Arial, sans-serif;
	line-height: 1.2em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h2, h3, h4 {
	color: #13120f;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	border-bottom: 1px solid #b8b6a6;
}

p + p {
	margin-top: 15px;
}

a,
a:visited {
	text-decoration: none;
	color: #993300;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

em {
	padding: .2em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #c5d37e;
	-webkit-border-radius: 0.5em; -moz-border-radius:0.5em;
}

dfn,
kbd {
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana;
	padding: .2em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #cbc9bf;
	-webkit-border-radius: 0.5em; -moz-border-radius:0.5em;
}

table.borders {
	width: 100%;
	margin: 1em 0;
}

table.borders thead, 
table.borders tfoot {
	background-color: #48463e;
	color: #e6e4d8;
	font-weight: bold;
	-webkit-border-radius: 5px; -moz-border-radius: 5px;
}

table.borders tr.odd {
	background-color: #cbc9bf;
}

table.borders tr:hover {
	background-color: white;
}

table.borders thead tr:hover,
table.borders tfoot tr:hover {
	background-color: #48463e;
}

table.borders td {
	padding: 2px 10px;
	font-size: 12px;
	vertical-align: middle;
}

table.borders td * {
	font-size: 12px;
}	

blockquote {
	background-color: #cbc9bf;
	padding: 10px 20px;
	margin: 1em 0;
	font-size: 12px;
	color: #48463e;
	border: 2px solid #48463e;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;
}

blockquote * {
	font-size: 12px;
}

blockquote em {
	background-color: #a7b167;
}

blockquote h3 {
	border-style: none;
	margin: -10px -20px 10px -20px;
	padding: 10px 20px;
	background-color: #48463e;
	color: #e6e4d8;
	font-size: 14px;
	-webkit-border-top-left-radius: 1px; -moz-border-radius-topleft: 1px;
	-webkit-border-top-right-radius: 1px; -moz-border-radius-topright: 1px;
}

#content ul {
	
	list-style-type: square;
	margin: 1em auto 1em 1.2em;
}

.leftimage {
	padding-left: 37px;
	margin-left: -37px;
	padding-top: 10px;
	background-position: left top;
	background-repeat: no-repeat;
}

div.side_logo {
	position: absolute;
	width: 24px;
	height: 24px;
	min-height: 24px;
	max-height: 24px;
	margin-left: -52px;
	margin-top: 0px;
	padding: 5px;
	background-color: #23231d;
	background-position: center center;
	background-repeat: no-repeat;
	border-left: 2px solid black;
	-webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px;
	-webkit-box-shadow: 0 0 15px #13120f; -moz-box-shadow: 0 0 15px #13120f;
}

blockquote div.side_logo {
	margin-left: -74px;
	margin-top: -12px;
}

h2 + div.side_logo {
	margin-top: -40px;	
}

h3 + div.side_logo {
	margin-top: -35px;	
}

a.button,
a.button:visited {
	display: inline-block;
	margin-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-style: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	
	background-color: #13120f;
	color: white;
	border: 3px solid #b7cad0;
	-webkit-border-radius: 5px; -moz-border-radius: 5px;
	-webkit-box-shadow: 0px 3px 5px black; -moz-box-shadow: 0px 3px 5px black;
}

a.button:hover {
	background-color: #000;
	color: white;
	text-decoration: none;
	border: 3px solid white;
}

small {
	font-size: 10px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

div#leftnews {
	width: 319px;
	padding: 1px 50px 25px 50px;
	float: left;
	border-right: 1px solid #b8b6a6;
}

div#rightnews {
	width: 319px;
	padding: 1px 50px 25px 50px;
	margin-left: 420px;
	border-left: 1px solid #fff;
}

div.clearboth {
	clear: both;
}

.smalllefticon,
span.smalllefticon,
a.smalllefticon,
a.smalllefticon:visited {
	padding-left: 27px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	background-position: left center;
	background-repeat: no-repeat;
	color: #48463e;
}

span.smallrighticon,
a.smallrighticon,
a.smallrighticon:visited {
	padding-right: 27px;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	background-position: right center;
	background-repeat: no-repeat;
	color: #48463e;
}

span.smalllefticon a,
span.smalllefticon a:visited,
span.smallrighticon a,
span.smallrighticon a:visited {
	color: #48463e;
	font-size: 12px;
}

a.smalllefticon:hover,
a.smallrighticon:hover {
	color: black;
}

span.mediumlefticon,
a.mediumlefticon,
a.mediumlefticon:visited {
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-right: 1em;
	font-size: 12px;
	background-position: left top;
	background-repeat: no-repeat;
	color: #48463e;
}

span.mediumrighticon,
a.mediumrighticon,
a.mediumrighticon:visited {
	padding-right: 40px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 14px;
	background-position: right center;
	background-repeat: no-repeat;
	color: #48463e;
}

span.mediumrighticon a,
span.mediumlefticon a {
	color: #48463e;
}

span.mediumrighticon a:hover,
span.mediumlefticon a:hover,
a.mediumlefticon:hover,
a.mediumrighticon:hover {
	color: black;
}

h2.mediumlefticon {
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-right: 1em;
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* ___BIG NUMBERED LIST with images */

ol.biglist {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1em;
	margin-bottom: 2em;
	list-style-type: none;
/* 	list-style-position: inside; */
	background-color: #a0b1b8;
	padding: 20px 0 20px 0;
	border: 5px solid #4c585b;
	-webkit-border-radius: 20px; -moz-border-radius: 20px;
}

ol.biglist li {
	min-height: 64px;
	padding-left: 100px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 2px groove #b7cad0;
	font-size: 18px;
	font-family: "Arial Black", Verdana, "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	color: #13120f;
	background-position: 20px center;
	background-repeat: no-repeat;
}

ol.biglist li:last-child {
	border-bottom-style: none;
}

ol.biglist h2 {
	font-size: 18px;
}

ol.biglist h3 {
	width: 100%;
	display: block;
	padding-right: 20px;
	border-style: none;
	background-position: center right;
	background-repeat: no-repeat;
}

ol.biglist li p {
	font-weight: normal;
	font-size: 12px !important;
}

#foot ul.horizontal {
	width: auto;
	float: right;
	list-style: none;

}

#foot ul.horizontal li {
	float: left;
	width: auto;
	display: block;
	border-left: 1px solid #23231d;
	border-right: 1px solid black;
	padding: 0;
	margin: 0;
}

#foot ul.horizontal li:first-child {
	border-left: none;
}

#foot ul.horizontal li:last-child {
	border-right: none;
}

#foot ul.horizontal a,
#foot ul.horizontal a:visited {
	display: block;
		padding: 1em 0.6em;
	color: #3b575d;
	font-size: 11px;
}

#foot ul.horizontal a:hover {
	color: #0089b8;
}

#newsbox ul a {
	color: #47463f;
	font-weight: normal;
}

a.awesome,
a.awesome:visited {
	background: #13120f url(images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 0.7em 1em 0.5em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-size: 16px;
}

a.awesome:hover {
	background-color: #000;
}