/*
Theme Name: Rampben
Theme URI: 
Description: A design for all skaters of the world
Version: 1.0
Author: IngBeofisch
Author URI: 
*/

body
{
    
    font-family: 'Courier New';
	font-size: 16px;
	text-size-adjust: none;
}

p, hr, ul, figure, blockquote
{
	font-size: 1em;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

img
{
	
}


h1,h2,h3
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.size-full
{
	display: block;
	width: 100%;
	max-width: 1300px !important;
	margin-left: auto;
	margin-right: auto;
	margin-top:  1em;
	margin-bottom: 1em;
	height: auto !important;
}

.size-partner
{
	width: 100%;
	max-width: 300px;
	display: block;
}


.container
{
    max-width: 1000px;
    margin:  0 auto;
}

.no-container
{
	
}

blockquote
{
	margin-top: 2em;
	margin-bottom: 2em;
	font-style: italic;
}

blockquote p
{
	font-size:1.8em;
	margin-bottom: 0;
}

blockquote cite
{
	font-size: 0.8em;
}

h1
{
	font-size: 2.5em;
	font-weight: 400;
}

h1 a
{
	text-decoration: none !important;
}

h2
{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.5em;
	text-align: center;
	width: auto;
	/*border-top: 1px solid #000;*/
	/*padding-top: 1em;*/
}

a 
{
	color: #000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a:visited
{
	color: #000;
}

nav ul
{
	padding: 1em 0;
	list-style: none;	
	margin: 0 auto;
}

nav ul li
{
	display: inline-block;
	padding: 0em 5%;
	border-left: 1px solid;
	margin: 0 -0.8ex;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1em;
}

nav ul li.current-menu-item
{
	background-color: #000;
	color: #fff;
}

nav ul li.current-menu-item a
{	
	color: #fff;
}

nav ul li.current-menu-item a:visited
{	
	color: #fff;
}


nav ul li:last-child
{
	border-right: 1px solid;
}

nav ul li a
{
	text-decoration: none;
	color: #000;
	margin: 0;

}

nav ul li:hover
{
	border-top: 1px solid;
	border-bottom: 1px solid;

}

nav ul li a:visited
{
	color: #000;
}




.size-large, .size-post-thumbnail
{
max-width: 100%;
height: auto;
}

iframe
{
margin: 0 auto;
text-align: center;
display: block;
max-width: 100%;
}

