/* 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;
}



.link{
	font-family: 'TitilliumText25L250wt', Arial, sans-serif;
	position: relative;
	color: #A0ACB1;
	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: #A0ACB1;
	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;
}





}
	

	