/* CSS Document */


/**
 * Common Stylesheet
 * for www.SAVID-STUDIO.com
 *
 * @author Timo Schneider
 */


@import url('../fonts/fonts.css');


#site {
    margin: 0 auto 0 auto;

	height: auto;
	left: 0px;
	position: relative;
	top: 150px;
}



#content {
    margin: 0 auto 0 auto;
	z-index: 99999;
	background-repeat: no-repeat;
	position: relative;
	width: 429px;
	height: 300px;
}


h1 {
	z-index: 99999;
    position: relative;
	left: 0px;
	top: 0px;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #666;
	font-family: 'TitilliumText25L250wt', Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}



h2 {
	z-index: 99999;
    position: relative;
	left: 0px;
	top: 65px;
	padding-bottom: 20px;
	font-family: Arial, sans-serif;
	color: #888;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	
}


h3 {
	z-index: 99999;
    position: relative;
	left: 0px;
	top: 65px;
	padding-bottom: 20px;
	font-family: Arial, sans-serif;
	color: #888;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	
}


.footer {
	background-color: #FFFFFF;
	
	z-index: 99999;	
	
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;

    color: white;
    text-align: center;
}

a.link:link {color:#888;}
a.link:visited {color:#666;}
a.link:hover {color:#ccc;}





.link{
	font-family: Arial, sans-serif;
	position: relative;
	color: #888;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: center;
}

.link a {
	position: relative;
	font-size: 14px;
	letter-spacing: 0.03em;
	color: #666;
	text-decoration: none;
	text-align: center;
}

.link a:hover {
	font-size: 14px;
	color: #ccc;
	font-weight: normal;
	text-align: center;
}









/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 600px) {




#site {
    margin: 0 auto 0 auto;

	height: auto;
	left: 0px;
	position: relative;
	top: 30px;
}





}
	

	