/************************************************/
/*
/* !HTML Tags */
/*
/************************************************/


html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	min-height: 100%;
	width: 320px;
	font-family: open-sans, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 24px;
}
html.red,
body.red {
	background: #E24239;
	color: #fff;
}
html.black,
body.black {
	background: #000;
	color: #fff;
}
html.home,
body.home {
/* 	height: 640px; */
}

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

a,
a:visited,
a:active {
	color: #E24239;
	text-decoration: none;
}
a.selected { color: #000; }
body.red a,
body.red a:visited,
body.red a:active {
	color: #000;
}
body.red a.selected,
body.red a:visited.selected,
body.black a.selected,
body.black a:visited.selected { color: #fff; }

a:active { outline: none; }
:focus { -moz-outline-style: none; }

h1,h2,h3,h4 {
	font-family: open-sans, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	width: 100%;
	padding-bottom: 4px;
	margin: 30px 0 1.5em;
	border-bottom: 1px solid #e5e5e5;
}
body.red h1 { border-bottom: 1px solid #eb7b75; }
body.black h1 { border-bottom: 1px solid #333; }

h2 {
	margin-top: 0;
	color: #E24239;
}

h3 {
	color: #ccc;
	border-bottom: none;
	border-top: 1px solid #e5e5e5;
	padding-top: 4px;
}
h3.current { margin: 0; }

h3 a,
h3 a:visited,
h3 a:active { color: #ccc; }

h4 {
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
	letter-spacing: normal;
	margin: 0;
	line-height: 1.3em;
	color: #E24239;
	border-bottom: none;
	padding: 0;
}

p.current {
	margin-bottom: 0;
}
p.titlelist {
	font-size: 18px;
	line-height: 26px;
}

div.spacer {
	clear: both;
	width: 100%;
	height: 12px;
}



/************************************************/
/*
/* !Content */
/*
/************************************************/


#container {
	width: 250px;
	padding: 20px;
	margin: 0 auto;
}

#menu {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;	
	text-align: center;
}
body.red #menu {
	border-top: 1px solid #eb7b75;
	border-bottom: 1px solid #eb7b75;
}
body.black #menu {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#menu ul,
#menu li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: auto;
	text-align: center;
}
#menu ul {
	display: block;
	margin: 0 auto;
}
#menu li {
	position: relative;
	display: inline;
	margin: 0 10px;
}
#menu li.first { margin-left: 0; }
#menu li.last { margin-right: 0;}



/************************************************/
/*
/* !Content */
/*
/************************************************/

img.largelogo {
	position: relative;
	display: block;
	margin: 40px 0 40px;
}

img.hometype {
	position: relative;
	display: block;
	margin: 0 0 50px;
}

img.logo {
	float: left;
	margin: 8px 0 25px;
}

img.logotype {
	float: left;
	margin: 9px 0 24px 10px;
}

#content {
	width: 250px;
	clear: both;
	margin: 25px 0 0;
	padding-bottom: 20px;
}

#content img {
	position: relative;
	padding: 0;
	clear: both;
	margin: 0 0 20px;
}

#entry {
	margin: 0 0 50px; 
	padding-top: 10px
}
#entry.single { margin-bottom: 0; }

#img { margin-bottom: 6px; }

span.date {
	color: #ccc;
}

div.video {
	color: #AAA;
	font-style: italic;
}

#apple_device {
	position: relative;
	text-align: center;
	margin-top: 70px;
	padding: 10px 10px 30px 10px;
	width: 320px - 20;
	background: #c4c4c4 url(../images/apple-touch-arrow.gif) center bottom no-repeat;
	color: #fff;
	font-family: open-sans, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
