@font-face {
	font-family: "LiberationSerif";
	src: url("fonts/LiberationSerif-Regular.ttf") format('truetype');
}

@font-face {
	font-family: "LiberationSerif";
	src: url("fonts/LiberationSerif-Bold.ttf") format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: "LiberationSerif";
	src: url("fonts/LiberationSerif-Italic.ttf") format('truetype');
	font-style: italic;
}

@font-face {
	font-family: "LiberationSerif";
	src: url("fonts/LiberationSerif-BoldItalic.ttf") format('truetype');
	font-weight: bold;
	font-style: italic;
}

body {
	background: url('img/bg_noise_4.png') repeat-x #f2f2f2;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Liberation Serif, LiberationSerif, Times New Roman;
	font-size: 14px;
}

#wrapper {
	width: 745px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	display: none;
}

#big_container {
	width: 745px;
	margin-left: auto;
	margin-right: auto;
}

#middle_container {
	width: 445px;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
}

.colors_box_container {
	top: 109px;
	left: 80px;
	width: 116px;
	height: 162px;
	float: left;
	position: relative;
}

.colors_box {
	margin-top: -29px;
	width: 46px;
	height: 46px;
	border: 4px solid #fff;
	opacity: 0.2;
	box-shadow: 0px 0px 5px #bbb;
	-webkit-box-shadow: 0px 0px 5px #bbb;
	-moz-box-shadow: 0px 0px 5px #bbb;
	-o-box-shadow: 0px 0px 5px #bbb;
	-webkit-transition-property: opacity, -webkit-transform;
	-webkit-transition-duration: 5s, 2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: opacity, -moz-transform;
	-moz-transition-duration: 5s, 2s;
	-moz-transition-timing-function: ease;
	-o-transition-property: opacity, -o-transform;
	-o-transition-duration: 5s, 2s;
	-o-transition-timing-function: ease;
}

.colors_box:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	opacity: 0.8;
}

.quote_box_container {
	top: 79px;
	float: right;
	position: relative;
	box-shadow: 0px -1px 0px #e0e0e0;
	-webkit-box-shadow: 0px -1px 0px #e0e0e0;
	-moz-box-shadow: 0px -1px 0px #e0e0e0;
	-o-box-shadow: 0px -1px 0px #e0e0e0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.quote_box_container:hover {
	opacity: 1;
}

.quote_box {
	border: 1px solid #dcdcdc;
	background: #ececec;
	color: #aaa;
	padding: 8px;
	font-size: 13px;
	width: 116px;
	height: 162px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	text-shadow: 0px 1px 0px #fdfdfd;
	box-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0px 1px 0px #fafafa;
	-moz-box-shadow: 0px 1px 0px #fafafa;
	-o-box-shadow: 0px 1px 0px #fafafa;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

#clockbox {
	float: right;
	margin-top: 22px;
	color: #a6a6a6;
	font-size: 12px;
	text-shadow: 0px 1px 0px #f4f4f4;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

#clockbox:hover {
	color: #222;
}

#logo {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-shadow: 0px 1px 0px #f0f0f0;
	width: 200px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

#logo:hover {
	text-shadow: 0px 0px 8px #DAB3FF;
}

#logo_sub {
	font-style: italic;
	color: #666;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
	text-shadow: 0px 1px 0px #fafafa;
	width: 200px;
	padding-left: 3px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

#logo_sub:hover {
	color: #222;
}

#box_container {
	box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-o-box-shadow: 0px 0px 5px #ccc;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
}

#box_container:hover {
	box-shadow: 0px 0px 10px #E4C7FF;
	-webkit-box-shadow: 0px 0px 10px #E4C7FF;
	-moz-box-shadow: 0px 0px 10px #E4C7FF;
	-o-box-shadow: 0px 0px 10px #E4C7FF;
}

.box {
	background: #f6f6f6;
	color: #2e2e2e;
	padding: 8px;
	border: 1px solid #fff;
	border-bottom: 1px solid #ececec;
	text-shadow: 0px 1px 0px #fff;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.box:hover {
	background:#fff;
}

.box a {
	color: #2e2e2e;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.box a:hover {
	color: #733EA8;
	text-decoration: underline;
}

#box_pic {
	background: #eaeaea;
	border: 1px solid #ddd;
	padding: 4px;
	height: 64px;
	width: 64px;
	float: left;
	margin-right: 8px;
	box-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	-o-box-shadow: 0px 1px 0px #fff;
}

#twitter_box_container {
	margin-top: 16px;
	margin-bottom: 8px;
	box-shadow: 0px -1px 0px #eaeaea;
	-webkit-box-shadow: 0px -1px 0px #eaeaea;
	-moz-box-shadow: 0px -1px 0px #eaeaea;
	-o-box-shadow: 0px -1px 0px #eaeaea;
	border-radius: 8px;
	-moz-border-radius: 8px;
}

.twitter_box {
	border: 1px solid #dcdcdc;
	background: #ececec;
	color: #888;
	padding: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	text-shadow: 0px 1px 0px #fafafa;
	box-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0px 1px 0px #fafafa;
	-moz-box-shadow: 0px 1px 0px #fafafa;
	-o-box-shadow: 0px 1px 0px #fafafa;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.twitter_box:hover {
	color: #444;
}

.twitter_box em {
	color: #888;
	font-weight: normal;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.twitter_box em:hover {
	font-weight: normal;
	color: #444;
}

.twitter_box a {
	color: #aaa;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.twitter_box a:hover {
	color: #733EA8;
	text-decoration: underline;
}


#footer {
	text-align: right;
	color: #888;
	font-size: 12px;
	margin-top: 4px;
	padding: 0px 8px 0px 8px;
	text-shadow: 0px 1px 0px #fff;
}

#footer_oldwebsite {
	float: left;
}

#footer_oldwebsite a {
	color: #ccc;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

#footer_oldwebsite a:hover {
	color: #888;
	text-decoration: underline;
}

#footer_copyright {
	text-align: right;
}


