/*

Theme Name: Rotopolpress
Theme URI: ---
Description: Theme for the Rotopolpess Page.
Version: 1.0
Author: Pink Jones
Author URI: http://www.pinkjones.de/
Tags: Pink, Jones,

	This theme was designed by Rotopolpress and coded by Pink Jones.

*/ 

/*

black	#222
green 	#0c0
grey	#888
weiß	#fff

*/



/* Allgemeine Styles */

@font-face {
	font-family: Museo100;
	src: url('fonts/museo-100.otf'); }

@font-face {
	font-family: Museo300;
	src: url('fonts/museo-300.otf'); }

@font-face {
	font-family: Museo500;
	src: url('fonts/museo-500.otf'); }

@font-face {
	font-family: Museo700;
	src: url('fonts/museo-700.otf'); }
	
@font-face {
	font-family: Museo900;
	src: url('fonts/museo-900.otf'); }

body {
	width: 100%;
	height: 100%;
	color: #222;
	font-family: Museo300, Helvetica Neue, sans-serif;
	font-size: 13px;
	background-color: #fff;
	background-image: url(rotate/rotate.php);
	background-position: center top;
	background-attachment: fixed;
	
	/* -moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover; */
	
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none; }

#wrap-1 {
	margin: 0 auto 0 auto; /* top right bottom left */
	width: 960px; }
	
#wrap-2 {
	background-color: #fff; }

h1 {
	text-transform: uppercase; 
	font-family: Museo300, Helvetica Neue, sans-serif;
	font-size: 22px;
	line-height: 24px; }

h2 {
	text-transform: uppercase;
	font-family: Museo300, Helvetica Neue, sans-serif;
	font-size: 16px;
	line-height: 18px; }

em {
	font-style: italic; }

strong {
	font-family: Museo700, Helvetica Neue, sans-serif; }

blockquote {
	float: right;
	display: block;
	margin: 0 0 9px 9px;
	padding: 0;
	font-family: Museo300, Helvetica Neue, sans-serif;
	font-size: 15px;
	line-height: 21px;
	text-transform: uppercase; }
	
blockquote p {
	display: inline; 
	background-color: #0c0; }

.alignleft {
	margin: 0 5px 0 0;
	float: left; }

.alignright {
	margin: 0 0 0 5px;
	float: right; }